@import url("/local/assets/css/technika_v2_d4880cff70b4.css");

.dd-technika.dd-technika--entry {
  width: 100%;
  margin: 38px 0 0;
  padding: 0;
}

.dd-technika--entry .dd-technika__type-hub {
  margin-bottom: 0;
}

.dd-technika--entry .dd-technika__type-card {
  min-width: 0;
}

.dd-technika-entry-intro {
  max-width: 920px;
  margin: 0 0 34px;
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.dd-technika-entry-intro p {
  margin: 0;
}

.dd-technika-entry-intro p + p {
  margin-top: 12px;
}

.dd-technika-entry-intro strong {
  font-weight: 700;
}

.dd-technika-entry-brands {
  margin-top: 56px;
}

.main-menu > li.dd-technika-entry-link {
  position: relative;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #e5e7e8;
}

.main-menu > li.dd-technika-entry-link > a {
  min-height: 44px;
  border-bottom: 0;
  font-weight: 600;
}

.main-menu > li.dd-technika-entry-link > a p {
  font-weight: 600;
  line-height: 1.25;
}

.dd-technika-entry-submenu {
  position: absolute;
  right: auto;
  bottom: 0;
  left: calc(100% + 10px);
  z-index: 30;
  width: 238px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid #e2e5e8;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgb(40 46 52 / 14%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-4px);
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}

.dd-technika-entry-submenu::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: 12px;
  height: 100%;
  content: "";
}

.main-menu > li.dd-technika-entry-link--submenu:hover > .dd-technika-entry-submenu,
.main-menu > li.dd-technika-entry-link--submenu:focus-within > .dd-technika-entry-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.dd-technika-entry-submenu > li {
  margin: 0;
  padding: 0;
}

.dd-technika-entry-submenu > li > a {
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 12px;
  border-radius: 7px;
  color: #222;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
}

.dd-technika-entry-submenu > li > a:hover,
.dd-technika-entry-submenu > li > a:focus-visible {
  color: #ed1c24;
  background: #f7f8f9;
}

.dd-technika-entry-submenu > li > a:focus-visible {
  outline: 3px solid #ed1c24;
  outline-offset: -2px;
}

@media (prefers-reduced-motion: reduce) {
  .dd-technika-entry-submenu {
    transition: none;
  }
}

@media (max-width: 760px) {
  .dd-technika.dd-technika--entry {
    margin-top: 30px;
  }

  .dd-technika-entry-intro {
    margin-bottom: 28px;
    font-size: 15px;
  }

  .dd-technika-entry-brands {
    margin-top: 40px;
  }
}
