.l-sec--section-with-nav nav {
  position: sticky;
  top: 15.2rem;
  z-index: 1;
  width: 23rem;
  margin-right: 4.8rem;
}
.l-sec-nav--select > a {
  display: none;
}
.l-sec-nav--select ul {
  border-left: 0.1rem solid #ededed;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.l-sec-nav--select li {
  padding: 0.2rem 0;
}
.l-sec-nav--select li a {
  font-size: 1.6rem;
  color: #3b352e;
  position: relative;
  padding: 0.4rem 0 0.4rem 1.6rem;
  display: block;
}
.l-sec-nav--select li a.is-active {
  font-weight: 700;
}
.l-sec-nav--select li a.is-active:before {
  content: '';
  position: absolute;
  background: #155455;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#155455),
    to(#00a99d)
  );
  background: linear-gradient(0deg, #155455, #00a99d);
  width: 1.6rem;
  height: 100%;
  width: 0.3rem !important;
  left: -0.2rem;
  top: 0;
}
@media (min-width: 960px) and (max-width: 1279.98px) {
  .l-sec--section-with-nav nav{
    width: 20%;
  }
}
@media (max-width: 959.98px) {
  .l-sec--section-with-nav nav {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .l-sec-nav--select {
    position: relative;
  }
  .l-sec-nav--select > a {
    border: 1px solid #78adb0;
    display: flex;
    align-items: center;
    height: 4rem;
    padding: 0 4rem 0 1.6rem;
    background: #f3fbfb;
    position: relative;
    color: #3b352e !important;
    text-transform: uppercase;
  }
  .l-sec-nav--select > a::after {
    position: absolute;
    content: '';
    top: -1px;
    right: -1px;
    width: 4rem;
    height: 4rem;
    background: url(../img/icons/arrow-select.svg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }
  .l-sec-nav--select.is-active > a::after {
    background: url(../img/icons/arrow-select-hover.svg);
  }
  .l-sec-nav--select ul {
    display: none;
    border: 0;
    border-left: 0.1rem solid #ededed;
    border-right: 0.1rem solid #ededed;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 12px 0 rgba(0, 0, 0, 0.1);
  }
  .l-sec-nav--select.is-active ul {
    display: block;
  }
  .l-sec-nav--select li {
    border-bottom: 0.1rem solid #ededed;
    padding: 0;
  }
  .l-sec-nav--select li a {
    font-size: 1.4rem;
    font-weight: 300;
    color: #3b352e;
    padding: 1.2rem 1.6rem;
  }
}
