/* ==========================================================
   Моечный домъ — premium custom fixes
   MODX 3 / Automart override
   ========================================================== */

/* ---------- Base typography ---------- */

:root {
    --automart-font: "Manrope", "Onest", "Arial", sans-serif;
    --automart-font-two: "Manrope", "Onest", "Arial", sans-serif;

    --automart-base: #e30613;
    --automart-base-rgb: 227, 6, 19;

    --automart-black: #2c2c2c;
    --automart-black-rgb: 7, 19, 68;

    --moika-dark: #2c2c2c;
    --moika-red: #e30613;
    --moika-light: #f6f7f9;
    --moika-text: #596071;
    --moika-border: rgba(7, 19, 68, .10);
    --moika-shadow: 0 22px 70px rgba(7, 19, 68, .10);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--automart-font);
    color: var(--moika-text);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--automart-font-two);
    font-weight: 800;
    letter-spacing: -0.035em;
    text-transform: none !important;
}

p,
a,
span,
li,
button,
input,
textarea,
select,
label,
.nice-select,
.nice-select .current,
.nice-select .option {
    font-family: var(--automart-font);
}

/* Убираем шаблонный Title Case/Uppercase там, где он ломает русский текст */
.main-slider-two__title,
.main-slider-two__sub-title,
.main-slider-two__video-title,
.main-slider-two__review-box .text-box h2,
.section-title__title,
.section-title__tagline,
.thm-btn span,
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a,
.services-two__single-content-inner .btn-box a,
.pricing-one__single-top h4,
.pricing-one__btn a,
.slogan-one__content-title h2,
.testimonial-two .author-box h3,
.repair-cost__form-title,
.cta-three__title h2,
.site-footer-two__title,
.scroll-to-top__text,
.about-two__img-content-text-1,
.about-two__img-content-text-2 {
    text-transform: none !important;
}

/* Короткие служебные надписи можно оставить капсом, но аккуратнее */
.section-title__tagline {
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase !important;
}

/* Quick order form */

.si-honey {

    position: absolute !important;

    left: -9999px !important;

    opacity: 0 !important;

    pointer-events: none !important;

}

.moika-send-form .car-wash-category__input-box {

    position: relative;

}

.si-field-error {

    min-height: 18px;

    margin: 6px 0 0 !important;

    color: #e30613 !important;

    font-size: 12px !important;

    line-height: 1.25 !important;

    font-weight: 700 !important;

}

.moika-form-policy {

    margin-top: 14px;

    color: rgba(7, 19, 68, .55);

    font-size: 13px;

    line-height: 1.45;

}

.moika-form-result {

    margin-top: 14px;

    font-size: 14px;

    line-height: 1.45;

    font-weight: 700;

}

.moika-form-result:not(:empty) {

    padding: 14px 16px;

    border-radius: 14px;

    background: rgba(227, 6, 19, .08);

    color: #2c2c2c;

}

.moika-quick-info {

    padding: 28px 30px;

    border-radius: 18px;

    background: #fff;

}

.moika-quick-info h3 {

    margin: 0 0 10px;

    color: #2c2c2c;

    font-size: 26px;

    line-height: 1.15;

    font-weight: 900;

    letter-spacing: -0.035em;

    text-transform: none !important;

}

.moika-quick-info p {

    max-width: 780px;

    margin-bottom: 20px;

    color: #596071;

    font-size: 16px;

    line-height: 1.6;

}

@media (max-width: 767px) {

    .moika-form-policy {

        margin-top: 8px;

        font-size: 12px;

    }

    .moika-quick-info {

        padding: 22px 20px;

    }

    .moika-quick-info h3 {

        font-size: 22px;

    }

}


/* ==========================================================
   Premium price section
   ========================================================== */

.moika-price-section {
    position: relative;
    padding: 110px 0 115px;
    background:
        radial-gradient(circle at 10% 10%, rgba(227, 6, 19, .06), transparent 26%),
        linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%);
    overflow: hidden;
    z-index: 1;
}

