@charset "UTF-8";
#aside, .top {
  background: #fff;
}

#aside {
  padding-top: 64px;
  padding-bottom: 64px;
  transition: padding 0.2s ease-in-out;
  position: sticky;
  top: 0;
}
#aside .top_row {
  align-items: center;
  padding: 4px 0;
}
#aside .colgap, #aside .subcolgap, #aside .ingap {
  row-gap: 0;
}
#aside .logo {
  margin: 0;
}
#aside .logo.normal img {
  width: 228px;
}
#aside .logo.compact {
  display: none;
}
#aside .logo.compact img {
  width: 37px;
  margin-top: 7px;
}
#aside a {
  min-height: 40px;
  display: flex;
  align-items: center;
}
#aside a.about_link {
  color: #999;
  min-width: 146px;
}
#aside a.whatsapp {
  padding: 0 8px;
  border-radius: 3px;
  border: 1px dashed #25D366;
}
#aside a.whatsapp::before {
  margin-right: 8px;
  content: "● ";
  color: #25D366;
}
#aside a.whatsapp:hover {
  color: #128C7E;
}
#aside .icon {
  opacity: 0.3;
  width: 24px;
}
#aside .icon.about {
  height: 32px;
  width: auto;
}
#aside .contacts {
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
  flex-grow: 2;
  justify-content: space-between;
}
#aside .contacts .phones, #aside .contacts .messengers {
  font-size: 1.2em;
}
#aside .buttons {
  justify-content: end;
}
#aside .shy {
  transition: max-height 0.2s ease-in-out;
  max-height: 500px;
}
#aside .about_block .icon {
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#aside .about_block .about_link {
  transition: color 0.2s ease-in-out;
}
#aside .about_block:hover .icon {
  transform: rotateY(360deg);
  opacity: 0.8;
}
#aside .about_block:hover .about_link {
  color: #c51a1b;
}

#aside.scrolled {
  padding-top: 4px;
  padding-bottom: 4px;
}
#aside.scrolled .top_row {
  border-bottom: 4px solid #000;
}

@media (max-width: 543px) {
  #aside.needmenu .colgap {
    gap: 4px;
  }
}
@media (max-width: 991px) {
  #aside .buttons {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #aside .logo.compact {
    display: block;
  }
  #aside .logo.normal {
    display: none;
  }
}
@media (max-width: 666px) {
  #aside {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #aside .contacts .phones, #aside .contacts .messengers {
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 8px 0;
  }
  #aside .about_block {
    justify-content: end;
  }
  #aside a.about_link {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  #aside .buttons {
    margin-top: 8px;
  }
}
@media (max-width: 1384px) {
  #aside .about_block {
    width: 100%;
  }
  #aside .second_line {
    width: 100%;
    justify-content: space-between;
  }

  #aside.needmenu .shy {
    max-height: 0;
    overflow: hidden;
    width: 0;
  }
  #aside.needmenu .first_line {
    width: 40px;
  }
  #aside.needmenu .second_line {
    width: auto;
  }
}

/*# sourceMappingURL=right-nav-ng2.css.map */
