/* Generated by vite-plugin-svg-spritemap */
.hero {
  height: 100svh;
  padding-block-start: 1.875rem;
  overflow: hidden;
}
.hero__bg {
  display: grid;
  grid-template-rows: minmax(20.375rem, 1fr) 9.375rem;
  align-items: center;
  height: 100%;
  border-radius: 1.25rem;
  background-color: var(--background-primary);
}
.hero__container {
  display: grid;
  justify-items: center;
  align-content: start;
}
.hero__title {
  max-width: 37.5rem;
  text-align: center;
  translate: 0 20%;
  opacity: 0;
  transition: all 0.8s;
}
.hero__title span {
  background: var(--background-secondary);
  padding: 0 0.9375rem;
  border-radius: 0.5rem;
  display: inline-block;
  transform: rotate(-2deg);
}
.hero__title.watcher-view {
  opacity: 1;
  translate: 0 0;
}
.hero__text {
  max-width: 37.5rem;
  text-align: center;
  translate: 0 20%;
  opacity: 0;
  transition: all 1.4s;
}
.hero__text span {
  color: var(--accent-primary);
  font-weight: 500;
}
.hero__text.watcher-view {
  opacity: 1;
  translate: 0 0;
}
.hero__button {
  translate: 0 20%;
  opacity: 0;
  transition: all 1.8s;
}
.hero__button.watcher-view {
  opacity: 1;
  translate: 0 0;
}
.hero__decor {
  height: 100%;
}
.hero__decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 1.25rem 1.25rem;
}

.services__list {
  max-width: 46.875rem;
  margin-inline: auto;
}

.testimonials__container {
  display: grid;
  column-gap: 2.5rem;
  align-items: start;
}
.testimonials__content {
  height: 100%;
  display: grid;
  align-content: space-between;
}
.testimonials__title-block {
  justify-items: start;
}
.testimonials__body {
  min-width: 0;
}
.testimonials__slider {
  padding-block-start: 1.875rem;
}
.testimonials__slide {
  position: relative;
  padding: 1.875rem;
  background-color: var(--background-primary);
  border-radius: 1.25rem;
}
.testimonials__icon {
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  inset-block-start: -1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: var(--background-primary);
}
.testimonials__icon svg {
  fill: var(--accent-third);
}
.testimonials__image {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}
.testimonials__image img {
  width: 100%;
}

.control-testimonials {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 1.25rem;
}
.price {
  background-color: var(--background-primary);
}
.price__items {
  display: flex;
  justify-content: center;
  column-gap: 1.25rem;
}
.price__item {
  flex-basis: 26.25rem;
}
.price__text-bottom {
  text-align: center;
  margin-inline: auto;
}

.item-price {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.875rem;
  background-color: #fff;
  border-radius: 1.25rem;
  transition: transform 0.5s ease;
}
.item-price:has(.badge--gold) {
  border: 0.0625rem solid var(--accent-third);
}
.item-price:has(.badge--gold) .item-price__button {
  background-image: linear-gradient(270deg, var(--accent-secondary) 23.08%, #ae9142 50%, #ae2120 100%);
  background-size: 300% 100%;
  background-position: 0% 0%;
  transition: background-position 0.5s ease;
}
.item-price:has(.badge--red) {
  border: 0.0625rem solid var(--accent-primary);
}
.item-price__badge {
  position: absolute;
  inset-block-start: -1.25rem;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.item-price__badge.badge--gold {
  background-color: var(--accent-third);
  color: #fff;
}
.item-price__badge.badge--red {
  background-color: var(--background-primary);
  color: var(--accent-primary);
  border: 0.0625rem solid var(--accent-primary);
}
.item-price__header {
  text-align: center;
}
.item-price__quantity {
  color: var(--accent-third);
}
.item-price__price {
  text-align: center;
  color: var(--accent-secondary);
  font-size: 1.875rem;
  line-height: 110%;
  font-weight: 500;
}
.item-price__price span {
  font-size: 1.25rem;
  font-weight: normal;
}
.item-price__list {
  flex-grow: 1;
  display: grid;
  align-content: start;
}
.item-price__item {
  display: flex;
  column-gap: 0.875rem;
  align-items: start;
  font-weight: 300;
}
.item-price__image {
  flex-basis: 1.25rem;
  height: 1.25rem;
  margin-block-start: 0.1875rem;
}
.item-price__button {
  align-self: center;
}

.badge {
  padding: 0.375rem 0.875rem;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 500;
  text-wrap: nowrap;
}

.promo {
  background-color: var(--accent-primary);
  color: #ffffff;
}
.promo__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo__button {
  flex-shrink: 0;
}

.announcement {
  background-color: var(--background-primary);
}
.announcement__container {
  display: grid;
  justify-items: center;
  row-gap: 1.875rem;
}
.announcement__title-block .title-block__subtitle span {
  background: var(--background-secondary);
  padding: 0 0.9375rem;
  border-radius: 0.5rem;
  display: inline-block;
  transform: rotate(-2deg);
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-spollers] summary {
  list-style: none;
}
[data-fls-spollers] summary::marker, [data-fls-spollers] summary::-webkit-details-marker {
  display: none;
}

.spollers {
  display: grid;
}

.spollers__item {
  border-radius: 0.75rem;
  background-color: var(--background-primary);
  color: var(--accent-secondary);
}

.spollers__title {
  position: relative;
  width: 100%;
  padding: 1.875rem 3.75rem 1.875rem 1.875rem;
  cursor: default;
  text-align: left;
  font-weight: 500;
  list-style: none;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.spoller-init .spollers__title {
  cursor: pointer;
}
.spoller-init .spollers__title::before, .spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background-color: var(--accent-primary);
  height: 0.125rem;
  width: 1rem;
  transition: transform 0.5s ease 0s;
}
.spoller-init .spollers__title::after {
  transform: rotate(-90deg);
}
.spoller-init .spollers__title.spoller-active::after {
  transform: rotate(0deg);
}

.spollers__body {
  padding: 0 3.75rem 1.875rem 3.75rem;
  margin-block-start: -0.625rem;
}/* Generated by vite-plugin-svg-spritemap */
[data-fls-slider] {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
}

.swiper-pagination-bullets {
  display: flex;
}

/* Bullet */
.swiper-pagination-bullet {
  position: relative;
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.125rem;
  cursor: pointer;
}
.swiper-pagination-bullet {
  /* Center */
}
.swiper-pagination-bullet::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--divider);
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-property: background-color, opacity;
}
.swiper-pagination-bullet {
  /* border bullet*/
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.0625rem solid var(--accent-primary);
  transform: scale(0);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}