.moika-price-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(135deg, rgba(7, 19, 68, .035) 25%, transparent 25%),
        linear-gradient(225deg, rgba(7, 19, 68, .035) 25%, transparent 25%);
    background-size: 38px 38px;
    opacity: .45;
    z-index: -1;
}

.moika-price-lead {
    max-width: 860px;
    margin: -24px auto 28px;
    text-align: center;
    color: #596071;
    font-size: 17px;
    line-height: 1.65;
}

.moika-price-class-hint {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.moika-price-class-hint__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    background: rgba(227, 6, 19, .08);
    color: #e30613;
    font-size: 14px;
    font-weight: 800;
    padding: 12px 20px;
    cursor: pointer;
}

.moika-price-class-hint__body {
    display: none;
    max-width: 650px;
    margin: 14px auto 0;
    padding: 16px 20px;
    border: 1px solid rgba(7, 19, 68, .08);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(7, 19, 68, .08);
    text-align: left;
}

.moika-price-class-hint__body.is-open {
    display: block;
}

.moika-price-class-hint__body p {
    margin: 0;
    color: #596071;
    font-size: 15px;
    line-height: 1.6;
}

.moika-price-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 28px;
}

.moika-price-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 76px;
    padding: 18px 20px;
    border: 1px solid rgba(7, 19, 68, .10);
    border-radius: 20px;
    background: #fff;
    color: #2c2c2c;
    cursor: pointer;
    text-align: left;
    box-shadow: 0 14px 38px rgba(7, 19, 68, .07);
    transition: .25s ease;
}

.moika-price-tab:hover {
    transform: translateY(-2px);
    border-color: rgba(227, 6, 19, .35);
}

.moika-price-tab.is-active {
    background: #2c2c2c;
    color: #fff;
    border-color: #2c2c2c;
    box-shadow: 0 22px 55px rgba(7, 19, 68, .18);
}

.moika-price-tab__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.moika-price-tab__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(227, 6, 19, .10);
    color: #e30613;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
}

.moika-price-tab.is-active .moika-price-tab__count {
    background: #e30613;
    color: #fff;
}

.moika-price-panels {
    position: relative;
}

.moika-price-panel {
    display: none;
}

.moika-price-panel.is-active {
    display: block;
}

.moika-price-panel__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 18px;
    padding: 28px 30px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7, 19, 68, .08);
}

.moika-price-panel__head h3 {
    margin: 0 0 8px;
    color: #2c2c2c;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.moika-price-panel__head p {
    max-width: 760px;
    margin: 0;
    color: #596071;
    font-size: 15px;
    line-height: 1.55;
}

.moika-price-panel__call {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 14px 22px;
    border-radius: 999px;
    background: #e30613;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    box-shadow: 0 14px 30px rgba(227, 6, 19, .22);
}

.moika-price-panel__call:hover {
    background: #2c2c2c;
    color: #fff;
}

.moika-price-table-wrap {
    overflow-x: auto;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 19, 68, .10);
}

.moika-price-table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
}

.moika-price-table th,
.moika-price-table td {
    padding: 18px 16px;
    border-bottom: 1px solid rgba(7, 19, 68, .08);
    vertical-align: top;
}

.moika-price-table th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #2c2c2c;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    white-space: nowrap;
}

.moika-price-table th.service-col {
    text-align: left;
}

.moika-price-table td {
    color: #2c2c2c;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    text-align: center;
}

.moika-price-table td.service-col {
    width: 36%;
    text-align: left;
    font-weight: 400;
}

.moika-price-table tbody tr {
    transition: .2s ease;
}

.moika-price-table tbody tr:hover {
    background: rgba(227, 6, 19, .035);
}

.moika-price-service__title {
    color: #2c2c2c;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    letter-spacing: -0.015em;
}

.moika-price-detail {
    margin-top: 8px;
}

.moika-price-detail summary {
    display: inline-flex;
    align-items: center;
    color: #e30613;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.moika-price-detail summary::-webkit-details-marker {
    display: none;
}

.moika-price-detail summary::after {
    content: "+";
    margin-left: 7px;
    font-weight: 900;
}

