/* 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.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;
}

.about__title-block {
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}
.services__title-block {
  margin-inline: auto;
  justify-items: center;
  text-align: center;
}
.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;
}
.promo {
  background-color: var(--accent-primary);
  color: #ffffff;
}
.promo__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo__button {
  flex-shrink: 0;
}/* 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;
  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;
  }
  .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;
  }
  .promo__container {
    flex-wrap: wrap;
    text-align: center;
  }
}
@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;
  }
  .promo {
    font-size: 1.125rem;
  }
  .promo__container {
    gap: 1.25rem;
  }
}
@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 );
  }
  .promo {
    font-size: clamp( 1.125rem , 1.0061881188125rem  +  0.5940594059vw , 1.5rem );
  }
  .promo__container {
    gap: clamp( 1.25rem , 0.45792079208125rem  +  3.9603960396vw , 3.75rem );
  }
}
@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;
  }
  .promo {
    font-size: 1.5rem;
  }
  .promo__container {
    gap: 3.75rem;
  }
}
@media (any-hover: hover), (pointer: fine) {
  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);
  }
}