

/* Start:/local/templates/tlink/template_styles.css?177851065319154*/
@import url("/local/templates/tlink/./assets/css/style.css");
a {
  color: #7b488f;
  cursor: pointer;
text-decoration:underline;
}

nav a{
color: #ffffff;
cursor: pointer;
text-decoration:none;
}
/*-- new styles for header --*/
body.menu-open,
body.quick-order-open {
    overflow: hidden;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.scroll-top {
    position: fixed;
    right: 36px;
    bottom: 30px;
    z-index: 180;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #7f4b98;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, background-color 0.22s ease;
}

.scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.scroll-top:hover,
.scroll-top:focus-visible {
    background: #6f3d88;
}

.scroll-top:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.scroll-top span {
    width: 15px;
    height: 15px;
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    transform: translateY(4px) rotate(45deg);
}

.header {
    position: relative;
    z-index: 120;
}

.header-compact {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #7f4b98;
    border-top: 4px solid #2f1538;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    transition: top 0.28s ease;
}

.header.is-scrolled .header-compact {
    top: 0;
}

.header-compact__inner {
    min-height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.header-compact__btn,
.header-compact__link,
.header-compact__menu {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.header-compact__btn--white {
    min-height: 40px;
    padding: 0 22px;
    border-radius: 999px;
    background: #fff;
    color: #7f4b98;
}

.header-compact__icon {
    font-size: 20px;
    line-height: 1;
}

.header-compact__menu {
    margin-left: auto;
    gap: 14px;
}

.header-compact__burger {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
}

.header-compact__burger::before,
.header-compact__burger::after,
.header-compact__burger {
    background: none;
}

.header-compact__burger::before,
.header-compact__burger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 3px;
    background: #fff;
    transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease;
}

.header-compact__burger::before {
    top: 0;
    box-shadow: 0 7px 0 #fff;
}

.header-compact__burger::after {
    top: 14px;
}

.header-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 210;
    background: rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.header-menu-overlay.is-open {
    opacity: 1;
    visibility: visible;
}

.header-menu-panel {
    position: fixed;
    top: 62px;
    right: 0;
    width: min(100%, 600px);
    height: calc(100vh - 62px);
    z-index: 220;
    background: #7f4b98;
    box-shadow: -8px 10px 24px rgba(0, 0, 0, 0.18);
    transform: translateX(100%);
    transition: transform 0.28s ease;
    overflow-y: auto;
}

.header-menu-panel.is-open {
    transform: translateX(0);
}

.header-menu-panel__inner {
    position: relative;
    min-height: 100%;
    padding: 42px 34px 40px;
}

.header-menu-panel__close {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 34px;
    height: 34px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}

.header-menu-panel__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    margin-top: 34px;
}

.header-menu-panel__nav a {
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
}

.quick-order-modal {
    position: fixed;
    inset: 0;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.quick-order-modal.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.quick-order-modal__dialog {
    position: relative;
    width: 100%;
    max-width: 580px;
    border-radius: 28px;
    background: #ddd6df;
    padding: 44px 32px 34px;
}

.quick-order-modal__close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.quick-order-modal__close::before,
.quick-order-modal__close::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 15px;
    width: 1.5px;
    height: 28px;
    background: #2d2831;
}

.quick-order-modal__close::before {
    transform: rotate(45deg);
}

.quick-order-modal__close::after {
    transform: rotate(-45deg);
}

.quick-order-modal__title {
    margin: 0 0 14px;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
    color: #363238;
}

.quick-order-modal__subtitle {
    margin: 0 0 20px;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    color: #4a464d;
}

.quick-order-modal__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.quick-order-modal__input,
.quick-order-modal__textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: #fff;
    color: #333;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 16px;
}

.quick-order-modal__input {
    height: 50px;
    border-radius: 999px;
    padding: 0 20px;
}

.quick-order-modal__textarea {
    min-height: 110px;
    resize: vertical;
    border-radius: 30px;
    padding: 18px 20px;
}

.quick-order-modal__captcha-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.quick-order-modal__captcha-row .quick-order-modal__input {
    flex: 1 1 auto;
}

.quick-order-modal__captcha {
    flex: 0 0 118px;
    width: 118px;
    height: 44px;
    border-radius: 8px;
    background: #f3f0f5;
    object-fit: cover;
    user-select: none;
}

