@charset "UTF-8";
.action-page-tempalte {
  --font-family: "Arial", sans-serif;
  --second-family: "Nunito", sans-serif;
  --green: #42a53b;
  --blue: #0677ec;
  --yellow: #ffd601;
  --magenta: #e4097f;
  --violet: #34358c;
  --white: #fff;
  --dark: #343d42;
  --grey: #869aa5;
  --light: #e3eef4;
  --content: rgba(52, 61, 66, 0.7);
  --orange: #f07c00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.action-page-tempalte *,
.action-page-tempalte *::before,
.action-page-tempalte *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: initial;
}
.action-page-tempalte .title {
  line-height: 1.1;
}
@media (max-width: 767px) {
  .action-page-tempalte .title {
    font-size: 30px;
  }
}
.action-page-tempalte .action-page-hero__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 5fr 7fr;
}
@media (max-width: 1379px) {
  .action-page-tempalte .action-page-hero__grid {
    grid-template-columns: 1fr;
  }
}
.action-page-tempalte .action-page-hero__col.-photo {
  position: relative;
}
@media (max-width: 1379px) {
  .action-page-tempalte .action-page-hero__col.-photo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.action-page-tempalte .action-page-hero__col.-photo .action-page-hero-label {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1379px) {
  .action-page-tempalte .action-page-hero__col.-photo .action-page-hero-label {
    right: 20%;
  }
}
@media (max-width: 767px) {
  .action-page-tempalte .action-page-hero__col.-photo .action-page-hero-label {
    right: -10px;
    bottom: -32px;
  }
}
.action-page-tempalte .action-page-hero__periods {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 14px;
  line-height: 143%;
  text-transform: uppercase;
  color: var(--violet);
  background: #e8f3ff;
  border-radius: 8px;
  height: 62px;
  padding: 11px 23px;
  padding-right: 55px;
  margin-right: -32px;
}
@media (max-width: 767px) {
  .action-page-tempalte .action-page-hero__periods {
    margin-right: 0;
    padding: 22px 23px;
    padding-bottom: 76px;
    margin-bottom: -32px;
    text-align: center;
  }
  .action-page-tempalte .action-page-hero__periods br {
    display: none;
  }
}
.action-page-tempalte .action-page-hero .btn {
  min-height: 62px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0;
  padding: 22px 23px;
}
.action-page-tempalte .action-page-hero__buttons {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, auto);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .action-page-tempalte .action-page-hero__buttons {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .action-page-tempalte .action-page-hero__buttons .btn {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .action-page-tempalte .action-page-hero__buttons .action-page-hero__periods {
    width: 100%;
    max-width: 100%;
  }
}
.action-page-tempalte .action-page-hero .new-cust-list {
  margin-bottom: 16px;
}
.action-page-tempalte .action-page-hero .title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 44px;
  line-height: 1.1;
  color: var(--dark);
  margin-bottom: 21px;
  margin-right: -24px;
}
@media (max-width: 767px) {
  .action-page-tempalte .action-page-hero .title {
    font-size: 30px;
    margin-bottom: 16px;
    margin-right: 0;
  }
}
.action-page-tempalte .action-page-hero .about-text ul li,
.action-page-tempalte .action-page-hero li:not([class]) {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}
.action-page-tempalte .action-page-hero .new-cust-list li:nth-child(1n):before {
  top: 11px;
}
.action-page-tempalte .cost {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-bottom: 28px;
}
.action-page-tempalte .cost__label {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--dark);
  opacity: 0.5;
  max-width: 60px;
  display: inline-block;
  margin-right: 6px;
}
.action-page-tempalte .cost__old {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  color: var(--violet);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: line-through;
}
.action-page-tempalte .cost__total {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: var(--blue);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.action-page-tempalte .cost__total small {
  font-size: 24px;
  position: absolute;
  line-height: 1;
  left: calc(100% + 8px);
  display: inline-block;
  bottom: 5px;
}
.action-page-tempalte .cost__container {
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: inline-block;
}
.action-page-tempalte .cost__container .cost__old {
  position: absolute;
  bottom: 24px;
  left: calc(100% + 8px);
}
.action-page-tempalte .action-page-hero-label {
  font-family: var(--second-family);
  color: var(--white);
  font-weight: 800;
  text-align: center;
  position: relative;
  width: 210px;
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1379px) {
  .action-page-tempalte .action-page-hero-label {
    width: 120px;
    height: 120px;
  }
}
.action-page-tempalte .action-page-hero-label__figure {
  position: absolute;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.action-page-tempalte .action-page-hero-label__figure .blob-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  will-change: transform;
  /* очень медленный общий дрейф */
  -webkit-animation: blob-float 13s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: blob-float 13s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.action-page-tempalte .action-page-hero-label__figure {
  /* отдельный медленный дрейф внутренней группы (вторая "частота") */
}
.action-page-tempalte .action-page-hero-label__figure .blob-drift {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: blob-drift 9.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: blob-drift 9.5s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  will-change: transform;
}
@-webkit-keyframes blob-float {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(-2deg) scale(1);
    transform: translate(0px, 0px) rotate(-2deg) scale(1);
  }
  25% {
    -webkit-transform: translate(1px, -2px) rotate(1.5deg) scale(1.035, 0.985);
    transform: translate(1px, -2px) rotate(1.5deg) scale(1.035, 0.985);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg) scale(0.985, 1.03);
    transform: translate(-1px, 1px) rotate(-1deg) scale(0.985, 1.03);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotate(2.2deg) scale(1.03, 0.99);
    transform: translate(2px, 0px) rotate(2.2deg) scale(1.03, 0.99);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(-2deg) scale(1);
    transform: translate(0px, 0px) rotate(-2deg) scale(1);
  }
}
@keyframes blob-float {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(-2deg) scale(1);
    transform: translate(0px, 0px) rotate(-2deg) scale(1);
  }
  25% {
    -webkit-transform: translate(1px, -2px) rotate(1.5deg) scale(1.035, 0.985);
    transform: translate(1px, -2px) rotate(1.5deg) scale(1.035, 0.985);
  }
  50% {
    -webkit-transform: translate(-1px, 1px) rotate(-1deg) scale(0.985, 1.03);
    transform: translate(-1px, 1px) rotate(-1deg) scale(0.985, 1.03);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotate(2.2deg) scale(1.03, 0.99);
    transform: translate(2px, 0px) rotate(2.2deg) scale(1.03, 0.99);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(-2deg) scale(1);
    transform: translate(0px, 0px) rotate(-2deg) scale(1);
  }
}
@-webkit-keyframes blob-drift {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(1.2deg) scale(1.02, 0.99);
    transform: rotate(1.2deg) scale(1.02, 0.99);
  }
  60% {
    -webkit-transform: rotate(-1.4deg) scale(0.99, 1.02);
    transform: rotate(-1.4deg) scale(0.99, 1.02);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
@keyframes blob-drift {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
  30% {
    -webkit-transform: rotate(1.2deg) scale(1.02, 0.99);
    transform: rotate(1.2deg) scale(1.02, 0.99);
  }
  60% {
    -webkit-transform: rotate(-1.4deg) scale(0.99, 1.02);
    transform: rotate(-1.4deg) scale(0.99, 1.02);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}
.action-page-tempalte .action-page-hero-label__figure {
  /* если хочется чуть больше "премиум" — добавьте мягкую тень на саму плашку */
}
.action-page-tempalte .action-page-hero-label__figure .action-page-hero-label {
  -webkit-filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.12));
}
.action-page-tempalte .action-page-hero-label__figure {
  /* уважение к reduced motion */
}
@media (prefers-reduced-motion: reduce) {
  .action-page-tempalte .action-page-hero-label__figure .blob-svg,
  .action-page-tempalte .action-page-hero-label__figure .blob-drift {
    -webkit-animation: none;
    animation: none;
  }
  .action-page-tempalte .action-page-hero-label__figure .blob-svg animate {
    display: none;
  }
}
.action-page-tempalte .action-page-hero-label__title {
  display: block;
  margin-bottom: 2px;
  font-size: 48px;
  line-height: 1.2;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
@media (max-width: 1379px) {
  .action-page-tempalte .action-page-hero-label__title {
    font-size: 24px;
  }
}
.action-page-tempalte .action-page-hero-label__text {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 1379px) {
  .action-page-tempalte .action-page-hero-label__text {
    font-size: 12px;
  }
}
.action-page-tempalte .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.75em;
  color: #343d42;
  margin: 0;
  font-family: "Nunito", sans-serif;
}
@media (max-width: 1023px) {
  .action-page-tempalte .title {
    font-size: 30px;
  }
}
.action-page-tempalte .ordered-list {
  list-style: none; /* убираем стандартные цифры */
  counter-reset: item; /* создаём счётчик */
  padding-left: 0;
}
.action-page-tempalte .ordered-list__item {
  margin-bottom: 12px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
  counter-increment: item; /* увеличиваем счётчик */
}
.action-page-tempalte .ordered-list__item ul {
  margin-top: 8px;
  margin-bottom: 8px;
}
.action-page-tempalte .ordered-list__item::before {
  content: counter(item) ") ";
}

