:root {
  --black: #000000;
  --grey: #6c6c6c;
  --grey-light: #c5c5c5;
  --grey-lighter: #ededed;
  --grey-lightest: #f5f5f5;
  --white: #ffffff;
  --green: #69d5c0;
  --dark-green: #19a88c;
  --yellow: #fbca41;
  --pink: #ff6969;
  --red: #8e1f1a;
  --blue: #2d60ce;
  --blue-light: #eceffb;
  --container-space: 40px;
  --mb-60: 60px;
  --mb-40: 40px;
  --mb-25: 25px;
}

@media (max-width: 1199px) {
  :root {
    --container-space: 15px;
    --mb-60: 30px;
    --mb-40: 20px;
    --mb-25: 15px;
  }
}

.header-nav__link.has-sublist:after,
.nav__aside-link.has-submenu:after,
.nav__back-btn:before,
.nav__group-title-link.has-submenu:after,
.footer__nav-section._expandable .footer__nav-title a:after,
.filter-btn:after,
.arrow-link:after,
.jq-selectbox__select:after,
.tabs-item__btn:after,
.product-description__more-btn:before,
.b-page__nav li.has-sublist > a:after,
.cabinet__section._expandable .cabinet__section-title:after {
  content: "";
  flex-shrink: 0;
  width: 9px;
  height: 5px;
  background: currentColor;
  mask: url('data:image/svg+xml;charset=utf-8,<svg width="9" height="5" xmlns="http://www.w3.org/2000/svg"><path d="M5.243 4.174a1 1 0 0 1-1.486 0L1.502 1.67C.922 1.025 1.38 0 2.245 0h4.51c.865 0 1.322 1.025.743 1.669L5.243 4.174Z"/></svg>') no-repeat center / 100% 100%;
}
