/*---------------------------------------------------
    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 */
/* variables */
/* filters https://codepen.io/sosuke/pen/Pjoqqp */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes button-loading {
  0% {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
  50% {
    background-color: #717171;
    border-color: #717171;
  }
  100% {
    background-color: #F2F2F2;
    border-color: #F2F2F2;
  }
}
@media (min-width: 768px) {
  .advantages {
    margin-top: 40px;
  }
}
.advantages .container {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .advantages .container {
    margin-top: 60px;
  }
}
.advantages__container {
  max-width: 100%;
}
.advantages .js-slider:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.advantages .js-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
  min-width: 100%;
}
@media (min-width: 575px) {
  .advantages .js-slider:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .advantages .js-slider:not(.swiper-initialized) .swiper-wrapper .swiper-slide {
    min-width: unset;
  }
}
@media (min-width: 1240px) {
  .advantages .js-slider:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 575px) {
  .advantages .js-slider.swiper-initialized {
    padding: 0;
  }
}
@media (min-width: 575px) {
  .advantages .js-slider.swiper-initialized .js-slider-pagination.swiper-pagination-bullets {
    display: none;
  }
}
.advantages .js-slider.swiper-initialized .js-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  margin: 0 3px;
  background: #EEEEEE;
}
.advantages .js-slider.swiper-initialized .js-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin: 0 3px;
}
.advantages .js-slider.swiper-initialized .js-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}
.advantages a.swiper-slide:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #F2F2F2;
}
.advantages__item.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  background: #F2F2F2;
  border-radius: 5px;
  padding: 10px 16px;
  text-decoration: none;
  box-sizing: border-box;
  height: auto;
}
@media (min-width: 768px) {
  .advantages__item.swiper-slide {
    padding: 16px;
  }
}
.advantages__icon {
  max-width: 60px;
  max-height: 60px;
}
.advantages__title {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 6px;
}
.advantages__text {
  color: #737373;
  font-size: 12px;
  line-height: 140%;
}

