<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.comp-actions__last-update {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 7px;
  font-size: 16px;
}
.comp-actions__last-update svg {
  position: relative;
  top: 2px;
}
.comp-actions__image-type_circle {
  clip-path: circle(50%);
}
.comp-actions__image-type_rhombus {
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.comp-actions__image-type_polygon {
  clip-path: polygon(50% 0, 94% 24%, 94% 76%, 50% 100%, 6% 76%, 6% 24%);
}
@media (min-width: 768px) {
  .comp-actions__item {
    display: flex;
  }
}
.comp-actions__item:not(:last-child) {
  margin-bottom: 65px;
}
.comp-actions__item-image {
  width: 330px;
  height: 330px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 0;
  flex-shrink: 0;
  order: 2;
}
@media (min-width: 576px) {
  .comp-actions__item-image {
    width: 430px;
    height: 430px;
  }
}
@media (min-width: 576px) {
  .comp-actions__item-image {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1400px) {
  .comp-actions__item-image {
    width: 380px;
    height: 380px;
  }
}
.comp-actions__item-image img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.comp-actions__item-content {
  margin-top: 40px;
  order: 3;
}
@media (min-width: 768px) {
  .comp-actions__item-content {
    margin-top: 0;
    padding-left: 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .comp-actions__item-content.is-even {
    padding-left: 0;
    padding-right: 40px;
    order: 1;
  }
}
.comp-actions__item-name {
  margin-bottom: 24px;
  text-transform: uppercase;
  line-height: 32px;
  font-size: 26px;
}
.comp-actions__item-name a {
  display: inline-block;
  text-decoration: none;
}
.comp-actions__item-name a:hover {
  color: #4CB7B2;
}
.comp-actions__item-text {
  margin-bottom: 35px;
  line-height: 25px;
  font-size: 18px;
}
.comp-actions__item-text p {
  margin: 0;
}
.comp-actions__item-text p:not(:last-child) {
  margin-bottom: 15px;
}
.comp-actions__item-text p + ol, .comp-actions__item-text p + ul {
  margin-top: 24px;
}
.comp-actions__item-text &gt; ol, .comp-actions__item-text &gt; ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comp-actions__item-text &gt; ol:not(:last-child), .comp-actions__item-text &gt; ul:not(:last-child) {
  margin-bottom: 24px;
}
.comp-actions__item-text &gt; ol &gt; li, .comp-actions__item-text &gt; ul &gt; li {
  min-height: 40px;
  padding-left: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.comp-actions__item-text &gt; ol &gt; li:not(:last-child), .comp-actions__item-text &gt; ul &gt; li:not(:last-child) {
  margin-bottom: 24px;
}
.comp-actions__item-text &gt; ol &gt; li:before, .comp-actions__item-text &gt; ul &gt; li:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #BFECEB;
  clip-path: polygon(35% 0%, 85% 12%, 100% 60%, 65% 100%, 13% 87%, 0% 35%);
}
@media (min-width: 992px) {
  .comp-actions__item-text &gt; ol &gt; li, .comp-actions__item-text &gt; ul &gt; li {
    min-height: 54px;
    padding-left: 64px;
  }
  .comp-actions__item-text &gt; ol &gt; li:before, .comp-actions__item-text &gt; ul &gt; li:before {
    width: 54px;
    height: 54px;
  }
}
.comp-actions__item-text &gt; ol &gt; li:before {
  content: attr(data-counter);
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.comp-actions-anothers {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .comp-actions-anothers {
    margin-bottom: 135px;
  }
}
.comp-actions-anothers__slider {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .comp-actions-anothers__slider {
    max-width: unset;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.comp-actions-anothers__item {
  display: flex;
}
@media (min-width: 768px) {
  .comp-actions-anothers__item {
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .comp-actions-anothers__item.order-reverse {
    flex-direction: row-reverse;
  }
}
.comp-actions-anothers__item-picture {
  width: 180px;
  height: 180px;
  display: none;
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 992px) {
  .comp-actions-anothers__item-picture {
    display: block;
  }
}
@media (min-width: 1200px) {
  .comp-actions-anothers__item-picture {
    width: 210px;
    height: 210px;
  }
}
.comp-actions-anothers__item-picture img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.comp-actions-anothers__item-picture:before, .comp-actions-anothers__item-picture:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 200ms;
  opacity: 0;
}
.comp-actions-anothers__item-picture:before {
  background-color: rgba(82, 187, 181, 0.8);
  z-index: 10;
}
.comp-actions-anothers__item-picture:after {
  background: url("img/arrow-prev.svg") no-repeat center;
  z-index: 20;
}
.comp-actions-anothers__item-picture:hover:before, .comp-actions-anothers__item-picture:hover:after {
  opacity: 1;
}
.comp-actions-anothers__item-picture.arrow-reverse:after {
  transform: rotate(180deg);
}
.comp-actions-anothers__item-content {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .comp-actions-anothers__item-content.is-reverse {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .comp-actions-anothers__item-content {
    padding-left: 24px;
  }
  .comp-actions-anothers__item-content.is-reverse {
    padding-left: 0;
    padding-right: 24px;
  }
}
.comp-actions-anothers__item-label {
  margin-top: 24px;
  font-size: 18px;
  color: #AEAEAE;
}
.comp-actions-anothers__item-name {
  text-align: justify;
}
@media (min-width: 768px) {
  .comp-actions-anothers__item-name {
    text-align: inherit;
  }
}
.comp-actions-anothers__item-name a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 29px;
  font-size: 22px;
  font-weight: 500;
}
.comp-actions-anothers__item-name a:hover {
  color: #4CB7B2;
}
@media (min-width: 1400px) {
  .comp-actions-anothers__item-name a {
    line-height: 33px;
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .comp-actions-anothers .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .comp-actions-anothers .swiper-wrapper.justify-end {
    justify-content: flex-end;
  }
  .comp-actions-anothers .swiper-slide {
    max-width: 550px;
    height: initial;
    flex: 1 0 0;
  }
  .comp-actions-anothers .swiper-slide:not(.is-active) {
    display: none;
  }
}
</pre></body></html>