.dropdown:hover .dropdown-menu.wide_menu_container {
  width: 1296px;
  margin: 0 -12px;
  padding: 18px 27px;
  left: -400px;
}

.menu-header {
  display: flex;
  flex-direction: row;
}

.wide_menu {
  padding-left: 0;
  list-style: none;
}
.wide_menu.direction-list {
  background: none;
  margin: 0;
  padding: 0;
}
.wide_menu.direction-list .first-level-item-icon {
  right: 27px;
  left: unset;
}
.wide_menu.direction-list .first-level-item-sub-icon {
  left: 27px;
  right: unset;
}

.first-level-item {
  text-align: center;
  border-radius: 15px;
  width: 300px;
  height: 61px;
  background: #f3f7ff;
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.first-level-item .dropdown-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #0C0D0F;
}
.first-level-item .dropdown-item:hover {
  background-color: transparent;
  color: unset;
}
.first-level-item:hover .dropdown-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
  color: #0f7efd;
  background-color: transparent;
}
.first-level-item.active .first-level-item-sub-icon {
  background: url("/include/icon/plus_minus.png");
}
.first-level-item .first-level-item-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27px;
  display: flex;
  align-items: center;
}
.first-level-item .first-level-item-sub-icon {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("/include/icon/plus.png");
}

.middle-column {
  flex-grow: 2;
  padding: 42px 23px;
}

.submenu-middle-wrapper {
  display: none;
}
.submenu-middle-wrapper.active {
  display: block;
}

.menu-small-column {
  width: 300px;
}

.column-title {
  text-align: center;
}
.column-title span {
  padding: 6px 16px;
  display: inline-block;
  background-color: #83DA40;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.07143;
  text-align: center;
  color: white;
  border-radius: 15px;
  margin-bottom: 13px;
}

.parent-title-wrapper {
  display: flex;
  align-items: center;
}

.parent-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 0.625;
  color: #0C0D0F;
}

.parent-title-icon {
  margin-right: 19px;
}

.parent-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 2.42857;
  color: #0C0D0F;
  margin-bottom: 10px;
}

.element-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 39px;
  row-gap: 22px;
  padding-left: 0;
}

.element-item-link {
  text-decoration: none;
}
.element-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1875;
  color: #353744;
}
.element-item-desription {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3;
  color: #353744;
}

.footer-menu-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 0.9375;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #695af3;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
