.rana-anchor-nav {
  z-index: 8;
}
@media screen and (min-width: 1025px) {
  .rana-anchor-nav {
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 210px;
  }
}
@media screen and (max-width: 1024px) {
  .rana-anchor-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFAEF7;
    padding: 12px 30px;
  }
}
@media screen and (min-width: 1025px) {
  .rana-anchor-nav.is_ended {
    position: absolute;
    top: auto;
    bottom: -25px;
    transform: none;
  }
}
@media screen and (min-width: 1025px) {
  .rana-anchor-nav.is_white .rana-anchor-nav__link {
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1024px) {
  .rana-anchor-nav.is_open .rana-anchor-nav__item {
    display: block;
  }
}
.rana-anchor-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .rana-anchor-nav__item {
    margin-bottom: 1px;
    min-height: 33px;
    display: flex;
    align-items: center;
  }
  .rana-anchor-nav__item.is_active .rana-anchor-nav__num {
    padding: 3px;
    background: #FFAEF7;
    color: #000000;
  }
}
@media screen and (max-width: 1024px) {
  .rana-anchor-nav__item {
    margin: 10px 0;
    display: none;
  }
  .rana-anchor-nav__item.is_active {
    display: block;
  }
}
.rana-anchor-nav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease;
}
.rana-anchor-nav__link:active .rana-anchor-nav__title {
  opacity: 1 !important;
}
@media screen and (min-width: 1025px) {
  .rana-anchor-nav__link:hover .rana-anchor-nav__title {
    opacity: 1 !important;
  }
}
.rana-anchor-nav__num {
  font: 600 14px/1 "Work Sans", sans-serif;
  min-width: 20px;
  flex-shrink: 0;
  padding: 3px;
}
@media screen and (max-width: 1024px) {
  .rana-anchor-nav__num {
    font-size: 12px;
  }
}
.rana-anchor-nav__title {
  font: 600 13px/1.3 "Work Sans", sans-serif;
}
@media screen and (min-width: 1025px) {
  .rana-anchor-nav__title {
    opacity: 0;
  }
}
.rana-anchor-nav__toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .rana-anchor-nav__toggle {
    display: block;
    position: absolute;
    top: 14px;
    right: 24px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5.00488 1.64624L5.00537 4.87037M5.00537 4.87501L5.00537 8.37501' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M1.5 4.67507L4.53596 1.63911C4.79224 1.38283 5.20776 1.38283 5.46404 1.63911L8.5 4.67507' stroke='black' stroke-linecap='square' stroke-linejoin='bevel'/%3E%3C%2Fsvg%3E") no-repeat center;
    border: none;
    padding: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
  }
  .rana-anchor-nav__toggle[aria-expanded=true] {
    transform: rotate(180deg);
  }
}

/*# sourceMappingURL=rana-anchor-nav.css.map */
