:root {
  --lightBlue: #f3fbff;
}

:root {
  --lightBlue: #f3fbff;
}

.a-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 18px 0;
  height: 64px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1025px) {
  .a-navigation {
    height: 90px;
  }
}
.a-navigation .a-container {
  height: 100%;
  display: flex;
  align-items: center;
}
.a-navigation .a-logo {
  flex: 0 0 140px;
  max-width: 140px;
}
@media only screen and (min-width: 768px) {
  .a-navigation .a-logo {
    flex: 0 0 200px;
    max-width: 200px;
  }
}
.a-navigation .a-logo__image {
  width: 100%;
  display: block;
}
.a-navigation[data-scrolling=true] {
  background: #ffffff;
  box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.15);
}

.a-menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-menu {
    display: flex;
    margin: 0 0 0 auto;
    align-self: stretch;
  }
}
.a-menu__start {
  background-color: #019ab8;
  color: white !important;
  border-radius: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 10px;
  padding-left: 10px;
}
.a-menu__start a:hover {
  border: 0;
}
.a-menu__link {
  color: #000000;
  align-self: stretch;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .a-menu__link {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1025px) {
  .a-menu__link {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.a-menu__link_current {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .a-menu__link + .a-menu__link {
    margin: 0 0 0 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .a-menu__link + .a-menu__link {
    margin: 0 0 0 50px;
  }
}
.a-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  transform: scaleX(0);
  background-color: #01a9c1;
  transition: transform 0.2s ease-in-out;
  opacity: 0.6;
}
.a-menu__link:hover:before {
  transform: scaleX(1);
}

.a-menu-handler {
  margin: 0 0 0 auto;
  flex: 0 0 24px;
  max-width: 24px;
  height: 20px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .a-menu-handler {
    margin: 0 0 0 48px;
  }
}
.a-menu-handler .a-menu-handler__line {
  position: absolute;
}
.a-menu-handler__opener {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.a-menu-handler__opener .a-menu-handler__line {
  width: 100%;
  height: 3px;
  background: #363943;
  left: 0;
}
.a-menu-handler__opener .a-menu-handler__line:first-child {
  top: 0;
}
.a-menu-handler__opener .a-menu-handler__line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.a-menu-handler__opener .a-menu-handler__line:last-child {
  bottom: 0;
}
.a-menu-handler__closer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s;
  transform: rotate(90deg);
  opacity: 0;
}
.a-menu-handler__closer .a-menu-handler__line {
  background: #01a9c1;
  width: 3px;
  height: 28px;
  left: 50%;
  top: 50%;
}
.a-menu-handler__closer .a-menu-handler__line:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.a-menu-handler__closer .a-menu-handler__line:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.a-menu-handler[data-opened=true] .a-menu-handler__opener {
  transform: rotate(90deg);
  opacity: 0;
}
.a-menu-handler[data-opened=true] .a-menu-handler__closer {
  transform: rotate(0deg);
  opacity: 1;
}

.a-dropdown-menu {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  left: 0;
  transform: translateY(-100%);
  transition: transform 0.5s;
  background: #ffffff;
  padding: 100px 0 80px;
  overflow: scroll;
}
.a-dropdown-menu[data-opened=true] {
  transform: translateY(0);
}
@media only screen and (min-width: 1025px) {
  .a-dropdown-menu {
    padding: 200px 0 80px;
  }
}
.a-dropdown-menu__list {
  font-size: 1.125rem;
  line-height: 1.5rem;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .a-dropdown-menu__list {
    column-count: 3;
    width: 760px;
    margin: 0 auto;
    column-gap: 80px;
    padding: 0;
  }
}
.a-dropdown-menu__item {
  max-width: 200px;
}
.a-dropdown-menu__item + .a-dropdown-menu__item {
  margin: 20px 0 0 0;
}
.a-dropdown-menu__item_title {
  font-weight: 800;
}
.a-dropdown-menu__item_decor .a-dropdown-menu__link {
  padding: 0 0 0 20px;
  margin: -20px;
}
.a-dropdown-menu__item_decor .a-dropdown-menu__link:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 80%;
  background: #01a9c1;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.a-dropdown-menu__link {
  color: #363943;
  display: inline-block;
  position: relative;
}
.a-dropdown-menu__link:hover {
  color: #01a9c1;
}