/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.rich[contenteditable="true"] {
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
}
.payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-methods--item {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 20px 0 0;
}
.payment-methods--item-mc {
  background-image: url('/ru-ru/skin/frontend/lite/default/less/images/svg/payment-mc.svg');
  background-size: 26px 16px;
  height: 16px;
  width: 26px;
}
.payment-methods--item-visa {
  background-image: url('/ru-ru/skin/frontend/lite/default/less/images/svg/payment-visa.svg');
  background-size: 37px 12px;
  width: 37px;
  height: 12px;
}
.payment-methods--item-mir {
  background-image: url('/ru-ru/skin/frontend/lite/default/less/images/svg/payment-mir.svg');
  background-size: 40px 12px;
  width: 40px;
  height: 12px;
}
/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* Breakpoints */
/* Colors */
/* Base button style */
/* Base heading style */
@media (min-width: 1025px) {
  .footer-menu__payments {
    margin-top: 3.75rem;
  }
}
.footer-menu__payments .footer-menu__list {
  margin-top: 1.175rem;
}
.footer-menu__payments .payment-methods {
  display: flex;
  align-items: center;
}

