

/* Start:/local/components/revixan/custom_video_out/templates/.default/style.css?17647517292188*/
@charset "UTF-8";
.video-container-wrapper {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1439px) {
  .video-container-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}

.video-container-wrapper .preview-wrapper-description {
  color: #B4B3D3;
}

.preview-wrapper {
  position: relative;
  cursor: pointer;
}

.video-preview {
  width: 100%;
  height: auto;
  border-radius: 8px;
  transition: opacity 0.3s;
  aspect-ratio: 16/9;
}

.video-preview.video-preview-4-3 {
  aspect-ratio: 4/3;
}

.video-container {
  position: relative;
}

.video-container.active .video-preview {
  opacity: 0;
  pointer-events: none;
}
.video-container.active .play-button {
  opacity: 0;
  pointer-events: none;
}
.video-container.active .video-iframe {
  opacity: 1;
  pointer-events: auto;
}

.play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  /* Мобильная оптимизация */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
}

.play-button svg {
  width: 24px;
  height: 24px;
  fill: white;
  margin-left: 3px;
}

.video-container:hover .play-button {
  background: rgba(0, 0, 0, 0.9);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s, opacity 0.3s;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  background: linear-gradient(-60deg, #ccc 33%, #ddd, #ccc 66%) right/300% 100%;
  animation: move 1s linear infinite;
}

@keyframes move {
  to {
    background-position: left;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/revixan/custom_elements_palets_with_icons/templates/.default/style.css?176475172940*/


/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/revixan/custom_images_out/templates/.default/style.css?17647517294044*/
.figure_simple_image {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1439px) {
  .figure_simple_image {
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .figure_simple_image.figure_simple_image_desktop {
    display: none !important;
  }
}
.figure_simple_image.figure_simple_image_mobile {
  display: none !important;
}
@media (max-width: 767px) {
  .figure_simple_image.figure_simple_image_mobile {
    display: flex !important;
  }
}
.figure_simple_image.figure_simple_image_has_hover .simple_image img {
  transition: 1s ease-out;
  transform-origin: center center;
}
.figure_simple_image.figure_simple_image_has_hover:hover .simple_image img {
  scale: 1.03;
}
.figure_simple_image.figure_simple_image_has_hover:hover .figure_simple_image_border > * {
  position: absolute;
}
.figure_simple_image.figure_simple_image_has_hover:hover .figure_simple_image_border > *:nth-child(1) {
  transform: translateX(-60%);
}
.figure_simple_image.figure_simple_image_has_hover:hover .figure_simple_image_border > *:nth-child(2) {
  transform: translateY(-40%);
}
.figure_simple_image.figure_simple_image_has_hover:hover .figure_simple_image_border > *:nth-child(3) {
  transform: translateX(-40%);
}
.figure_simple_image.figure_simple_image_has_hover:hover .figure_simple_image_border > *:nth-child(4) {
  transform: translateY(-60%);
}
.figure_simple_image.figure_simple_image_has_hover .figure_simple_image_border {
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  overflow: hidden;
}
.figure_simple_image.figure_simple_image_has_hover .figure_simple_image_border > * {
  position: absolute;
  transition: 1s ease-in-out;
}
.figure_simple_image.figure_simple_image_has_hover .figure_simple_image_border > *:nth-child(1) {
  top: 0;
  left: 0;
  display: block;
  width: 300%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, transparent 40%, #D14FBB 40%, #D14FBB 59%, #D14FBB 59%, #D14FBB 100%);
}
.figure_simple_image.figure_simple_image_has_hover .figure_simple_image_border > *:nth-child(2) {
  top: 100%;
  left: 0;
  transform: translateY(-100%);
  display: block;
  height: 300%;
  width: 2px;
  background: linear-gradient(0deg, transparent 0%, transparent 40%, #D14FBB 40%, #D14FBB 59%, #D14FBB 59%, #D14FBB 100%);
}
.figure_simple_image.figure_simple_image_has_hover .figure_simple_image_border > *:nth-child(3) {
  top: auto;
  bottom: 0;
  left: 100%;
  display: block;
  width: 300%;
  transform: translateX(-100%);
  height: 2px;
  background: linear-gradient(90deg, #D14FBB 0%, #D14FBB 40%, #D14FBB 40%, #D14FBB 59%, transparent 59%, transparent 100%);
}
.figure_simple_image.figure_simple_image_has_hover .figure_simple_image_border > *:nth-child(4) {
  top: 0;
  right: 0;
  display: block;
  width: 2px;
  height: 300%;
  transform: translateY(0%);
  background: linear-gradient(0deg, #D14FBB 0%, #D14FBB 40%, #D14FBB 40%, #D14FBB 59%, transparent 59%, transparent 100%);
}
.figure_simple_image a {
  position: absolute;
  top: 0;
  left: 0;
  color: transparent !important;
  cursor: pointer !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.figure_simple_image figcaption {
  color: #B4B3D3;
}

@keyframes dashMoveXBack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-60%);
  }
}
@keyframes dashMoveXForward {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(-40%);
  }
}
@keyframes dashMoveYDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-40%);
  }
}
@keyframes dashMoveYUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-60%);
  }
}
.simple_image {
  display: flex;
  position: relative;
  overflow: hidden;
}
.simple_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/revixan/custom_iblock_elements/templates/revixan_faq/style.css?17647517291787*/
.faq_container {
  padding-top: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .faq_container {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.faq_row {
  margin-top: -1px;
  border-top: 1px solid #D8D8F6;
  border-bottom: 1px solid #D8D8F6;
  transition: 0.3s;
}
.faq_row.open .faq_body {
  max-height: 1000px;
}
.faq_row.open .faq_head path:first-of-type {
  opacity: 0;
}

.faq_head {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  cursor: pointer;
  padding-right: 76px;
  transition: background-color 0.3s;
}
@media (max-width: 1439px) {
  .faq_head {
    padding-right: 72px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media (max-width: 1023px) {
  .faq_head {
    padding-right: 66px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .faq_head {
    padding: 22px 76px 22px 0px;
  }
}
.faq_head:hover svg rect {
  fill: #798FFF;
}
.faq_head svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  right: 0;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .faq_head svg {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1023px) {
  .faq_head svg {
    width: 36px;
    height: 36px;
  }
}
.faq_head svg * {
  transition: 0.3s;
}

.faq_body {
  transition: 0.3s;
  max-height: 0;
  overflow: hidden;
}
.faq_body > * {
  padding-top: 1px;
  padding-bottom: 1px;
}

.faq_body_inner > *:first-child {
  margin-top: 0 !important;
}
.faq_body_inner > *:last-child {
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .faq_body_inner > *:last-child {
    margin-bottom: 16px !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/revixan/custom_yandex_review/templates/.default/style.css?1764751729668*/
.iframe_yandex_review_wrapper {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
}
.iframe_yandex_review_wrapper iframe {
  width: 100%;
  height: 100%;
}
.iframe_yandex_review_wrapper a {
  box-sizing: border-box;
  text-decoration: none;
  color: #b3b3b3;
  font-size: 10px;
  font-family: YS Text, sans-serif;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  padding: 0 16px;
  max-width: 760px;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/components/revixan/custom_video_out/templates/.default/style.css?17647517292188 */
/* /local/components/revixan/custom_elements_palets_with_icons/templates/.default/style.css?176475172940 */
/* /local/components/revixan/custom_images_out/templates/.default/style.css?17647517294044 */
/* /local/components/revixan/custom_iblock_elements/templates/revixan_faq/style.css?17647517291787 */
/* /local/components/revixan/custom_yandex_review/templates/.default/style.css?1764751729668 */
