/*---------------------------------------------------
    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;
}
/* 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 */
.footer-menu__row {
  margin-top: 1.875rem;
}
@media (min-width: 1025px) {
  .footer-menu__row {
    margin-top: 3.75rem;
  }
  .footer-menu__row:first-child {
    margin-top: 0;
  }
}
.footer-menu__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  box-shadow: none;
  outline: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  font-family: inherit;
  letter-spacing: .09375rem;
  line-height: 1.5rem;
  font-size: 1rem;
  margin-right: auto;
  text-transform: uppercase;
  font-weight: 400;
  width: 100%;
  text-align: left;
  color: #000;
}
[data-clicked="true"] .footer-menu__btn {
  cursor: pointer;
}
[data-clicked="true"] .footer-menu__btn::after {
  content: '';
  height: 0.6875rem;
  width: 0.6875rem;
  min-width: 0.6875rem;
  background-repeat: no-repeat;
  background-image: url('/ru-ru/skin/frontend/lite/montblanc_new/icons/dropdown-arrow.svg');
  background-position: center;
  background-size: 0.6875rem auto;
}
.incollapsed .footer-menu__btn::after {
  transform: scale(1, -1);
}
.footer-menu__list {
  margin: 0.625rem 0 0 0;
  padding: 0;
  display: none;
}
@media (min-width: 1025px) {
  .footer-menu__list {
    display: block;
  }
}
.footer-menu__item {
  list-style: none;
  margin-bottom: 0.625rem;
}
.footer-menu__item:last-child {
  margin-bottom: 0;
}
.footer-menu__link {
  color: #000;
  text-decoration: underline;
  transition: all 0.32s ease-in-out;
  text-underline-offset: 10px;
  text-decoration-color: transparent;
}
.footer-menu__link:hover {
  text-underline-offset: 5px;
  text-decoration-color: #000;
}

