@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
html, body {
  height: 100%;
  color: #242727;
}

.box {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 2px;
}

.box-category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box-category-link__icon {
  margin-right: 7px;
}

.box-category-link__ref {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #3023AD;
}

.box-category-link__ref:hover {
  text-decoration: underline;
}

.breadcrumbs {
  color: #242727;
  font-size: 14px;
}

.breadcrumbs__home {
  color: #242727;
  text-decoration: none;
}

.breadcrumbs__home:hover {
  text-decoration: underline;
}

.breadcrumbs__category {
  color: #242727;
  font-weight: 600;
  text-decoration: none;
}

.breadcrumbs__category:hover {
  text-decoration: underline;
}

.breadcrumbs__product {
  color: #7C7C7C;
}

.btn {
  display: inline-block;
  padding: 8px 20px;
  background: #3023AE;
  border: 2px solid #3023AE;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn__icon {
  margin-left: 15px;
}

.btn--transparent {
  background: #fff;
  color: #3023AE;
}

.cart-in-checkout__table {
  border-collapse: collapse;
  width: 100%;
}

.cart-in-checkout__table td {
  padding: 0 5px 15px 0;
  vertical-align: middle;
}

.cart-in-checkout__table tr:last-child td {
  padding: 0 5px 0 0;
}

.cart-in-checkout__table-name {
  font-size: 18px;
  color: #242727;
}

.cart-in-checkout__table-price {
  font-weight: 600;
  font-size: 18px;
  color: #3023AE;
  text-align: right;
  padding: 0 0 10px 0;
  white-space: nowrap;
}

.cart-products-list {
  border-collapse: collapse;
  width: 100%;
  position: relative;
}

.cart-products-list__head {
  border-bottom: 2px solid #3023AE;
}

.cart-products-list__head th {
  text-align: center;
  vertical-align: middle;
  padding: 20px;
  font-size: 18px;
  color: #242727;
  font-weight: 600;
}

.cart-products-list__head td:first-child {
  padding: 20px 15px;
}

.cart-products-list__body tr {
  border-bottom: 2px solid #d8ceef;
}

.cart-products-list__body td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

.cart-products-list__body td:first-child {
  padding: 20px 0;
}

.cart-products-list__remove-item {
  background: none;
  border: 0;
  cursor: pointer;
}

td.cart-products-list__product-descr {
  text-align: left;
}

.cart-products-list__product-img {
  vertical-align: top;
  margin-right: 20px;
}

.cart-products-list__product-img-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}

.catalog-cart__category.cart-products-list__product-category {
  margin-bottom: 2px;
}

.cart-products-list__product-title {
  display: inline-block;
  vertical-align: middle;
}

.cart-products-list__product-link {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #242727;
  display: block;
}

.cart-products-list__product-link:hover {
  text-decoration: underline;
}

.cart-products-list__product-price {
  font-weight: 600;
  font-size: 18px;
  color: #242727;
}

.product-cart__quantity-label.cart-products-list__product-label {
  margin-right: 0;
}

.cart-products-list__product-sum-price {
  font-weight: 700;
  font-size: 20px;
  color: #3023AE;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
}

td.cart-products-list__final-sum-title {
  font-weight: 700;
  font-size: 18px;
  color: #242727;
  text-align: right;
}

.cart-products-list__footer td {
  padding: 20px 20px 0;
}