.features-group {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 16px;
  margin-bottom: 16px;
}
.features-group *,
.features-group *::before,
.features-group *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: initial;
}
.features-group__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 1379px) {
  .features-group__grid {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .features-group__grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-card {
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  z-index: 1;
  position: relative;
  padding: 28px;
  border: 2px dashed #0677ec;
  min-height: 100%;
}
.feature-card__title {
  display: grid;
  gap: 14px;
  grid-template-columns: auto 1fr;
  margin-bottom: 14px;
}
.feature-card__icon {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.feature-card__name {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #343d42;
  line-height: 1.3;
}
.feature-card__desc {
  margin: 0 !important;
  font-size: 14px;
  color: #869aa5;
  line-height: 1.4;
}

.services-prices__item.-pink-coast b {
  color: #e4097f;
}

.btn-wrapper {
  margin-top: 32px;
  margin-bottom: 32px;
}
.btn-wrapper .btn {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-left: 0;
}

.new-info.-column .new-info__grid {
  grid-template-columns: repeat(1, 1fr);
}

.new-info.-column .new-info__item {
  min-height: initial;
}

.new-info.-column .new-info__list {
  margin-bottom: 32px;
}

.new-info.-column .new-info__item .btn {
  padding: 20px 23px;
}

.step-by-step {
  margin-top: 32px;
  margin-bottom: 32px;
}
.step-by-step__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1379px) {
  .step-by-step__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .step-by-step__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.step-by-step-card {
  border-radius: 16px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1019607843);
  background: var(--white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step-by-step-card:hover {
  -webkit-box-shadow: 0 8px 32px rgba(52, 61, 66, 0.2);
  box-shadow: 0 8px 32px rgba(52, 61, 66, 0.2);
}
.step-by-step-card__photo {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.step-by-step-card__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.step-by-step-card:hover .step-by-step-card__photo img {
  scale: 1.1;
}
.step-by-step-card__body {
  padding: 20px 32px 20px;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 767px) {
  .step-by-step-card__body {
    padding: 20px;
  }
}
.step-by-step-card__label {
  display: block;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #869aa5;
}
.step-by-step-card__text {
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #343d42;
}

@media (max-width: 767px) {
  .services-prices {
    padding: 20px;
  }
}

.info__content h2 {
  line-height: 1.2;
}

.action-page-tempalte .title {
  line-height: 1.1;
}

.title + * {
  margin-top: 1em;
}

.info--mod ul {
  margin-bottom: 32px;
}/*# sourceMappingURL=custom.css.map */

.action-page-hero .breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action-page-hero .breadcrumbs__link::after {
  top: auto;
}
.action-page-hero .breadcrumbs__item:not(:last-child) .breadcrumbs__link::after {
  top: auto;
}