a:focus {
  color: inherit;
}
.top-menu__nav a:focus {
  color: initial;
}
@media (hover: hover) {
  .btn--arrow:active svg, .btn--arrow:hover svg {
      width: 2rem;
      height: 2rem;
  }
}
.fixed-mode{
    display: block;
    position: fixed;
    top: 0;
    padding-top: 10px;
    height: 90px;
    width: 100vw;
}
/*ЛК*/
.lk-title {
    font-size: 40px;
    margin-bottom: 20px;
}

.lk-block-flex {
    display: grid;
    grid-template-columns: 1fr 4fr;
    grid-gap: 40px;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .lk-block-flex {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
/*ЛК*/
/* Small Cart */
#top-cart {
    position: absolute;
    top: -9px;
    right: -9px;
}
.wrap-cart-small-cart{
    position: relative;
}
/* !Small Cart */
body input {
    line-height: unset;
}
.profile-link{
    width: max-content;

}
.fixed-header{
    margin-top: 45px;
}