.menu.full {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 1200px) {
  .menu.full {
    display: none;
    background-color: #251783;
    padding: 22px;
    width: 100%;
  }
}
.menu.full .menu_item {
  position: relative;
  list-style: none;
}
@media (min-width: 1201px) {
  .menu.full .menu_item:hover > .child {
    display: block;
  }
}
@media (max-width: 1200px) {
  .menu.full .menu_item {
    background: #ecf0f3;
    border-top: 1px solid #f2f5f7;
    border-bottom: 1px solid #e4e6e7;
  }
}
.menu.full .menu_item .submenu-arrow {
  display: block;
  width: 55px;
  height: 42px;
  background: url(/upload/mobile-menu-imgs/plts-menu-arrow.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
}
@media (min-width: 1201px) {
  .menu.full .menu_item .submenu-arrow {
    display: none;
  }
}
.menu.full .menu_item .submenu-arrow.active {
  transform: rotateZ(90deg);
}
.menu.full .menu_item .child {
  display: none;
  z-index: 500;
  position: absolute;
  font-size: 11px;
  top: 100%;
  left: 0;
  padding-top: 32px;
}
@media (max-width: 1200px) {
  .menu.full .menu_item .child {
    padding-top: 0;
    position: relative;
  }
}
.menu.full .menu_item .child .child_wrapp {
  border-top: 2px solid #49526e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.menu.full .menu_item .child .child_wrapp a {
  font-size: 12px;
  line-height: 20px;
  display: block;
  white-space: nowrap;
  text-decoration: none;
  color: #1d1a1a;
  padding: 9px 20px 10px;
  border-bottom: 1px solid #fff;
  background: #f7f7f9;
}
.menu.full .menu_item .child .child_wrapp a:hover {
  color: #1c3063;
  background: #fff;
}
.menu.full .menu_item.menu_item_l1 > a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .menu.full .menu_item.menu_item_l1 > a {
    padding: 0 10px;
    height: 42px;
    display: flex;
    align-items: center;
  }
}
.menu.full .menu_item.menu_item_l2 .child {
  padding-top: 0;
  left: 100%;
  top: 0;
}
@media (max-width: 1200px) {
  .menu.full .menu_item.menu_item_l2 .child {
    left: unset;
    top: unset;
  }
}

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