/*---------------------------------------------------
    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 */
/* Fonts */
/*
 * Aristos flex framework. Миксины Flex, применяются к любому элементу.
 */
/*
 * Стиль элементов при эффектах hover, active, focus. Применяются к любому элементу при необходимости.
 */
/**
 * Цвет для input placeholder
 */
/*
 * Автоматическая конвертация размера шрифта в REM.
 */
/* Colors */
/* Фильтры для svg иконок https://codepen.io/sosuke/pen/Pjoqqp */
/* Breakpoints */
/* Base heading style */
/* Base button style */
/* old colors */
/* Fonts */
/* Colors */
/* Шрифты */
/* Breakpoints */
.website-info {
  background: #1a1a1a;
  padding: 3px 0;
  position: relative;
}
.website-info_fixed {
  position: static;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.website-info:hover .website-info__close {
  opacity: 1;
}
.website-info .swiper,
.website-info .swiper-container {
  width: 100%;
  max-width: 567px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .website-info .swiper,
  .website-info .swiper-container {
    max-width: 450px;
  }
}
.website-info .swiper-slide {
  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;
}
.website-info .msg-button-prev,
.website-info .msg-button-next {
  z-index: 999;
  background-image: url('/skin/frontend/ariflex/weber/images/svg/arrow_test_mode_white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 9px;
  top: 50%;
  margin-top: -4.5px;
  position: absolute;
}
.website-info .msg-button-prev:after,
.website-info .msg-button-next:after {
  content: none;
}
.website-info .msg-button-prev:hover,
.website-info .msg-button-next:hover {
  cursor: pointer;
}
.website-info .msg-button-prev {
  left: 50%;
  transform: rotate(90deg) translateY(330px);
  opacity: 0.5;
  transition: all .5s;
}
.website-info .msg-button-prev:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .website-info .msg-button-prev {
    left: 0;
    transform: rotate(90deg) translateY(0);
  }
}
.website-info .msg-button-next {
  right: 50%;
  transform: rotate(-90deg) translateY(330px);
  opacity: 0.5;
  transition: all .5s;
}
.website-info .msg-button-next:hover {
  opacity: 1;
}
@media (max-width: 768px) {
  .website-info .msg-button-next {
    right: 50px;
    transform: rotate(-90deg) translateY(0);
  }
}
.website-info__wrapper {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .website-info__wrapper {
    padding-right: 50px;
  }
}
.website-info__close {
  width: 15px;
  height: 15px;
  background-image: url('/skin/frontend/ariflex/weber/images/svg/website_info_close.svg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  opacity: 0.75;
  transition: all 0.3s;
}
.website-info__close:hover {
  opacity: 1;
  cursor: pointer;
}
.website-info__text {
  color: #fff;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  max-width: 567px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .website-info__text {
    max-width: 450px;
  }
}
@media (max-width: 475px) {
  .website-info__text {
    max-width: 250px;
  }
}
@media (max-width: 375px) {
  .website-info__text {
    max-width: 170px;
  }
}
.website-info__text a {
  color: #fff;
  text-decoration: none;
}
.website-info__text a:hover {
  cursor: pointer;
}
.website-info__text a.btn {
  border: 1px solid #fff;
  padding: 0 15px;
}
.website-info__running-string-container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1080px) {
  .website-info__running-string-container {
    padding: 0 50px 0 20px;
  }
}
.website-info__running-string-text {
  max-width: 980px;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.website-info__running-string-text span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.website-info__running-string-text span a {
  color: #fff;
  text-decoration: none;
}
.website-info__running-string.loaded span {
  animation: run-string infinite 35s linear;
}
@keyframes run-string {
  100% {
    transform: translateX(-100%);
  }
}

