:root {
    --holst-bg: #3b3f41;
    --holst-surface: #ffffff;
    --holst-border: #e3e4e4;
    --holst-text: #363636;
    --holst-muted: #8d8d8d;
    --holst-accent: #c2374c;
    --holst-accent-dark: #9f2639;
    --holst-menu: #fbfbfb;
    --holst-footer: #2b2e30;
    --holst-menu-border: #a3a6a8;
    --holst-shadow: 2px 2px 7px rgba(0, 0, 0, 0.35);
}

html,
body {
    overflow-x: hidden;
}

body {
    background: var(--holst-bg) !important;
    color: var(--holst-text);
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
}

a {
    color: #eb2640;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #eb2640;
    text-decoration: none;
}

.site-header,
.ast-primary-header-bar {
    background: var(--holst-surface);
}

.site-header {
    box-shadow: none;
}

.ast-container {
    max-width: 1170px;
}

.ast-primary-header-bar {
    min-height: 0;
}

.site-primary-header-wrap {
    padding: 24px 0 18px;
}

.ast-builder-grid-row {
    display: block;
}

.site-header-primary-section-left {
    display: block;
    text-align: center;
    width: 100% !important;
}

.site-header-primary-section-right {
    display: block;
    text-align: center;
}

.site-header .site-header-primary-section-left {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.site-header .site-branding {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 1170px;
    min-height: 230px;
    padding: 0 0 0 270px !important;
    position: relative;
    text-align: center;
    width: 100%;
}

.site-header .site-branding::before {
    background: url("../img/pravda-logo.png") center / contain no-repeat;
    content: "";
    height: 205px;
    left: 0;
    position: absolute;
    top: -16px;
    width: 230px;
}

.site-header .site-title {
    display: block;
    max-width: 520px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #000000;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
    text-decoration: none;
}

.site-title a::after {
    color: #eb722e;
    content: "8 800 222 02 86\A +7(937)351-40-08";
    display: block;
    font-size: 18px;
    line-height: 1.15;
    margin-top: 5px;
    white-space: pre;
}

.ast-main-header-bar-alignment {
    display: block;
}

.site-header-primary-section-right {
    background: var(--holst-menu);
    border-bottom: 4px solid var(--holst-menu-border);
    border-top: 4px solid var(--holst-menu-border);
    height: 56px !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-height: 56px !important;
    min-height: 56px !important;
    width: 100vw !important;
}

.main-header-bar-navigation {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
}

.main-header-menu,
.ast-builder-menu-1 {
    background: var(--holst-menu);
}

.ast-builder-menu-1,
.main-header-bar-navigation,
.main-navigation,
.main-header-menu {
    align-items: center !important;
    display: flex !important;
    height: 48px !important;
    min-height: 48px !important;
}

.ast-builder-menu-1 {
    justify-content: center;
    width: 100%;
}

.main-header-menu {
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1170px;
    overflow: visible;
    width: 100%;
}

.main-header-menu > .menu-item {
    height: 48px;
}

.main-header-menu > .menu-item > .menu-link,
.ast-builder-menu-1 .menu-item > .menu-link {
    align-items: center;
    color: #080808;
    display: flex;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 48px;
    line-height: 18px;
    min-height: 48px;
    padding: 15px 14px;
    text-transform: uppercase;
}

.main-header-menu > .menu-item:hover > .menu-link,
.main-header-menu > .current-menu-item > .menu-link,
.ast-builder-menu-1 .current-menu-item > .menu-link {
    color: #eb2640 !important;
}

.main-header-menu .sub-menu {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #dbdbdb;
    box-shadow: var(--holst-shadow);
}

.main-header-menu .sub-menu .menu-link {
    color: #363636;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    padding: 10px;
    text-transform: none;
}

.holst-header-strip {
    background:
        linear-gradient(45deg, rgba(0, 0, 0, 0.025) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.025) 75%),
        linear-gradient(45deg, rgba(0, 0, 0, 0.025) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.025) 75%),
        #f8f8f8;
    background-position: 0 0, 3px 3px;
    background-size: 6px 6px;
    border-bottom: 1px solid #d5d5d5;
    color: #6b4f3e;
    font-size: 13px;
}

