body {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  background: url(../../img/bg.svg) #fff;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  font-family: "Verdana", sans-serif;
}

.body-blur {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  background: url(../../img/bg.svg) #aad6ff;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  font-family: "Verdana", sans-serif;
}

.page {
  height: 100vh;
}

.page-fluid {
  height: 100vh;
  display: flex;
}

.mobile-btns {
  display: none;
}

.export-fluid {
  display: none;
}

.content {
  width: 80%;
}

.link_tooltip {
  display: inline;
  position: relative;
}

.link_tooltip:hover:after {
  content: attr(data-title);
  z-index: 999;
  position: absolute;
  bottom: -37px;
  left: 0;
  width: 195px;
  padding: 7px 15px 10px 15px;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
  background-color: #444;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  left: -25px;
  text-align: center;
}

.link_tooltip:hover:before {
  content: "";
  z-index: 1000;
  position: absolute;
  bottom: -5px;
  left: 59%;
  border-style: solid;
  border-width: 0px 6px 6px 6px;
  border-color: #444 transparent;
}

@font-face {
  font-family: "Verdana";
  src: url("../../fonts/Verdana-Regular/Verdana.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/Verdana-Regular/Verdana.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/Verdana-Regular/Verdana.woff2") format("woff2"),
    url("../../fonts/Verdana-Regular/Verdana.woff") format("woff"),
    url("../../fonts/Verdana-Regular/Verdana.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Verdana Italic";
  src: url("../../fonts/Verdana-Italic/Verdana-Italic.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/Verdana-Italic/Verdana-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/Verdana-Italic/Verdana-Italic.woff2") format("woff2"),
    url("../../fonts/Verdana-Italic/Verdana-Italic.woff") format("woff"),
    url("../../fonts/Verdana-Italic/Verdana-Italic.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Verdana Bold";
  src: url("../../fonts/Verdana-Bold/Verdana-Bold.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/Verdana-Bold/Verdana-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/Verdana-Bold/Verdana-Bold.woff2") format("woff2"),
    url("../../fonts/Verdana-Bold/Verdana-Bold.woff") format("woff"),
    url("../../fonts/Verdana-Bold/Verdana-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Verdana Bold Italic";
  src: url("../../fonts/Verdana-Bold-Italic/Verdana-BoldItalic.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/Verdana-Bold-Italic/Verdana-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../../fonts/Verdana-Bold-Italic/Verdana-BoldItalic.woff2")
      format("woff2"),
    url("../../fonts/Verdana-Bold-Italic/Verdana-BoldItalic.woff")
      format("woff"),
    url("../../fonts/Verdana-Bold-Italic/Verdana-BoldItalic.ttf")
      format("truetype"); /* Safari, Android, iOS */
}
.header {
  padding: 20px 40px;
  position: relative;
}

.content_header {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav {
  display: flex;
}

.nav_item {
  background: #ffffff;
  box-shadow: 0px -3px 30px rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.nav_item-active {
  background-color: #aad6ff;
  box-shadow: none;
  position: relative;
  width: inherit;
  height: inherit;
}
.nav_item-active:before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #093697;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav_link {
  font-weight: 700;
  font-size: 16px;
  color: #124869;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.nav_link img {
  padding-right: 15px;
}

.links {
  display: flex;
  align-items: center;
}

.links_item {
  margin-right: 30px;
}

.links_link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.links_link:hover {
  text-decoration: underline;
}
.links_link img {
  margin-right: 10px;
}

.login-form {
  background: #f1f1f1;
  border-radius: 30px;
  width: 617px;
}

.header-login-form {
  background: url(../../img/login_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
  border-radius: 30px;
}

.header-login-text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-top: 30px;
  padding-left: 50px;
}

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

.login_form {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.form_label {
  font-weight: 400;
  font-size: 14px;
  padding-left: 10px;
}

.form_item {
  margin-top: 10px;
  position: relative;
}

.form_input {
  height: 40px;
  width: 100%;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  outline: none;
  margin-top: 5px;
}
.form_input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
  padding-left: 10px;
}

.reset_password {
  font-weight: 400;
  font-size: 14px;
  color: #1475cf;
  text-decoration: none;
}
.reset_password:hover {
  text-decoration: underline;
}

.password-func {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.view_pass {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
}

.form_checkbox {
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  border: none;
}

.input_cut {
  width: 80%;
}

.form_wrap {
  display: flex;
  align-items: center;
}
.form_wrap .form_item {
  width: 70%;
  margin-top: 0;
}
.form_wrap .captcha_login {
  width: 40%;
  margin-top: 20px;
}

.captcha_login {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.warning_form {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
  margin-top: 20px;
  padding-left: 10px;
}

.red {
  color: #ec1c24;
}

.form_wrap-justify {
  justify-content: space-between;
  margin-top: 20px;
}

.reg_text {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
}

.reg_link {
  font-weight: 700;
  font-size: 14px;
  color: #1475cf;
  text-decoration: none;
}
.reg_link:hover {
  text-decoration: underline;
}

.submit_btn {
  background: #124869;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: none;
  padding: 10px 40px;
  border-radius: 30px;
  cursor: pointer;
}

.notification {
  background: #124869;
  border-radius: 30px;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 40px;
  width: 418px;
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}

.strong {
  font-weight: bold;
}

.required_input {
  position: absolute;
  right: 0;
  top: 38px;
}

.register-form {
  background: #f1f1f1;
  border-radius: 30px;
  width: 878px;
}

.register_form {
  padding: 0 20px;
  margin-bottom: 30px;
}
.register_form .password-func {
  margin-top: 10px;
  padding: 0px 25px;
}
.register_form .form_wrap {
  padding: 0px 19px;
}
.register_form .warning_form {
  padding: 0px 19px;
}

.header-register-form {
  background: url(../../img/register_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
  border-radius: 30px;
}

.header-register-text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-left: 70px;
  padding-top: 30px;
}

.flex_wrap {
  display: flex;
  justify-content: space-around;
}

.form_wrap-noflex {
  width: 45%;
}

.smstext {
  font-weight: 400;
  font-size: 12px;
  color: #a5a5a5;
}

.enter_data {
  padding: 0 20px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

.data_link {
  color: #1475cf;
  text-decoration: none;
}
.data_link:hover {
  text-decoration: underline;
}

.form_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0 20px;
}

.auth_link,
.privacy_link {
  font-weight: 700;
  font-size: 14px;
  color: #1475cf;
  text-decoration: none;
}
.auth_link:hover,
.privacy_link:hover {
  text-decoration: underline;
}

.auth_text {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
}

.sms-form {
  background: #f1f1f1;
  border-radius: 30px;
  width: 617px;
  margin-top: 100px;
}

.sms_form {
  padding: 0 20px;
  margin-bottom: 30px;
}
.sms_form .warning_form {
  margin-top: 0;
}

.header-sms-form {
  background: url(../../img/sms_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
  border-radius: 30px;
}

.sms-header-text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-left: 70px;
  padding-top: 30px;
}

.form_links {
  text-align: center;
  margin-top: 10px;
}

.sms_error-link,
.back_link {
  font-weight: 400;
  font-size: 14px;
  color: #1475cf;
  text-decoration: none;
}
.sms_error-link:hover,
.back_link:hover {
  text-decoration: underline;
}

.or_div {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.notf_width {
  width: auto;
}

.reg-check-form {
  background: #f1f1f1;
  border-radius: 30px;
  width: 878px;
}

.header-reg-check-form {
  background: url(../../img/register_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
  border-radius: 30px;
}

.header-reg-check-text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-left: 70px;
  padding-top: 30px;
}

.reg_check_form {
  padding: 0 20px;
  margin-bottom: 30px;
}
.reg_check_form .form-wrap {
  margin-top: 20px;
}
.reg_check_form .flex-wrap {
  display: flex;
  justify-content: space-between;
}

.form_item-width {
  width: 49%;
}

.form_item-list {
  display: flex;
  align-items: center;
  width: 409px;
  justify-content: space-between;
}

.justify-center {
  align-self: flex-end;
}

.w1 {
  width: 409px;
}

.w2 {
  width: 100px;
}

.w3 {
  width: 29px;
}

.w4 {
  width: 100px;
}

.w5 {
  width: 154px;
}

.align-center {
  text-align: center;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.password-recovery {
  background: #f1f1f1;
  border-radius: 30px;
  width: 617px;
}

.header-recovery-pass {
  background: url(../../img/recovery_bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 220px;
  border-radius: 30px;
}

.header-recovery-text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-top: 30px;
  padding-left: 50px;
}

.recovery_form {
  padding: 0 20px;
  margin-bottom: 30px;
}
.recovery_form .form_wrap {
  margin-top: 10px;
}

.new_user {
  font-weight: 400;
  font-size: 14px;
  color: #a5a5a5;
}

.reg_link {
  font-weight: 700;
  font-size: 14px;
  color: #1475cf;
  text-decoration: none;
}
.reg_link:hover {
  text-decoration: underline;
}

.enter_phone {
  font-size: 14px;
  color: #1475cf;
  text-decoration: none;
}
.enter_phone:hover {
  text-decoration: underline;
}

.sidebar {
  background: #fff;
  width: 20%;
  padding: 20px 20px;
  font-weight: 400;
  font-size: 14px;
  position: relative;
}

.sidebar_header .logo {
  text-align: center;
}

.sidebar_header .logo img {
  width: 35%;
}

.sidebar_title {
  font-weight: 400;
  font-size: 14px;
  color: #124869;
  display: flex;
  align-items: center;
}

.number_list {
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  padding: 10px 10px;
  width: 226px;
}

.personal_number {
  margin-left: 20px;
}

.personal_bill {
  margin-top: 10px;
  display: flex;
}
.personal_bill .sidebar_title {
  padding-left: 5px;
  padding-bottom: 5px;
}

.address {
  border-bottom: 1px solid #124869;
  padding: 10px 0;
}

.layout {
  border-bottom: 1px solid #124869;
  padding: 10px 0;
}

.last_info {
  border-bottom: 1px solid #124869;
  padding: 10px 0;
}

.payment_info {
  padding: 10px 0;
}

.icon_item {
  margin-right: 10px;
}

.department_name {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.output_info {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 50px;
}

.output_list option {
  background: #124869;
  color: #fff;
}

.date_list {
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  padding: 10px 10px;
  margin-left: 10px;
}

.output_text {
  font-weight: 400;
  font-size: 18px;
}

.table_wrap {
  padding-top: 20px;
  padding-left: 120px;
  padding-right: 140px;
}

.red-text {
  color: #ec1c24;
}

.table_border {
  background-color: #fff;
  border: 1px solid #1475cf;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.table {
  width: 100%;
  border-spacing: 0;
  height: auto;
  border-collapse: separate;
}

.top_left_radius {
  border-top-left-radius: 30px;
}

.top_right_radius {
  border-top-right-radius: 30px;
}

.bottom_left_radius {
  border-bottom-left-radius: 30px;
}

.bottom_right_radius {
  border-bottom-right-radius: 30px;
}

.blue {
  background: #94ccff;
  border: solid #1475cf 1px;
  border-width: 0px 1px 1px 0px;
}

.table tr,
.table td {
  border: solid #1475cf 1px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.table td,
.table th {
  padding: 3px;
  width: 30px;
  height: 35px;
}

.table th {
  background: #347c99;
  color: #fff;
  font-weight: normal;
}

.string {
  background-color: #ddefff;
}

.add_check {
  width: 226px;
  height: 35px;
  background: #124869;
  border-radius: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

.add_check_img {
  margin-right: 5px;
}

.pay {
  color: #db0000;
}

.payed {
  color: #32cd32;
}

.one-column {
  width: 15% !important;
}

.two-column {
  width: 15% !important;
}

.three-column {
  width: 25% !important;
}

.four-column {
  width: 45% !important;
}

.fixed-width {
  width: 722px;
}

.table-align {
  margin: 0 auto;
}

.payment_red {
  color: #ec1c24;
}

.counter {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  border: 8px solid #ffffff;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 20px #fff;
}

.content-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter_wrap {
  margin-top: 70px;
  position: relative;
}

.counter_numbers {
  display: flex;
  margin-top: 10px;
}

.counter_item {
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  margin-right: 5px;
  padding: 7px 5px;
}

.input_counter {
  width: 46px;
  height: 58px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  text-align: center;
  -moz-appearance: textfield;
}
.input_counter::-webkit-inner-spin-button {
  display: none;
}
.input_counter::placeholder {
  text-align: center;
}

.indications_form {
  text-align: center;
}
.indications_form .submit_btn {
  margin-top: 30px;
}

.latest_indications {
  font-weight: 400;
  font-size: 14px;
  color: #124869;
}

.enter_indications {
  font-weight: 400;
  font-size: 16px;
  color: #124869;
  margin-top: 20px;
  margin-bottom: 5px;
}

.counter_name {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}

.dev_number {
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  margin-top: 10px;
}

.latest_date {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
}

.enter_date {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  margin-top: 5px;
}

.indications_info {
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #124869;
  padding: 40px;
  position: absolute;
  right: 80px;
}

.counter_space {
  margin-right: 100px;
}

.indications_info-width {
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-size: 15px;
  color: #124869;
  padding: 40px;
  width: 698px;
  letter-spacing: 0.05em;
}

.indications_info-wrap {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.content-header {
  padding-top: 50px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.indications_list {
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  width: 300px;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  margin-left: 30px;
}

.manage_notice {
  display: flex;
  align-items: center;
  padding-top: 50px;
  padding-left: 50px;
}

.manage_text {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}

.user_profile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.username {
  font-weight: 400;
  font-size: 14px;
  color: #124869;
  margin-left: 10px;
}

.notice_items {
  margin-left: 20px;
}

.notice_item {
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding: 10px 20px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
}

.notice_item-after {
  border: 2px solid #ffffff;
  background: transparent;
}

.notice_control {
  padding: 0 50px;
  margin-top: 20px;
}

.notice_table {
  width: 100%;
  background: #ffffff;
  opacity: 0.9;
  border-radius: 30px 30px 30px 30px;
  border-collapse: collapse;
}
.notice_table tr {
  font-weight: 400;
  font-size: 14px;
}

.string-bg {
  background: rgba(221, 239, 255, 0.7);
}

.table_header {
  font-weight: 400;
  font-size: 14px;
  color: #124869;
  text-align: center;
  height: 50px;
}

.type_message {
  width: 15%;
  padding: 15px;
  display: flex;
  align-items: center;
}

.notice_edit {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.notice_edit img {
  margin-right: 5px;
}

.edit_color {
  text-align: center;
}

.the_message {
  padding: 20px 15px;
}

.the_date {
  padding: 0 10px;
}

.comment {
  width: 10%;
}

.users_header {
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.users_filter {
  padding-left: 50px;
  margin-top: 20px;
}

.users_title {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.sky_blue {
  background: #124869;
}

.users_filters-input {
  height: 40px;
  width: 230px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
}

.variable_input {
  height: 40px;
  width: 230px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
}

.users_filters {
  display: flex;
  align-items: center;
}

.user_filters-item {
  margin-right: 10px;
}

.btn_edit {
  height: 40px;
  margin-top: 25px;
}

.users_filters-label {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}

.user_role {
  width: 11%;
  padding: 15px;
  display: flex;
  align-items: center;
}

.status_role {
  margin-right: 5px;
}

.user_unit {
  width: 11%;
  text-align: center;
}

.user_login {
  width: 11%;
  text-align: center;
}

.user_name {
  width: 11%;
  text-align: center;
}

.user_job {
  width: 11%;
  text-align: center;
}

.first_date {
  width: 11%;
  text-align: center;
}

.last_date {
  width: 11%;
  text-align: center;
}

.user_pwd {
  width: 11%;
  text-align: center;
}

.user_comment {
  width: 11%;
  text-align: center;
}

.left_arrow,
.right_arrow {
  background: transparent;
  border: none;
}

.left_arrow {
  margin-right: 15px;
}

.page_nav {
  width: 100%;
  display: block;
}

.users_nav {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  margin-right: 20px;
}

.users_nav-items {
  font-weight: 400;
  font-size: 12px;
  color: #848484;
}

.content-wrap-header {
  padding-top: 50px;
  padding-left: 50px;
}

.export-indications {
  padding-left: 50px;
  margin-top: 20px;
}

.export_counters_item {
  margin-right: 30px;
}

.export_counters {
  display: flex;
  align-items: center;
}

.export_counters_select {
  height: 40px;
  width: 327px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  padding-left: 10px;
}

.export_counters_input {
  height: 40px;
  width: 327px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  padding-left: 10px;
}

.export_counters_label {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-left: 8px;
}

.submit_btn_centered {
  height: 40px;
  margin-top: 25px;
}

.export-protocols {
  padding-left: 50px;
  margin-top: 20px;
}

.export_protocols_item {
  margin-right: 30px;
}

.export_protocols {
  display: flex;
  align-items: center;
}

.export_protocols_select {
  height: 40px;
  width: 280px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  padding-left: 10px;
}

.export_protocols_input {
  height: 40px;
  width: 220px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  padding-left: 10px;
}

.export_protocols_label {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-left: 8px;
}

.submit_btn_centered {
  height: 40px;
  margin-top: 25px;
}

.protocols_info {
  padding: 0 50px;
  margin-top: 20px;
}

.protocols_table {
  width: 100%;
  background: #ffffff;
  opacity: 0.9;
  border-radius: 30px 30px 30px 30px;
  border-collapse: collapse;
}
.protocols_table td {
  text-align: center;
  height: 50px;
  font-size: 14px;
}

.protocols_header {
  font-weight: 400;
  font-size: 14px;
  height: 50px;
  text-align: center;
}

.update-info {
  padding-left: 50px;
  margin-top: 20px;
}

.update_info_item {
  margin-right: 30px;
}

.update_info {
  display: flex;
  align-items: center;
}

.update_info_select {
  height: 40px;
  width: 340px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  padding-left: 10px;
}

.update_info_input {
  height: 40px;
  width: 220px;
  background: #ffffff;
  box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  border: none;
  margin-top: 10px;
  padding-left: 10px;
}

.update_info_label {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-left: 8px;
}

.submit_btn_centered {
  height: 40px;
  margin-top: 25px;
}

.successful {
  margin-top: 20px;
  font-weight: 600;
  color: #ffa700;
  text-shadow: 1px 1px 0px #000;
  font-size: 18px;
}

.blocked-counter {
  padding-top: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #ff0404;
}

.buttons-sidebar {
  padding-left: 60px;
}

.overlay {
  /* Скрываем подложку  */
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 0.3s all;
}

/* Стили для модальных окон */
.modal {
  /* Скрываем окна  */
  opacity: 0;
  visibility: hidden;
  /*  Установаем ширину окна  */
  width: 100%;
  max-width: 443px;
  /*  Центрируем и задаем z-index */
  position: fixed;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30; /* Должен быть выше чем у подложки*/
  /*  Побочные стили   */
  box-shadow: 0 3px 10px -0.5px rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  transition: 0.3s all;
  z-index: 9999;
}

.modal-title {
  color: #156963;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Стили для активных классов подложки и окна */
.modal.active,
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Стили для кнопки закрытия */
.modal__cross {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 20px;
  right: 20px;
  fill: #444;
  cursor: pointer;
}

.pay-gas__text {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
}

.pay-gas__image {
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .logo img {
    max-width: 100%;
  }
  .show_text {
    display: none;
  }
  .links_item {
    margin-right: 10px;
  }
  .table_responsive {
    overflow-x: scroll;
    height: 600px;
  }
  .table td,
  .table th {
    padding: 0;
  }
  .output_info {
    padding-top: 10px;
    padding-left: 10px;
  }
  .table_wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  .indications_info {
    font-size: 12px;
    padding: 25px;
    right: 25px;
    line-height: 25px;
  }
}
@media (max-width: 1366px) {
  .logo img {
    max-width: 100%;
  }
  .table_responsive {
    overflow-x: scroll;
    height: 600px;
  }
  .table td,
  .table th {
    padding: 0;
  }
  .output_info {
    padding-top: 10px;
    padding-left: 10px;
  }
  .table_wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  .show_text {
    display: none;
  }
  .personal_body {
    width: 200px;
  }
  .add_check_wrap {
    width: 200px;
  }
  .add_check {
    width: 100%;
  }
  .number_list {
    width: 100%;
  }
  .links_item {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .indications_info {
    right: 7px;
  }
}
@media screen and (max-width: 1280px) {
  .logo img {
    max-width: 100%;
  }
  .nav_item {
    padding: 5px 5px;
  }
  .nav_link {
    font-size: 14px;
  }
  .nav_item-active {
    border-top: 2px solid #093697;
  }
  .export_counters {
    flex-flow: column;
  }
  .links_item {
    margin-right: 12px;
  }
  .number_list {
    width: 100%;
  }
  .table_responsive {
    overflow-x: scroll;
    height: 600px;
  }
  .table td,
  .table th {
    padding: 0;
  }
  .output_info {
    padding-top: 10px;
    padding-left: 10px;
  }
  .table_wrap {
    padding-left: 35px;
    padding-right: 35px;
  }
  .counter {
    width: 350px;
    height: 350px;
  }
  .counter .submit_btn {
    padding: 10px 15px;
    margin-top: 10px;
  }
  .tech_logo {
    width: 18px;
  }
  .counter_name {
    font-size: 12px;
  }
  .dev_number {
    font-size: 12px;
  }
  .input_counter {
    width: 31px;
    height: 39px;
  }
  .enter_indications {
    font-size: 12px;
  }
  .enter_date {
    font-size: 12px;
  }
  .indications_info {
    font-size: 12px;
    padding: 25px;
    right: -120px;
    line-height: 25px;
  }
  .content-header {
    padding-top: 30px;
  }
  .counter_wrap {
    margin-top: 16px;
  }
  .show_text {
    display: none;
  }
  .personal_body {
    width: 200px;
  }
  .add_check_wrap {
    width: 200px;
  }
  .add_check {
    width: 100%;
  }
  .sidebar {
    width: 100%;
    padding: 0;
  }
  .mobile-btns {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .mobile-btns__item {
    padding: 5px 10px;
  }
  .add-check,
  .add-count,
  .reset-pass,
  .logout-user {
    background: #124869;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .add_check {
    display: none;
  }
  .personal_bill {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
  }
  .address {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .layout {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .last_info {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .payment_info {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .department-name {
    text-align: center;
  }
  .content_header {
    display: none;
  }
  .export-fluid {
    display: block;
  }
  .export-info {
    background: #a6d4ff;
    padding: 10px;
    border-radius: 10px;
  }
  .export-info__text {
    text-align: justify;
  }
  .export-edit {
    display: flex;
    margin-top: 5px;
  }
  .export-date {
    width: 50%;
    padding: 0 5px;
    select {
      height: 40px;
    }
  }
  .export-btn {
    width: 50%;
    padding: 0 5px;
  }
  .export__btn {
    background: #124869;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 41px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }
}
.register-check {
  background: #f1f1f1;
  border-radius: 30px;
  width: 513px;
}

.register-check__header {
  background: url(../../img/recovery_bg.svg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: no-repeat;
  background-position: center;
  height: 190px;
  border-radius: 30px;
}

.register-check__text {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 2;
}

.register-check__header {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  padding-top: 30px;
  padding-left: 50px;
}

.register-check_form {
  padding: 0 20px;
  margin-bottom: 30px;
}

.register-check__info {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  color: #a5a5a5;
  margin-top: 10px;
}

.register-check__button {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.register-check__list {
  appearance: none;
  background: url(../../img/register-check-item.svg) no-repeat right;
  background-position-x: calc(100% - 13px);
}

.item-style {
  font-family: "Verdana", sans-serif;
  font-size: 14px;
  color: #aad6ff;
}

.digital-check__body {
  display: flex;
  padding: 8px 0px;
  text-align: justify;
}

.digital-checkbox {
  align-self: flex-start;
  margin-right: 7px;
}

.digital-check__text {
  font-size: 12px;
  color: #093697;
  padding-right: 40px;
  line-height: 15px;
}

@media (max-width: 480px) {
  .content {
    width: 100%;
  }
  .nav {
    display: none;
  }
  .links {
    display: none;
  }
  .small {
    display: none;
  }
  .indications_info {
    position: unset;
    margin-top: 40px;
    text-align: justify;
  }
  .content-align {
    flex-flow: wrap;
  }
  .align-box {
    flex-flow: wrap;
    padding: 20px;
  }
  .indications_title {
    font-size: 14px;
    font-weight: bold;
  }
  .indications_list {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .wrap-info {
    padding: 0 10px;
  }
  .counter_wrap {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .mobile-nav__btn {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 106px;
    right: 9px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid #1881e3;
    background: #fff;
    cursor: pointer;
    z-index: 9999;
  }
  .mobile-nav__btn:hover {
    opacity: 1;
    transition: all 1s;
  }
  .mobile-nav__btn img {
    width: 32px;
  }
  .mobile-nav {
    position: fixed;
    display: block;
    top: 195px;
    width: 100%;
    background-color: rgb(170, 214, 255);
    z-index: 9999;
    left: -400px;
  }
  .modal {
    max-width: 75%;
  }
  .mobile-nav__wrap {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
  }
  .mobile-nav__item {
    margin: 15px 0;
    padding: 10px;
    border: 2px solid #fff;
    width: 30px;
    width: 125px;
    text-align: center;
  }
  .mobile-nav__item:hover {
    background: #fff;
    color: #000;
    transition: all 1s;
  }
  .mobile-nav__link {
    color: #fff;
    text-decoration: none;
  }
  .mobile-nav__link:hover {
    color: #000;
    transition: all 1s;
  }
  .hide-content {
    display: none;
  }
  .sidebar {
    width: 100%;
    padding: 0;
  }
  .personal_bill {
    justify-content: center;
  }
  .address {
    display: flex;
    flex-flow: column;
    align-items: start;
    padding-left: 10px;
  }
  .layout {
    display: flex;
    flex-flow: wrap;
    justify-content: start;
    padding-left: 10px;
  }
  .sidebar_title {
    //align-self: start;
  }
  .last_info {
    display: flex;
    flex-flow: column;
    align-items: start;
    padding-left: 10px;
  }
  .department-name {
    font-size: 14px;
    text-align: center;
  }
  .payment_info {
    display: flex;
    flex-flow: column;
    align-items: start;
    padding-left: 10px;
  }
  .mobile-btns {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .mobile-btns__item {
    padding: 5px 10px;
  }
  .add-check,
  .add-count,
  .reset-pass,
  .logout-user {
    background: #124869;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .add_check {
    display: none;
  }
  .export-fluid {
    padding: 0 10px;
    display: block;
  }
  .export-info {
    background: #a6d4ff;
    padding: 10px;
    border-radius: 10px;
  }
  .export-info__text {
    text-align: justify;
  }
  .export-edit {
    display: flex;
    margin-top: 5px;
  }
  .export-date {
    width: 50%;
    padding: 0 5px;
    select {
      height: 40px;
    }
  }
  .export-btn {
    width: 50%;
    padding: 0 5px;
  }
  .export__btn {
    background: #124869;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 41px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
  }

  .form-inner {
    padding: 0 10px;
  }
  .login-form {
    width: 100%;
  }
  .required_input {
    position: absolute;
    right: 6px;
    top: 36px;
  }
  .captcha_login {
    margin-left: 10px;
  }
  .register:last-child {
    padding-bottom: 15px;
  }
  .recovery_form .flex-box {
    padding-bottom: 15px;
  }
  .password-recovery {
    width: 100%;
  }
  .register-form {
    width: 100%;
  }
  .form_wrap-noflex {
    width: 100%;
  }
  .captcha {
    display: flex;
    align-items: center;
    padding: 0px 0px !important;
  }
  .reg_style {
    margin-top: 15px;
    text-align: center;
  }
  .style_btn {
    margin-top: 5px;
  }
  .auth_text {
    text-align: center;
    padding: 10px 0;
  }
  .textarea-width {
    width: 100% !important;
  }
  .register_form .form_wrap {
    padding: 0 0;
  }
  .submit-style {
    margin: 10px 0;
  }
  .btn-wrap {
    text-align: center;
  }
  .digital-check__body {
    margin-left: 14px;
  }
}

@media screen and (max-width: 740px) {
  .content-align {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-left: 30px;
  }
  .indications_info {
    font-size: 12px;
    padding: 20px;
    right: -110px;
    line-height: 25px;
  }
}