.quick-order-modal__agree {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 12px;
    align-items: start;
    cursor: pointer;
}

.quick-order-modal__agree input {
    display: none;
}

.quick-order-modal__agree-box {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    margin-top: 2px;
}

.quick-order-modal__agree-box::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 14px;
    border-right: 2px solid #a8c63f;
    border-bottom: 2px solid #a8c63f;
    transform: rotate(40deg);
}

.quick-order-modal__agree-text {
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
    color: #4b4650;
}

.quick-order-modal__agree-text a {
    color: #7f4b98;
    text-decoration: underline;
}

.quick-order-modal__submit {
    width: 100%;
    max-width: 250px;
    height: 48px;
    margin-top: 2px;
    border: 0;
    border-radius: 999px;
    background: #a8c63f;
    color: #fff;
    font-family: "PT Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.form-message {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.35;
}

.form-message.is-success {
    color: #5f8b2e;
}

.form-message.is-error {
    color: #b3261e;
}

[data-ajax-form] [type="submit"]:disabled {
    opacity: 0.65;
    cursor: wait;
}

@media (max-width: 991px) {
    .header-compact__inner {
        gap: 26px;
        justify-content: space-between;
    }

    .header-compact__link {
        display: none;
    }

    .header-menu-panel {
        width: min(100%, 480px);
    }
}

@media (max-width: 767px) {
    .header-compact__inner {
        min-height: 56px;
        gap: 14px;
    }

    .header-compact__btn--white {
        min-height: 36px;
        padding: 0 16px;
        font-size: 14px;
    }

    .header-compact__menu {
        margin-left: 0;
        font-size: 14px;
    }

    .header-menu-panel {
        top: 56px;
        height: calc(100vh - 56px);
        width: 100%;
    }

    .header-menu-panel__inner {
        padding: 34px 20px 30px;
    }

    .header-menu-panel__nav a {
        font-size: 16px;
    }

    .quick-order-modal__dialog {
        padding: 38px 18px 24px;
        border-radius: 22px;
    }

    .quick-order-modal__title {
        font-size: 24px;
    }

    .quick-order-modal__subtitle {
        font-size: 16px;
    }

    .quick-order-modal__captcha-row {
        flex-direction: column;
        align-items: stretch;
    }

    .quick-order-modal__captcha {
        flex-basis: auto;
        width: 132px;
    }

    .quick-order-modal__submit {
        max-width: none;
    }
}
/*--- for mobile header ---*/
.mobile-header,
.mobile-header-compact,
.mobile-menu {
    display: none;
}