.catalog-box {
  margin: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-box__item {
  margin: 10px;
  width: 235px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.catalog-cart__category {
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.catalog-cart__category-link {
  text-decoration: none;
  color: #3023AD;
}

.catalog-cart__category-link:hover {
  text-decoration: underline;
}

.catalog-cart__img {
  max-width: 100%;
}

.catalog-cart__title {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #242727;
  margin-bottom: 5px;
  text-decoration: none;
}

.catalog-cart__title:hover {
  text-decoration: underline;
}

.catalog-cart__price {
  font-size: 20px;
  color: #3023AE;
  font-weight: 700;
  margin-bottom: 25px;
}

.checkount-notation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkount-notation__msg {
  font-size: 14px;
  color: #242727;
  line-height: 20px;
}

.checkout-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-action__label {
  font-weight: 700;
  font-size: 18px;
  color: #242727;
  margin-right: 5px;
}

.checkout-action__sum {
  margin: 15px 0 0;
  text-align: right;
  border-top: 2px solid #d8ceef;
  padding: 10px 0 0;
}

.checkout-action__sum-value {
  font-weight: 700;
  font-size: 24px;
  color: #3023AE;
  white-space: nowrap;
}

.checkout-form__col {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-form__col-item {
  width: 100%;
  margin-right: 10px;
}

.checkout-form__col-item:last-child {
  margin-right: 0;
}

.header-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-cart__icon {
  margin-right: 15px;
}

.header-cart__title {
  font-size: 12px;
  color: #000000;
  margin-bottom: 6px;
}

.header-cart__count {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}

.header-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-compare__icon {
  margin-right: 15px;
}

.header-compare__title {
  font-size: 12px;
  color: #000000;
  margin-bottom: 6px;
}

.header-compare__count {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.header-support-box__title {
  font-size: 11px;
  color: #3023AE;
}

.header-support-box__title--margin {
  margin-bottom: 8px;
}

.header-support-box__body {
  font-size: 18px;
  color: #242727;
}

.index-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.index-banners__main {
  margin-right: 20px;
}

.index-banners__primary {
  width: 667px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.index-banners__primary-text-content {
  margin-bottom: 20px;
}

.index-banners__secondary {
  width: 314px;
  height: 150px;
  margin-bottom: 20px;
}

.index-banners__secondary:last-child {
  margin-bottom: 0;
}

.index-banners__category {
  margin-bottom: 13px;
}

.index-banners__primary-header {
  margin-bottom: 8px;
}

.input {
  width: 100%;
}

.input__label-title {
  font-size: 16px;
  color: #242727;
  margin-bottom: 8px;
  display: block;
}

.main-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px 0;
  background-image: -webkit-linear-gradient(45deg, #3023AE 0%, #52015F 100%);
  background-image: linear-gradient(45deg, #3023AE 0%, #52015F 100%);
}

.main-menu__wrapper {
  margin: 0 auto;
  width: 1024px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-menu__link {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
}

.main-menu__link:hover {
  text-decoration: underline;
}

.main-menu__link:first-child {
  padding-left: 0;
}

.main-menu__link:last-child {
  padding-right: 0;
}

.main-menu__search {
  cursor: pointer;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  background: #F8F8F8;
}

.page__header {
  background: #fff;
}

.page__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page__content-wrapper {
  width: 1024px;
  margin: 35px auto;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page__content {
  width: 100%;
}

.page__sidebar {
  min-width: 235px;
}

.page__sidebar--pos-left {
  margin-right: 20px;
}

.page__sidebar-widget {
  margin-bottom: 20px;
}

.page__content--header {
  margin-bottom: 10px;
}

.page__footer {
  padding: 20px 0;
  background-image: -webkit-linear-gradient(45deg, #3023AE 0%, #52015F 100%);
  background-image: linear-gradient(45deg, #3023AE 0%, #52015F 100%);
}

.page__content-breadcrumbs {
  margin-bottom: 20px;
}

.page__products-list {
  margin-bottom: 20px;
}

.page__content--checkout {
  width: 564px;
}

.page__sidebar--checkout {
  width: 415px;
}

.page-footer {
  margin: 0 auto;
  width: 1024px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-footer__logo {
  margin-bottom: 15px;
}

.page-footer__support-item {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.page-footer__support-item:last-child {
  margin-bottom: 0;
}

.page-header {
  width: 1024px;
  margin: 0 auto;
  padding: 30px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item {
  margin: 0 2px;
}

.price-value {
  font-weight: 700;
  font-size: 20px;
  color: #3023AE;
}

.product-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-cart__header {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  font-size: 30px;
  color: #242727;
  line-height: 38px;
}

.product-cart__img-link {
  text-decoration: none;
}

.product-cart__img {
  border: 1px solid #E3E3E3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
}

.product-cart__gallery {
  min-width: 280px;
  margin-right: 20px;
}

.product-cart__thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-cart__thumb-link {
  margin: 0 9px 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E3E3E3;
  display: inline-block;
  text-decoration: none;
}

.product-cart__thumb-link:nth-child(4n) {
  margin-right: 0;
}

.product-cart__thumb-img {
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product-cart__price {
  margin-bottom: 20px;
}

.product-cart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-cart__quantity {
  width: 70px;
  display: inline-block;
  margin-right: 10px;
}

.product-cart__quantity-label {
  margin-right: 30px;
  display: inline-block;
}

.product-cart-header {
  font-size: 30px;
  font-weight: 700;
  color: #242727;
  margin: 0;
}

.product-tabs__headers {
  margin-left: 15px;
}

.product-tabs__header {
  display: inline-block;
  color: #808080;
  border: 2px solid #808080;
  border-radius: 2px;
  border-bottom: 0;
  line-height: 20px;
  text-decoration: none;
  padding: 9px 20px;
  font-size: 14px;
  bottom: -2px;
  position: relative;
  z-index: 1;
}

.product-tabs__header--active {
  color: #242727;
  border-color: #3023AE;
  font-weight: 600;
  background: #fff;
  z-index: 100;
}

.product-tabs__content {
  position: relative;
  z-index: 10;
  border-top: 2px solid #3023AE;
  padding-top: 10px;
}

.product-tabs__section {
  display: none;
}

.product-tabs__section--active {
  display: block;
  outline: none;
}

.section-header {
  font-size: 26px;
  color: #242727;
  font-weight: 600;
}

.sidebar-widget__header {
  font-size: 16px;
  font-weight: 700;
  color: #242727;
  text-transform: uppercase;
  text-align: center;
}

.text-content {
  font-size: 15px;
  color: #242727;
  line-height: 23px;
}

.text-content p {
  margin: 0 0 10px 0;
}

.text-content ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-position: inside;
}

.text-content ul > li {
  margin: 0;
  padding: 0;
}

.text-content h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
}

.text-content table {
  border-collapse: collapse;
}

.text-content tr:nth-child(odd) {
  background: #f0eff9;
}

.text-content tr:nth-child(even) {
  background: #fff;
}

.text-content td {
  padding: 10px;
  vertical-align: top;
}

.text-content td:first-child {
  font-weight: 600;
}

.text-field {
  background: #fff;
  border: 2px solid #626262;
  border-radius: 2px;
  padding: 9px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
}

.text-field:focus {
  border: 2px solid #3023AE;
  outline: 0;
}

.text-field--resize-vertical {
  resize: vertical;
}

.widget-catalog {
  padding: 0 5px 5px 5px;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(45deg, #3023AE 0%, #52015F 100%);
  background-image: linear-gradient(45deg, #3023AE 0%, #52015F 100%);
}

.widget-catalog__title {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 0;
}

.widget-catalog__content {
  width: 225px;
  background: #fff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget-catalog__content ul {
  padding: 0;
  margin: 0;
}

.widget-catalog__content a {
  text-decoration: none;
  font-size: 15px;
  color: #242727;
  line-height: 16px;
  font-weight: 600;
}

.widget-catalog-list > li {
  list-style: none;
  margin-bottom: 20px;
}

.widget-catalog-list > li > a {
  margin-bottom: 10px;
  display: block;
}

.widget-catalog-list__children > li {
  list-style: none;
  margin-bottom: 5px;
}

.widget-catalog-list__children > li:before {
  content: '–';
  display: inline-block;
  margin-right: 5px;
}

.widget-catalog-list__children > li > a {
  font-size: 14px;
  font-weight: 400;
  color: #242727;
  line-height: 16px;
}
