

/* Start:/local/components/revixan/custom_page_two_columns/templates/.default/style.css?1769864191136*/
@media (min-width: 1024px) {
  .revixan_oglavlenie {
    top: 160px;
    position: sticky;
  }
}

/*# 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_elements_slider_image/templates/.default/style.css?17775379315180*/
.big_image_slider_container {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1439px) {
  .big_image_slider_container {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.big_image_slider_container.big_image_slider_container_theme_solo .big_image_slider {
  padding-bottom: 0 !important;
}
.big_image_slider_container.big_image_slider_container_theme_solo .swiper-pagination {
  display: none !important;
}
.big_image_slider_container.big_image_slider_container_hover .big_image_slider .swiper-pagination .swiper-pagination-bullet-active:after {
  animation-play-state: paused;
}

.big_image_slide_theme_dark .big_image_slider_title {
  color: #ffffff !important;
}
.big_image_slide_theme_dark .big_image_slider_description {
  color: rgba(255, 255, 255, 0.88) !important;
}

.big_image_slide_theme_light .big_image_slider_title {
  color: #3A3A66 !important;
}
.big_image_slide_theme_light .big_image_slider_title span {
  color: #AF55AD !important;
}
.big_image_slide_theme_light .big_image_slider_description {
  color: #78789b !important;
}

.big_image_slider {
  overflow: hidden;
  position: relative;
  padding-bottom: 22px;
  max-width: 1010px;
}
@media (max-width: 1439px) {
  .big_image_slider {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .big_image_slider {
    width: 100%;
    min-width: 275px;
  }
}
.big_image_slider .swiper-scrollbar-horizontal {
  width: 100% !important;
  left: 0 !important;
  border-radius: 0 !important;
}
.big_image_slider .swiper-scrollbar-horizontal .swiper-scrollbar-drag {
  border-radius: 0 !important;
}
.big_image_slider .swiper-wrapper {
  cursor: pointer;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.big_image_slider .swiper-wrapper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #2D45C1;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 56.238%;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .big_image_slider .swiper-wrapper .swiper-slide {
    padding-bottom: 133.3373%;
  }
}
.big_image_slider .swiper-wrapper .swiper-slide .big_image_slider_text {
  position: absolute;
  padding: 64px;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.big_image_slider .swiper-wrapper .swiper-slide .big_image_slider_text.big_image_slider_text_center {
  justify-content: center;
}
@media (max-width: 1439px) {
  .big_image_slider .swiper-wrapper .swiper-slide .big_image_slider_text.big_image_slider_text_center {
    justify-content: start;
  }
}
@media (max-width: 1023px) {
  .big_image_slider .swiper-wrapper .swiper-slide .big_image_slider_text.big_image_slider_text_bottom_mobile {
    justify-content: end;
  }
}
@media (max-width: 1919px) {
  .big_image_slider .swiper-wrapper .swiper-slide .big_image_slider_text {
    padding-right: 0;
  }
}
@media (max-width: 1439px) {
  .big_image_slider .swiper-wrapper .swiper-slide .big_image_slider_text {
    padding: 32px 0 32px 32px;
  }
}
@media (max-width: 1023px) {
  .big_image_slider .swiper-wrapper .swiper-slide .big_image_slider_text {
    padding: 32px 24px;
    width: 100%;
  }
}
.big_image_slider .swiper-wrapper .swiper-slide picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-60deg, #fafdff 33%, #f5fbff, #e8f4ff 66%) right/300% 100%;
  animation: moveBgSlide 3s linear infinite;
}
.big_image_slider .swiper-wrapper .swiper-slide picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.big_image_slider .big_image_slider_title {
  margin-top: 0 !important;
}
.big_image_slider .big_image_slider_description > *:last-child {
  margin-bottom: 0 !important;
}
.big_image_slider .swiper-pagination {
  display: flex;
  gap: 6px;
  top: auto !important;
  bottom: 0 !important;
  height: auto;
}
.big_image_slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 2px !important;
  width: 100%;
  position: relative;
}
.big_image_slider .swiper-pagination .swiper-pagination-bullet:hover {
  cursor: pointer;
}
.big_image_slider .swiper-pagination .swiper-pagination-bullet:hover:after, .big_image_slider .swiper-pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #6564A4 !important;
  content: " ";
  width: 100%;
}
.big_image_slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #6564A4;
}
.big_image_slider .swiper-pagination .swiper-pagination-bullet-active:after {
  background: #D8D8F6 !important;
  animation-name: slide-slide-fill;
  animation-duration: 5s;
}
.big_image_slider .swiper-pagination span {
  background: #D8D8F6;
}

@keyframes slide-slide-fill {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes moveBgSlide {
  0% {
    background-position: right;
  }
  50% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}

/*# 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 */
/* /local/components/revixan/custom_page_two_columns/templates/.default/style.css?1769864191136 */
/* /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_elements_slider_image/templates/.default/style.css?17775379315180 */
/* /local/components/revixan/custom_iblock_elements/templates/revixan_faq/style.css?17647517291787 */
