/*fixme*/
/*main menu*/
.header__menu {
  position: static;
}

.level-1 {
  width: 100%;
  top: 80px;
  right: 0;
  left: 0;
}

.level-2 {
  max-height: none;
  height: 100%;
}

@media only screen and (max-width: 991.8px) {
  .level-1 {
    top: 0;
  }

  .header__menu-wrap::before {
    z-index: 7;
  }

  .level-1.grid-col-2 {
    grid-template-columns: 1fr;
  }

  .menu-container_column-return {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .main-banner {
    overflow: visible;
  }
}

/*quote*/
@media (min-width: 993px) {
  .person-boss {
    padding-left: 30px;
  }
}

/*Блок «Сайт в разработке»*/
.dev-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  min-height: 30px;
}

.dev-notice__text {
  font-size: 16px;
  line-height: 24px;
  color: #1D71B8;
}

.dev-notice__links {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.dev-notice__icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.dev-notice__icon.dev-notice__icon--tel {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7162 10.5022C13.7366 10.5022 12.7748 10.349 11.8633 10.0478C11.4167 9.89542 10.8676 10.0352 10.595 10.3151L8.796 11.6732C6.70963 10.5595 5.42446 9.27475 4.32596 7.20404L5.64408 5.45188C5.98654 5.10988 6.10938 4.61029 5.96221 4.14154C5.65971 3.22529 5.50604 2.26392 5.50604 1.28392C5.50608 0.575958 4.93013 0 4.22221 0H1.28388C0.575958 0 0 0.575958 0 1.28388C0 9.39846 6.60158 16 14.7162 16C15.4241 16 16 15.424 16 14.7161V11.786C16 11.0781 15.424 10.5022 14.7162 10.5022Z' fill='%231D71B8'/%3E%3C/svg%3E%0A");
}

.dev-notice__icon.dev-notice__icon--mail {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.46281 10.0212C8.31169 10.1157 8.14168 10.1535 7.99056 10.1535C7.83943 10.1535 7.66942 10.1157 7.5183 10.0212L0 5.43091V11.5325C0 12.8359 1.05785 13.8937 2.36128 13.8937H13.6387C14.9421 13.8937 16 12.8359 16 11.5325V5.43091L8.46281 10.0212Z' fill='%231D71B8'/%3E%3Cpath d='M13.6384 2.1062H2.36091C1.24639 2.1062 0.301878 2.89959 0.0751953 3.95744L8.00908 8.79332L15.9241 3.95744C15.6974 2.89959 14.7529 2.1062 13.6384 2.1062Z' fill='%231D71B8'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 992px) {
  .dev-notice, .dev-notice__links {
    flex-wrap: wrap;
  }

  .dev-notice__text {
    margin-bottom: 8px;
  }
}

@media (min-width: 993px) {
  .dev-notice__links {
    flex-shrink: 0;
  }
}

.link {
  text-decoration: none;
  cursor: pointer;
}

.link:hover {
  text-decoration: none;
}

.link--blue {
  color: #1D71B8;
}

.link--blue:hover {
  color: #0056b3;
}

.link--black {
  color: #333333;
}

.link--black:hover {
  color: #0056b3;
}

@media screen and (max-width: 576px) {
  .table-specialty__item--body {
    display: block !important;
  }
}

/*buttons*/
.help-cards__col {
  padding: 0 15px;
}

/*Например, блок «Подать документы» на главной*/
.help-cards__col {
  flex: 1 1;
  width: auto;
}

@media screen and (max-width: 576px) {
  .help-cards__col {
    flex-basis: 100%;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .help-cards__col {
    flex-basis: 50%;
  }
}