.holst-header-strip-inner {
    align-items: center;
    background: #e8a979;
    border: 1px solid #c97b54;
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 6px auto;
    min-height: 24px;
    padding: 0 12px;
}

.holst-header-proof {
    color: #6b4f3e;
}

.holst-header-phone {
    color: #eb722e;
    font-weight: 700;
    margin-left: auto;
    text-decoration: none;
    white-space: nowrap;
}

.holst-header-phone:hover {
    color: #eb722e;
}

.holst-header-cta {
    background: transparent;
    border-radius: 3px;
    color: #c2374c;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
}

.holst-header-cta:hover {
    background: transparent;
    color: #c2374c;
}

.holst-header-cta-secondary {
    display: none;
}

#content,
.site-content {
    background:
        radial-gradient(circle at 1px 1px, rgba(0, 0, 0, 0.05) 1px, transparent 0),
        #f5f5f5;
    background-size: 4px 4px;
}

.site-content {
    padding-bottom: 35px;
    padding-top: 28px;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post,
.widget {
    background: var(--holst-surface);
    border: 0;
    box-shadow: var(--holst-shadow);
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
    padding: 0;
}

.ast-separate-container .entry-header,
.ast-separate-container .entry-content,
.ast-separate-container .entry-summary {
    padding-left: 20px;
    padding-right: 20px;
}

.entry-title,
.page-title {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.entry-title a {
    color: #363636;
    text-decoration: none;
}

.entry-title a:hover {
    color: var(--holst-accent);
}

.entry-meta {
    background: #000000;
    color: #ffffff;
    font-size: 11px;
    padding: 10px 20px;
}

.entry-content h2 {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
    margin: 28px 0 14px;
}

.entry-content h3 {
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.35;
    margin: 22px 0 10px;
}

.post-thumb img,
.wp-post-image,
.entry-content img {
    height: auto;
    max-width: 100%;
}

.blog .ast-article-post,
.archive .ast-article-post {
    overflow: hidden;
}

.blog .ast-article-post .post-thumb img,
.archive .ast-article-post .post-thumb img,
.blog .ast-article-post .wp-post-image,
.archive .ast-article-post .wp-post-image {
    display: block;
    transition: opacity 0.2s linear;
    width: 100%;
}

.blog .ast-article-post .post-thumb img:hover,
.archive .ast-article-post .post-thumb img:hover,
.blog .ast-article-post .wp-post-image:hover,
.archive .ast-article-post .wp-post-image:hover {
    opacity: 0.7;
}

.button,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.holst-button,
.wpcf7-submit,
.entry-content .pbSubmit {
    background: var(--holst-accent);
    border: 1px solid #000000;
    border-radius: 7px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    padding: 11px 18px;
    text-decoration: none;
}

.button:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.holst-button:hover,
.wpcf7-submit:hover,
.entry-content .pbSubmit:hover {
    background: var(--holst-accent-dark);
    color: #ffffff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border: 1px solid #cccccc;
    border-radius: 2px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 9px 10px;
}

.widget-title {
    border-bottom: 1px solid var(--holst-border);
    color: #363636;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#secondary .widget,
.ast-separate-container #secondary .widget {
    margin-bottom: 20px;
    padding: 20px;
}

#secondary .widget a {
    font-weight: 700;
}

.site-footer,
.ast-footer-copyright {
    background: var(--holst-footer);
    border-top: 4px solid var(--holst-menu-border);
    color: #ffffff;
    font-size: 11px;
}

.ast-footer-copyright,
.site-footer .ast-builder-footer-grid-columns {
    display: none;
}

.site-footer a {
    color: #ffffff;
}

.holst-footer-trust {
    background: var(--holst-footer);
    border-top: 4px solid var(--holst-menu-border);
    color: #ffffff;
    padding: 22px 0 12px;
}

.holst-footer-trust-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.holst-footer-trust span {
    border: 0;
    border-radius: 0;
    padding: 4px 12px;
    text-align: center;
}

.holst-section {
    margin: 28px 0;
}

.holst-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.holst-card {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: var(--holst-shadow);
    padding: 16px;
}

.holst-card h3 {
    font-size: 16px;
    margin: 0 0 8px;
}

.holst-card p:last-child,
.holst-cta p:last-child {
    margin-bottom: 0;
}

.holst-cta {
    background: #fbf8f8;
    border: 0;
    border-radius: 15px 0 15px 15px;
    margin: 28px 0;
    padding: 20px;
}

.holst-site-cta {
    align-items: center;
    background: #fbf8f8;
    border: 0;
    border-radius: 15px 0 15px 15px;
    box-shadow: var(--holst-shadow);
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 4px;
    padding: 20px;
}

.holst-site-cta h2 {
    font-size: 22px;
    margin: 0 0 8px;
}

.holst-site-cta p {
    margin: 0;
}

.holst-site-cta-actions {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 10px;
}

.holst-cta h2 {
    margin-top: 0;
}

.holst-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.holst-button-secondary {
    background: #333333;
}

.holst-button-secondary:hover {
    background: #111111;
}

.holst-steps {
    counter-reset: holst-step;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin: 0;
    padding: 0;
}

.holst-steps li {
    background: #ffffff;
    border: 1px solid var(--holst-border);
    border-radius: 4px;
    list-style: none;
    padding: 14px;
}

.holst-steps li::before {
    background: var(--holst-accent);
    border-radius: 50%;
    color: #ffffff;
    content: counter(holst-step);
    counter-increment: holst-step;
    display: inline-grid;
    font-weight: 700;
    height: 24px;
    margin-bottom: 8px;
    place-items: center;
    width: 24px;
}

.holst-front-landing {
    background: transparent;
}

.holst-front-hero {
    align-items: center;
    background: #ffffff;
    box-shadow: var(--holst-shadow);
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    margin-bottom: 28px;
    padding: 26px;
}

.holst-front-hero h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 14px;
    text-transform: none;
}