@media (max-width: 767px) {
    .site-topline,
    .header__main,
    .header__nav-wrap,
    .header-compact {
        display: none !important;
    }

    .mobile-header {
        display: block;
        background: #f3f3f3;
        border-top: 4px solid #2c1535;
    }

    .mobile-header__top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 12px;
        padding: 6px 10px 8px;
        background: #ececec;
    }

    .mobile-header__brand {
        display: inline-flex;
        align-items: flex-start;
        gap: 8px;
        text-decoration: none;
        color: #1f2c3f;
    }

    .mobile-header__brand-icon {
        width: 22px;
        height: 22px;
        border: 2px solid #999;
        border-radius: 50%;
        position: relative;
        flex: 0 0 22px;
        margin-top: 1px;
    }

    .mobile-header__brand-icon::before,
    .mobile-header__brand-icon::after {
        content: "";
        position: absolute;
        inset: 4px;
        border: 1px solid #999;
        border-radius: 50%;
    }

    .mobile-header__brand-icon::after {
        inset: 0;
        border: 0;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        top: 10px;
        bottom: 10px;
    }

    .mobile-header__brand-text {
        font: 400 12px/1 "PT Sans", Arial, sans-serif;
        color: #313131;
    }

    .mobile-header__mail {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        font: 400 12px/1.2 "PT Sans", Arial, sans-serif;
        color: #8a4aa7;
        text-decoration: underline;
        text-underline-offset: 2px;
        margin-top: 3px;
    }

    .mobile-header__mail-icon {
        font-size: 14px;
        line-height: 1;
    }

    .mobile-header__middle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 18px 12px 12px;
    }

    .mobile-header__logo img {
        display: block;
        width: 122px;
        height: auto;
    }

    .mobile-header__phone {
        font: 700 22px/1 "PT Sans", Arial, sans-serif;
        color: #1f2c3f;
        text-decoration: none;
        white-space: nowrap;
    }

    .mobile-header__bottom {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 4px 12px 18px;
    }

    .mobile-header__circle {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        border: 2px solid #8a4aa7;
        background: transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #8a4aa7;
        padding: 0;
    }

    .mobile-header__circle img {
        width: 18px;
        height: 18px;
        object-fit: contain;
    }

    .mobile-header__circle svg {
        width: 18px;
        height: 18px;
    }

    .mobile-header__circle--green {
        background: #a8c63f;
        border-color: #a8c63f;
        color: #fff;
        font-size: 22px;
        line-height: 1;
    }

    .mobile-header__burger {
        margin-left: auto;
        width: 38px;
        height: 38px;
        border: 0;
        background: transparent;
        position: relative;
        padding: 0;
    }

    .mobile-header__burger span {
        position: absolute;
        left: 4px;
        width: 30px;
        height: 4px;
        background: #8a4aa7;
        transition: 0.2s ease;
    }

    .mobile-header__burger span:nth-child(1) { top: 8px; }
    .mobile-header__burger span:nth-child(2) { top: 17px; }
    .mobile-header__burger span:nth-child(3) { top: 26px; }

    .mobile-header-compact {
        display: block;
        position: fixed;
        top: -70px;
        left: 0;
        width: 100%;
        z-index: 300;
        background: #7f4b98;
        border-top: 3px solid #2c1535;
        transition: top 0.25s ease;
    }

    .header.is-mobile-scrolled .mobile-header-compact {
        top: 0;
    }

    .mobile-header-compact__inner {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 14px;
        padding: 0 12px;
    }

    .mobile-header-compact__circle {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #8a4aa7;
        text-decoration: none;
        border: 0;
        padding: 0;
    }

    .mobile-header-compact__circle img {
        width: 17px;
        height: 17px;
        object-fit: contain;
    }

    .mobile-header-compact__circle svg {
        width: 18px;
        height: 18px;
    }

    .mobile-header-compact__circle--green {
        background: #a8c63f;
        color: #fff;
    }

    .mobile-header-compact__burger {
        width: 38px;
        height: 38px;
        border: 0;
        background: transparent;
        position: relative;
        padding: 0;
    }

    .mobile-header-compact__burger span {
        position: absolute;
        left: 4px;
        width: 30px;
        height: 4px;
        background: #fff;
    }

    .mobile-header-compact__burger span:nth-child(1) { top: 8px; }
    .mobile-header-compact__burger span:nth-child(2) { top: 17px; }
    .mobile-header-compact__burger span:nth-child(3) { top: 26px; }

    .mobile-menu {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 400;
        background: rgba(0, 0, 0, 0.12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .mobile-menu.is-open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .mobile-menu__panel {
        position: absolute;
        top: 0;
        right: 0;
        width: min(100%, 402px);
        height: 100%;
        background: #f1f1f1;
        overflow-y: auto;
        box-shadow: -4px 0 18px rgba(0, 0, 0, 0.12);
    }

    .mobile-menu__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 30px 20px;
        background: #f1f1f1;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .mobile-menu__search,
    .mobile-menu__close {
        border: 0;
        background: transparent;
        padding: 0;
        color: #8a4aa7;
        cursor: pointer;
        font-family: "PT Sans", Arial, sans-serif;
        font-size: 34px;
        line-height: 1;
        text-decoration: none;
    }

    .mobile-menu__nav {
        padding: 0 30px;
    }

    .mobile-menu__group {
        border-bottom: 1px solid #ddd;
    }

    .mobile-menu__row {
        width: 100%;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .mobile-menu__item {
        flex: 1 1 auto;
        padding: 14px 0;
        border: 0;
        background: transparent;
        text-decoration: none;
        text-align: left;
        font: 400 19px/1.2 "PT Sans", Arial, sans-serif;
        color: #1f2c3f;
    }

    .mobile-menu__item.is-active {
        color: #8a4aa7;
        font-weight: 700;
    }

    .mobile-menu__toggle {
        width: 40px;
        height: 44px;
        flex: 0 0 40px;
        border: 0;
        background: transparent;
        color: #444;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mobile-menu__arrow {
        display: block;
        color: #444;
        font-size: 16px;
        line-height: 1;
        flex: 0 0 auto;
        transition: transform 0.2s ease;
    }

    .mobile-menu__group.is-open .mobile-menu__arrow {
        transform: rotate(180deg);
    }

    .mobile-menu__submenu {
        padding: 0 0 12px 14px;
    }

    .mobile-menu__submenu-link {
        display: block;
        padding: 8px 0;
        color: #313131;
        font: 400 16px/1.25 "PT Sans", Arial, sans-serif;
        text-decoration: none;
    }

    .mobile-menu__submenu-link--all {
        color: #8a4aa7;
        font-weight: 700;
    }

    .mobile-menu__contacts {
        padding: 22px 30px 30px;
    }

    .mobile-menu__phone {
        display: block;
        margin-bottom: 14px;
        color: #1f2c3f;
        font: 700 22px/1 "PT Sans", Arial, sans-serif;
        text-decoration: none;
    }

    .mobile-menu__action {
        width: 100%;
        min-height: 44px;
        margin-top: 10px;
        border: 2px solid #8a4aa7;
        border-radius: 4px;
        background: transparent;
        color: #8a4aa7;
        display: flex;
        align-items: center;
        justify-content: center;
        font: 700 15px/1.2 "PT Sans", Arial, sans-serif;
        text-decoration: none;
    }

    .mobile-menu__action--green {
        background: #a8c63f;
        border-color: #a8c63f;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .scroll-top {
        right: 18px;
        bottom: 22px;
        width: 42px;
        height: 42px;
    }

    .scroll-top span {
        width: 13px;
        height: 13px;
        border-top-width: 5px;
        border-left-width: 5px;
    }
}

/* End */


/* Start:/local/templates/tlink/assets/css/table-modal.css?17785106533795*/
#prices .table table {
  width: 100%;
  border-collapse: collapse;
}

#prices .table tr {
  position: relative;
}

