

/* 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_cases/style.css?17647517293965*/
/**
cases START
 */
.cases_column {
  display: flex;
  flex-wrap: wrap;
}
.cases_column .home_banner_menu_blue {
  margin-top: 60px;
}
@media (max-width: 1439px) {
  .cases_column .home_banner_menu_blue {
    margin-top: 40px;
  }
}

.cases {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
}
@media (max-width: 1439px) {
  .cases.cases_small > *:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 767px) {
  .cases.cases_small > *:nth-child(n+6) {
    display: none;
  }
}
.cases > *:nth-child(5n+1), .cases > *:nth-child(5n+2), .cases > *:nth-child(5n+3) {
  width: 33.3333333333%;
}
@media (max-width: 1439px) {
  .cases > *:nth-child(5n+1), .cases > *:nth-child(5n+2), .cases > *:nth-child(5n+3) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cases > *:nth-child(5n+1), .cases > *:nth-child(5n+2), .cases > *:nth-child(5n+3) {
    width: 100%;
  }
}
.cases > *:nth-child(5n+4), .cases > *:nth-child(5n+5) {
  width: 50%;
}
@media (max-width: 767px) {
  .cases > *:nth-child(5n+4), .cases > *:nth-child(5n+5) {
    width: 100%;
  }
}
.cases .case {
  position: relative;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #D8D8F6;
  display: flex;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: -1px;
  margin-top: -1px;
}
@media (max-width: 1439px) {
  .cases .case {
    padding: 24px;
  }
}
.cases .case:hover {
  background: #F3F3FF;
}
.cases .case:hover .case_plus {
  scale: 1.1;
}
.cases .case:hover .case_images picture img {
  filter: grayscale(0);
}
.cases .case_top {
  margin-bottom: 23px;
}
.cases .case_top .case_title {
  margin-top: 0 !important;
}
.cases .case_tooltip {
  position: absolute;
  transform-origin: left bottom;
  left: 36px !important;
  bottom: 86px !important;
  transform: rotate(-90deg) translate(0, 100%) !important;
  color: #B4B3D3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px; /* 14px */
}
@media (max-width: 1439px) {
  .cases .case_tooltip {
    left: 28px !important;
    bottom: 78px !important;
  }
}
.cases .case_plus {
  position: absolute;
  left: 32px;
  bottom: 32px;
  width: 46px;
  height: 46px;
  transition: 0.3s;
}
@media (max-width: 1439px) {
  .cases .case_plus {
    left: 24px;
    bottom: 24px;
  }
}
.cases .case_numbers {
  color: #B4B3D3;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.cases .case_bottom {
  width: 100%;
}
.cases .case_bottom_title, .cases .case_popup_profession {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}
.cases .case_popup_profession + .h3 {
  margin-top: 0 !important;
}
.cases .case_bottom_title {
  margin-left: 23px;
}
.cases .case_popup_profession span, .cases .case_bottom_title span {
  color: #B4B3D3;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  display: flex;
  gap: 8px;
}
.cases .case_popup_profession span:not(:last-of-type), .cases .case_bottom_title span:not(:last-of-type) {
  margin-bottom: -4px;
}
.cases .case_popup_profession span:not(:last-of-type):after, .cases .case_bottom_title span:not(:last-of-type):after {
  content: " ";
  height: 12px;
  width: 1px;
  background: #D8D8F6;
}
.cases .case_images {
  display: flex;
  width: 100%;
  gap: 4px;
  padding-left: 23px;
}
.cases .case_images.case_images_horizontal {
  flex-wrap: wrap;
}
.cases .case_images.case_images_horizontal picture {
  padding-bottom: 56.05%;
}
.cases .case_images picture {
  position: relative;
  display: flex;
  padding-bottom: 87.62%;
  width: 100%;
  height: 0;
}
.cases .case_images picture img {
  filter: grayscale(100%);
  transition: 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cases .case_images picture img {
    filter: none !important;
  }
}

/**
cases END
 */

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

/* End */
/* /local/components/revixan/custom_images_out/templates/.default/style.css?17647517294044 */
/* /local/components/revixan/custom_iblock_elements/templates/revixan_cases/style.css?17647517293965 */
