@charset "UTF-8";
.g-page-article__image {
  margin-right: 0;
}
.localtabs > ul > li .localtabs__title > a > span {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='18' width='18' viewBox='0 0 18 18'%3E%3Cpath d='M9 .5C4.31.5.5 4.31.5 9c0 4.69 3.81 8.5 8.5 8.5 4.69 0 8.5-3.81 8.5-8.5C17.5 4.31 13.69.5 9 .5zm0 1c4.15 0 7.5 3.35 7.5 7.5s-3.35 7.5-7.5 7.5S1.5 13.15 1.5 9 4.85 1.5 9 1.5z' solid-color='%23000000' fill='%23d6d6d6'/%3E%3Cpath d='M11.117 7.646L8.7 10.053 6.355 7.707l-.708.707L8.7 11.467l3.122-3.113-.705-.708z' solid-color='%23000000' fill='%23484848'/%3E%3C/svg%3E") 50% 50% no-repeat, white;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .mosaic-wrap .section--u-izx4iiciy {
    position: sticky;
    top: 0;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .mosaic-wrap .div--u-iiyaazhf5 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }
  .mosaic-wrap .div--u-ipskot6fs {
    margin-top: 72px;
  }
}
@media (max-width: 991px) {
  .mosaic-wrap .div--u-ipskot6fs {
    margin-top: 68px;
  }
}
@media (max-width: 480px) {
  [data-media-source="media-xs"] .lpc-col-6-xs, [data-media-source="media-xs"] .lpc-elements-photo-1__photos._four .lpc-elements-photo-1__photos-item {
    width: 100%;
  }
  [data-media-source="media-xs"] .lpc-elements-photo-1__photos._four .lpc-elements-photo-1__photos-item:nth-child(-n+2) {
    margin-top: 15px !important;
  }
}
.g-article--simple-view .g-article__image, .g-page-article .highslide {
  display: none;
}
.g-button {
  background-image: none;
  background-color: #f44336;
}
.g-button:hover {
  background: #f44336;
}
.g-button.g-button--invert {
  color: #f44336;
  border-color: #f44336;
}
.g-button.g-button--invert:hover {
  border-color: #f44336;
  background: #f44336;
}
.whatsapp-button {
  position: fixed;
  right: 13px;
  bottom: 90px;
  transform: translate(-50%, -50%);
  background: #25D366;
  /*цвет кнопки*/
  border-radius: 50%;
  width: 55px;
  /*ширина кнопки*/
  height: 55px;
  /*высота кнопки*/
  color: #fff;
  text-align: center;
  line-height: 60px;
  /*центровка иконки в кнопке*/
  font-size: 35px;
  /*размер иконки*/
  z-index: 9999;
}
.whatsapp-button a {
  color: #fff;
}
.whatsapp-button:before, .whatsapp-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366;
  /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}
.whatsapp-button:after {
  animation-delay: 0.5s;
}
@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@media (max-width: 800px) {
  .whatsapp-button {
    bottom: 5px;
    /*отступ кнопки снизу от экрана*/
    left: auto;
    /*отступ кнопки слева от экрана(right - справа)*/
  }
}
.video-reviews__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 800px) {
  .video-reviews__list {
    gap: 30px 20px;
  }
}
.video-reviews__item {
  width: calc(33.33% - 20px);
  font-size: 0;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .video-reviews__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 550px) {
  .video-reviews__item {
    width: 100%;
  }
}
.video-reviews__item-inner {
  position: relative;
  padding-top: 120%;
  width: 100%;
}
.video-reviews__item-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lpc-lazy-iframe-js .lpc-elements-text-1__text.lp-header-text-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
