.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, #fff2f5 0%, #ffa5ce 100%);
  background: linear-gradient(100deg, #fff2f5 0%, #ffa5ce 100.61%);
  z-index: 0;
}
.hero::after, .hero::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-image: url(../../icons/paw-decor.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero::before {
  bottom: -3.4375rem;
  left: -9.125rem;
  width: 22.625rem;
  height: 19.875rem;
  opacity: 0.4;
  rotate: 45deg;
}
@media (width <= 63.99875rem) {
  .hero::before {
    bottom: unset;
    top: 0;
    left: -8.75rem;
  }
}
@media (width <= 36.24875rem) {
  .hero::before {
    width: 12.125rem;
    height: 10.625rem;
    top: 2.5rem;
    left: -4.8125rem;
  }
}
.hero::after {
  top: -15.0625rem;
  right: -16.25rem;
  width: 60rem;
  height: 52.625rem;
  opacity: 0.2;
  rotate: -15deg;
}
@media (width <= 63.99875rem) {
  .hero::after {
    width: 31.125rem;
    height: 32.75rem;
    top: unset;
    right: -7.5625rem;
    bottom: -1.3125rem;
  }
}
@media (width <= 36.24875rem) {
  .hero::after {
    width: 29.125rem;
    height: 25.4375rem;
    right: -12.25rem;
    bottom: 5.625rem;
  }
}
.hero > * {
  position: relative;
  z-index: 5;
}
.hero__item {
  position: relative;
  padding-block: 6.875rem;
}
@media (width <= 63.99875rem) {
  .hero__item {
    padding-block: 4.5rem 30rem;
  }
}
@media (width <= 36.24875rem) {
  .hero__item {
    padding-block: 3.375rem 28.5rem;
  }
}
.hero__item-inner {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 34.375rem;
}
@media (width <= 36.24875rem) {
  .hero__item-inner {
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero__item:nth-child(1) img, .hero__item:nth-child(2) img, .hero__item:nth-child(3) img {
  top: -44px;
  right: 0;
}
@media (width <= 63.99875rem) {
  .hero__item:nth-child(1) img, .hero__item:nth-child(2) img, .hero__item:nth-child(3) img {
    top: unset;
    right: 0;
    bottom: 4.125rem;
  }
}
@media (width <= 47.99875rem) {
  .hero__item:nth-child(1) img, .hero__item:nth-child(2) img, .hero__item:nth-child(3) img {
    max-width: none;
    bottom: 4.75rem;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero__subtitle {
  margin-bottom: 0.75rem;
  background: var(--gradient-red);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1875rem;
  text-transform: uppercase;
}
@media (width <= 36.24875rem) {
  .hero__subtitle {
    display: none;
  }
}
.hero__title {
  display: inline-block;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 3.75rem;
  margin-bottom: 1.5rem;
}
@media (width <= 63.99875rem) {
  .hero__title {
    font-size: 2.625rem;
    margin-bottom: 2rem;
  }
}
@media (width <= 36.24875rem) {
  .hero__title {
    margin-bottom: 2.25rem;
    text-align: center;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
}
.hero__title::after {
  width: 2.25rem;
  height: 2.25rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  margin-left: 0.75rem;
  background-image: url(../../icons/paws-colored.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (width <= 63.99875rem) {
  .hero__title::after {
    display: none;
  }
}
.hero__text {
  line-height: 2rem;
  margin-bottom: 2rem;
}
@media (width <= 63.99875rem) {
  .hero__text {
    display: none;
  }
}
.hero__image {
  position: absolute;
  z-index: -1;
}
.hero__pagination {
  position: absolute;
  bottom: 2rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  z-index: 5;
}
.hero__pagination span {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1 !important;
  background-color: var(--color-salmon-light);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  margin: 0 !important;
  border-radius: 50%;
}
.hero__pagination span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0.0625rem solid transparent;
}
.hero__pagination span.swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--color-salmon) !important;
}
.hero__pagination span.swiper-pagination-bullet-active::after {
  border: 0.0625rem solid var(--color-salmon) !important;
}

.categories__inner {
  padding-block: 3.25rem;
}
@media (width <= 63.99875rem) {
  .categories__inner {
    padding-block: 2.625rem;
  }
}
@media (width <= 63.99875rem) {
  .categories__inner {
    padding-block: 1.75rem;
  }
}
.categories__list {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 12rem 12rem;
}
@media (width <= 89.99875rem) {
  .categories__list {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(4, 12rem);
  }
}
@media (width <= 47.99875rem) {
  .categories__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 12.375rem);
    gap: 0.625rem;
  }
}
.categories__item-image {
  position: absolute;
}
.categories__item-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--color-pink-light);
  border-radius: 1.25rem;
  padding: 1.5rem;
}
.categories__item-inner img {
  transition: transform 0.4s ease-in-out;
}
.categories__item-inner:hover img {
  transform: scale(1.1);
}
@media (width <= 47.99875rem) {
  .categories__item-inner {
    padding: 0.75rem;
    border-radius: 0.75rem;
  }
}
@media (any-hover: hover) {
  .categories__item-inner:hover {
    background-color: #ffb7e8;
  }
  .categories__item-inner:hover svg {
    color: var(--color-white);
  }
}
@media (any-hover: none) {
  .categories__item-inner:active {
    background-color: #ffb7e8;
  }
  .categories__item-inner:active svg {
    color: var(--color-white);
  }
}
.categories__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.categories__item:nth-child(1) img {
  bottom: 0;
  left: 0;
}
@media (width <= 47.99875rem) {
  .categories__item:nth-child(1) img {
    width: 9.375rem;
    height: 11.875rem;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
.categories__item:nth-child(2) {
  grid-column: 2/4;
  grid-row: 1/2;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(2) {
    grid-column: 3/6;
    grid-row: 1/2;
  }
}
.categories__item:nth-child(2) img {
  right: 3.75rem;
  top: 0;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(2) img {
    right: 2.5rem;
  }
}
@media (width <= 47.99875rem) {
  .categories__item:nth-child(2) img {
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 6.25rem;
    height: 7.75rem;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.categories__item:nth-child(3) {
  grid-column: 2/4;
  grid-row: 2/3;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(3) {
    grid-column: 3/6;
    grid-row: 2/3;
  }
}
.categories__item:nth-child(3) img {
  right: 3.125rem;
  bottom: 0;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(3) img {
    right: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .categories__item:nth-child(3) img {
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7.125rem;
    height: 7.5rem;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.categories__item:nth-child(4) {
  grid-column: 4/5;
  grid-row: 1/3;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(4) {
    grid-column: 4/6;
    grid-row: 3/5;
  }
}
.categories__item:nth-child(4) img {
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(4) img {
    right: 1.875rem;
  }
}
@media (width <= 47.99875rem) {
  .categories__item:nth-child(4) img {
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 15.625rem;
    height: auto;
    max-height: 9.375rem;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.categories__item:nth-child(5) {
  grid-column: 5/7;
  grid-row: 1/2;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(5) {
    grid-column: 1/4;
    grid-row: 3/4;
  }
}
.categories__item:nth-child(5) img {
  top: 0.6875rem;
  right: 2.875rem;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(5) img {
    right: 1rem;
  }
}
@media (width <= 47.99875rem) {
  .categories__item:nth-child(5) img {
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10rem;
    height: auto;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.categories__item:nth-child(6) {
  grid-column: 5/7;
  grid-row: 2/3;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(6) {
    grid-column: 1/4;
    grid-row: 4/5;
  }
}
.categories__item:nth-child(6) img {
  top: 0.9375rem;
  right: 1.25rem;
}
@media (width <= 89.99875rem) {
  .categories__item:nth-child(6) img {
    top: 0.5rem;
    right: -0.625rem;
  }
}
@media (width <= 47.99875rem) {
  .categories__item:nth-child(6) img {
    top: unset;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: auto;
    height: 7rem;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width <= 47.99875rem) {
  .categories__item {
    grid-row: auto !important;
    grid-column: auto !important;
  }
}
.categories__item-title {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
  max-width: 10.6875rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
  color: var(--color-purple);
}
@media (width <= 47.99875rem) {
  .categories__item-title {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}
@media (width <= 47.99875rem) {
  .categories__item-title svg {
    display: none;
  }
}
.categories__item svg {
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
}

.trending {
  padding-block: 3rem 8.9375rem;
  background-color: var(--color-salmon-light-super);
  background-image: url(../../icons/test-decor-bottom.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-position-y: calc(100% + 0.25rem);
  background-size: 100% auto;
}
@media (width <= 47.99875rem) {
  .trending {
    background-position: bottom right;
    background-size: auto;
    background-position-y: calc(100% + 0.25rem);
  }
}
.trending__container {
  max-width: 120rem;
}
.trending__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.trending__icon {
  margin-bottom: 0.5rem;
}
@media (width <= 63.99875rem) {
  .trending__icon {
    margin-bottom: 0.75rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (width <= 36.24875rem) {
  .trending__icon {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.trending__title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  margin-bottom: 1.75rem;
}
@media (width <= 63.99875rem) {
  .trending__title {
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
}
@media (width <= 36.24875rem) {
  .trending__title {
    margin-bottom: 2.25rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
}
.trending__text {
  text-align: center;
  max-width: 50rem;
  line-height: 2rem;
  margin-bottom: 2.75rem;
}
@media (width <= 63.99875rem) {
  .trending__text {
    margin-bottom: 2.25rem;
  }
}
@media (width <= 36.24875rem) {
  .trending__text {
    display: none;
  }
}
.trending__body {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (width <= 89.99875rem) {
  .trending__body {
    gap: 1.5rem;
  }
}
@media (width <= 79.99875rem) {
  .trending__body {
    gap: 2.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.trending__slider {
  width: 100%;
}
.trending__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 0.75rem;
  gap: 1rem;
  z-index: 5;
  display: none;
}
@media (width <= 79.99875rem) {
  .trending__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.trending__pagination span {
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1 !important;
  background-color: var(--color-salmon-light);
  -webkit-transition-duration: var(--transition-duration);
          transition-duration: var(--transition-duration);
  margin: 0 !important;
  border-radius: 50%;
}
.trending__pagination span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: transparent;
  border-radius: 50%;
  border: 0.0625rem solid transparent;
}
.trending__pagination span.swiper-pagination-bullet-active {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--color-salmon) !important;
}
.trending__pagination span.swiper-pagination-bullet-active::after {
  border: 0.0625rem solid var(--color-salmon) !important;
}
.trending__navigation-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: transparent;
  border: 0.0625rem solid var(--color-salmon);
  color: var(--color-salmon);
}
@media (any-hover: hover) {
  .trending__navigation-button:hover {
    background-color: var(--color-salmon);
    color: var(--color-white);
  }
}
@media (any-hover: none) {
  .trending__navigation-button:active {
    background-color: var(--color-salmon);
    color: var(--color-white);
  }
}
@media (width <= 79.99875rem) {
  .trending__navigation-button {
    display: none;
  }
  .reviews__item {
    padding: 28px 18px;
    flex-direction: column;
  }
}
.reviews__slider {
      padding: 20px;
    margin: -20px;
}

.reviews__list {
  padding: 20px;
  margin: -20px;
}

.reviews__wrapp{
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 4px 34px 0 rgba(98, 95, 95, 0.10);
}

.reviews__item {
  display: flex;
  gap: 20px;
  padding: 20px 28px;
}
.reviews__star {
  display: flex;
  align-items: center;
  font-size: 0;
  line-height: 0;
}

.reviews__text{
  display: block;
  margin-top: 14px;
  font-size: 17px;
}

.swiper-slide {
  height: auto
}

.reviews__inner,
.popular__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 4rem;
}
.popular__icon {
  margin-bottom: 2.75rem;
}
@media (width <= 63.99875rem) {
  .popular__icon {
    margin-bottom: 2rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (width <= 36.24875rem) {
  .popular__icon {
    margin-bottom: 1.75rem;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.popular__title {
  margin-bottom: 4.25rem;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: 600;
}
@media (width <= 63.99875rem) {
  .popular__title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (width <= 36.24875rem) {
  .popular__title {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 2.25rem;
  }
}
.popular__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}
@media (width <= 89.99875rem) {
  .popular__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (width <= 63.99875rem) {
  .popular__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 47.99875rem) {
  .popular__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.popular__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.prefs {
  position: relative;
  overflow: hidden;
  margin-bottom: 4rem;
}
@media (width <= 79.99875rem) {
  .prefs {
    margin-bottom: 3.25rem;
  }
}
@media (width <= 36.24875rem) {
  .prefs {
    margin-bottom: 0;
  }
}
.prefs::after, .prefs::before {
  width: 36.625rem;
  height: 36.625rem;
  content: "";
  display: block;
  position: absolute;
  background-image: url(../../icons/spin.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: spin 25s linear infinite;
          animation: spin 25s linear infinite;
          z-index: 99;
}
@media (width <= 47.99875rem) {
  .prefs::after, .prefs::before {
    display: none;
  }
}
.prefs::before {
  bottom: 2.5rem;
  left: -17.125rem;
}
@media (width <= 79.99875rem) {
  .prefs::before {
    top: 0;
    bottom: unset;
    left: -25.625rem;
  }
}
.prefs::after {
  top: 17.125rem;
  right: -17.125rem;
}
@media (width <= 79.99875rem) {
  .prefs::after {
    top: 18.75rem;
    right: -24.75rem;
  }
}
.prefs__inner {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4rem;  
}

.prefs__image__bg {
    width: 1169px;
    height: 769px;
    background-image: url(../../images/index/prefs-image-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prefs__image__mob {
  display: none;
}

@media screen and (max-width:1100px) {
  .prefs__image__bg {
    display: none;
  }
  .prefs__image__mob {
   width: calc(100% + 40px);
    display: block;
  }
  .prefs__image__mob  img {
    width: 100%;
  }
}

@media (width <= 63.99875rem) {
  .prefs__inner {
    padding-top: 4rem;
  }
}
.prefs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.5rem;
  width: 100%;
  margin-bottom: 6.25rem;
}
@media (width <= 79.99875rem) {
  .prefs__list {
    gap: 6.125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 33.125rem;
    margin-inline: auto;
    margin-bottom: 9.375rem;
  }
}
@media (width <= 47.99875rem) {
  .prefs__list {
    margin-bottom: 4rem;
  }
}
@media (width <= 36.24875rem) {
  .prefs__list {
    gap: 3.875rem;
  }
}
.prefs__item {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  padding: 4rem 2.8125rem 2.5rem;
  border-radius: 8.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 19.375rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: -0.03125rem;
  text-transform: uppercase;
}
.prefs__item:nth-child(1) {
  background-color: #deffd1;
}
@media (width <= 79.99875rem) {
  .prefs__item:nth-child(1) {
    -ms-flex-item-align: end;
        align-self: end;
  }
}
@media (width <= 47.99875rem) {
  .prefs__item:nth-child(1) {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.prefs__item:nth-child(1) .prefs__item-icon {
  background-color: #a3c761;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(54, 232, 0, 0.25), 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 34px 0px rgba(54, 232, 0, 0.25), 0px 4px 14px 0px rgba(0, 0, 0, 0.1);
}
.prefs__item:nth-child(2) {
  background-color: #dff5f9;
}
.prefs__item:nth-child(2) .prefs__item-icon {
  background-color: #88d1ef;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 181, 255, 0.2), 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 181, 255, 0.2), 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
.prefs__item:nth-child(3) {
  background-color: #f1e1fe;
}
@media (width <= 79.99875rem) {
  .prefs__item:nth-child(3) {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media (width <= 47.99875rem) {
  .prefs__item:nth-child(3) {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.prefs__item:nth-child(3) .prefs__item-icon {
  background-color: #d9abfe;
  -webkit-box-shadow: 0px 4px 14px 0px rgba(191, 0, 255, 0.15), 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 14px 0px rgba(191, 0, 255, 0.15), 0px 4px 24px 0px rgba(0, 0, 0, 0.1);
}
@media (width <= 36.24875rem) {
  .prefs__item {
    max-width: 16.75rem;
    padding: 1.875rem 2.75rem 1.125rem;
    gap: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.prefs__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: -2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.625rem;
  border-radius: 50%;
}
@media (width <= 36.24875rem) {
  .prefs__item-icon {
    padding: 0.5625rem;
    top: -1.5rem;
  }
}
.prefs__item-icon img {
  width: 3.75rem;
  height: 3.75rem;
}
@media (width <= 36.24875rem) {
  .prefs__item-icon img {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.prefs__image {

  transition: transform 2s ease-in-out;
}

@media screen and (min-width:1400px) {
  .prefs__image.scaled {
  transform: scale(1.1);
}
}

@media (width <= 63.99875rem) {
  .prefs__image {
    margin-bottom: 2.625rem;
  }
}
@media (width <= 47.99875rem) {
  .prefs__image {
    margin-bottom: 2.25rem;
  }
}
.prefs__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
}
@media (width <= 63.99875rem) {
  .prefs__title {
    margin-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (width <= 36.24875rem) {
  .prefs__title {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.prefs__text {
  text-align: center;
  line-height: 2rem;
  max-width: 36.25rem;
}
@media (width <= 36.24875rem) {
  .prefs__text {
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}

.why-choose {
  position: relative;
  margin-bottom: 2rem;
  background-image: url(../../images/index/why-choose-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  overflow-y: visible;
  overflow-x: clip;
}
.why-choose::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 187.5rem;
  height: 5.25rem;
  background-image: url(../../images/index/wc-bottom-decor.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (width <= 36.24875rem) {
  .why-choose::after {
    bottom: 0.3125rem;
  }
}
@media (width <= 89.99875rem) {
  .why-choose {
    background-image: url(../../images/index/why-choose-bg-tablet.png);
    margin-bottom: 1.5rem;
  }
}
@media (width <= 36.24875rem) {
  .why-choose {
    margin-bottom: 0;
    background-size: cover;
    background-image: url(../../images/index/why-choose-bg-mobile.png);
  }
}
.why-choose__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: 12.25rem 0;
}
@media (width <= 89.99875rem) {
  .why-choose__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14.875rem;
    padding-block: 8.5rem 2.625rem;
    flex-direction: column;
  }
}
@media (width <= 36.24875rem) {
  .why-choose__inner {
    gap: 15.4375rem;
    padding-block: 8.75rem 3.5rem;
  }
}
.why-choose__body {
  max-width: 44.4375rem;
  margin-bottom: clamp(6.25rem, 10.2vw, 12.25rem);
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: var(--color-white);
}
@media (width <= 89.99875rem) {
  .why-choose__body {
    margin-bottom: 0;
  }
}
@media (width <= 89.99875rem) {
  .why-choose__body {
    margin-inline: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.why-choose__subtitle {
  padding-bottom: 3rem;
  color: var(--color-white);
}
@media (width <= 36.24875rem) {
  .why-choose__subtitle {
    display: none;
  }
}
.why-choose__title {
  margin-bottom: 1.8rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.5rem;
}
@media (width <= 89.99875rem) {
  .why-choose__title {
    margin-bottom: 4.875rem;
    font-size: 2.25rem;
    max-width: 38.75rem;
    line-height: 3rem;
  }
}
@media (width <= 36.24875rem) {
  .why-choose__title {
    font-size: 1.625rem;
    line-height: 2.5rem;
    margin-bottom: 3.625rem;
  }
}
.why-choose__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.625rem 3rem;
}
@media (width <= 89.99875rem) {
  .why-choose__list {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 4.25rem;
  }
}
@media (width <= 36.24875rem) {
  .why-choose__list {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
}
.why-choose__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media (width <= 89.99875rem) {
  .why-choose__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
  }
}
.why-choose__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.25rem;
}
@media (width <= 89.99875rem) {
  .why-choose__item-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
}
.why-choose__item-text {
  line-height: 2rem;
}
.why-choose__images {
  position: relative;
}

@media screen and (width > 1400px) and (width <= 1500px) {
  .why-choose__images-dog {
    position: relative;
    top: 35px;
  }
}

@media (width <= 89.99875rem) {
  .why-choose__images {
    -ms-flex-item-align: start;
        align-self: start;
    margin-inline: auto;
  }
}
@media (width <= 47.99875rem) {
  .why-choose__images {
    -ms-flex-item-align: center;
        align-self: center;
    margin-inline: -1.25rem;
  }
}
@media (width <= 89.99875rem) {
  .why-choose__images-dog {
    width: 36.875rem;
    height: 27.8125rem;
  }
}
@media (width <= 47.99875rem) {
  .why-choose__images-dog {
    width: 21.75rem;
    height: 16.3125rem;
  }
}
.why-choose__images-1, .why-choose__images-2 {
  position: absolute;
  -webkit-animation: spin 25s linear infinite;
          animation: spin 25s linear infinite;
}
.why-choose__images-1 {
  top: 5.3125rem;
  right: -4.625rem;
}
@media (width <= 89.99875rem) {
  .why-choose__images-1 {
    width: 18.1875rem;
    height: 18.1875rem;
    bottom: 1.625rem;
    top: unset;
    right: -8.875rem;
  }
}
@media (width <= 47.99875rem) {
  .why-choose__images-1 {
    width: 10.625rem;
    height: 10.625rem;
    bottom: unset;
    top: -0.75rem;
    right: 0.3125rem;
  }
}
.why-choose__images-2 {
  top: -25rem;
  right: -1.125rem;
}
@media (width <= 89.99875rem) {
  .why-choose__images-2 {
    width: 24.5625rem;
    height: 24.5625rem;
    top: -12.875rem;
    right: -2.875rem;
  }
}
@media (width <= 47.99875rem) {
  .why-choose__images-2 {
    top: -13.25rem;
    right: 3.25rem;
    width: 13.75rem;
    height: 13.75rem;
  }
}/*# sourceMappingURL=index.css.map */