/* Bullet active*/
.swiper-pagination-bullet-active::after {
  background-color: var(--accent-primary);
}
.swiper-pagination-bullet-active::before {
  transform: scale(1);
}

.swiper-pagination-lock {
  display: none;
}

.buttons-navigation {
  display: grid;
  grid-template-columns: repeat(2, 3rem);
  column-gap: 0.125rem;
}

.button-navigation {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: var(--accent-primary);
}

.icon-nav--next {
  transform: rotate(180deg);
}

/* button-navigation disabled*/
.swiper-button-disabled {
  fill: var(--divider);
  cursor: auto;
}
@media (width < 62em) and (width >= 83.125em) {
  .testimonials__title-block {
    margin-block-end: 3.75rem;
  }
}
@media (width < 62em) and (width < 20em) {
  .testimonials__title-block {
    margin-block-end: 1.875rem;
  }
}
@media (width < 62em) {
  .testimonials__title-block {
    justify-items: center;
    text-align: center;
  }
  .control-testimonials {
    align-items: center;
    margin-block-start: 1.25rem;
  }
  .price__items {
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
  .swiper-pagination-bullet {
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .swiper-pagination-bullet::after {
    width: 0.625rem;
    height: 0.625rem;
  }
  .buttons-navigation {
    display: none;
  }
}
@media (width < 30em) {
  .testimonials__slide {
    padding: 1.875rem 1.25rem 1.25rem 1.25rem;
  }
  .item-price {
    padding: 2.5rem 1.25rem 1.875rem 1.25rem;
  }
  .promo__container {
    flex-wrap: wrap;
    text-align: center;
  }
  .spollers__title {
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }
  .spoller-init .spollers__title::before, .spoller-init .spollers__title::after {
    right: 1.125rem;
  }
  .spollers__body {
    padding: 0 3.125rem 1.25rem 2.5rem;
  }
}
@media (width < 20em) {
  .hero {
    padding-inline: 0.9375rem;
  }
  .hero__container {
    padding-block-start: 6.25rem;
  }
  .hero__container {
    padding-block-end: 2.5rem;
  }
  .hero__title:not(:last-child) {
    margin-block-end: 1rem;
  }
  .hero__text:not(:last-child) {
    margin-block-end: 1.25rem;
  }
  .testimonials__icon svg {
    width: 1.5rem;
  }
  .testimonials__icon svg {
    height: 1.5rem;
  }
  .price__items {
    margin-block-end: 1.25rem;
  }
  .item-price {
    row-gap: 1rem;
  }
  .item-price__title:not(:last-child) {
    margin-block-end: 0.25rem;
  }
  .item-price__quantity:not(:last-child) {
    margin-block-end: 0.25rem;
  }
  .item-price__list {
    row-gap: 0.75rem;
  }
  .promo {
    font-size: 1.125rem;
  }
  .promo__container {
    gap: 1.25rem;
  }
  .spollers {
    row-gap: 0.625rem;
  }
}
@media (width < 62em) and (width >= 20em) and (width <= 83.125em) {
  .testimonials__title-block {
    margin-block-end: clamp( 1.875rem , 1.2809405940625rem  +  2.9702970297vw , 3.75rem );
  }
}
@media (width >= 20em) and (width <= 83.125em) {
  .hero {
    padding-inline: clamp( 0.9375rem , 0.64047029703125rem  +  1.4851485149vw , 1.875rem );
  }
  .hero__container {
    padding-block-start: clamp( 6.25rem , 4.66584158415625rem  +  7.9207920792vw , 11.25rem );
  }
  .hero__container {
    padding-block-end: clamp( 2.5rem , 1.31188118811875rem  +  5.9405940594vw , 6.25rem );
  }
  .hero__title:not(:last-child) {
    margin-block-end: clamp( 1rem , 0.92079207920625rem  +  0.396039604vw , 1.25rem );
  }
  .hero__text:not(:last-child) {
    margin-block-end: clamp( 1.25rem , 0.8539603960375rem  +  1.9801980198vw , 2.5rem );
  }
  .testimonials__icon svg {
    width: clamp( 1.5rem , 1.34158415841875rem  +  0.7920792079vw , 2rem );
  }
  .testimonials__icon svg {
    height: clamp( 1.5rem , 1.34158415841875rem  +  0.7920792079vw , 2rem );
  }
  .price__items {
    margin-block-end: clamp( 1.25rem , 0.8539603960375rem  +  1.9801980198vw , 2.5rem );
  }
  .item-price {
    row-gap: clamp( 1rem , 0.84158415841875rem  +  0.7920792079vw , 1.5rem );
  }
  .item-price__title:not(:last-child) {
    margin-block-end: clamp( 0.25rem , 0.17079207920625rem  +  0.396039604vw , 0.5rem );
  }
  .item-price__quantity:not(:last-child) {
    margin-block-end: clamp( 0.25rem , 0.17079207920625rem  +  0.396039604vw , 0.5rem );
  }
  .item-price__list {
    row-gap: clamp( 0.75rem , 0.71039603960625rem  +  0.198019802vw , 0.875rem );
  }
  .promo {
    font-size: clamp( 1.125rem , 1.0061881188125rem  +  0.5940594059vw , 1.5rem );
  }
  .promo__container {
    gap: clamp( 1.25rem , 0.45792079208125rem  +  3.9603960396vw , 3.75rem );
  }
  .spollers {
    row-gap: clamp( 0.625rem , 0.42698019801875rem  +  0.9900990099vw , 1.25rem );
  }
}
@media (width >= 62em) {
  .testimonials__container {
    grid-template-columns: 30.77% 1fr;
  }
  .testimonials__slide {
    flex: 0 0 26.25rem;
    width: 26.25rem;
  }
}
@media (width >= 83.125em) {
  .hero {
    padding-inline: 1.875rem;
  }
  .hero__container {
    padding-block-start: 11.25rem;
  }
  .hero__container {
    padding-block-end: 6.25rem;
  }
  .hero__title:not(:last-child) {
    margin-block-end: 1.25rem;
  }
  .hero__text:not(:last-child) {
    margin-block-end: 2.5rem;
  }
  .testimonials__icon svg {
    width: 2rem;
  }
  .testimonials__icon svg {
    height: 2rem;
  }
  .price__items {
    margin-block-end: 2.5rem;
  }
  .item-price {
    row-gap: 1.5rem;
  }
  .item-price__title:not(:last-child) {
    margin-block-end: 0.5rem;
  }
  .item-price__quantity:not(:last-child) {
    margin-block-end: 0.5rem;
  }
  .item-price__list {
    row-gap: 0.875rem;
  }
  .promo {
    font-size: 1.5rem;
  }
  .promo__container {
    gap: 3.75rem;
  }
  .spollers {
    row-gap: 1.25rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  html:not([data-fls-touch]) .item-price:has(.badge--gold) .item-price__button:hover {
    background-position: 100% 0%;
  }
  html:not([data-fls-touch]) .item-price:hover {
    box-shadow: 0 0.5rem 1.75rem rgba(20, 28, 44, 0.07);
    transform: translateY(-0.125rem);
    border-color: var(--divider);
  }
  html:not([data-fls-touch]) .swiper-pagination-bullet:hover:after {
    background-color: var(--accent-secondary);
  }
  html:not([data-fls-touch]) .swiper-pagination-bullet:hover:before {
    border-color: var(--accent-secondary);
  }
  html:not([data-fls-touch]) .button-navigation:hover:not(.swiper-button-disabled) {
    fill: var(--accent-secondary);
  }
}