/* Цвета */
/* Шрифты */
/* Контейнер */
/* Breakpoints */
/*---------------------------------------------------
    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 */
/* Цвета */
/* Multi label color */
/* Breakpoints */
/* Шрифты */
/* Base heading style */
/* Кнопки */
/* Контейнер */
/* header */
/* footer */
/* Popup */
/* form checkbox */
/* input checkbox */
/* form tags */
@keyframes slide-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.slider-front {
  position: relative;
}
.slider-front__prev,
.slider-front__next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  background-image: url('/skin/frontend/lite/default/icons/front-slider-nav.svg');
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider-front__prev {
  left: 0;
  transform: translateY(-50%);
}
.slider-front__next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.slider-front .swiper {
  height: 100%;
}
.slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: auto;
  display: flex;
}
.slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination .swiper-pagination-bullet {
  width: 100px;
  height: 1px;
  background-color: #a0a0a0;
  margin: 0 10px 0 0;
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination .swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination .swiper-pagination-bullet::after {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  height: 30px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination:not(.show-progress) .swiper-pagination-bullet-active {
  background-color: #dc1735;
}
.slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination.show-progress .swiper-pagination-bullet-active:before {
  background-color: #dc1735;
  animation: slide-progress 5s linear forwards;
  -webkit-animation: slide-progress 5s linear forwards;
}
.slide-front {
  position: relative;
  text-align: center;
}
.slide-front__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.slide-front__container.container {
  left: 50%;
  transform: translateX(-50%);
}
.slide-front__container.position_center-left {
  justify-content: center;
  align-items: start;
  text-align: left;
}
.slide-front__container.position_center-center {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.slide-front__container.position_center-center .slide-front__button {
  align-self: center;
}
.slide-front__container.position_center-right {
  justify-content: center;
  align-items: end;
  text-align: right;
}
.slide-front__container.position_center-right .slide-front__button {
  align-self: end;
}
.slide-front__container.position_top-left {
  justify-content: start;
  align-items: start;
  text-align: left;
}
.slide-front__container.position_top-center {
  justify-content: start;
  align-items: center;
  text-align: center;
}
.slide-front__container.position_top-center .slide-front__button {
  align-self: center;
}
.slide-front__container.position_top-right {
  justify-content: start;
  align-items: end;
  text-align: right;
}
.slide-front__container.position_top-right .slide-front__button {
  align-self: end;
}
.slide-front__container.position_bottom-left {
  justify-content: end;
  align-items: start;
  text-align: left;
}
.slide-front__container.position_bottom-center {
  justify-content: end;
  align-items: center;
  text-align: center;
}
.slide-front__container.position_bottom-center .slide-front__button {
  align-self: center;
}
.slide-front__container.position_bottom-right {
  justify-content: end;
  align-items: end;
  text-align: right;
}
.slide-front__container.position_bottom-right .slide-front__button {
  align-self: end;
}
.slide-front__container.width_container {
  padding: 0 40px;
}
.slide-front__container.width_full-width {
  padding: 0 40px;
}
.slide-front__content {
  display: flex;
  flex-direction: column;
  max-width: 920px;
}
.slide-front__content.substrate {
  padding: 10px;
  background-color: #eee;
}
.slide-front__content.subtitle-under-heading .slide-front__title {
  margin: 0 0 10px;
}
.slide-front__content.subtitle-under-heading .slide-front__description {
  margin: 0 0 40px;
}
.slide-front__content.subtitle-above-heading .slide-front__title {
  margin: 0 0 40px;
}
.slide-front__content.subtitle-above-heading .slide-front__description {
  margin: 0 0 10px;
  order: -1;
}
.slide-front__button {
  align-self: start;
}
.slide-front img {
  display: block;
}
@media (min-width: 1024px) {
  .slide-front__container.width_container {
    padding: 0 40px;
  }
  .slide-front__container.width_full-width {
    padding: 0 20px;
  }
  .slide-front__content.substrate {
    padding: 30px;
  }
  .slide-front__content.subtitle-under-heading .slide-front__title {
    margin: 0 0 10px;
  }
  .slide-front__content.subtitle-under-heading .slide-front__description {
    margin: 0 0 40px;
  }
  .slide-front__content.subtitle-above-heading .slide-front__title {
    margin: 0 0 40px;
  }
  .slide-front__content.subtitle-above-heading .slide-front__description {
    margin: 0 0 10px;
    order: -1;
  }
}
@keyframes button-loading {
  0% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
  50% {
    background-color: #666;
    border-color: #666;
  }
  100% {
    background-color: #a0a0a0;
    border-color: #a0a0a0;
  }
}
.slider-front {
  height: 600px;
}
@media (max-width: 1024px) {
  .slider-front {
    height: 930px;
  }
  .slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination {
    bottom: 50px;
  }
}
@media (max-width: 575px) {
  .slider-front {
    height: 510px;
  }
  .slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination .swiper-pagination-bullet {
    width: 60px;
  }
  .slider-front .swiper-horizontal + .swiper-pagination-bullets.slider-front__pagination {
    max-width: calc(100% - 30px);
    bottom: 30px;
  }
}
.slider-front .banner-placeholder {
  background-color: #000;
}
.slider-front .banner-placeholder img {
  max-height: 100%;
}
@media (max-width: 1024px) {
  .slider-front .banner-placeholder img {
    max-height: 550px;
  }
}
@media (max-width: 575px) {
  .slider-front .banner-placeholder img {
    max-height: 215px;
  }
}
.slide-front__title {
  font-weight: bold;
  font-size: 50px;
  line-height: 120%;
}
.slide-front__description {
  font-size: 20px;
  line-height: 140%;
}
.slide-front__button {
  cursor: pointer;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  transition: all 0.35s;
  background-color: #dc1735;
  border-color: #dc1735;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 14px 55px;
  width: auto;
  letter-spacing: 0.05em;
}
.slide-front__button.disabled,
.slide-front__button:disabled {
  cursor: not-allowed;
  opacity: 1;
}
.slide-front__button:hover,
.slide-front__button:focus {
  background-color: #fc0d2d;
  border-color: #fc0d2d;
  color: #fff;
}
.slide-front__button[disabled],
.slide-front__button[disabled]:hover,
.slide-front__button[disabled]:focus {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #fff;
}
.slide-front video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-front video.mobile {
  display: block;
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 1025px) {
  .slide-front video.mobile {
    display: none;
  }
}
.slide-front video.desktop {
  display: none;
}
@media (min-width: 1025px) {
  .slide-front video.desktop {
    display: block;
  }
}
.slide-front img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide-front a {
  text-decoration: none;
  color: #fff;
}
.slide-front a:has(video) {
  display: flex;
  gap: 0;
  height: 100%;
  align-items: flex-start;
}
@media (min-width: 1025px) {
  .slide-front a:has(video) {
    align-items: revert;
  }
}
@media (max-width: 1024px) {
  .slide-front {
    background-color: #000;
  }
  .slide-front__container {
    grid-row: 2 / 3;
  }
  .slide-front__container.width_full-width {
    position: static;
    transform: none;
    justify-content: start;
  }
  .slide-front__container .position_center-center {
    justify-content: start;
  }
  .slide-front__content {
    max-width: 650px;
    padding: 0 20px;
    box-sizing: content-box;
  }
  .slide-front__title {
    font-size: 40px;
    margin: 0 0 30px;
  }
  .slide-front__description {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 40px;
  }
  .slide-front a {
    display: grid;
    grid-template-rows: auto 340px;
    gap: 40px;
    height: 100%;
  }
  .slide-front picture {
    grid-row: 1 / 2;
  }
}
@media (max-width: 575px) {
  .slide-front__title {
    font-size: 20px;
    line-height: 26px;
  }
  .slide-front__description {
    font-size: 14px;
    line-height: 18px;
  }
  .slide-front a {
    gap: 20px;
    grid-template-rows: 215px 235px;
  }
  .slide-front .slide-front__content.subtitle-under-heading .slide-front__title {
    margin: 0 0 15px;
  }
  .slide-front .slide-front__container.width_full-width {
    padding: 0;
  }
}

