.help_w {
  line-height: normal;
}
.help_w .help-title {
  font-size: 30px;
  margin-bottom: 30px;
}
.help_w .help-menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.help_w .menu-row {
  display: flex;
  gap: 22px;
}
.help_w .menu-item {
  display: block;
  font-size: 17px;
  box-shadow: 0 0 10px rgba(170, 170, 170, 0.35);
  padding: 20px 16px;
  background: #fff;
  border-radius: 15px;
  text-decoration: none;
  flex: 1;
  cursor: pointer;
  position: relative;
}
.help_w .menu-item:hover {
  box-shadow: 0 0 10px rgba(170, 170, 170, 0.55);
}
.help_w .menu-item.chat, .help_w .menu-item.call {
  padding: 12px 16px;
}
.help_w .menu-item-name {
  text-align: center;
}
.help_w .menu-item-name-desc {
  font-size: 13px;
}
.help_w .help-nav {
  display: flex;
  flex-wrap: nowrap;
  margin: 50px 0;
  gap: 10px;
}
.help_w .help-nav-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.help_w .help-nav-link {
  color: #63A503;
  font-size: 17px;
}
.help_w .help-nav-link:hover {
  text-decoration: underline;
}
.help_w .help-social {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}
.help_w .help-social-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.help_w .help-social-title {
  font-size: 17px;
  margin-bottom: 8px;
}
.help_w .help-social-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.help_w .help-social-logo {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  cursor: pointer;
}
.help_w .help-social-logo.telegram {
  background: url(/images/telegram2_40.png) no-repeat;
}
.help_w .help-social-logo.youtube {
  background: url(/images/social5.png) no-repeat;
}
.help_w .help-social-logo.vk {
  background: url(/images/vk_40.png) no-repeat;
}
.help_w .help-social-name {
  color: #63A503;
  cursor: pointer;
}
.help_w .help-social-name:hover {
  text-decoration: underline;
}

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