@charset "UTF-8";
html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

a {
  text-decoration: none !important;
  outline: none; }

h2 {
  font-size: 22px; }

.pagination {
  -webkit-border-radius: 0;
          border-radius: 0; }
  .pagination .page-link {
    border: none;
    -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
    padding: 5px 12px !important;
    color: #029EE6; }
    .pagination .page-link:hover {
      color: #fff;
      background-color: #029EE6; }
  .pagination li.active a {
    background-color: #029EE6 !important;
    color: #fff; }

.fw-bold {
  font-weight: 700; }

.fw-regular {
  font-weight: 400; }

.bg-grey {
  background-color: #f6f6f6; }

.font-grey {
  color: #979797; }

.left-menu .under-nav li {
  list-style: none;
  margin: 0; }
  .left-menu .under-nav li a {
    padding: 5px 0;
    font-size: 14px;
    position: relative; }
  .left-menu .under-nav li.active a {
    color: #029EE6; }
    .left-menu .under-nav li.active a:before {
      content: '>';
      position: absolute;
      left: -15px; }

.left-menu a {
  color: #434343; }
  .left-menu a:hover {
    color: #029EE6; }

.left-menu.active > a {
  color: #029EE6; }

.font-blue {
  color: #029EE6; }
  .font-blue:hover {
    color: #0071A5; }

.fz-20 {
  font-size: 1.25rem; }

.fz-14 {
  font-size: 0.950rem;
  font-weight: bold;
 /* font-size: 0.875rem; */ }

.fz-12 {
  font-size: 0.75rem; }

.fz-17 {
  font-size: 1.15rem; }

.fw-500 {
  font-weight: 500; }

.btn {
  -webkit-border-radius: 1rem;
          border-radius: 1rem; }

.btn-blue {
  background-color: #029EE6;
  color: #fff;
  font-size: 14px;
  width: 180px;
  border: none; }
  .btn-blue:disabled {
    opacity: .65; }
    .btn-blue:disabled:hover {
      background-color: #029EE6;
      color: #fff; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0071A5;
    border: 0; }

.btn-outline-blue {
  width: 180px;
  color: #029EE6;
  background-color: transparent;
  background-image: none;
  border-color: #029EE6; }
  .btn-outline-blue:hover {
    background-color: rgba(2, 158, 230, 0.26);
    border-color: transparent; }

.aligner {
  height: 100%;
  vertical-align: middle;
  display: inline-block; }

.header {
  padding-top: 42px; }

.header .navbar {
  margin-top: 40px;
  padding: 0;
  background: #0c538c;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .header .navbar .nav-item a {
    color: white !important;
    padding: 0.8rem 0.9rem; }
    .header .navbar .nav-item a i.fa {
      vertical-align: middle;
      margin-top: -2px;
      display: inline-block; }
  .header .navbar .nav-item.active > a {
    color: lightgray !important; }
  .header .navbar .nav-item:hover > a {
    color: #e9e9ed !important; }
  .header .navbar .navbar-toggler {
    width: 100%;
    text-align: left;
    border-color: transparent;
    outline: none;
    color: #fff; }
  .header .navbar .dropdown-menu {
    margin-top: 0;
    background: #0c538c;
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    top: 50px;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .header .navbar .dropdown-menu .dropdown-item {
      min-width: 260px;
      font-weight: 300;
      line-height: 20px;
      color: #fff;
      padding: 0.5rem 1rem; }
      .header .navbar .dropdown-menu .dropdown-item.active, .header .navbar .dropdown-menu .dropdown-item:hover {
        background: #20b8ff !important;
        color: #029EE6; }

.header-logo img {
 /* max-width: 3.625rem; */}

.header-contacts a {
  color: #343434;
  display: block; }
  .header-contacts a:hover, .header-contacts a:active {
    color: #029EE6;
    text-decoration: none; }
    .header-contacts a:hover i, .header-contacts a:active i {
      color: #029EE6; }
  .header-contacts a span {
    display: inline-block;
    text-align: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    vertical-align: middle;
    color: #cfcfcf;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    border: 1px solid #cfcfcf; }
    .header-contacts a span i {
      line-height: inherit; }

.header-hotline {
  position: relative; }
  .header-hotline:before {
    content: 'Горячая линия';
    position: absolute;
    top: -17px;
    right: 35px;
    font-size: 12px;
    color: #CFCFCF; }

.menu-divider {
  border-top: 1px solid #979797; }

.bg-grey:first-child {
  margin-left: 15px; }

.banner {
  margin-top: -25px;
  height: 32rem;
  overflow: hidden;
  background-size: cover;
  background-position: center; }

.user-actions a.card i.fa, .user-actions a.card img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.user-actions a.card:hover i.fa, .user-actions a.card:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.actions {
  text-align: center;
  font-size: 1rem;
  margin: 55px 0 70px; }
  .actions .card {
    -webkit-border-radius: 21px;
            border-radius: 21px;
    height: 255px;
    padding-top: 50px; }
  .actions div {
    color: #434343; }
  .actions i.fa {
    font-size: 3.75rem;
    color: #0c538c; }
  .actions img {
    height: 60px; }

.border-right-2-white {
  border-right: 0.5rem solid #fff; }

.border-left-2-white {
  border-left: 0.5rem solid #fff; }

.last-news {
  background-color: #F9F9F9;
  padding: 25px 50px;
 /* padding: 55px 0 105px; */ }

.last-news-title {
  color: #0c538c;
  margin-bottom: 43px; }

.last-news-img {
  width: 5rem;
  height: 5rem;
  background-size: cover; }

.last-news-date {
  font-size: 0.75rem;
  color: #343434; }

.last-news-text {
  font-size: 1.25rem;
  color: #029EE6; }

.footer {
  padding-bottom: 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+11,656565+11,656565+100 */
  background: #ffffff;
  background: -webkit-linear-gradient(top, #F9F9F9 0%, #F9F9F9 11%, #656565 11%, #656565 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), color-stop(11%, #F9F9F9), color-stop(11%, #656565), to(#656565));
  background: linear-gradient(to bottom, #F9F9F9 0%, #F9F9F9 11%, #656565 11%, #656565 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#656565',GradientType=0 ); }

.footer-coop {
  font-size: 14px;
  color: #fff;
  margin: 50px 0 0 40px; }

.footer-body {
  width: 100%;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 55px 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005798+0,029ee6+100 */
  background: #005798;
  background: -webkit-linear-gradient(315deg, #005798 0%, #029ee6 100%);
  background: linear-gradient(135deg, #005798 0%, #029ee6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005798', endColorstr='#029ee6',GradientType=1 ); }
  .footer-body a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 7px; }

@media (max-width: 991px) {
  .navbar-toggler {
    height: 50px; }
  .header .navbar {
    border-top: 1px solid transparent; }
    .header .navbar .dropdown-menu {
      padding: 2rem 0;
      border-top: 1px solid #0089c9;
      border-bottom: 1px solid #0089c9; }
  .bg-grey:first-child {
    margin-left: 0; }
  .border-right-2-white {
    border-right: 0; }
  .border-left-2-white {
    border-left: 0; }
  .md-hide {
    display: none; } }

.content {
  color: #434343; }

.custom-file {
  width: 100%; }

.custom-file-control {
  background-color: transparent;
  border: transparent;
  padding: 0; }

.custom-file-name {
  margin-left: 1rem;
  font-size: 14px;
  line-height: 24px;
  color: #979797; }

.custom-file-btn {
  width: 10rem; }

.custom-file-input:focus ~ .custom-file-control {
  -webkit-box-shadow: none;
          box-shadow: none; }

.custom-file-control:before {
  content: '';
  display: none; }

.modal-content {
  -webkit-border-radius: 0;
          border-radius: 0;
  border: none; }

button.close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px; }

.reg {
  display: none; }

.add-contact {
  display: none; }

.registration-modal {
  padding: 10px; }
  .registration-modal .entity, .registration-modal .individual-entrepreneur {
    display: none; }
  .registration-modal .auth-form, .registration-modal .reg-form {
    padding: 30px;
    background-color: #F6F6F6; }
  .registration-modal .modal-header {
    border: none; }
  .registration-modal .modal-title {
    font-weight: 700;
    font-size: 30px;
    color: #434343; }
  .registration-modal .registration-btn {
    width: 280px; }
  .registration-modal .modal-body {
    padding-left: 40px; }
    .registration-modal .modal-body a {
      display: block;
      text-decoration: none;
      color: #029EE6; }
      .registration-modal .modal-body a:hover {
        color: #0071A5; }

.tickets-list .table td, .table th {
  border-top: none;
  border-bottom: 1px solid #e9ecef; }

.recourse-list .table td, .recourse-list .table th {
  border-top: none; }

.recourse-list .second-row {
  border-bottom: 1px solid #e9ecef; }

.item {
  position: relative; }
  .item.collapsed i:before {
    content: "\f0d7"; }

.notice table td {
  font-size: 14px;
  border-top: none;
  border-bottom: 1px solid #979797;
  padding: 10px 0 6px; }
  .notice table td a {
    color: #029EE6; }
    .notice table td a:hover {
      color: #0071A5; }

.documents-item-text {
  position: relative; }
  .documents-item-text i.fa {
    position: absolute;
    left: -20px;
    top: 5px;
    width: 21px;
    height: 40px; }

.news-item-img {
  width: 80px;
  height: 80px; }

.news-item-link {
  color: #029EE6; }
  .news-item-link:hover {
    color: #0071A5; }

.new .new-date {
  margin-bottom: 20px; }

.new-text img {
  max-width: 100%;
  margin: 5px 20px 0 0; }

.history-table {
  font-size: 10px; }
  .history-table thead {
    border-bottom: 1px solid #979797; }
    .history-table thead td {
      padding: .2rem .75rem;
      border: none; }
  .history-table tbody td {
    padding: .75rem .75rem .2rem;
    border-top: none;
    border-bottom: 1px solid #979797; }

.my-counter {
  color: #434343;
  margin-bottom: 10px; }
  .my-counter i.fa {
    color: #D80000; }

.my-counter-add {
  display: none; }
  .my-counter-add .input {
    position: relative; }
    .my-counter-add .input .success {
      position: absolute;
      right: 7px;
      top: 8px; }

.recourse-message:nth-child(2n) .bg-grey {
  background: #FDFDFD; } 
  
.search-block {
  background: #005798;
  background: -webkit-linear-gradient(315deg, #005798 0%, #029ee6 100%);
  background: linear-gradient(135deg, #005798 0%, #029ee6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005798', endColorstr='#029ee6',GradientType=1 ); }
  .search-block input {
    background: rgba(0,0,0,0);
    color: #fff;
    font-weight: 300;
    -webkit-border-radius: 1rem;
            border-radius: 1rem; }
    .search-block input:focus {
      background: rgba(0,0,0,0);
    /*  color: #fff; */
      border-color: #fff; }

.search-footer button {
   background: rgba(0,0,0,0);
  color: #029EE6;
  border-color: #029EE6 !important; }
  .search-footer button:hover {
    background-color: #029EE6; }

.search-footer input {
  background: transparent;
  font-weight: 300;
  -webkit-border-radius: 1rem;
          border-radius: 1rem; }
  .search-footer input:focus {
    background: inherit;
    border-color: #029EE6; }

.page-not-found {
  padding: 50px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  height: 27rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }
  
.video-block-opt {
  text-align: center;
  margin-bottom: 25px;
}
 
@media (max-width: 640px) {
 
  .video-block-opt {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
  }
  .video-block-opt iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
 
}

@media (max-width: 870px) {
 
  .video-block-opt-big {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      height: 0;
      overflow: hidden;
  }
  .video-block-opt-big iframe {
      position: absolute;
	  top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
 
}

img-opt {
  max-width: 100%; /* Изображение не будет превышать ширину контейнера */
  height: auto; /* Сохраняет пропорции */
  display: block; /* Устраняет лишние отступы снизу */
}

/* Опционально: адаптивные изображения в зависимости от экрана */
@media (max-width: 768px) {
  img-opt {
    width: 100%; /* Занимает всю доступную ширину */
    object-fit: cover; /* Обрезает изображение, сохраняя пропорции (если нужно) */
  }
  
}

/* Отключение эффектов hover на тач-устройствах */
@media (hover: none) {
  img-opt:hover {
    opacity: 1; /* Пример: отключает изменение прозрачности при наведении */
  }
}

.pred-block {
  display: none;
}

.docs-block {
  border-bottom: solid 1px #fff;
  padding-top: 10px;
}

.block__name {
  position: absolute;
  background-color: #fff;
  border: solid 1px #999;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  right: 0;
  top : 0;
  text-align: center;
  font-size: 115%;
}  

.info__message {
  position: absolute;
  width: 100%;
  /*left: 0;*/
  max-width: 800px;
  /*width: 350px;*/
  height: auto;
  padding: 15px;
  /*border: 20px solid transparent;*/
  background: #9fd7ff;
  z-index: 200;
  border-radius: 10px;
}
.info_message:before {
  content: '';
  border: solid transparent;
  position: absolute;
  left: 8px;
  bottom: 100%;
  border-bottom-color: #eee;
  border-width: 9px;
  margin-left: 0;
}

.bg-blue:first-child {
    margin-left: 15px;
}

.bg-blue {
    background-color: #e4f2fe; }