#prices .table td {
  padding: 14px 20px;
  vertical-align: middle;
}

/* hover строки */
#prices .table tr.has-order {
  transition: background-color 0.2s ease;
}

#prices .table tr.has-order:hover {
  background: #f6f0f8;
}

/* кнопка заказа */
#prices .order-btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  background: #a6c63a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  white-space: nowrap;
}

#prices .table tr.has-order:hover .order-btn {
  opacity: 1;
  visibility: visible;
}

/* чтобы текст цены не заезжал под кнопку */
#prices .table tr.has-order td:last-child {
  padding-right: 190px;
}

/* если цена оформлена отдельным классом */
#prices .table td.price {
  font-weight: 700;
}

/* аккордеон работает только там, где есть heading */
#prices .item > .heading {
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-right: 50px;
}

#prices .item > .heading::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}

#prices .item.is-open > .heading::after {
  transform: translateY(-30%) rotate(-135deg);
}

/* если у item нет heading, стрелки просто не будет */
#prices .item.is-static > .table {
  display: block;
}

/* ====== Модалка ====== */
.order-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.order-modal.is-open {
  display: block;
}

.order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.order-modal__dialog {
  position: relative;
  width: 100%;
  max-width: 540px;
  margin: 60px auto;
  background: #eee7f0;
  border-radius: 24px;
  padding: 36px 32px 32px;
  z-index: 1;
}

.order-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.order-modal__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
}

.order-modal__info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  font-size: 20px;
}

.order-modal__service {
  color: #333;
}

.order-modal__price {
  font-weight: 700;
  white-space: nowrap;
}

.order-modal input,
.order-modal textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 16px;
  padding: 14px 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  font: inherit;
}

.order-modal textarea {
  min-height: 120px;
  resize: vertical;
}

.order-modal button[type="submit"] {
  display: inline-block;
  min-width: 220px;
  padding: 14px 24px;
  border: 0;
  border-radius: 999px;
  background: #a6c63a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.order-modal .form-message {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.3;
}

.order-modal .form-message.is-error {
  color: #b00020;
}

.order-modal .form-message.is-success {
  color: #4f7f14;
}

#prices .item > .heading .title {
  display: block;
  background-color: #f7f3f8;
  color: #000;
  padding: 18px 24px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

#prices .item.is-open > .heading .title {
  background-color: #7b488f;
  color: #fff;
}

/* End */
/* /local/templates/tlink/template_styles.css?177851065319154 */
/* /local/templates/tlink/assets/css/table-modal.css?17785106533795 */