.moika-price-detail[open] summary::after {
    content: "−";
}

.moika-price-detail div {
    margin-top: 8px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f6f7f9;
    color: #596071;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
}

.price-empty {
    color: rgba(7, 19, 68, .28);
}

.moika-price-note {
    margin-top: 22px;
    padding: 18px 22px;
    border-left: 4px solid #e30613;
    border-radius: 16px;
    background: #fff;
    color: #596071;
    font-size: 14px;
    line-height: 1.6;
    box-shadow: 0 14px 38px rgba(7, 19, 68, .07);
}

@media (max-width: 991px) {
    .moika-price-section {
        padding: 80px 0;
    }

    .moika-price-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .moika-price-panel__head {
        display: block;
    }

    .moika-price-panel__call {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .moika-price-section {
        padding: 70px 0;
    }

    .moika-price-lead {
        margin-top: -16px;
        font-size: 15px;
        text-align: left;
    }

    .moika-price-class-hint {
        text-align: left;
    }

    .moika-price-tabs {
        display: flex;
        overflow-x: auto;
        gap: 10px;
        padding-bottom: 8px;
        margin-left: -18px;
        margin-right: -18px;
        padding-left: 18px;
        padding-right: 18px;
        scroll-snap-type: x mandatory;
    }

    .moika-price-tab {
        min-width: 220px;
        min-height: 64px;
        padding: 15px 16px;
        border-radius: 18px;
        scroll-snap-align: start;
    }

    .moika-price-tab__title {
        font-size: 15px;
    }

    .moika-price-panel__head {
        padding: 22px 20px;
        border-radius: 20px;
    }

    .moika-price-panel__head h3 {
        font-size: 26px;
    }

    .moika-price-table-wrap {
        overflow: visible;
        background: transparent;
        box-shadow: none;
    }

    .moika-price-table,
    .moika-price-table thead,
    .moika-price-table tbody,
    .moika-price-table th,
    .moika-price-table td,
    .moika-price-table tr {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .moika-price-table thead {
        display: none;
    }

    .moika-price-table tbody tr {
        margin-bottom: 16px;
        padding: 18px;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 18px 48px rgba(7, 19, 68, .09);
    }

    .moika-price-table td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 10px 0;
        border-bottom: 1px solid rgba(7, 19, 68, .07);
        text-align: right;
        font-size: 15px;
    }

    .moika-price-table td:last-child {
        border-bottom: 0;
    }

    .moika-price-table td::before {
        content: attr(data-label);
        color: #596071;
        font-size: 13px;
        line-height: 1.2;
        font-weight: 800;
        text-align: left;
    }

    .moika-price-table td.service-col {
        display: block;
        width: 100%;
        padding-bottom: 13px;
        margin-bottom: 5px;
        text-align: left;
    }

    .moika-price-table td.service-col::before {
        display: none;
    }

    .moika-price-service__title {
        font-size: 17px;
    }

    .moika-price-note {
        font-size: 13px;
        padding: 16px 18px;
    }
}
/* ==========================================================

   Моечный домъ — UX/UI прайс

   ========================================================== */

.moika-price-section {

    position: relative;

    padding: 110px 0 115px !important;

    background:

        radial-gradient(circle at 12% 8%, rgba(227, 6, 19, .08), transparent 28%),

        linear-gradient(180deg, #ffffff 0%, #f6f7f9 100%) !important;

    overflow: hidden;

    z-index: 1;

}

.moika-price-section::before {

    content: "";

    position: absolute;

    inset: 0;

    background-image:

        linear-gradient(135deg, rgba(7, 19, 68, .035) 25%, transparent 25%),

        linear-gradient(225deg, rgba(7, 19, 68, .035) 25%, transparent 25%);

    background-size: 38px 38px;

    opacity: .45;

    z-index: -1;

}

.moika-price-section .section-title {

    margin-bottom: 34px !important;

}

.moika-price-section .section-title__title {

    max-width: 980px;

    margin-left: auto;

    margin-right: auto;

    font-size: clamp(36px, 4vw, 62px) !important;

    line-height: 1.05 !important;

    font-weight: 900 !important;

    color: #2c2c2c !important;

    letter-spacing: -0.055em !important;

    text-transform: none !important;

}

.moika-price-lead {

    max-width: 880px;

    margin: -10px auto 24px !important;

    text-align: center;

    color: #596071 !important;

    font-size: 17px !important;

    line-height: 1.65 !important;

}

/* Подсказка классов */

.moika-price-class-hint {

    max-width: 880px;

    margin: 0 auto 34px !important;

    text-align: center;

}

.moika-price-class-hint__btn {

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border: 0 !important;

    outline: none !important;

    border-radius: 999px !important;

    background: rgba(227, 6, 19, .09) !important;

    color: #e30613 !important;

    font-size: 14px !important;

    line-height: 1 !important;

    font-weight: 900 !important;

    padding: 14px 22px !important;

    cursor: pointer !important;

    box-shadow: none !important;

    transition: .25s ease;

}

.moika-price-class-hint__btn::after {

    content: "↓";

    font-size: 13px;

    transition: .25s ease;

}

.moika-price-class-hint__btn.is-open::after {

    transform: rotate(180deg);

}

.moika-price-class-hint__btn:hover {

    background: #e30613 !important;

    color: #fff !important;

}

.moika-price-class-hint__body {

    display: none;

    max-width: 720px;

    margin: 16px auto 0;

    padding: 18px 22px;

    border: 1px solid rgba(7, 19, 68, .08);

    border-radius: 18px;

    background: #fff;

    box-shadow: 0 18px 48px rgba(7, 19, 68, .08);

    text-align: left;

}

.moika-price-class-hint__body.is-open {

    display: block !important;

}

.moika-price-class-hint__body p {

    margin: 0 !important;

    color: #596071 !important;

    font-size: 15px !important;

    line-height: 1.65 !important;

}

/* Вкладки */

.moika-price-tabs {

    display: grid !important;

    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 14px;

    margin: 0 0 28px !important;

}

.moika-price-tab {

    appearance: none !important;

    -webkit-appearance: none !important;

    position: relative;

    display: flex !important;

    align-items: center;

    justify-content: space-between;

    gap: 14px;

    min-height: 78px;

    padding: 18px 20px !important;

    border: 1px solid rgba(7, 19, 68, .10) !important;

    border-radius: 20px !important;

    background: #fff !important;

    color: #2c2c2c !important;

    cursor: pointer !important;

    text-align: left !important;

    box-shadow: 0 14px 38px rgba(7, 19, 68, .07) !important;

    transition: .25s ease;

}

.moika-price-tab:hover {

    transform: translateY(-2px);

    border-color: rgba(227, 6, 19, .35) !important;

    box-shadow: 0 18px 48px rgba(7, 19, 68, .11) !important;

}

.moika-price-tab.is-active {

    background: #2c2c2c !important;

    color: #fff !important;

    border-color: #2c2c2c !important;

    box-shadow: 0 24px 60px rgba(7, 19, 68, .20) !important;

}

.moika-price-tab__title {

    display: block;

    font-size: 16px !important;

    line-height: 1.2 !important;

    font-weight: 900 !important;

    letter-spacing: -0.02em;

    color: inherit !important;

}

.moika-price-tab__count {

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    min-width: 36px;

    height: 36px;

    padding: 0 10px;

    border-radius: 999px;

    background: rgba(227, 6, 19, .10);

    color: #e30613;

    font-size: 13px;

    line-height: 1;

    font-weight: 900;

}

.moika-price-tab.is-active .moika-price-tab__count {

    background: #e30613;

    color: #fff;

}

/* Панели */

.moika-price-panels {

    position: relative;

}

.moika-price-panel {

    display: none !important;

}

.moika-price-panel.is-active {

    display: block !important;

}

.moika-price-panel__head {

    display: flex !important;

    align-items: flex-end;

    justify-content: space-between;

    gap: 24px;

    margin-bottom: 18px;

    padding: 28px 30px !important;

    border-radius: 24px;

    background: #fff;

    box-shadow: 0 18px 50px rgba(7, 19, 68, .08);

}

.moika-price-panel__head h3 {

    margin: 0 0 8px !important;

    color: #2c2c2c !important;

    font-size: 32px !important;

    line-height: 1.1 !important;

    font-weight: 900 !important;

    letter-spacing: -0.04em;

    text-transform: none !important;

}

.moika-price-panel__head p {

    max-width: 760px;

    margin: 0 !important;

    color: #596071 !important;

    font-size: 15px !important;

    line-height: 1.55 !important;

}

.moika-price-panel__call {

    flex: 0 0 auto;

    display: inline-flex !important;

    align-items: center;

    justify-content: center;

    min-height: 48px;

    padding: 15px 24px !important;

    border-radius: 999px;

    background: #e30613 !important;

    color: #fff !important;

    font-size: 14px !important;

    line-height: 1 !important;

    font-weight: 900 !important;

    box-shadow: 0 14px 30px rgba(227, 6, 19, .24);

    text-decoration: none !important;

    white-space: nowrap;

}

.moika-price-panel__call:hover {

    background: #2c2c2c !important;

    color: #fff !important;

}

/* Таблица */

.moika-price-table-wrap {

    overflow-x: auto;

    border-radius: 24px;

    background: #fff;

    box-shadow: 0 24px 70px rgba(7, 19, 68, .10);

}

.moika-price-table {

    width: 100% !important;

    min-width: 1080px;

    border-collapse: separate !important;

    border-spacing: 0 !important;

    background: #fff;

    margin: 0 !important;

}

.moika-price-table th,

.moika-price-table td {

    padding: 18px 16px !important;

    border: 0 !important;

    border-bottom: 1px solid rgba(7, 19, 68, .08) !important;

    vertical-align: top !important;

}

.moika-price-table th {

    position: sticky;

    top: 0;

    z-index: 3;

    background: #2c2c2c !important;

    color: #fff !important;

    font-size: 13px !important;

    line-height: 1.2 !important;

    font-weight: 900 !important;

    text-align: center !important;

    white-space: nowrap;

}

.moika-price-table th.service-col {

    text-align: left !important;

    border-top-left-radius: 24px;

}

.moika-price-table th:last-child {

    border-top-right-radius: 24px;

}

.moika-price-table td {

    color: #2c2c2c !important;

    font-size: 15px !important;

    line-height: 1.35 !important;

    font-weight: 800 !important;

    text-align: center !important;

    background: #fff;

}

.moika-price-table td.service-col {

    width: 38%;

    text-align: left !important;

    font-weight: 400 !important;

}

.moika-price-table tbody tr {

    transition: .2s ease;

}

.moika-price-table tbody tr:hover td {

    background: rgba(227, 6, 19, .035);

}

.moika-price-service__title {

    color: #2c2c2c !important;

    font-size: 16px !important;

    line-height: 1.35 !important;

    font-weight: 900 !important;

    letter-spacing: -0.015em;

}

.moika-price-detail {

    margin-top: 8px;

}

.moika-price-detail summary {

    display: inline-flex !important;

    align-items: center;

    color: #e30613 !important;

    font-size: 13px !important;

    line-height: 1.2 !important;

    font-weight: 900 !important;

    cursor: pointer !important;

    list-style: none !important;

}

.moika-price-detail summary::-webkit-details-marker {

    display: none;

}

.moika-price-detail summary::after {

    content: "+";

    margin-left: 7px;

    font-weight: 900;

}

.moika-price-detail[open] summary::after {

    content: "−";

}

.moika-price-detail div {

    margin-top: 8px;

    padding: 12px 14px;

    border-radius: 12px;

    background: #f6f7f9;

    color: #596071 !important;

    font-size: 13px !important;

    line-height: 1.5 !important;

    font-weight: 500 !important;

}

.price-empty {

    color: rgba(7, 19, 68, .28) !important;

}

.moika-price-note {

    margin-top: 22px;

    padding: 18px 22px;

    border-left: 4px solid #e30613;

    border-radius: 16px;

    background: #fff;

    color: #596071 !important;

    font-size: 14px !important;

    line-height: 1.6 !important;

    box-shadow: 0 14px 38px rgba(7, 19, 68, .07);

}

/* Планшет */

@media (max-width: 991px) {

    .moika-price-section {

        padding: 80px 0 !important;

    }

    .moika-price-tabs {

        grid-template-columns: repeat(2, minmax(0, 1fr));

    }

    .moika-price-panel__head {

        display: block !important;

    }

    .moika-price-panel__call {

        margin-top: 18px;

    }

}

/* Мобильная версия: таблица превращается в карточки */

@media (max-width: 767px) {

    .moika-price-section {

        padding: 70px 0 !important;

    }

    .moika-price-section .section-title__title {

        font-size: 31px !important;

        line-height: 1.12 !important;

        text-align: left !important;

    }

    .moika-price-lead {

        margin-top: -12px !important;

        font-size: 15px !important;

        text-align: left;

    }

    .moika-price-class-hint {

        text-align: left;

    }

    .moika-price-tabs {

        display: flex !important;

        overflow-x: auto;

        gap: 10px;

        padding-bottom: 10px;

        margin-left: -18px !important;

        margin-right: -18px !important;

        padding-left: 18px;

        padding-right: 18px;

        scroll-snap-type: x mandatory;

    }

    .moika-price-tab {

        min-width: 220px;

        min-height: 64px;

        padding: 15px 16px !important;

        border-radius: 18px !important;

        scroll-snap-align: start;

    }

    .moika-price-tab__title {

        font-size: 15px !important;

    }

    .moika-price-panel__head {

        padding: 22px 20px !important;

        border-radius: 20px;

    }

    .moika-price-panel__head h3 {

        font-size: 26px !important;

    }

    .moika-price-table-wrap {

        overflow: visible;

        background: transparent;

        box-shadow: none;

        border-radius: 0;

    }

    .moika-price-table,

    .moika-price-table thead,

    .moika-price-table tbody,

    .moika-price-table th,

    .moika-price-table td,

    .moika-price-table tr {

        display: block !important;

        width: 100% !important;

        min-width: 0 !important;

    }

    .moika-price-table thead {

        display: none !important;

    }

    .moika-price-table tbody tr {

        margin-bottom: 16px;

        padding: 18px;

        border-radius: 20px;

        background: #fff;

        box-shadow: 0 18px 48px rgba(7, 19, 68, .09);

    }

    .moika-price-table td {

        display: flex !important;

        align-items: center;

        justify-content: space-between;

        gap: 16px;

        padding: 10px 0 !important;

        border-bottom: 1px solid rgba(7, 19, 68, .07) !important;

        text-align: right !important;

        font-size: 15px !important;

        background: transparent !important;

    }

    .moika-price-table td:last-child {

        border-bottom: 0 !important;

    }

    .moika-price-table td::before {

        content: attr(data-label);

        color: #596071;

        font-size: 13px;

        line-height: 1.2;

        font-weight: 800;

        text-align: left;

    }

    .moika-price-table td.service-col {

        display: block !important;

        width: 100% !important;

        padding-bottom: 13px !important;

        margin-bottom: 5px;

        text-align: left !important;

    }

    .moika-price-table td.service-col::before {

        display: none;

    }

    .moika-price-service__title {

        font-size: 17px !important;

    }

    .moika-price-note {

        font-size: 13px !important;

        padding: 16px 18px;

    }

}

/* FAQ */

.moika-faq {

    position: relative;

    padding: 100px 0;

    background: #ffffff;

}

.moika-faq__wrap {

    max-width: 920px;

    margin: 0 auto;

}

.moika-faq__item {

    margin-bottom: 14px;

    border: 1px solid rgba(7, 19, 68, .08);

    border-radius: 18px;

    overflow: hidden;

    background: #ffffff;

    box-shadow: 0 14px 38px rgba(7, 19, 68, .06);

}

.moika-faq__heading {

    margin: 0;

}

.moika-faq__button {

    width: 100%;

    min-height: 70px;

    padding: 22px 62px 22px 24px;

    border: 0;

    background: #ffffff;

    color: #e30613;

    font-size: 18px;

    line-height: 1.35;

    font-weight: 900;

    letter-spacing: -0.02em;

    text-align: left;

    box-shadow: none;

    text-transform: none !important;

}

.moika-faq__button:not(.collapsed) {

    background: #2c2c2c;

    color: #ffffff;

    box-shadow: none;

}

.moika-faq__button:focus {

    box-shadow: none;

    border: 0;

}

.moika-faq__button::after {

    position: absolute;

    right: 24px;

    width: 34px;

    height: 34px;

    border-radius: 50%;

    background-color: rgba(227, 6, 19, .10);

    background-size: 14px;

    background-position: center;

}

.moika-faq__button:not(.collapsed)::after {

    background-color: #fff;

    /*filter: brightness(0) invert(1);*/

}

.moika-faq__body {

    padding: 22px 24px 24px;

    color: #596071;

    font-size: 16px;

    line-height: 1.7;

    background: #ffffff;

}

@media (max-width: 767px) {

    .moika-faq {

        padding: 70px 0;

    }

    .moika-faq__button {

        min-height: 62px;

        padding: 18px 54px 18px 18px;

        font-size: 16px;

    }

    .moika-faq__button::after {

        right: 16px;

        width: 30px;

        height: 30px;

    }

    .moika-faq__body {

        padding: 18px;

        font-size: 15px;

    }

}

/* Services from MIGX */

.moika-service-card .services-two__single-img img {

    width: 100%;

    height: 100%;

    min-height: 260px;

    object-fit: cover;

}

.moika-service-card .services-two__single-content-inner h3,

.moika-service-card .services-two__single-content-inner h3 a {

    text-transform: none !important;

}

.moika-service-card .services-two__single-content-inner p {

    min-height: 78px;

}

@media (max-width: 767px) {

    .moika-service-card .services-two__single-img img {

        min-height: 220px;

    }

    .moika-service-card .services-two__single-content-inner p {

        min-height: auto;

    }

}
/* Before / After from MIGX */

.before-and-after__img-box {

    max-width: 1180px;

    margin-left: auto;

    margin-right: auto;

}

.before-after-twentytwenty img {

    width: 100%;

    height: auto;

    object-fit: cover;

}

.before-and-after__tag span {

    text-transform: none !important;

    font-weight: 900;

}

@media (max-width: 767px) {

    .before-and-after__tag,

    .before-and-after__tag-2 {

        transform: scale(.85);

    }

}
/* Advantages from MIGX */

.moika-advantage-card {

    height: 100%;

}

.moika-advantage-card .feature-one__inner {

    height: 100%;

    min-height: 270px;

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

}

.moika-advantage-card .feature-one__icon {

    margin-bottom: 22px;

}

.moika-advantage-card .feature-one__title,

.moika-advantage-card .feature-one__title a {

    text-transform: none !important;

}

.moika-advantage-card .feature-one__text {

    margin-top: 14px;

}

@media (max-width: 991px) {

    .moika-advantage-card {

        margin-bottom: 24px;

    }

}

@media (max-width: 767px) {

    .moika-advantage-card .feature-one__inner {

        min-height: auto;

    }

}
/* Sticky header logo fix */

.stricky-header .main-header-two__logo img,

.stricky-header.stricky-fixed .main-header-two__logo img,

.stricky-header.stricked-menu .main-header-two__logo img {

    max-width: 155px !important;

    width: auto !important;

    height: auto !important;

}

.stricky-header .main-header-two__logo,

.stricky-header.stricky-fixed .main-header-two__logo,

.stricky-header.stricked-menu .main-header-two__logo {

    max-width: 190px !important;

    min-width: 190px !important;

    padding-left: 18px !important;

    padding-right: 18px !important;

}

/* если логотип копируется в sticky-header__content */

.stricky-header__content .main-header-two__logo img {

    max-width: 155px !important;

    width: auto !important;

    height: auto !important;

}

.stricky-header__content .main-header-two__logo {

    max-width: 190px !important;

    min-width: 190px !important;

    padding-left: 18px !important;

    padding-right: 18px !important;

}

@media (max-width: 1199px) {

    .main-header-two__logo img,

    .stricky-header .main-header-two__logo img,

    .stricky-header__content .main-header-two__logo img {

        max-width: 150px !important;

    }

    .main-header-two__logo,

    .stricky-header .main-header-two__logo,

    .stricky-header__content .main-header-two__logo {

        max-width: 190px !important;

        min-width: auto !important;

    }

}
/* SendIt form result states */

.moika-form-result.is-success,
.moika-form-result.is-error {
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 800;
}

.moika-form-result.is-success {
    background: rgba(34, 197, 94, .12);
    color: #166534;
}

.moika-form-result.is-error {
    background: rgba(227, 6, 19, .10);
    color: #e30613;
}

.chat-popup .moika-form-result.is-success {
    background: rgba(34, 197, 94, .18);
    color: #ffffff;
}

.chat-popup .moika-form-result.is-error {
    background: rgba(227, 6, 19, .22);
    color: #ffffff;
}
/* Toast notifications */

.moika-toast-container {

    position: fixed;

    top: 24px;

    right: 24px;

    z-index: 99999;

    width: min(390px, calc(100vw - 32px));

    pointer-events: none;

}

.moika-toast {

    display: flex;

    align-items: flex-start;

    gap: 14px;

    position: relative;

    margin-bottom: 12px;

    padding: 18px 46px 18px 18px;

    border-radius: 18px;

    background: #ffffff;

    color: #071344;

    box-shadow: 0 24px 70px rgba(7, 19, 68, .20);

    opacity: 0;

    transform: translateY(-14px) translateX(20px);

    transition: .25s ease;

    pointer-events: auto;

    overflow: hidden;

}

.moika-toast::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    bottom: 0;

    width: 5px;

    background: #22c55e;

}

.moika-toast--error::before {

    background: #e30613;

}

.moika-toast.is-show {

    opacity: 1;

    transform: translateY(0) translateX(0);

}

.moika-toast.is-hide {

    opacity: 0;

    transform: translateY(-10px) translateX(20px);

}

.moika-toast__icon {

    flex: 0 0 auto;

    width: 34px;

    height: 34px;

    border-radius: 50%;

    background: rgba(34, 197, 94, .12);

    color: #16a34a;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    line-height: 1;

    font-weight: 900;

}

.moika-toast--error .moika-toast__icon {

    background: rgba(227, 6, 19, .12);

    color: #e30613;

}

.moika-toast__title {

    margin-bottom: 3px;

    color: #071344;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 900;

}

.moika-toast__text {

    color: #596071;

    font-size: 14px;

    line-height: 1.45;

    font-weight: 600;

}

.moika-toast__close {

    position: absolute;

    top: 10px;

    right: 12px;

    border: 0;

    background: transparent;

    color: rgba(7, 19, 68, .45);

    font-size: 24px;

    line-height: 1;

    cursor: pointer;

}

.moika-toast__close:hover {

    color: #071344;

}

@media (max-width: 767px) {

    .moika-toast-container {

        top: 14px;

        right: 16px;

        left: 16px;

        width: auto;

    }

    .moika-toast {

        border-radius: 16px;

    }

}
/* Form consent checkbox */

.moika-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    color: rgba(7, 19, 68, .62);
    font-size: 13px;
    line-height: 1.45;
    cursor: pointer;
}

.moika-form-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 1px;
    accent-color: #e30613;
    cursor: pointer;
}

.moika-form-consent span {
    display: block;
}

.moika-form-consent a {
    color: #e30613;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.moika-form-consent a:hover {
    color: #071344;
}

.chat-popup .moika-form-consent {
    color: rgba(255,255,255,.72);
}

.chat-popup .moika-form-consent a {
    color: #ffffff;
}

.chat-popup .moika-form-consent a:hover {
    color: #e30613;
}
