.mb-0 {
  margin-bottom: 0 !important;
}

.cookies-box {
  padding: 25px 53px 19px 37px;
  background: rgba(255, 255, 255, 0.95);
  width: 1029px;
  position: fixed;
  bottom: 40px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
.cookies-box a {
  color: #7D4998;
  transition: 0.3s ease;
}
.cookies-box a:hover {
  color: #debc7d;
}
.cookies-box .button {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: absolute;
  top: 15px;
  right: 16px;
  background: var(--theme-color-main);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.cookies-box .button svg {
  display: block;
}
.cookies-box .button svg path {
  transition: 0.3s ease;
}
.cookies-box .button:hover {
  background: var(--theme-color-main2);
}
.cookies-box .button:hover svg path {
  fill: #debc7d;
}
@media (max-width: 769px) {
  .cookies-box .button {
    right: 11px;
  }
}
.cookies-box._hidden {
  display: none;
}
@media (max-width: 1029px) {
  .cookies-box {
    width: 100vw;
    bottom: 0;
  }
}
@media (max-width: 769px) {
  .cookies-box {
    width: 100vw;
    bottom: 0;
    padding: 25px 43px 19px 27px;
  }
}

.fancybox__backdrop,
.fancybox__backdrop:empty {
  background: rgba(243, 226, 243, 0.8);
}

.fancybox__nav .f-button.is-next:before {
  background: url("/local/templates/purple/markup/img/right2.svg") no-repeat center;
}

.fancybox__nav .f-button.is-prev:before {
  background: url("/local/templates/purple/markup/img/left2.svg") no-repeat center;
}

.fancybox__nav .f-button {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  .fancybox__nav .f-button:hover {
    opacity: 0.5;
  }
}

.f-button._v2 {
  color: #a282a2;
}
.f-button._v2:hover {
  color: #c3a8c3 !important;
}

.app .up-btn {
  font-size: 5rem;
}

.app .advants__i._top a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1px;
  color: var(--color1);
  font-weight: 600;
  transition: all 0.5s;
}
@media (hover: hover) {
  .app .advants__i._top a:hover {
    filter: brightness(1.4);
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  .app .header__menu a ._shorter {
    display: none;
  }
}
.app .header__menu a.active {
  padding: 4px 10px;
  border-radius: 5rem;
  background: var(--color11);
}
.app .service:not(:has(.service__img)) {
  grid-template-columns: 1fr;
}
.app .service__img__inner {
  position: relative;
}
.app .service__badge {
  color: var(--color1);
  font-size: 36px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  position: absolute;
  top: 32px;
  left: 28px;
}
.app .service__badge2 {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  bottom: 32px;
  left: 28px;
  background: rgba(233, 227, 234, 0.6);
  backdrop-filter: blur(20px);
  display: inline-flex;
  padding: 2px 5px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  height: 54px;
}
.app .section.services-wrapper:not(:has(.services div)) {
  display: none;
}
.app .stuff-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 5rem;
  justify-content: center;
  align-items: flex-start;
}
.app .stuff-list > * {
  width: calc((100% - 10rem) / 3);
}
@media (max-width: 940px) {
  .app .stuff-list > * {
    width: calc((100% - 3rem) / 2);
  }
}
@media (max-width: 600px) {
  .app .stuff-list > * {
    width: 100%;
    max-width: 350px;
  }
}
@media (max-width: 940px) {
  .app .stuff-list {
    gap: 5rem 3rem;
  }
}
.app ._post-hidden {
  display: none;
}
.app .reviews-stuff-controls {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.app .pb-3 {
  padding-bottom: 3rem;
}
.app .limit-txt__toggle {
  cursor: pointer;
}
.app .app-blocks {
  display: grid;
  gap: 3rem;
}
.app .breadcrumbs__i:after {
  margin-left: 0;
}
.app .form__item .help-block {
  display: none !important;
}
.app .form__item.has-error .input {
  border: 1px solid #ff0000 !important;
}
.app .block-accordion + .block-text {
  padding-top: 3rem;
}
.app .text img {
  max-width: 100% !important;
}
.app .active_sub {
  text-decoration: none !important;
  color: var(--color1);
}
.app .swiper-slide.person .person__img-wrapper,
.app .stuff-list .person .person__img-wrapper {
  overflow: hidden;
}
.app .swiper-slide.person .person__title,
.app .stuff-list .person .person__title {
  transition: 1s ease;
}
.app .swiper-slide.person img,
.app .stuff-list .person img {
  transition: 0.3s ease;
}
@media (hover: hover) {
  .app .swiper-slide.person:hover img,
  .app .stuff-list .person:hover img {
    transform: scale(1.1);
  }
  .app .swiper-slide.person:hover .person__title,
  .app .stuff-list .person:hover .person__title {
    transform: translate(-20px, 12px);
  }
}
.app #gallery {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.app #gallery.loading {
  opacity: 0;
}
.app #gallery a {
  display: block;
  text-decoration: none;
}
.app #gallery img {
  object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
  .app .header a {
    transition: all 0.3s;
  }
  .app .service__img:hover {
    filter: none;
  }
  .app .card__img {
    overflow: hidden;
  }
  .app .card__img img:hover {
    filter: none;
    transform: scale(1.1);
  }
}
.app .up-btn {
  position: sticky;
  margin-left: calc(100vw - 80px);
  height: 1px;
  transform: translateY(-80px);
}

/*# sourceMappingURL=restyles.css.map */