.holst-front-hero img,
.holst-examples-grid img {
    display: block;
    height: auto;
    width: 100%;
}

.holst-front-kicker {
    color: var(--holst-accent);
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.holst-recipient-grid,
.holst-price-grid,
.holst-review-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.holst-price-grid,
.holst-review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.holst-examples-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.holst-price-card strong {
    color: var(--holst-accent);
    display: block;
    font-size: 18px;
    margin-top: 8px;
}

.holst-messenger-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0;
}

.holst-messenger-row a {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 7px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.16);
    color: #363636;
    font-weight: 700;
    padding: 10px 14px;
}

.holst-messenger-row a[href*="wa.me"] {
    color: #2cb742;
}

.holst-messenger-row a[href*="t.me"] {
    color: #37aee2;
}

.holst-prices-table {
    border-collapse: collapse;
    width: 100%;
}

.holst-prices-table th,
.holst-prices-table td {
    border: 1px solid #dedede;
    padding: 10px 12px;
    text-align: left;
}

.holst-prices-table th {
    background: #fbf8f8;
    color: #363636;
}

.holst-reviews-archive-hero,
.holst-commercial-footer {
    background: #ffffff;
    box-shadow: var(--holst-shadow);
    margin-bottom: 24px;
    padding: 22px;
}

.holst-commercial-footer {
    background: var(--holst-footer);
    box-shadow: none;
    color: #ffffff;
    margin-bottom: 0;
}

.holst-commercial-footer h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 8px;
}

.holst-commercial-footer-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.2fr 1fr 1fr;
}

.holst-commercial-footer nav {
    display: grid;
    gap: 6px;
}

.holst-commercial-footer a {
    color: #ffffff;
}
