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

.b24-form-click-btn-wrapper-14 {
  right: 30px;
  bottom: 133px;
  z-index: 10;
}

.b24-form-btn-block .b24-form-btn {
  border-radius: 10rem;
}

.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);
}
@media (max-width: 1200px) {
  .app .header__menu a.active {
    color: var(--color12);
    text-decoration: none;
    margin-right: auto;
  }
}
.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 .text video {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 1200px) {
  .app .active_sub {
    text-decoration: none !important;
    color: var(--color1);
  }
}
@media (max-width: 1200px) {
  .app .active_sub {
    padding: 4px 10px;
    border-radius: 5rem;
    background: var(--color11);
    color: var(--color12);
    text-decoration: none !important;
    margin-right: auto !important;
  }
}
.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);
}
.app .service__description2 {
  font-size: 1.5rem;
}
.app .limit-txt._size-m .limit-txt__target {
  max-height: 20rem;
}
.app .limit-txt._active .limit-txt__target {
  max-height: 100%;
}
.app .card._reverse2 {
  grid-template-columns: 1fr 43rem;
}
@media (max-width: 1200px) {
  .app .card._reverse2 {
    grid-template-columns: initial;
  }
}
@media (max-width: 600px) {
  .app .advants {
    grid-template-columns: 1fr;
  }
}
.app .app-b24-btn-wrapper {
  position: sticky;
  margin-left: calc(100vw - 183px);
  height: 1px;
  transform: translateY(-80px);
  bottom: 30px;
  z-index: 10;
  padding: 0 0 60px 0;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .app .app-b24-btn-wrapper {
    margin-left: calc(100vw - 309px);
    bottom: 20px;
    transform: translateY(-15px);
  }
}
.app .app-statii-link-menu {
  margin-top: 10px !important;
}
@media (min-width: 1201px) {
  .app .app-statii-link-menu {
    display: none !important;
  }
}
.app .article__img._alt img,
.app .banner._alt img {
  aspect-ratio: auto;
  height: auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 600px) {
  .app:not(:has(.up-btn._active)) .app-b24-btn-wrapper {
    margin-left: calc(100vw - 152px);
  }
}
.app .js-table-spoiler-cell._active .table-spoiler-icon {
  transform: rotate(180deg);
}
.app .table-spoiler-header {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  cursor: pointer;
  gap: 15px;
  transition: color 0.3s ease;
}
.app .table-spoiler-header:hover {
  color: var(--theme-color-main);
}
.app .table-spoiler-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  width: 16px;
  height: 14px;
  margin-top: 12px;
}
.app .table-spoiler-content {
  margin-top: 10px;
  background: #F7F1EA;
  border-radius: 30px;
  font-size: 15px;
  padding: 17px 35px 19px 35px;
}
@media (max-width: 540px) {
  .app .table-spoiler-content {
    padding: 10px 15px 12px 15px;
  }
}
.app .table-price td:last-child,
.app .table-price th:last-child {
  vertical-align: top;
}
.app .text.js-spoilerable {
  position: relative;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.app .text.js-spoilerable:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  pointer-events: none;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.app .text.js-spoilerable._is-limited:not(._is-expanded):after {
  opacity: 1;
}
.app .text.js-spoilerable ~ .accordionBtn:after {
  transform: rotate(90deg);
}
.app .text.js-spoilerable._is-expanded ~ .accordionBtn:after {
  transform: rotate(-90deg);
}
.app .max-view {
  display: none;
}

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