/*============= ALIGNES ===============*/
.alignwide {
    width: 100%;
}

.company-page {
    min-height: 620px;
    padding: 36px 0 90px;
    background: #050506;
    color: #f5f5f5;
}

.company-page .content {
    margin: 0;
    max-width: 100%;
}
.company-page__header {
    margin-bottom: 20px;
}

.tdi-page-header {
    margin-bottom: 38px;
}

.tdi-page-heading {
    margin: 0;
}

.tdi-page-title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 850;
    line-height: 1.05;
    letter-spacing: 0;
}

.tdi-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px;
    margin: 0 0 14px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.45;
}

.tdi-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease;
}

.tdi-breadcrumbs a:hover {
    color: #e12727;
}

.tdi-breadcrumbs__sep {
    color: rgba(255, 255, 255, .25);
}

.tdi-breadcrumbs__current {
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 768px) {
    .tdi-page-header {
        margin-bottom: 24px;
    }

    .tdi-page-title {
        font-size: 32px;
    }
}

.company-page__heading {
    margin: 0 0 8px;
}

.company-page__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.8vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
}

.company-breadcrumbs {
    margin-bottom: 1rem;
    color: #a3a3a3;
    font-size: .9rem;
    line-height: 1.35;
}

.company-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: color .18s ease;
}

.company-breadcrumbs a:hover {
    color: #ffffff;
}

.company-breadcrumbs__sep {
    margin: 0 .35rem;
}

.company-breadcrumbs__current {
    color: #ffffff;
}
.default-page .content, .default-page .prices-block, .default-page .prices-block__section, .default-page .prices-block__item {
    margin-top: 0;
    padding-top: 0;
}
.default-page__content {
    padding-top: 18px;
}

.default-page__content > *:first-child {
    margin-top: 0;
}

.company-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.company-layout__sidebar {
position: sticky;
    top: 24px;
    overflow: hidden;
    border: 1px solid rgba(225, 39, 39, 0.45);
    border-radius: 12px;
    background: radial-gradient(circle at 0% 0%, rgba(225, 39, 39, 0.09), transparent 34%), linear-gradient(180deg, #171818 0%, #101111 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);

}

.company-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

.company-nav__link {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 0;
    min-height: 48px;
    padding: 12px 14px;
    color: #a8a8a8;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.company-nav__link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, .045);
    text-decoration: none;
}

.company-nav__link--active,
.company-nav__link--active:hover {
    color: #ffffff;
    background: #dc2626;
    box-shadow: 0 10px 24px rgba(220, 38, 38, .26);
    text-decoration: none;
}
.company-nav__link--active svg {
    filter: brightness(0) invert(1);

}
.company-nav__link:focus-visible {
    outline: 2px solid #dc2626;
    outline-offset: 2px;
}

.company-nav__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    color: currentColor;
}

.company-nav__icon-img {
    display: block;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.company-nav__label {
    flex: 1;
    min-width: 0;
}

.company-layout__content {
    min-width: 0;
    color: #ffffff;
}

.company-layout__content a {
    color: #ffffff;
}

.company-layout__content > *:first-child {
    margin-top: 0;
}

.company-layout__content > *:last-child {
    margin-bottom: 0;
}

.company-layout__content .wp-block-table {
    width: 100%;
    margin: 0 0 2rem;
    overflow-x: auto;
    border: 1px solid rgba(220, 38, 38, .42);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(220, 38, 38, .12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 28%),
        linear-gradient(135deg, #151717 0%, #0b0d0d 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
}

.company-layout__content .wp-block-table table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
}

.company-layout__content .wp-block-table th,
.company-layout__content .wp-block-table td {
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .06);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
}

.company-layout__content .wp-block-table td:first-child {
    width: 260px;
    color: #a8a8a8;
    font-weight: 700;
}

.company-layout__content .wp-block-table a {
    color: #ffffff;
    font-weight: 800;
    text-decoration: none;
}

.company-layout__content .wp-block-table a:hover {
    color: #ff3939;
}

.company-layout__content [class*="PaymentPage"][class*="page"] {
    width: 100%;
}

.company-layout__content [class*="PaymentPage"][class*="card"] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
    border: 0;
    background: transparent;
}

.company-layout__content [class*="PaymentPage"][class*="title"] {
    display: none;
}

.company-layout__content [class*="PaymentPage"][class*="row"] {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    min-height: 126px;
    padding: 22px 24px;
    border: 1px solid rgba(220, 38, 38, .46);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(220, 38, 38, .12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 28%),
        linear-gradient(135deg, #151717 0%, #0b0d0d 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
}

.company-layout__content [class*="PaymentPage"][class*="icon"] {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    padding: 12px;
    color: #ff3939;
    border: 1px solid rgba(255, 57, 57, .95);
    border-radius: 12px;
    background: rgba(220, 38, 38, .12);
}

.company-layout__content [class*="PaymentPage"][class*="text"] {
    margin: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
}

.archive-empty {
    width: min(100%, 480px);
    margin: 0 auto;
    padding: 32px 34px 36px;
    border: 1px solid rgba(220, 38, 38, .42);
    border-radius: 8px;
    background: #181818;
    color: #ffffff;
    text-align: center;
}

.archive-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
    border-radius: 50%;
    color: #dc2626;
    background: rgba(220, 38, 38, .16);
}

.archive-empty__title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.25;
}

.archive-empty__text {
    max-width: 390px;
    margin: 0 auto;
    color: #d4d4d4;
    font-size: 16px;
    line-height: 1.5;
}

.archive-empty__text--small {
    margin-top: 24px;
}

.archive-empty__text a {
    color: #dc2626;
    font-weight: 700;
    text-decoration: none;
}

.archive-empty__text a:hover {
    color: #ef4444;
}

.contacts-page__layout {
    display: grid;
    grid-template-columns: minmax(420px, .95fr) minmax(420px, 1fr);
    gap: 36px;
    align-items: stretch;
}

.contacts-page__map {
    overflow: hidden;
    min-height: 426px;
    border: 1px solid rgba(220, 38, 38, .52);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 36%),
        #101111;
    box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
}

.contacts-page__map iframe,
.contacts-page__map .map,
.contacts-page__map ymaps {
    width: 100%;
    height: 100%;
    min-height: 426px;
}

.contacts-page__map iframe {
    display: block;
}

.contacts-page__cards {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 24px;
}

.contacts-page__card {
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 18px 24px;
    border: 1px solid rgba(220, 38, 38, .48);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 42%),
        #151616;
    box-shadow: 0 14px 26px rgba(0, 0, 0, .22);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.contacts-page__card:hover {
    border-color: rgba(239, 68, 68, .78);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 42%),
        #171818;
}

.contacts-page__card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    color: #dc2626;
    margin-right: 16px;
}

.contacts-page__card-icon svg {
    width: 22px;
    height: 22px;
}

.contacts-page__info {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.contacts-page__card-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    margin-right: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    margin-top:0;
}

.contacts-page__card-value {
    display: block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
}

.contacts-page__card-value + .contacts-page__card-value {
    margin-top: 4px;
}

.contacts-page__card-value:hover {
    color: #ffffff;
    text-decoration: underline;
}

.contacts-page__card--socials .contacts-page__info {
    width: 100%;
}

.contacts-page__socials {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 0;
}

.contacts-page__social-link {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.contacts-page__social-link svg path {
    fill: currentColor;
}
.contacts-page__social-link img {
    max-width: 24px;
    max-height: 24px;
    display: block;
}

.contacts-page__social-link:hover {
    border-color: rgba(239, 68, 68, .85);
    background: rgba(220, 38, 38, .18);
    transform: translateY(-2px);
}

.info-overview {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.info-overview__intro {
    position: relative;
    padding: 24px 32px;
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, .55);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(220, 38, 38, .9) 0 1px, transparent 1px) 22px 26px / 1px calc(100% - 52px) no-repeat,
        linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 28%),
        rgba(13, 15, 15, .88);
    color: #d4d4d4;
    font-size: 17px;
    line-height: 1.6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.info-overview__intro > *:first-child {
    margin-top: 0;
}

.info-overview__intro > *:last-child {
    margin-bottom: 0;
}

.info-overview__intro a{
    color: #e52d24;
}

.services-layout .info-overview__intro{
    margin-top: 20px;
}

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

.info-overview-card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 18px 22px;
    min-height: 180px;
    padding: 22px 24px 20px;
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, .42);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .035), transparent 28%),
        linear-gradient(135deg, #101313 0%, #090b0b 100%);
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.info-overview-card::before,
.info-overview-card::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.info-overview-card::before {
    background-image: var(--info-card-bg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 112%;
    opacity: .25;
    filter: grayscale(1) contrast(1.08);
    transform: scale(1.02);
    transition: opacity .2s ease, transform .32s ease;
}

.info-overview-card::after {
    background:
        linear-gradient(90deg, rgba(6, 8, 8, .96), rgba(6, 8, 8, .78) 45%, rgba(6, 8, 8, .42)),
        linear-gradient(180deg, transparent 0%, rgba(6, 8, 8, .72) 100%);
}

.company-layout__content .info-overview-card {
    color: #ffffff;
}

.info-overview-card:hover {
    border-color: rgba(220, 38, 38, .78);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .42);
}

.info-overview-card:hover::before {
    opacity: .34;
    transform: scale(1.07);
}

.info-overview-card__icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    color: #ff3939;
    border: 1px solid rgba(255, 57, 57, .95);
    border-radius: 12px;
    background: rgba(5, 7, 7, .42);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.info-overview-card__icon-img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.info-overview-card__icon svg {
    width: 22px;
    height: 22px;
    color: currentColor;
}

.info-overview-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1 1 220px;
    min-width: 0;
    padding-top: 8px;
}

.info-overview-card__title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.12;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .42);
}

.info-overview-card__text {
    max-width: 250px;
    color: #c9cecc;
    font-size: 15px;
    line-height: 1.45;
}

.info-overview-card__button {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    min-width: 202px;
    min-height: 38px;
    margin-top: auto;
    padding: 0 18px 0 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid rgba(220, 38, 38, .78);
    border-radius: 6px;
    background: rgba(5, 7, 7, .5);
    transition: border-color .2s ease, background .2s ease;
}

.info-overview-card__button svg {
    width: 18px;
    height: 18px;
    color: #ff3939;
    transition: transform .2s ease;
}

.info-overview-card:hover .info-overview-card__button {
    border-color: #ff3939;
    background: rgba(220, 38, 38, .12);
}

.info-overview-card:hover .info-overview-card__button svg {
    transform: translateX(3px);
}

@media (max-width: 1100px) {
    .contacts-page__layout {
        grid-template-columns: 1fr;
    }

    .company-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .company-layout__sidebar,
    .company-layout .services-layout__sidebar {
        position: static;
        top: auto;
        width: 100%;
    }

    .contacts-page__map,
    .contacts-page__map iframe,
    .contacts-page__map .map,
    .contacts-page__map ymaps {
        min-height: 360px;
    }

    .info-overview__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .company-page {
        padding-top: 28px;
    }

    .company-layout {
        gap: 24px;
    }

    .info-overview__grid {
        grid-template-columns: 1fr;
    }

    .info-overview-card {
        min-height: 168px;
        padding: 20px;
    }

    .info-overview-card__button {
        width: 100%;
        min-width: 0;
    }

    .company-layout__content [class*="PaymentPage"][class*="card"] {
        grid-template-columns: 1fr;
    }

    .company-layout__content [class*="PaymentPage"][class*="row"] {
        flex-direction: column;
        min-height: auto;
        padding: 18px;
    }

    .contacts-page__cards {
        grid-template-columns: 1fr;
    }

    .contacts-page__card {
        padding: 18px;
    }

    .contacts-page__info {
        flex-wrap: wrap;
        gap: 6px 10px;
    }

    .contacts-page__card--socials .contacts-page__info {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
    }
}

@media (max-width: 500px) {
    .company-page {
        padding-bottom: 52px;
    }

    .company-layout {
        gap: 1rem;
        padding: 1rem 0;
    }

    .contacts-page__map,
    .contacts-page__map iframe,
    .contacts-page__map .map,
    .contacts-page__map ymaps {
        min-height: 300px;
    }

    .contacts-page__card {
        align-items: flex-start;
    }

    .contacts-page__card-icon {
        margin-right: 12px;
    }

    .contacts-page__card-title,
    .contacts-page__card-value {
        font-size: .95rem;
    }
}

.alignfull {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
    .alignfull {
        width: 100vw !important;
        max-width: unset;
    }
}

/* =========== BASE CONFIG =========== */
:root {
    --Card: #FFF;
    --Background-light: #F3F3F3;
    --Background-dark: #DDD;
    --Stroke: #A3A3A3;
    --Primary: #ff1717;
    --Hover: #ff3939;
    --Head: #fff;
    --Main-text: #fff;
}

html {
    box-sizing: border-box;
}



body {
    background: var(--Card, #FFF);
    overflow-x: hidden;
    margin: 0 auto;
    width: auto;
    
        font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

ul li {
    list-style-position: inside;
}

p {
    margin-bottom: 20px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.breadcrumbs {
    padding: 30px 0 10px 0;
    color: var(--Main-text, #484848);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.breadcrumbs span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
}

.breadcrumbs .current-item {
    color: var(--Primary, #0182ED);
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.container-wide {
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

h1 {
    color: var(--Head, #1A1A1A);
        font-family: Arial, Helvetica, sans-serif;
    font-size: calc(0.00375 * 100vw + 52.8px);
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 72px */
}

h1.page-title {
    margin-bottom: 40px;
}

h2 {
    color: var(--Head, #1A1A1A);
    
        font-family: Arial, Helvetica, sans-serif;
    font-size: calc(0.01375 * 100vw + 27.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 70.2px */
}

h2.block-title {
    margin-bottom: 40px;
}

h3 {
    color: var(--Head, #1A1A1A);
        font-family: Arial, Helvetica, sans-serif;
    font-size: calc(0.00375 * 100vw + 24.8px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

h4 {
    color: var(--Head, #1A1A1A);
    
        font-family: Arial, Helvetica, sans-serif;
    font-size: calc(0.00375 * 100vw + 18.8px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 33.8px */
}

h5 {
    color: var(--Head, #1A1A1A);
    
        font-family: Arial, Helvetica, sans-serif;
    font-size: calc(0.00125 * 100vw + 17.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}

h6 {
    color: var(--Head, #1A1A1A);
    
        font-family: Arial, Helvetica, sans-serif;
    font-size: calc(0.00125 * 100vw + 15.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
}

.p1 {
    color: var(--Main-text, #484848);
    font-size: calc(0.00125 * 100vw + 17.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}

.p2 {
    color: var(--Main-text, #484848);
    font-size: calc(0.0025 * 100vw + 13.2px);
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
}

.p3 {
    color: var(--Main-text, #484848);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.text-block.accent ol {
    counter-reset: num;
}

.text-block.accent ol li {
    position: relative;
    list-style: none;
    padding-left: 47px;
}

.text-block.accent ol li::before {
    content: counter(num);
    counter-increment: num;
    position: absolute;
    left: 0;
    z-index: -1;
    display: flex;
    width: 30px;
    height: 30px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--Accent);
    border-radius: 50%;
    color: var(--Card);
    text-align: center;
        font-family: Arial, Helvetica, sans-serif;
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.text-block p {
    margin-bottom: 20px;
}

.text-block p:last-child {
    margin-bottom: 0;
}

.text-block ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.text-block ul li {
    list-style: none;
    position: relative;
    padding-left: 26px;
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit; /* 22.4px */
}

.text-block ul li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--Primary);
}

.text-block ol {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
}

.text-block ol li {
    list-style-position: outside;
    padding-left: 11px;
    margin-left: 15px;
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit; /* 22.4px */
}

.text-block h2 {
    margin-top: 40px;
    margin-bottom: 35px;
}

.text-block h3 {
    margin-top: 35px;
    margin-bottom: 30px;
}

.text-block h4 {
    margin-top: 30px;
    margin-bottom: 25px;
}

.text-block h5 {
    margin-top: 25px;
    margin-bottom: 20px;
}

.text-block h6 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.btn {
    cursor: pointer;
    width: fit-content;
    height: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 40px;
    background: var(--Primary, #0182ED);
    border: none;
    text-align: center;
    color: var(--Card, #FFF);
    font-size: calc(0.00125 * 100vw + 15.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 24.3px */
    transition: background-color 0.15s ease-in;
}

.btn:hover {
    background: var(--Hover, #009FE3);
}

.btn.transparent {
    border: 2px solid var(--Primary, #0182ED);
    background: transparent;
    color: var(--Primary, #0182ED);
    transition: background-color 0.15s ease-in, color 0.15s ease-in, border-color 0.15s ease-in;
}

.btn.transparent:hover {
    background: var(--Hover, #009FE3);
    border-color: var(--Hover);
    color: var(--Card);
}

@media (max-width:475px) {
    .btn{
        width: 100%;
    }
}

.swiper-btn-big-prev,
.swiper-btn-big-next{
    cursor: pointer;
}
.swiper-button-disabled{
    pointer-events: none;
}

textarea {
    resize: none;
}

.input {
    outline: none;
    cursor: pointer;
    background: var(--Main-text, #484848);
    padding: 20px 25px;
    border: 1px solid transparent;
    color: var(--Background-dark, #DDD);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    transition: color 0.15s ease-in, border-color .15s ease-in;
}

.input:hover, .input:focus-visible {
    border-color: var(--Card);

    color: var(--Card);
}


.input:hover::placeholder, .input:focus-visible::placeholder {
    color: var(--Card);
}

.input.stroke {
    border: 1px solid var(--Background-dark, #DDD);
    background: var(--Background-light, #F3F3F3);
    color: var(--Stroke, #A3A3A3);
    font-size: calc(0.00125 * 100vw + 11.6px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}

.input.stroke:hover {
    color: var(--Main-text);
}

.input.stroke::placeholder {
    color: var(--Stroke, #A3A3A3);
}

.input.error {
    border-color: red;
}

.link {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--Primary, #0182ED);
    font-size: calc(0.00125 * 100vw + 15.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    transition: color 0.15s ease-in;
}

.link:hover {
    color: var(--Hover);
}

.link:hover svg path {
    stroke: var(--Hover);
}

.link svg path {
    stroke: var(--Primary);
    transition: stroke 0.15s ease-in;
}

.block-margin {
    padding-bottom: 64px;
}

.swiper-additionals {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.swiper-pagination {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: fit-content !important;
}

.swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 5px !important;
    opacity: 1 !important;
    background-color: var(--Background-dark) !important;
    border-radius: 50% !important;
    transition: background-color 0.15s ease-in, border-color 0.15s ease-in;
}

.swiper-pagination-bullet-active {
    background-color: var(--Primary) !important;
}

.swiper-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-btn-prev {
    scale: -1;
}

.swiper-btn-prev, .swiper-btn-next {
    cursor: pointer;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--Background-light, #F3F3F3);
    transition: background-color 0.15s ease-in;
}

.swiper-btn-prev:hover, .swiper-btn-next:hover {
    background-color: var(--Primary);
}

.swiper-btn-prev:hover svg path, .swiper-btn-next:hover svg path {
    stroke: var(--Card);
}

.swiper-btn-prev svg path, .swiper-btn-next svg path {
    stroke: var(--Primary);
    transition: stroke 0.15s ease-in;
}

.phone {
    white-space: nowrap;
}

#main,
#primary {
    min-height: 83vh;
    z-index: 0;
    position: relative;
}

/*====== NAVIGATION ===========*/
.navigation.pagination {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.navigation.pagination .nav-links {
    display: flex;
    justify-content: center;
    text-align: center;
}

.navigation.pagination .page-numbers {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1C0130;
    margin: 0 10px;
}

.navigation.pagination .page-numbers.current {
    font-weight: 750;
}

.navigation.pagination a.prev {
    margin-right: 100px;
    margin-left: -100px;
}

.navigation.pagination a.next {
    margin-right: -100px;
    margin-left: 100px;
}


/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.theme-modal {
    overflow: auto;
    height: fit-content;
    width: fit-content;
    max-height: 90vh;
    max-width: 90vw;
    background-color: var(--Card);
    position: fixed;
    left: 50%;
    top: 50%;
    padding: 60px 100px;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    transition: transform 0.3s ease-in;
    z-index: 99999;
}

.theme-modal.modal-open {
    pointer-events: all;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.theme-modal .close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.theme-modal .form__title {
    margin-bottom: 40px;
    color: var(--Head, #1A1A1A);
}

.theme-modal .form__subtitle {
    color: var(--Main-text, #484848);
}

.theme-modal .form__inputs {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
}

.theme-modal .form__inputs .input {
    width: 645px;
}

.theme-modal .form__inputs textarea {
    height: 132px;
}

.theme-modal .form__inputs .file {
    cursor: pointer;
    display: block;
    color: var(--Head, #1A1A1A);
    font-size: calc(0.00125 * 100vw + 17.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}

.theme-modal .form__inputs .file .hidden {
    display: none;
}

.theme-modal .form__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.theme-modal .form .policy {
    color: var(--Main-text, #484848);
}

.theme-modal .form .policy a {
    display: block;
    color: var(--Primary);
}

.error-page__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.error-page__content {
    width: 585px;
    display: flex;
    flex-direction: column;
}

.error-page__title {
    margin-bottom: 15px;
    color: var(--Head, #1A1A1A);
}

.error-page__subtitle {
    margin-bottom: 30px;
    color: var(--Main-text, #484848);
}

.employee-card {
    background: var(--Background-light, #F3F3F3);
}

.employee-card__thumbnail {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
}

.employee-card__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-card__content {
    display: flex;
    flex-direction: column;
    padding: 25px 40px 40px 40px;
}

.employee-card__title {
    position: relative;
    margin-bottom: 10px;
    padding-left: 15px;
    color: var(--Head, #1A1A1A);
}

.employee-card__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--Primary, #0182ED);
}

.employee-card__subtitle {
    margin-bottom: 15px;
    color: var(--Main-text, #484848);
}

.employee-card__additional-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px 15px;
    background: var(--Card, #FFF);
    color: var(--Main-text, #484848);
}

.single-works__main-block {
    display: flex;
    align-items: flex-start;
    gap: 100px;
}

.single-works__thumbnail {
    min-height: 500px;
    width: 875px;
    object-fit: cover;
    flex-shrink: 0;
}

.single-works__attributes {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-right: calc((100% - 1460px) / 2);
}

.single-works__attributes .attribute {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-works__attributes .attribute__name {
    color: var(--Head, #1A1A1A);
}

.single-works__attributes .attribute__value {
    color: var(--Main-text, #484848);
}

.archive-reviews .archive__wrapper {
    display: flex;
    gap: 30px;
}

.archive-reviews .archive__posts {
    width: calc(100% - 430px);
    display: flex;
    flex-direction: column;
}

.archive-reviews .archive__posts .reviews-video {
    width: 100%;
}

.archive-reviews .archive__posts .reviews-video .swiper {
    width: 100%;
    height: 560px;
}

.archive-reviews .archive__posts .reviews-video .review-card-video .video {
    aspect-ratio: 400/500;
    width: 100%;
}

.archive-reviews .archive__posts .reviews-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.archive-reviews .archive__posts .reviews-text .review-text {
    display: flex;
    gap: 60px;
    padding: 60px 100px;
    background: var(--Background-light, #F3F3F3);
}

.archive-reviews .archive__posts .reviews-text .review-text .review-text__content{
    width: 100%;
}

.archive-reviews .archive__posts .reviews-text .review-text__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.archive-reviews .archive__posts .reviews-text .review-text__title {
    position: relative;
    padding-left: 18px;
    color: var(--Head, #1A1A1A);
}

.archive-reviews .archive__posts .reviews-text .review-text__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background-color: var(--Primary);
}

.archive-reviews .archive__posts .reviews-text .review-text__date {
    color: var(--Main-text, #484848);
    text-align: right;
}

.archive-reviews .archive__posts .reviews-text .review-text__text {
    color: var(--Main-text, #484848);
    margin-top: 15px;

}

.archive-reviews .archive__posts .reviews-text .review-text__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.archive-reviews .archive__posts .reviews-text .review-text__images .image {
    cursor: pointer;
    aspect-ratio: 1/1;
    width: 140px;
    height: auto;
}

.archive-reviews .archive__posts .reviews-text .review-text__images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-reviews .archive__posts .reviews-text .review-text__images .images-count {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Primary);
    color: var(--Card, #FFF);
    text-align: center;
    font-size: calc(0.00375 * 100vw + 24.8px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 41.6px */
}

.archive-reviews .archive__additionals {
    position: relative;
    width: 400px;
    flex-shrink: 0;
}

.archive-reviews .archive__additionals-wrapper {
    position: sticky;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.archive-reviews .archive__form {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    background-color: var(--Head);
    z-index: 1;
}

.archive-reviews .archive__form .form__content {
    padding: 40px 60px;
}

.archive-reviews .archive__form .form__title {
    margin-bottom: 10px;
    color: var(--Card, #FFF);
}

.archive-reviews .archive__form .form__subtitle {
    margin-bottom: 30px;
    color: var(--Background-dark, #DDD);
}

.archive-reviews .archive__form .form__bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 320px;
    height: 250px;
    flex-shrink: 0;
    object-fit: contain;
    z-index: -1;
}

.archive-reviews .archive__links {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.archive-reviews .archive__widgets{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.archive-reviews .archive__links .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 20px 20px 60px;
    background: var(--Background-light, #F3F3F3);
}

.archive-reviews .archive__links .item__text {
    color: var(--Head, #1A1A1A);
}

.archive-reviews .archive__links .item__icon {
    aspect-ratio: 1/1;
    min-height: 80px;
    width: auto;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--Card);
}

.archive-reviews .archive__links .item__icon img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    object-fit: contain;
}

.archive-reviews .archive__posts .reviews-text .review-text__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    /* margin-top: 10px; */
}

.archive-reviews .archive__posts .reviews-text .review-text__star {
    font-size: calc(0.00375 * 100vw + 24.8px);
    line-height: 1;
    color: #cfcfcf;
}

.archive-reviews .archive__posts .reviews-text .review-text__star.is-active {
    color: #ffb800;
} 

.archive__posts .btn{
    display: block;
    margin: 30px auto 0;
}

@media (max-width: 576px) {
    .archive-reviews .archive__posts .reviews-text .review-text__rating {
        margin: 0 0 12px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__star {
        font-size: 18px;
    }
}



.archive-works .archive__holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.work-card {
    position: relative;
    background: var(--Background-light, #F3F3F3);
    display: flex;
    z-index: 1;
}

.work-card__thumbnail {
    position: relative;
    width: 875px;
    height: auto;
}

.work-card__thumbnail .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--Primary);
}

.work-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.work-card__content {
    max-width: 615px;
    display: flex;
    flex-direction: column;
    margin: 30px 40px;
}

.work-card__title {
    position: relative;
    margin-bottom: 30px;
    color: var(--Head, #1A1A1A);
}

.work-card__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 3px;
    background-color: var(--Primary);
}

.work-card__works {
    margin-bottom: 50px;
}

.work-card__works .works__title {
    margin-bottom: 20px;
    color: var(--Head, #1A1A1A);
    font-size: calc(0.00125 * 100vw + 15.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.work-card__works .works__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.work-card__works .works__item {
    position: relative;
    padding-left: 18px;
    color: var(--Main-text, #484848);
}

.work-card__works .works__item::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--Primary);
}

.stock-mini-card {
    box-sizing: border-box;
    display: flex;
    background: var(--Background-light, #F3F3F3);
}

.stock-mini-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.stock-mini-card__text-wrapper {
    padding: 45px 55px;
}

.stock-mini-card__title {
    max-width: 440px;
    margin-bottom: 10px;
    color: var(--Head, #1A1A1A);
}

.stock-mini-card__subtitle {
    max-width: 440px;
    color: var(--Main-text, #484848);
}

.stock-mini-card__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.stock-mini-card__thumbnail {
    width: 583px;
    flex-shrink: 0;
    object-fit: cover;
}

.stock-card {
    display: flex;
    background: var(--Background-light, #F3F3F3);
}

.stock-card__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stock-card__info {
    display: flex;
    gap: 30px;
    margin: 60px 80px 60px 60px;
}

.stock-card__title {
    width: 360px;
    flex-shrink: 0;
    color: var(--Head, #1A1A1A);
}

.stock-card__subtitle {
    color: var(--Main-text, #484848);
}

.stock-card__btns {
    display: flex;
}

.stock-card__btn {
    flex-grow: 1;
    width: 100%;
    height: 60px;
    justify-content: center;
    text-align: center;
}

.stock-card__thumbnail {
    width: 696px;
    flex-shrink: 0;
    object-fit: cover;
}

.archive-services .archive__holder, .archive-employees .archive__holder {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* .service-card {
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 260px;
}

.service-card:hover .service-card__thumbnail::before {
    background-color: var(--Primary);
    opacity: 1;
}

.service-card__content {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

/* .service-card__title {
    padding: 35px 40px;
    color: var(--Card, #FFF);
    font-size: calc(0.00375 * 100vw + 18.8px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
} */
/* 
.service-card__btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 45px;
    background: var(--Primary, #0182ED);
    margin-top: auto;
    color: var(--Card);
}

.service-card__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.service-card__thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    transition: opacity 0.15s ease-in, background-color 0.15s ease-in;
}

.service-card__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.single-services__main-block {
    display: flex;
    background: var(--Background-light, #F3F3F3);
}

.single-services__main-block .main-block__content {
    display: flex;
    flex-direction: column;
    /* margin: 80px 62px 120px calc((100% - 1430px) / 2); */
}

.single-services__main-block .main-block__title {
    margin-bottom: 20px;
    color: var(--Head);
    font-size: calc(0.0175 * 100vw + 26.4px);
}

.single-services__main-block .main-block__subtitle {
    margin-bottom: 40px;
    color: var(--Main-text, #484848);
}

.single-services__main-block .main-block__thumbnail {
    width: 785px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

.single-services__services-block {
    overflow: hidden;
    display: flex;
    gap: 30px;
}

.single-services__services-block .services-block__title-holder {
    position: relative;
}

.single-services__services-block .services-block__title-wrapper {
    position: sticky;
    top: 15px;
    aspect-ratio: 1/1;
    width: 553px;
    height: auto;
    background: var(--Head, #1A1A1A);
    z-index: 1;
}

.single-services__services-block .services-block__title {
    padding: 60px 80px;
    color: var(--Card, #FFF);
}

.single-services__services-block .services-block__image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.single-services__services-block .services-block__description {
    margin-bottom: 30px;
    color: var(--Main-text, #484848);
}

.single-services__services-block .services-block__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-services__services-block .services-block__items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 20px;
    padding-left: 50px;
    border-left: 5px solid var(--Primary, #0182ED);
    background: var(--Background-light, #F3F3F3);
}

.single-services__services-block .services-block__items .item__title {
    margin-right: auto;
    color: var(--Head, #1A1A1A);
    font-size: calc(0.00125 * 100vw + 15.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.single-services__services-block .services-block__items .item__price {
    width: 200px;
    flex-shrink: 0;
    white-space: nowrap;
    color: var(--Head, #1A1A1A);
    font-size: calc(0.00125 * 100vw + 15.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
}

.review-card {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.review-card__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.review-card__title {
    color: var(--Head, #1A1A1A);
}

.review-card__date {
    color: var(--Main-text, #484848);
    text-align: right;
}

.review-card-text .review-card__info {
    padding: 0 40px;
}

.review-card-text__content {
    padding: 45px 40px;
    border-top: 5px solid var(--Primary, #0182ED);
    background: var(--Background-light, #F3F3F3);
}

.review-card-text__content .content__text {
    margin-bottom: 15px;
}

.review-card-text__content .content__text.cropped {
    color: var(--Main-text, #484848);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.review-card-text__content .content__images {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.review-card-text__content .content__images .image {
    overflow: hidden;
    display: flex;
    width: 100px;
    height: 100px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    background-color: var(--Primary);
    color: var(--Card, #FFF);
    text-align: center;
    font-size: calc(0.00125 * 100vw + 17.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 28px */
}

.review-card-text__content .content__images .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card-text__content .readmore {
    cursor: pointer;
    margin-bottom: 30px;
    color: var(--Primary, #0182ED);
    font-size: calc(0.00125 * 100vw + 15.6px);
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 23.4px */
    transition: color 0.15s ease-in;
}

.review-card-text__content .readmore:hover {
    color: var(--Hover);
}

.review-card-video__content {
    width: 100%;
    height: calc(100% - 50px);
}

.review-card-video .video {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.review-card-video .video__preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.review-card-video .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--Primary);
    z-index: 0;
}

.privacy-policy h1 {
    font-size: calc(0.00375 * 100vw + 40px);
}

.archive-stocks .archive__holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.archive-stocks .stock-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.archive-stocks .stock-card {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, .45);
    border-radius: 8px;
    background: #181818;
}

.stock-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.archive-stocks .stock-card__thumbnail {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #090909;
}

.archive-stocks .stock-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.stock-card__date {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 1.4;
}

.archive-stocks .stock-card__title {
    width: auto;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.25;
}

.stock-card__excerpt {
    color: #d2d2d2;
    font-size: 15px;
    line-height: 1.55;
}

.archive-stocks .stock-card:hover {
    border-color: #dc2626;
}

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

.news-card {
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, .45);
    border-radius: 8px;
    background: #181818;
}

.news-card__link {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #ffffff;
    text-decoration: none;
}

.news-card__thumbnail {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #090909;
}

.news-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
}

.news-card__date {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 1.4;
}

.news-card__title {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.25;
}

.news-card__excerpt {
    color: #d2d2d2;
    font-size: 15px;
    line-height: 1.55;
}

.news-card:hover {
    border-color: #dc2626;
}

.single-news {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.single-news__meta {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 1.4;
}

.single-news__media {
    overflow: hidden;
    margin: 0;
    border-radius: 8px;
    background: #181818;
}

.single-news__media img {
    display: block;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
}

.single-news__content {

}

.single-news__content > *:first-child {
    margin-top: 0;
}

.single-news__content > *:last-child {
    margin-bottom: 0;
}

.single-stock__subtitle {
    padding: 22px 26px;
    border: 1px solid rgba(220, 38, 38, .32);
    border-radius: 8px;
    background: #181818;
    color: #d6d6d6;
    font-size: 16px;
    line-height: 1.6;
}

.single-stock__subtitle > *:first-child {
    margin-top: 0;
}

.single-stock__subtitle > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .archive-stocks .stock-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .archive-news .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .archive-stocks .stock-grid {
        grid-template-columns: 1fr;
    }

    .archive-news .news-grid {
        grid-template-columns: 1fr;
    }
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1920px) {
    #header #socials-right{
        position: fixed;
        top: unset;
        bottom: 10px;
    }
}
@media (max-width: 1750px) {
    .archive-reviews .archive__wrapper {
        flex-direction: column-reverse;
    }

    .archive-reviews .archive__posts {
        width: 100%;
    }

    .archive-reviews .archive__additionals {
        width: 100%;
    }

    .archive-reviews .archive__additionals-wrapper {
        max-width: 800px;
        margin: 0 auto;
    }

    .stock-card__info {
        margin: 30px;
    }

    .stock-card__thumbnail {
        width: 40%;
        height: 100%;
    }
}

@media (max-width: 1490px) {
    .archive-services .archive__holder, .archive-employees .archive__holder {
        grid-template-columns: repeat(3, 1fr);
    }

    .single-services__main-block .main-block__content {
        margin-left: 15px;
    }

    .single-services__services-block {
        flex-direction: column;
    }

    .single-services__services-block .services-block__title-holder {
        aspect-ratio: auto;
        width: 100%;
        height: auto;
    }

    .single-services__services-block .services-block__title-wrapper {
        aspect-ratio: unset;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1490px) {
    .archive-reviews .archive__posts .reviews-video .swiper {
        height: 350px;
    }

    .single-services__main-block .main-block__content {
        margin: 30px 30px 30px 15px;
    }

    .single-services__main-block .main-block__thumbnail {
        width: 40%;
    }

    .single-works__main-block {
        flex-direction: column;
        gap: 25px;
    }

    .single-works__thumbnail {
        min-height: unset;
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }

    .single-works__attributes {
        gap: 20px;
    }

    .single-works__attributes .attribute {
        gap: 5px;
    }

}

@media (max-width: 1221px) {
    .work-card{
        flex-direction: column;
    }
    .work-card__thumbnail {
        aspect-ratio: 16/7;
        width: 100%;
        height: auto;
    }
    .work-card__content{
        max-width: unset;
    }
    .theme-modal {
        padding: 30px 50px;
        padding-top: 60px;
    }

    .theme-modal .form__inputs .input {
        width: 100%;
        min-width: 320px;
    }

    .theme-modal .form__bottom {
        flex-direction: column;
    }

    .theme-modal .form__bottom .btn {
        width: 100%;
    }

    .archive-reviews .archive__posts .reviews-text .review-text {
        padding: 30px 50px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__images {
        gap: 15px;
    }

    .stock-mini-card__thumbnail {
        width: 40%;
    }

    .stock-card {
        flex-direction: column-reverse;
    }

    .stock-card__thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 16/5;
    }

    .work-card__content {
        margin: 30px;
    }

    .error-page__wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .error-page__content {
        width: auto;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .archive-reviews .archive__posts .reviews-text .review-text {
        flex-direction: column;
        gap: 30px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__images {
        display: flex;
        flex-wrap: wrap;
    }

    .stock-mini-card {
        flex-direction: column-reverse;
    }

    .stock-mini-card__thumbnail {
        aspect-ratio: 16/7;
        width: 100%;
        height: auto;
    }

    .archive-services .archive__holder, .archive-employees .archive__holder {
        grid-template-columns: repeat(2, 1fr);
    }

    .review-card-text .review-card__info {
        padding: 0 10px;
    }

    .review-card-text__content {
        padding: 20px;
    }

    .review-card-text__content .readmore {
        margin-bottom: 10px;
    }

    .review-card-text__content .content__text {
        margin-bottom: 10px;
    }

    .review-card-text__content .content__images .image {
        width: 75px;
        height: 75px;
    }

    p {
        margin-bottom: 5px;
    }

    .single-services__main-block {
        flex-direction: column-reverse;
    }

    .single-services__main-block .main-block__thumbnail {
        aspect-ratio: 16/7;
        width: 100%;
        height: auto;
    }

    .single-services__main-block .main-block__content {
        margin: 15px;
    }

    .single-services__services-block .services-block__items .item__price {
        width: auto;
    }
}

@media (max-width: 769px) {
    #header .container-wide{
        padding: 0;
    }
    #header #socials-right {
        width: 40px;
    }

    .archive-reviews .archive__widgets{
        gap: 15px;
    }

    #header #socials-right .social img,
    #header #socials-right .social svg{
        width: 24px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text {
        padding: 15px 20px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__images .image {
        width: 100px;
    }

    .employee-card__content {
        padding: 10px 15px 15px 15px;
    }

    .stock-mini-card__text-wrapper {
        padding: 25px;
    }

    .archive-services .archive__holder, .archive-employees .archive__holder {
        gap: 15px;
    }

    /* .service-card__title {
        padding: 15px 20px;
    } */

    .single-services__main-block .main-block__subtitle {
        margin-bottom: 20px;
    }

    .single-services__services-block .services-block__title {
        padding: 30px 40px;
    }

    .single-services__services-block .services-block__description {
        margin-bottom: 15px;
    }

    .single-services__services-block .services-block__items .item {
        padding: 10px 10px 10px 25px;
    }

    .stock-card__info {
        flex-direction: column;
    }

    .stock-card__title {
        width: 100%;
    }

    .work-card__title {
        margin-bottom: 15px;
    }

    .work-card__works {
        margin-bottom: 25px;
    }

    .work-card__works .works__title {
        margin-bottom: 10px;
    }

    .work-card__works .works__wrapper {
        gap: 10px;
    }

    h1.page-title {
        margin-bottom: 20px;
    }

    .block-margin {
        padding-bottom: 50px;
    }

}

@media (max-width: 576px) {
    .theme-modal {
        width: 100%;
        padding: 10px 15px;
        padding-top: 60px;
    }

    .theme-modal .form__title {
        margin-bottom: 20px;
    }

    .theme-modal .form__inputs {
        gap: 15px;
        margin-bottom: 15px;
    }

    .theme-modal .form__inputs .input {
        min-width: unset;
    }

    .theme-modal .form__bottom {
        gap: 10px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text {
        padding: 10px 15px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__images {
        gap: 10px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__images .image {
        width: 75px;
    }

    .archive-reviews .archive__form .form__content {
        padding: 20px 30px;
    }

    .archive-reviews .archive__links {
        gap: 15px;
        margin-top: 15px;
    }

    .archive-reviews .archive__links .item {
        padding: 10px 10px 10px 20px;
    }

    .stock-mini-card__text-wrapper {
        padding: 15px;
    }

    .archive-services .archive__holder, .archive-employees .archive__holder {
        grid-template-columns: 1fr;
    }

    /* .service-card {
        min-height: 175px;
    }

    .service-card__btn {
        padding: 10px 15px;
    } */

    .single-services__main-block .main-block__title {
        margin-bottom: 10px;
    }

    .single-services__main-block .main-block__subtitle {
        margin-bottom: 10px;
    }

    .single-services__services-block {
        gap: 15px;
    }

    .single-services__services-block .services-block__title {
        padding: 15px 20px;
    }

    .single-services__services-block .services-block__description {
        margin-bottom: 15px;
    }

    .single-services__services-block .services-block__items .item {
        flex-direction: column;
        gap: 10px;
        padding: 10px 10px 10px 25px;
        text-align: center;
    }

    .single-services__services-block .services-block__items .item__title {
        margin-right: unset;
    }

    .stock-card__info {
        gap: 15px;
        margin: 15px;
    }

    .work-card__content {
        margin: 15px;
    }

    .work-card__title {
        margin-bottom: 10px;
    }

    .work-card__title::before {
        left: -10px;
    }

    .work-card__works {
        margin-bottom: 15px;
    }

    .work-card__works .works__title {
        margin-bottom: 5px;
    }

    .work-card__works .works__wrapper {
        gap: 5px;
    }

    h1.page-title {
        margin-bottom: 15px;
    }

    .block-margin {
        padding-bottom: 25px;
    }

    .single-works__main-block {
        gap: 10px;
    }

    .single-works__attributes {
        gap: 10px;
    }

    .error-page__number {
        width: 100%;
        height: auto;
    }

    .error-page__number svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .error-page__title {
        margin-bottom: 10px;
    }

    .error-page__subtitle {
        margin-bottom: 15px;
    }

}

@media (max-width: 498px) {
    .stock-card__info {
        margin: 10px;
        gap: 10px;
    }

    .stock-card__btns {
        flex-direction: column;
    }
}

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

/* Services section transferred from Next */
.services-page {
    min-height: 620px;
    padding: 36px 0 90px;
    background: #050506;
    color: #f5f5f5;
}

.services-page__header {
    margin-bottom: 20px;
}

.services-page__heading {
    margin: 0 0 8px;
}

.services-page__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.35rem, 2.8vw, 1.65rem);
    font-weight: 700;
    line-height: 1.2;
}

.services-breadcrumbs {
    margin-bottom: 1rem;
    color: #a3a3a3;
    font-size: .9rem;
    line-height: 1.35;
}

.services-breadcrumbs a {
    color: inherit;
    text-decoration: none;
    transition: color .18s ease;
}

.services-breadcrumbs a:hover {
    color: #ffffff;
}

.services-breadcrumbs__sep {
    margin: 0 .35rem;
}

.services-breadcrumbs__current {
    color: #ffffff;
}



.services-layout__sidebar {
    position: sticky;
    top: 5rem;
    flex-shrink: 0;
    width: 260px;
    padding: .5rem;
    background: #111111;
    border: 1px solid rgba(220, 38, 38, .32);
    border-radius: 8px;
}

.services-layout__content {
    flex: 1;
    min-width: 0;
}

.services-nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

.services-nav__link {
    display: flex;
    align-items: center;
    gap: .75rem;
    width: 100%;
    margin: 0;
    padding: .75rem 1rem;
    color: #a3a3a3;
    font: inherit;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.35;
    text-align: left;
    text-decoration: none;
    border: none;
    border-radius: .25rem;
    cursor: pointer;
    transition: background-color .18s ease, color .18s ease;
}

.services-nav__link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, .06);
    text-decoration: none;
}

.services-nav__link--active,
.services-nav__link--active:hover {
    color: #ffffff;
    background: #dc2626;
    text-decoration: none;
}
.services-nav__link--active svg{filter: brightness(0) invert(1);}
.services-nav__icon {
    display: inline-flex;
    flex-shrink: 0;
    color: currentColor;
}

.services-nav__label {
    flex: 1;
    min-width: 0;
}

.services-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
    margin: 0 0 2rem;
}

/* .services-page .service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    color: inherit;
    text-decoration: none;
    background: #1a1a1a;
    border: 1px solid rgba(220, 38, 38, .32);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .15s ease;
}

.services-page .service-card:hover {
    border-color: rgba(220, 38, 38, .5);
    text-decoration: none;
}

.services-page .service-card__thumbnail {
    position: relative;
    top: auto;
    left: auto;
    flex-shrink: 0;
    width: 100%;
    height: 160px;
    opacity: 1;
    overflow: hidden;
    background: #000000;
} */

/* .services-page .service-card__thumbnail::before {
    display: none;
}

.services-page .service-card__thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
}

.services-page .service-card:hover .service-card__thumbnail img {
    transform: scale(1.1);
} */

/* .services-page .service-card__content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: auto;
    height: auto;
    justify-content: flex-start;
    padding: 1rem;
    background: transparent;
} */

/* .services-page .service-card__title {
    margin: 0 0 .5rem;
    padding: 0;
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
} */

/* .services-page .service-card__description {
    margin: 0;
    color: #a3a3a3;
    font-size: .875rem;
    line-height: 1.6;
} */

.services-page--single .single-services__main-block {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, .55fr);
      position: relative;
    min-height: 342px;
    margin-bottom: 38px;
    overflow: hidden;
    border: 1px solid rgba(225, 39, 39, 0.5);
    border-radius: 12px;
    background: radial-gradient(circle at 15% 20%, rgba(225, 39, 39, 0.14), transparent 30%), linear-gradient(135deg, #181919 0%, #101111 58%, #070808 100%);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
}

.services-page--single .single-services__main-block .main-block__content {
        position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 36px;
}

.services-page--single .single-services__main-block--no-image {
    grid-template-columns: 1fr;
}

.services-page--single .single-services__main-block--no-image .main-block__content {
    min-height: 0;
}

.services-page--single .single-services__main-block .main-block__title {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(1.6rem, 2.8vw, 2.75rem);
    line-height: 1.15;
}

.services-page--single .single-services__main-block .main-block__subtitle {
    margin: 0 0 1.5rem;
    color: #d6d6d6;
}

.services-page--single .single-services__main-block .main-block__thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    object-position: center;
}

.services-category-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(320px, .55fr);
    overflow: hidden;
    margin-bottom: 1.5rem;
    border: 1px solid rgba(220, 38, 38, .42);
    border-radius: 8px;
    background: #181818;
}



.services-category-hero__content {
    display: flex;
    align-items: center;
    min-height: 220px;
    padding: 2rem;
}

.services-category-hero__text {
    color: #d6d6d6;
}

.services-category-hero__text > *:first-child {
    margin-top: 0;
}

.services-category-hero__text > *:last-child {
    margin-bottom: 0;
}

.services-category-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.services-page--single .content {
    color: #ffffff;
}

.services-page--single .content a {
    color: #ffffff;
}

.services-back {
    margin-top: 2rem;
}

.services-back__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .65rem;
    min-height: 44px;
    padding: .8rem 1.25rem;
    color: #ffffff;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    background: #111111;
    border: 1px solid rgba(220, 38, 38, .72);
    border-radius: 8px;
    transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}

.services-back__link:hover {
    color: #ffffff;
    background: #1a1a1a;
    border-color: #dc2626;
    text-decoration: none;
    transform: translateX(-2px);
}

.services-back__icon {
    display: inline-flex;
    flex-shrink: 0;
    color: #ef4444;
}

.catalog-page__content {
    margin-bottom: 1.75rem;
    color: #ffffff;
}

.catalog-page__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1.5rem;
}

.catalog-page--archive {
    position: relative;
    min-height: 100vh;
    padding: 0 0 56px;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(3, 6, 6, .28), #030606 390px),
        radial-gradient(circle at 84% 8%, rgba(217, 54, 40, .28), transparent 30%),
        #030606;
}

.catalog-page--archive::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 100%;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(3, 6, 6, .96), rgba(3, 6, 6, .76) 45%, rgba(50, 5, 5, .5)),
        var(--catalog-hero-bg) center / cover no-repeat;
    opacity: .72;
}.catalog-page--archive::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 100%;
    pointer-events: none;
    background:
       linear-gradient(  90deg,  rgba(0, 0, 0, .98),  rgba(6, 7, 7, .9) 45%,  rgba(22, 22, 22, .9)),center / cover no-repeat;
    opacity: .72;
}

.catalog-page--archive > .container {
    position: relative;
    z-index: 1;
}

.catalog-archive-hero {
    padding: 36px 0 24px;
}

.catalog-archive-hero__content {
    max-width: 520px;
}

.catalog-archive-hero__title {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 0;
}

.catalog-archive-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #8f9694;
    font-size: 13px;
    line-height: 1.4;
}

.catalog-archive-breadcrumbs a {
    color: #a4aaa8;
    text-decoration: none;
}

.catalog-archive-breadcrumbs a:hover,
.catalog-archive-breadcrumbs__current {
    color: #ff4b3b;
}

.catalog-archive-breadcrumbs__sep {
    color: #59605e;
}

.catalog-archive-hero__text {
    margin: 0;
    color: #c0c7c4;
    font-size: 16px;
    line-height: 1.65;
}

.catalog-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.catalog-section-card {
    position: relative;
    min-height: 320px;
    display: flex;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .052), transparent 24%),
        linear-gradient(180deg, var(--card-2, #151818), var(--card, #0b0d0d));
    border: 1px solid rgba(217, 54, 40, .38);
    border-radius: 8px;
    box-shadow:
        0 18px 46px rgba(0, 0, 0, .38),
        inset 0 1px 0 rgba(255, 255, 255, .05);
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.catalog-section-card:hover {
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(217, 54, 40, .72);
    box-shadow:
        0 25px 58px rgba(0, 0, 0, .5),
        0 0 0 1px rgba(217, 54, 40, .1),
        inset 0 1px 0 rgba(255, 255, 255, .06);
}

.catalog-section-card__media {
    position: absolute;
    inset: 0;
}

.catalog-section-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 7, 7, .92), rgba(5, 7, 7, .58) 45%, rgba(5, 7, 7, .18)),
        linear-gradient(180deg, rgba(5, 7, 7, .14), rgba(5, 7, 7, .72));
}

.catalog-section-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
    transition: transform .35s ease, filter .35s ease;
}

.catalog-section-card:hover .catalog-section-card__media img {
    transform: scale(1.07);
    filter: contrast(1.05) saturate(1.04);
}

.catalog-section-card__body {
    position: relative;
    z-index: 1;
    width: 58%;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px 24px;
}

.catalog-section-card__icon,
.catalog-archive-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #ffffff;
    border: 1px solid rgba(217, 54, 40, .9);
    border-radius: 18px;
    background: rgba(3, 6, 6, .5);
}

.catalog-section-card__icon {
    margin-bottom: auto;
}

.catalog-section-card__icon svg,
.catalog-archive-cta__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catalog-section-card__title {
    display: block;
    margin-top: 54px;
    color: #ffffff;
    font-size: 31px;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: 0;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .45);
}

.catalog-section-card__line {
    width: 34px;
    height: 2px;
    margin: 18px 0 16px;
    background: #d93628;
}

.catalog-section-card__text {
    display: block;
    max-width: 360px;
    margin-bottom: 18px;
    color: #c5cbc8;
    font-size: 15px;
    line-height: 1.55;
}

.catalog-section-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 44px;
    margin-top: auto;
    padding: 0 18px 0 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    border: 1px solid rgba(217, 54, 40, .72);
    border-radius: 7px;
    background: rgba(3, 6, 6, .5);
    transition: background .2s ease, border-color .2s ease;
}

.catalog-section-card__button svg {
    width: 20px;
    height: 20px;
    color: #ff4b3b;
    transition: transform .2s ease;
}

.catalog-section-card:hover .catalog-section-card__button {
    border-color: #ff4b3b;
    background: rgba(217, 54, 40, .12);
}

.catalog-section-card:hover .catalog-section-card__button svg {
    transform: translateX(3px);
}

.catalog-archive-cta {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .05), transparent 28%),
        rgba(13, 16, 16, .92);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .32);
}

.catalog-archive-cta__item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 78px;
    padding: 16px 28px;
    color: inherit;
    text-decoration: none;
}

.catalog-archive-cta__item + .catalog-archive-cta__item {
    border-left: 1px solid rgba(255, 255, 255, .08);
}

.catalog-archive-cta__item:hover {
    color: #ffffff;
    text-decoration: none;
}

.catalog-archive-cta__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border-radius: 14px;
}

.catalog-archive-cta__icon svg {
    width: 21px;
    height: 21px;
    color: #ff4b3b;
}

.catalog-archive-cta__body {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.catalog-archive-cta__title,
.catalog-archive-cta__text {
    display: block;
}

.catalog-archive-cta__title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.25;
}

.catalog-archive-cta__text {
    color: #949c99;
    font-size: 13px;
    line-height: 1.35;
}

.catalog-archive-cta__arrow {
    margin-left: auto;
    color: #ff4b3b;
    font-size: 22px;
    line-height: 1;
    transition: transform .2s ease;
}

.catalog-archive-cta__item--link:hover .catalog-archive-cta__arrow {
    transform: translateX(3px);
}

.catalog-sort {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin: 0 0 1rem;
    color: #d6d6d6;
    font-size: .9rem;
}

.catalog-sort select {
    min-width: 220px;
    min-height: 40px;
    padding: 0 .8rem;
    color: #ffffff;
    background: #111111;
    border: 1px solid rgba(220, 38, 38, .72);
    border-radius: 8px;
    outline: none;
}

.catalog-sort select:focus {
    border-color: #dc2626;
}

.catalog-category-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    color: inherit;
    text-decoration: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .055), transparent 22%),
        linear-gradient(180deg, var(--card-2, #181818), var(--card, #101010));
    border: 1px solid var(--border, rgba(220, 38, 38, .34));
    border-radius: var(--radius, 10px);
    overflow: hidden;
    box-shadow:
        0 16px 38px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.catalog-category-card:hover {
    color: inherit;
    text-decoration: none;
    border-color: var(--border-hover, rgba(220, 38, 38, .62));
    transform: translateY(-4px);
    box-shadow:
        0 22px 50px rgba(0, 0, 0, .46),
        0 0 0 1px rgba(217, 54, 40, .08),
        inset 0 1px 0 rgba(255, 255, 255, .05);
}

.catalog-category-card__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 178px;
    padding: 1.1rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 64% 12%, rgba(255, 255, 255, .12), transparent 35%),
        #080808;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.catalog-category-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .42));
}

.catalog-category-card__media img {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .35s ease, filter .35s ease;
}

.catalog-category-card:hover .catalog-category-card__media img {
    transform: scale(1.06);
    filter: contrast(1.04) saturate(1.03);
}

.catalog-category-card__content {
    display: flex;
    flex-direction: column;
    gap: .62rem;
    flex: 1;
    padding: 18px 18px 16px;
    background: transparent;
}

.catalog-category-card__title {
    color: #ffffff;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.18;
    transition: color .2s ease;
}

.catalog-category-card:hover .catalog-category-card__title {
    color: #ff4b3b;
}

.catalog-category-card__desc {
    color: #a3a3a3;
    font-size: .9rem;
    line-height: 1.55;
}

.catalog-category-card__status {
    align-self: flex-start;
    margin-top: .15rem;
    padding: .28rem .5rem;
    color: #d6d6d6;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.1;
    border: 1px solid rgba(163, 163, 163, .42);
    border-radius: 5px;
}

.catalog-category-card__status--in-stock {
    color: #4ade80;
    border-color: rgba(34, 197, 94, .5);
    background: rgba(22, 163, 74, .12);
}

.catalog-category-card__status--muted {
    color: #d6d6d6;
    border-color: rgba(163, 163, 163, .42);
    background: rgba(255, 255, 255, .04);
}

.catalog-category-card__article {
    color: #d6d6d6;
    font-size: .82rem;
    line-height: 1.35;
}

.catalog-category-card__article strong {
    color: #ffffff;
}

.catalog-category-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: fit-content;
    min-height: 44px;
    margin-top: auto;
    padding: 0 15px 0 17px;
    color: #f3f5f4;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: rgba(0, 0, 0, .22);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.catalog-category-card__button-icon {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    color: var(--accent, #d93628);
    transition: transform .2s ease;
}

.catalog-category-card:hover .catalog-category-card__button {
    color: #ffffff;
    border-color: rgba(217, 54, 40, .64);
    background: rgba(217, 54, 40, .11);
}

.catalog-category-card:hover .catalog-category-card__button-icon {
    transform: translateX(3px);
}

.catalog-filter {
    margin-top: 1.25rem;
    padding: 1rem;
    color: #d6d6d6;
    background: #1a1a1a;
    border: 1px solid rgba(220, 38, 38, .32);
    border-radius: 8px;
}

.catalog-filter__title {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.catalog-filter__group {
    padding: 1rem 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.catalog-filter__group:first-of-type {
    border-top: none;
    padding-top: 0;
}

.catalog-filter__group-title {
    margin: 0 0 .75rem;
    color: #a3a3a3;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.catalog-filter__option {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: 0 0 .65rem;
    color: #d6d6d6;
    font-size: .9rem;
    line-height: 1.35;
    cursor: pointer;
}

.catalog-filter__option:last-child {
    margin-bottom: 0;
}

.catalog-filter__option input {
    width: 14px;
    height: 14px;
    margin-top: .15rem;
    accent-color: #dc2626;
    flex-shrink: 0;
}

.catalog-filter__option small {
    color: #a3a3a3;
}

.catalog-filter__footer {
    display: grid;
    gap: .65rem;
    padding-top: .9rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: .85rem;
}

.catalog-filter__submit {
    min-height: 38px;
    color: #ffffff;
    font-weight: 700;
    background: #dc2626;
    border: 1px solid #dc2626;
    border-radius: 6px;
    cursor: pointer;
}

.catalog-filter__reset {
    color: #a3a3a3;
    text-decoration: none;
}

.catalog-filter__reset:hover {
    color: #ffffff;
    text-decoration: none;
}

.catalog-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-top: 1.75rem;
}

.catalog-pagination__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 .75rem;
    color: #d6d6d6;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    background: #111111;
    border: 1px solid rgba(220, 38, 38, .42);
    border-radius: 8px;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.catalog-pagination__item:hover {
    color: #ffffff;
    text-decoration: none;
    border-color: #dc2626;
    background: #1a1a1a;
}

.catalog-pagination__item--current,
.catalog-pagination__item--current:hover {
    color: #ffffff;
    background: #dc2626;
    border-color: #dc2626;
}

.catalog-sidebar-back {
    margin-top: 1.25rem;
}

.catalog-sidebar-back .services-back__link {
    min-height: 44px;
    padding-inline: 1rem;
}

.catalog-product {
    display: grid;
    gap: 1.5rem;
}

.catalog-product__detail {
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(320px, .58fr);
    gap: 1.5rem;
    align-items: start;
}

.catalog-product__media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    background: #1a1a1a;
    border: 1px solid rgba(220, 38, 38, .32);
    border-radius: 12px;
    overflow: hidden;
}

.catalog-product__status {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    padding: .35rem .55rem;
    color: #4ade80;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.1;
    background: rgba(22, 163, 74, .12);
    border: 1px solid rgba(34, 197, 94, .5);
    border-radius: 4px;
}

.catalog-product__status--in-stock {
    color: #4ade80;
    background: rgba(22, 163, 74, .12);
    border-color: rgba(34, 197, 94, .5);
}

.catalog-product__status--muted {
    color: #d6d6d6;
    background: rgba(255, 255, 255, .04);
    border-color: rgba(163, 163, 163, .42);
}

.catalog-product__media img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-product__specs {
    min-width: 0;
}

.catalog-product__specs-title {
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
}

.catalog-product__table-wrap {
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, .32);
    border-radius: 8px;
    background: #1a1a1a;
}

.catalog-product__table {
    width: 100%;
    border-collapse: collapse;
    color: #ffffff;
    font-size: .95rem;
}

.catalog-product__table th,
.catalog-product__table td {
    padding: 1rem;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.catalog-product__table tr:last-child th,
.catalog-product__table tr:last-child td {
    border-bottom: none;
}

.catalog-product__table th {
    width: 38%;
    color: #d6d6d6;
    font-weight: 700;
    background: rgba(0, 0, 0, .18);
}

.catalog-product__table td {
    font-weight: 700;
}

@media (max-width: 768px) {
    .catalog-page--archive {
        padding-bottom: 36px;
    }

    .catalog-page--archive::before {
        height: 360px;
    }

    .catalog-archive-hero {
        min-height: 185px;
        padding-top: 38px;
    }

    .catalog-archive-hero__title {
        font-size: 40px;
    }

    .catalog-archive-grid,
    .catalog-archive-cta {
        grid-template-columns: 1fr;
    }

    .catalog-section-card {
        min-height: 300px;
    }

    .catalog-section-card__body {
        width: 72%;
        min-width: 0;
        padding: 26px 22px 22px;
    }

    .catalog-section-card__title {
        margin-top: 42px;
        font-size: 28px;
    }

    .catalog-archive-cta__item + .catalog-archive-cta__item {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .services-layout__sidebar {
        position: static;
        width: 100%;
    }

    /* .services-page .service-card {
        border-radius: 10px;
    }

    .services-page .service-card__thumbnail {
        height: 190px;
    } */

    .services-page--single .single-services__main-block {
        grid-template-columns: 1fr;
    }

    .services-category-hero--has-image {
        grid-template-columns: 1fr;
    }

    .services-page--single .single-services__main-block .main-block__content {
        min-height: 0;
        padding: 1.5rem;
    }

    .services-page--single .single-services__main-block .main-block__thumbnail {
        min-height: 240px;
        max-height: 340px;
    }

    .services-back__link {
        width: 100%;
    }

    .catalog-category-card__media {
        height: 190px;
    }

    .catalog-sort {
        align-items: stretch;
        flex-direction: column;
    }

    .catalog-sort select {
        width: 100%;
    }

    .catalog-product__detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 500px) {
    .services-page {
        padding-bottom: 52px;
    }

    .catalog-archive-hero__title {
        font-size: 34px;
    }

    .catalog-archive-hero__text {
        font-size: 14px;
    }

    .catalog-section-card {
        min-height: 360px;
    }

    .catalog-section-card__media::after {
        background:
            linear-gradient(90deg, rgba(5, 7, 7, .95), rgba(5, 7, 7, .7)),
            linear-gradient(180deg, rgba(5, 7, 7, .12), rgba(5, 7, 7, .78));
    }

    .catalog-section-card__body {
        width: 100%;
    }

    .catalog-section-card__title {
        font-size: 25px;
    }

    .catalog-section-card__text {
        font-size: 14px;
    }

    .catalog-section-card__button {
        width: 100%;
    }

    .catalog-archive-cta__item {
        padding: 16px;
    }

    .services-layout {
        gap: 1rem;
        padding: 1rem 0;
    }
}
.single-employee__wrapper {
    padding: 0 0 80px;
}

.single-employee__title {
    margin-bottom: 40px;
}

.single-employee__main {
    display: grid;
    grid-template-columns: 520px 1fr;
    gap: 40px;
    align-items: flex-start;
}

.single-employee__image {
    width: 100%;
    overflow: hidden;
    background: var(--card, #f3f3f3);
}

.single-employee__image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.single-employee__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.single-employee__row {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 18px;
    align-items: stretch;
}

.single-employee__label {
    padding: 14px 18px;
    border-left: 4px solid var(--Primary, #ff1717);
    background: var(--card, #f3f3f3);
    color: var(--Head, #1A1A1A);
    font-weight: 600;
    line-height: 1.3;
}

.single-employee__value {
    padding: 14px 18px;
    background: var(--card, #f3f3f3);
    color: var(--main-text, #484848);
    line-height: 1.5;
}

.single-employee__content {
    margin-top: 40px;
}

.single-employee__back {
    width: fit-content;
    margin-top: 40px;
}

@media (max-width: 900px) {
    .single-employee__main {
        grid-template-columns: 1fr;
    }

    .single-employee__image {
        max-width: 360px;
    }
}

@media (max-width: 576px) {
    .single-employee__wrapper {
        padding: 0 0 50px;
    }

    .single-employee__title {
        margin-bottom: 25px;
    }

    .single-employee__main {
        gap: 25px;
    }

    .single-employee__row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .single-employee__label,
    .single-employee__value {
        padding: 12px 14px;
    }
}

.form-rating {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-rating__title {
    font-size: 15px;
    font-weight: 500;
    color: var(--Head, #1A1A1A);
}

.form-rating__stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.form-rating__star {
    padding: 0;
    border: none;
    background: transparent;
    color: #cfcfcf;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.form-rating__star:hover {
    transform: scale(1.08);
}

.form-rating__star.is-hover,
.form-rating__star.is-active {
    color: #ffb800;
}

.form-rating__caption {
    font-size: 13px;
    color: #777;
}

.review-card__rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 6px;
}

.review-card__star {
    font-size: 18px;
    line-height: 1;
    color: #cfcfcf;
}

.review-card__star.is-active {
    color: #ffb800;
}





/* Отзывы плиткой, в стиле сайта */
.archive-reviews .archive__posts .reviews-text {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

.archive-reviews .archive__posts .reviews-text .review-text {
    display: flex;
    flex-direction: column;
    gap: 0;
    min-height: 260px;
    padding: 32px 34px;
    background: var(--Background-light, #F3F3F3);
    border: 1px solid rgba(26, 26, 26, 0.06);
}

.archive-reviews .archive__posts .reviews-text .review-text .review-text__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.archive-reviews .archive__posts .reviews-text .review-text__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.archive-reviews .archive__posts .reviews-text .review-text__title {
    padding-left: 16px;
    color: var(--Head, #1A1A1A);
}

.archive-reviews .archive__posts .reviews-text .review-text__title::before {
    top: 3px;
    width: 3px;
    height: calc(100% - 6px);
    background-color: var(--Primary);
}

.archive-reviews .archive__posts .reviews-text .review-text__date {
    padding-left: 16px;
    color: var(--Main-text, #484848);
    text-align: left;
    opacity: 0.75;
    font-size: 14px;
    line-height: 140%;
}

.archive-reviews .archive__posts .reviews-text .review-text__rating {
    /* margin-top: 14px; */
    gap: 3px;
}

.archive-reviews .archive__posts .reviews-text .review-text__star {
    font-size: 24px;
    line-height: 1;
}

.archive-reviews .archive__posts .reviews-text .review-text__text {
    margin-top: 18px;
    color: var(--Main-text, #484848);
    line-height: 150%;
}

.archive-reviews .archive__posts .reviews-text .review-text__images {
    margin-top: auto;
    padding-top: 22px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.archive-reviews .archive__posts .reviews-text .review-text__images .image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

/* Планшеты */
@media (max-width: 1200px) {
    .archive-reviews .archive__posts .reviews-text {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .archive-reviews .archive__posts .reviews-text .review-text {
        padding: 28px 30px;
    }
}

/* Если сайдбар мешает на средних экранах */
@media (max-width: 992px) {
    .archive-reviews .archive__wrapper {
        flex-direction: column;
    }

    .archive-reviews .archive__posts {
        width: 100%;
    }

    .archive-reviews .archive__additionals {
        width: 100%;
    }
}

/* Мобилка */
@media (max-width: 576px) {
    .archive-reviews .archive__posts .reviews-text {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text {
        min-height: auto;
        padding: 24px 22px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__rating {
        /* margin: 14px 0 0; */
    }

    .archive-reviews .archive__posts .reviews-text .review-text__star {
        font-size: 20px;
    }
}

.archive-reviews .archive__posts .reviews-text .review-card-text {
    display: flex;
    flex-direction: column;
    min-height: 270px;
    padding: 32px 34px;
    background: var(--Background-light, #F3F3F3);
    border: 1px solid rgba(26, 26, 26, 0.06);
}

.archive-reviews .archive__posts .reviews-text .review-card__top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.archive-reviews .archive__posts .reviews-text .review-card__avatar {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    background: var(--Head, #1A1A1A);
    color: var(--Card, #FFF);
    border: 3px solid var(--Primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.archive-reviews .archive__posts .reviews-text .review-card__meta {
    min-width: 0;
}

.archive-reviews .archive__posts .reviews-text .review-card__title {
    margin: 0 0 8px;
    color: var(--Head, #1A1A1A);
}

.archive-reviews .archive__posts .reviews-text .review-card__rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 8px;
}

.archive-reviews .archive__posts .reviews-text .review-card__star {
    font-size: 22px;
    line-height: 1;
    color: #cfcfcf;
}

.archive-reviews .archive__posts .reviews-text .review-card__star.is-active {
    color: #ffb800;
}

.archive-reviews .archive__posts .reviews-text .review-card__date {
    color: var(--Main-text, #484848);
    font-size: 14px;
    line-height: 140%;
    opacity: 0.75;
}

.archive-reviews .archive__posts .reviews-text .review-card__content {
    flex: 1;
}

.archive-reviews .archive__posts .reviews-text .review-card__source {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 22px;
    color: var(--Main-text, #484848);
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-underline-offset: 4px;
    opacity: 0.75;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.archive-reviews .archive__posts .reviews-text .review-card__source:hover {
    color: var(--Primary);
    opacity: 1;
}

@media (max-width: 576px) {
    .archive-reviews .archive__posts .reviews-text .review-card-text {
        padding: 24px 22px;
    }

    .archive-reviews .archive__posts .reviews-text .review-card__top {
        gap: 14px;
    }

    .archive-reviews .archive__posts .reviews-text .review-card__avatar {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 18px;
    }

    .archive-reviews .archive__posts .reviews-text .review-card__star {
        font-size: 20px;
    }
}
.archive-reviews .archive__posts .reviews-text .review-text__top {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.archive-reviews .archive__posts .reviews-text .review-text__avatar {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 50%;
    background: var(--Head, #1A1A1A);
    color: var(--Card, #FFF);
    border: 1px solid var(--Primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.archive-reviews .archive__posts .reviews-text .review-text__meta {
    width: 100%;
    min-width: 0;
}

.archive-reviews .archive__posts .reviews-text .review-text__top .review-text__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.archive-reviews .archive__posts .reviews-text .review-text__top .review-text__title {
    padding-left: 0;
}

.archive-reviews .archive__posts .reviews-text .review-text__top .review-text__title::before {
    display: none;
}

.archive-reviews .archive__posts .reviews-text .review-text__top .review-text__date {
    padding-left: 0;
    text-align: left;
    opacity: 0.75;
}

.archive-reviews .archive__posts .reviews-text .review-text__source {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 22px;
    color: var(--Main-text, #484848);
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-underline-offset: 4px;
    opacity: 0.75;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.archive-reviews .archive__posts .reviews-text .review-text__source:hover {
    color: var(--Primary);
    opacity: 1;
}

@media (max-width: 576px) {
    .archive-reviews .archive__posts .reviews-text .review-text__top {
        gap: 14px;
    }

    .archive-reviews .archive__posts .reviews-text .review-text__avatar {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 18px;
    }
}

.review-card-text .review-card__top {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}
.review-card-text .review-card__avatar {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    background: var(--Head, #1A1A1A);
    color: var(--Card, #FFF);
    border: 1px solid var(--Primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}
.review-card-text .review-card__source {
    display: inline-flex;
    width: fit-content;
    margin-top: auto;
    padding-top: 20px;
    color: var(--Main-text, #484848);
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline;
    text-underline-offset: 4px;
    opacity: 0.75;
    transition: opacity 0.2s ease, color 0.2s ease;
}

.review-card-text .review-card__source:hover {
    color: var(--Primary);
    opacity: 1;
}
#reviews-block .review-card__date{
    text-align: left;
}
@media (max-width: 576px) {


    .review-card-text .review-card__top {
        gap: 14px;
    }

    .review-card-text .review-card__avatar {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
        font-size: 18px;
    }


}
.archive-reviews .reviews-text .review-text:nth-child(6n+1) .review-text__avatar,
.swiper-slide:nth-child(6n+1) .review-card__avatar {
    background: #ff00116b;
}

.archive-reviews .reviews-text .review-text:nth-child(6n+2) .review-text__avatar,
.swiper-slide:nth-child(6n+2) .review-card__avatar {
    background: #36a5ff98;
}

.archive-reviews .reviews-text .review-text:nth-child(6n+3) .review-text__avatar,
.swiper-slide:nth-child(6n+3) .review-card__avatar {
    background: #35c46983;
}

.archive-reviews .reviews-text .review-text:nth-child(6n+4) .review-text__avatar,
.swiper-slide:nth-child(6n+4) .review-card__avatar {
    background: #a46cff85;
}

.archive-reviews .reviews-text .review-text:nth-child(6n+5) .review-text__avatar,
.swiper-slide:nth-child(6n+5) .review-card__avatar {
    background: #ffb70067;
}

.archive-reviews .reviews-text .review-text:nth-child(6n+6) .review-text__avatar,
.swiper-slide:nth-child(6n+6) .review-card__avatar {
    background: #e306156e;
}

.archive-reviews .reviews-text .review-text:nth-child(12n+7) .review-text__avatar,
.swiper-slide:nth-child(12n+7) .review-card__avatar {
    background: #00c2ff70;
}

.archive-reviews .reviews-text .review-text:nth-child(12n+8) .review-text__avatar,
.swiper-slide:nth-child(12n+8) .review-card__avatar {
    background: #ff7a006e;
}

.archive-reviews .reviews-text .review-text:nth-child(12n+9) .review-text__avatar,
.swiper-slide:nth-child(12n+9) .review-card__avatar {
    background: #7c3aed75;
}

.archive-reviews .reviews-text .review-text:nth-child(12n+10) .review-text__avatar,
.swiper-slide:nth-child(12n+10) .review-card__avatar {
    background: #14b8a675;
}

.archive-reviews .reviews-text .review-text:nth-child(12n+11) .review-text__avatar,
.swiper-slide:nth-child(12n+11) .review-card__avatar {
    background: #f43f5e70;
}

.archive-reviews .reviews-text .review-text:nth-child(12n+12) .review-text__avatar,
.swiper-slide:nth-child(12n+12) .review-card__avatar {
    background: #64748b7a;
}

.archive-reviews .archive__posts .reviews-text .review-text__top .review-text__title {
    padding-left: 0;
    font-size: calc(0.00125 * 100vw + 22.6px);
}


.catalog-layout .tdi-intro-card{
margin: 20px 0 0 0;
}


/* ---------- Общая карточка услуги ---------- */

.service-card {
  position: relative;
  display: flex;
  min-height: 410px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 22%),
    linear-gradient(180deg, var(--card-2), var(--card));
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow:
    0 24px 56px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(217, 54, 40, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.service-card__image-link {
  position: relative;
  display: block;
  height: 178px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: #111;
}

.service-card__image-link::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.52)),
    radial-gradient(circle at 70% 10%, rgba(255, 255, 255, 0.16), transparent 35%);
}

.service-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.35s ease, filter 0.35s ease;
}

.service-card:hover .service-card__image {
  transform: scale(1.06);
  filter: contrast(1.04) saturate(1.03);
}

.service-card__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.service-card__title {
  margin: 0 0 14px;
  color: var(--text);
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.17;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.service-card__title-link {
  color: inherit;
  text-decoration: none;
}

.service-card__title-link:hover {
  color: #ff4b3b;
}

.service-card__text {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin-bottom: 10px;
}

.service-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 0 15px 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 7px;
  color: #f3f5f4;
  background: rgba(0, 0, 0, 0.22);
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.service-card__button svg,
.service-card__button-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.service-card__button:hover {
  color: #fff;
  border-color: rgba(217, 54, 40, 0.64);
  background: rgba(217, 54, 40, 0.11);
}

.service-card__button:hover svg,
.service-card__button:hover .service-card__button-icon {
  transform: translateX(3px);
}

@media (max-width: 1100px) {
  .service-card {
    min-height: 390px;
  }

  .service-card__image-link {
    height: 210px;
  }
}

@media (max-width: 640px) {
  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head__line {
    width: 54px;
    flex-basis: 54px;
  }

  .service-card {
    min-height: auto;
  }

  .service-card__content {
    padding: 18px;
  }

  .service-card__image-link {
    height: 210px;
  }
}

#text-block{
        background: #030606;
}

/* Shared page heading + breadcrumbs for adjacent header blocks. */
.tdi-page-header {
  margin-bottom: 38px;
}

.tdi-page-heading {
  margin: 0;
}

.tdi-page-title,
.tdi-page-title.services-page__title,
.tdi-page-title.catalog-archive-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 850;
  line-height: 1.05;
  letter-spacing: 0;
}

.tdi-breadcrumbs,
.tdi-breadcrumbs.services-breadcrumbs,
.tdi-breadcrumbs.company-breadcrumbs,
.tdi-breadcrumbs.catalog-archive-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.tdi-breadcrumbs a,
.tdi-breadcrumbs.services-breadcrumbs a,
.tdi-breadcrumbs.company-breadcrumbs a,
.tdi-breadcrumbs.catalog-archive-breadcrumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.tdi-breadcrumbs a:hover,
.tdi-breadcrumbs.services-breadcrumbs a:hover,
.tdi-breadcrumbs.company-breadcrumbs a:hover,
.tdi-breadcrumbs.catalog-archive-breadcrumbs a:hover {
  color: #e12727;
}

.tdi-breadcrumbs__sep,
.tdi-breadcrumbs__sep.services-breadcrumbs__sep,
.tdi-breadcrumbs__sep.company-breadcrumbs__sep,
.tdi-breadcrumbs__sep.catalog-archive-breadcrumbs__sep {
  margin: 0;
  color: rgba(255, 255, 255, 0.25);
}

.tdi-breadcrumbs__current,
.tdi-breadcrumbs__current.services-breadcrumbs__current,
.tdi-breadcrumbs__current.company-breadcrumbs__current,
.tdi-breadcrumbs__current.catalog-archive-breadcrumbs__current {
  color: #ffffff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .tdi-page-header {
    margin-bottom: 24px;
  }

  .tdi-page-title,
  .tdi-page-title.services-page__title,
  .tdi-page-title.catalog-archive-hero__title {
    font-size: 32px;
  }
}


/* ==============================
   Services Single / Category Page
============================== */

.services-page {
    /* background:
        radial-gradient(circle at 50% 0%, rgba(225, 39, 39, 0.08), transparent 34%),
        #050606; */
    color: #fff;
    padding: 42px 0 76px;
}

.services-page .container {
    max-width: 1180px;
}

/* Header */

.services-page__header {
    margin-bottom: 38px;
}

.services-page__eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 12px;
    border: 1px solid rgba(225, 39, 39, 0.45);
    border-radius: 999px;
    background: rgba(225, 39, 39, 0.08);
    color: #ff3b3b;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.services-page__title {
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -0.035em;
}

/* Breadcrumbs */

.services-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    font-size: 14px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.55);
}

.services-breadcrumbs a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    transition: color 0.2s ease;
}

.services-breadcrumbs a:hover {
    color: #e12727;
}

.services-breadcrumbs__sep {
    margin-right: 7px;
    color: rgba(255, 255, 255, 0.25);
}

.services-breadcrumbs__current {
    color: #fff;
    font-weight: 700;
}

/* Layout */

.services-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.services-layout__content {
    min-width: 0;
}

/* Sidebar */

.services-layout__sidebar {
    position: sticky;
    top: 24px;
    overflow: hidden;
    border: 1px solid rgba(225, 39, 39, 0.45);
    border-radius: 12px;
    background:
        radial-gradient(circle at 0% 0%, rgba(225, 39, 39, 0.09), transparent 34%),
        linear-gradient(180deg, #171818 0%, #101111 100%);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
}

/* Если внутри sidebar есть ul/li */

.services-layout__sidebar ul {
    list-style: none;
    margin: 0;
    padding: 8px;
}

.services-layout__sidebar li {
    margin: 0;
}

/* Ссылки сайдбара */

.services-layout__sidebar a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 56px;
    padding: 13px 14px;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    transition:
        background 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease;
}

.services-layout__sidebar a:hover {
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
}

/* Активный пункт */

.services-layout__sidebar a.active,
.services-layout__sidebar .active > a,
.services-layout__sidebar .is-active,
.services-layout__sidebar .current-menu-item > a,
.services-layout__sidebar .current_page_item > a {
    background: #df2528;
    color: #fff;
    box-shadow: 0 10px 24px rgba(223, 37, 40, 0.28);
    
}
.services-layout__sidebar a.active img, .services-layout__sidebar a.active svg{
filter: brightness(0) invert(1);
}
.services-layout__sidebar svg {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    color: #d93628;
    opacity: 0.9;
}

/* Category Hero */

.services-category-hero {
    position: relative;
    min-height: 342px;
    margin-bottom: 38px;
    overflow: hidden;
    border: 1px solid rgba(225, 39, 39, 0.5);
    border-radius: 12px;
    background:
        radial-gradient(circle at 15% 20%, rgba(225, 39, 39, 0.14), transparent 30%),
        linear-gradient(135deg, #181919 0%, #101111 58%, #070808 100%);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
}

.services-category-hero--no-image {
    grid-template-columns: 1fr;
}

.services-category-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 36px;
}

.services-category-hero__eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 15px;
    padding: 7px 12px;
    border: 1px solid rgba(225, 39, 39, 0.5);
    border-radius: 999px;
    background: rgba(225, 39, 39, 0.08);
    color: #ff3b3b;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.services-category-hero__title {
    max-width: 590px;
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -0.035em;
}

.services-category-hero__text {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.55;
}

.services-category-hero__text p {
    margin: 0;
}

.services-category-hero__features {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
}

.services-category-hero__features span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 750;
}

.services-category-hero__features svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: #ff3b3b;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.services-category-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.services-category-hero__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #df2528;
    border-radius: 8px;
    background: #df2528;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.services-category-hero__btn:hover {
    background: #f02d30;
    border-color: #f02d30;
    transform: translateY(-1px);
}

.services-category-hero__btn--outline {
    background: transparent;
    color: #fff;
}

.services-category-hero__btn--outline:hover {
    background: rgba(223, 37, 40, 0.13);
    border-color: #df2528;
}

.services-category-hero__media {
    position: relative;
    min-height: 342px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.services-category-hero__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 6, 6, 0.38), transparent 34%),
        linear-gradient(0deg, rgba(5, 6, 6, 0.12), transparent 50%);
    pointer-events: none;
}

.services-category-hero__image {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 342px;
    object-fit: cover;
}

/* Section Head */

.services-category-list {
    margin-top: 0;
}

.services-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.services-section-head__title {
    position: relative;
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.1;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.services-section-head__title::after {
    content: "";
    display: inline-block;
    width: 64px;
    height: 2px;
    margin-left: 16px;
    vertical-align: middle;
    background: #df2528;
}

.services-section-head__text {
    max-width: 360px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 15px;
    line-height: 1.45;
}

/* Grid Cards */

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

.services-page__grid > * {
    min-width: 0;
}

/* Подстраховка под разные классы карточек */





/* Single Service Hero */

.single-services__main-block {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46%;
    min-height: 330px;
    margin-bottom: 38px;
    overflow: hidden;
    border: 1px solid rgba(225, 39, 39, 0.5);
    border-radius: 12px;
    background:
        radial-gradient(circle at 15% 20%, rgba(225, 39, 39, 0.14), transparent 30%),
        linear-gradient(135deg, #181919 0%, #101111 58%, #070808 100%);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.42);
}

.single-services__main-block--no-image {
    grid-template-columns: 1fr;
}

.main-block__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 36px;
}

.main-block__eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 15px;
    padding: 7px 12px;
    border: 1px solid rgba(225, 39, 39, 0.5);
    border-radius: 999px;
    background: rgba(225, 39, 39, 0.08);
    color: #ff3b3b;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.main-block__title {
    max-width: 590px;
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(28px, 3vw, 44px);
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: -0.035em;
}

.main-block__subtitle {
    max-width: 600px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.55;
}

.main-block__subtitle p {
    margin: 0;
}

.main-block__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

.main-block__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid #df2528;
    border-radius: 8px;
    background: #df2528;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 850;
    text-decoration: none;
    cursor: pointer;
}

.main-block__btn--outline {
    background: transparent;
}

.main-block__media {
    min-height: 330px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.main-block__thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

/* Content */

.services-page__content {
    margin-top: 40px;
}

/* Back Link */

.services-back {
    margin-top: 42px;
}

.services-back__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    font-size: 15px;
    font-weight: 750;
    transition: color 0.2s ease;
}

.services-back__link:hover {
    color: #fff;
}

.services-back__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(225, 39, 39, 0.45);
    border-radius: 50%;
    color: #df2528;
}

/* Responsive */

@media (max-width: 1100px) {
    .services-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .services-layout__sidebar {
        position: static;
        top: auto;
        width: 100%;
    }

    .services-category-hero,
    .single-services__main-block {
        grid-template-columns: 1fr;
    }

    .services-category-hero__media,
    .main-block__media {
        min-height: 270px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .services-category-hero__image,
    .main-block__thumbnail {
        min-height: 270px;
    }

    .services-page__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .services-section-head {
        display: block;
    }

    .services-section-head__text {
        margin-top: 10px;
    }
}

@media (max-width: 640px) {
    .services-page {
        padding: 28px 0 56px;
    }

    .services-page__header {
        margin-bottom: 24px;
    }

    .services-page__title {
        font-size: 32px;
    }

    .services-layout {
        gap: 24px;
    }

    .company-layout .services-layout__sidebar ul,
    .services-layout__sidebar ul {
        display: flex;
        overflow-x: auto;
        gap: 8px;
        padding: 8px;
        scrollbar-width: none;
    }

    .company-layout .services-layout__sidebar ul::-webkit-scrollbar,
    .services-layout__sidebar ul::-webkit-scrollbar {
        display: none;
    }

    .company-layout .services-layout__sidebar li,
    .services-layout__sidebar li {
        flex: 0 0 auto;
        width: 220px;
    }

    .company-layout .services-layout__sidebar a,
    .services-layout__sidebar a {
        min-height: 52px;
        font-size: 14px;
    }

    .services-category-hero__content,
    .main-block__content {
        padding: 28px 20px;
    }

    .services-category-hero__actions,
    .main-block__actions {
        flex-direction: column;
    }

    .services-category-hero__btn,
    .main-block__btn {
        width: 100%;
    }

    .services-page__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .services-section-head__title::after {
        width: 46px;
        margin-left: 12px;
    }
}
/* ==============================
   Button Hover Effects
============================== */

.services-category-hero__btn,
.main-block__btn,
.services-page .btn {
    position: relative;
    overflow: hidden;
    transition:
        background-color 0.22s ease,
        border-color 0.22s ease,
        color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

/* Красная кнопка */

.services-category-hero__btn:not(.services-category-hero__btn--outline):hover,
.main-block__btn:not(.main-block__btn--outline):hover,
.services-page .btn:hover {
    background-color: #f23838;
    border-color: #f23838;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(223, 37, 40, 0.35);
}

/* Нажатие */

.services-category-hero__btn:not(.services-category-hero__btn--outline):active,
.main-block__btn:not(.main-block__btn--outline):active,
.services-page .btn:active {
    transform: translateY(0);
    box-shadow: 0 6px 16px rgba(223, 37, 40, 0.25);
}

/* Outline кнопка */

.services-category-hero__btn--outline:hover,
.main-block__btn--outline:hover {
    background-color: rgba(223, 37, 40, 0.12);
    border-color: #f23838;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(223, 37, 40, 0.18);
}

/* Нажатие outline */

.services-category-hero__btn--outline:active,
.main-block__btn--outline:active {
    transform: translateY(0);
    background-color: rgba(223, 37, 40, 0.2);
    box-shadow: none;
}

/* Красивый блик при наведении */

.services-category-hero__btn::before,
.main-block__btn::before,
.services-page .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 70%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.28),
        transparent
    );
    transform: skewX(-18deg);
    transition: left 0.55s ease;
    pointer-events: none;
}

.services-category-hero__btn:hover::before,
.main-block__btn:hover::before,
.services-page .btn:hover::before {
    left: 130%;
}

/* Чтобы текст был поверх блика */

.services-category-hero__btn,
.main-block__btn,
.services-page .btn {
    isolation: isolate;
}

.services-category-hero__btn > *,
.main-block__btn > *,
.services-page .btn > * {
    position: relative;
    z-index: 1;
}

/* Фокус с клавиатуры */

.services-category-hero__btn:focus-visible,
.main-block__btn:focus-visible,
.services-page .btn:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.18),
        0 0 0 6px rgba(223, 37, 40, 0.35);
}

/* =========================================================
   TDI Service — стандартная стилизация статьи WordPress
   Контейнер: .content
   ========================================================= */

.content {
    --text-main: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.78);
    --text-soft: rgba(255, 255, 255, 0.62);
    --border-soft: rgba(255, 255, 255, 0.14);
    --border-light: rgba(255, 255, 255, 0.22);
    --red: #ef342d;
    --red-soft: rgba(239, 52, 45, 0.18);
    --bg-soft: rgba(255, 255, 255, 0.035);

    max-width: 980px;
    margin: 0 auto;
    padding: 32px 0 64px;
    color: var(--text-main);
    font-size: 16px;
    line-height: 1.65;
}

/* Убираем пустые абзацы Gutenberg */
.content p:empty {
    display: none;
}

/* Абзацы */
.content p {
    margin: 0 0 18px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.65;
}

/* Первый короткий абзац сверху */
.content > p:first-child {
    margin-bottom: 24px;
    padding-bottom: 22px;
    color: #fff;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    border-bottom: 1px solid var(--border-soft);
}

/* H1 — нормальный размер для статьи */
.content h1,
.content h1.wp-block-heading {
    margin: 34px 0 24px;
    color: #fff;
    font-size: clamp(1.6rem, 2.8vw, 2.75rem);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -0.035em;
}

/* H2 */
.content h2,
.content h2.wp-block-heading {
    position: relative;
    margin: 46px 0 18px;
    padding-bottom: 12px;
    color: #fff;
    font-size: clamp(1.35rem, 2.1vw, 2rem);
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.025em;
    border-bottom: 1px solid var(--border-soft);
}

.content h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 72px;
    height: 2px;
    background: var(--red);
}

/* H3 */
.content h3,
.content h3.wp-block-heading {
    margin: 34px 0 14px;
    color: #fff;
    font-size: clamp(1.15rem, 1.7vw, 1.45rem);
    line-height: 1.25;
    font-weight: 800;
}

/* Разделитель */
.content hr,
.content hr.wp-block-separator {
    height: 1px;
    margin: 34px 0;
    border: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.08),
        rgba(239, 52, 45, 0.18)
    );
}

/* Обычные списки */
.content ul,
.content ul.wp-block-list {
    margin: 18px 0 28px;
    padding: 0;
    list-style: none;
}

.content ul li,
.content ul.wp-block-list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 26px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.55;
}

.content ul li::before,
.content ul.wp-block-list li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0.68em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--red);
    box-shadow: 0 0 0 4px rgba(239, 52, 45, 0.12);
}

/* Нумерованные списки */
.content ol {
    margin: 18px 0 28px;
    padding-left: 0;
    counter-reset: article-counter;
    list-style: none;
}

.content ol li {
    counter-increment: article-counter;
    position: relative;
    margin: 0 0 12px;
    padding-left: 42px;
    color: var(--text-muted);
    font-size: 16px;
    line-height: 1.55;
}

.content ol li::before {
    content: counter(article-counter);
    position: absolute;
    left: 0;
    top: 0.1em;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--red-soft);
    color: var(--red);
    font-size: 13px;
    line-height: 26px;
    font-weight: 800;
    text-align: center;
}

/* Ссылки */
.content a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: var(--red);
    text-underline-offset: 4px;
    transition: color .2s ease, text-decoration-color .2s ease;
}

.content a:hover {
    color: var(--red);
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

/* Жирный текст */
.content strong,
.content b {
    color: #fff;
    font-weight: 800;
}

/* Цитаты */
.content blockquote,
.content blockquote.wp-block-quote {
    margin: 28px 0;
    padding: 20px 24px;
    border-left: 3px solid var(--red);
    background: var(--bg-soft);
    color: #fff;
}

.content blockquote p {
    margin: 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.6;
}

/* Таблица WordPress */
.content .wp-block-table {
    width: 100%;
    margin: 26px 0 42px;
    overflow-x: auto;
    border: 1px solid var(--border-soft);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
}

.content .wp-block-table table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    color: #fff;
    font-size: 14px;
    line-height: 1.45;
}

.content .wp-block-table th {
    padding: 14px 16px;
    border: 1px solid var(--border-light);
    background: rgba(255, 255, 255, 0.055);
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 800;
    text-align: left;
}

.content .wp-block-table td {
    padding: 14px 16px;
    border: 1px solid var(--border-soft);
    color: var(--text-muted);
    vertical-align: top;
}

.content .wp-block-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.025);
}

.content .wp-block-table tbody tr:hover {
    background: rgba(239, 52, 45, 0.055);
}

.content .wp-block-table td:first-child {
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
}

/* Изображения */
.content figure.wp-block-image {
    margin: 28px 0;
}

.content figure.wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--border-soft);
}

.content figcaption {
    margin-top: 8px;
    color: var(--text-soft);
    font-size: 14px;
    line-height: 1.45;
}

/* Кнопки Gutenberg */
.content .wp-block-button {
    margin: 26px 0;
}

.content .wp-block-button__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 13px 22px;
    border-radius: 6px;
    background: var(--red);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}

.content .wp-block-button__link:hover {
    background: #ff3d35;
    color: #fff;
    transform: translateY(-1px);
}

/* Адаптив */
@media (max-width: 768px) {
    .content {
        padding: 24px 0 50px;
        font-size: 15px;
    }

    .content p,
    .content ul li,
    .content ol li {
        font-size: 15px;
    }

    .content h1,
    .content h1.wp-block-heading {
        margin-top: 28px;
        font-size: clamp(1.55rem, 7vw, 2.2rem);
    }

    .content h2,
    .content h2.wp-block-heading {
        margin-top: 38px;
        font-size: clamp(1.25rem, 5.4vw, 1.75rem);
    }

    .content .wp-block-table {
        margin-left: -12px;
        margin-right: -12px;
        border-radius: 0;
    }
}
/* Info feed archive */
.info-feed-archive {
    position: relative;
    overflow: hidden;
}

.info-feed-archive::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: min(58vw, 760px);
    height: 100%;
    pointer-events: none;
    background:
        radial-gradient(circle at 80% 8%, rgba(220, 38, 38, .18), transparent 34%),
        linear-gradient(135deg, transparent 10%, rgba(255, 255, 255, .03) 100%);
    opacity: .8;
}

.info-feed-header,
.info-feed-page {
    position: relative;
    z-index: 1;
}

.info-feed-header__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.info-feed-header__text {
    max-width: 650px;
    margin: 14px 0 0;
    color: #b9b9b9;
    font-size: 16px;
    line-height: 1.55;
}

.info-feed-header__button,
.info-feed-cta__button,
.info-feed-archive .news-card__button,
.info-feed-archive .stock-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-height: 44px;
    padding: 0 20px;
    color: #ffffff;
    border: 1px solid rgba(220, 38, 38, .78);
    border-radius: 7px;
    background: rgba(5, 7, 7, .5);
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: border-color .2s ease, background .2s ease;
}

.info-feed-header__button {
    min-width: 184px;
    margin-bottom: 4px;
}

.info-feed-header__button svg,
.info-feed-cta__button svg,
.info-feed-archive .news-card__button svg,
.info-feed-archive .stock-card__button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: #ff3939;
    transition: transform .2s ease;
}

.info-feed-header__button:hover,
.info-feed-cta__button:hover,
.info-feed-archive .news-card:hover .news-card__button,
.info-feed-archive .stock-card:hover .stock-card__button {
    color: #ffffff;
    border-color: #ff3939;
    background: rgba(220, 38, 38, .12);
    text-decoration: none;
}

.info-feed-header__button:hover svg,
.info-feed-cta__button:hover svg,
.info-feed-archive .news-card:hover .news-card__button svg,
.info-feed-archive .stock-card:hover .stock-card__button svg {
    transform: translateX(3px);
}

.info-feed-archive .info-feed-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.info-feed-archive .company-layout__content .info-feed-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-feed-archive .news-card,
.info-feed-archive .stock-card {
    position: relative;
    display: block;
    min-height: 344px;
    overflow: hidden;
    border: 1px solid rgba(220, 38, 38, .46);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(220, 38, 38, .12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 28%),
        linear-gradient(135deg, #151717 0%, #0b0d0d 100%);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .32);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.info-feed-archive .news-card:hover,
.info-feed-archive .stock-card:hover {
    border-color: rgba(220, 38, 38, .82);
    transform: translateY(-3px);
    box-shadow: 0 26px 58px rgba(0, 0, 0, .46);
}

.info-feed-archive .news-card--featured,
.info-feed-archive .stock-card--featured {
    grid-column: span 2;
    min-height: 344px;
}

.info-feed-archive .news-card__link,
.info-feed-archive .stock-card__link {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #ffffff;
}

.info-feed-archive .news-card__thumbnail,
.info-feed-archive .stock-card__thumbnail {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: cover;
    opacity: .52;
    filter: saturate(.9) contrast(1.04);
    transform: scale(1.02);
    transition: opacity .2s ease, transform .35s ease;
}

.info-feed-archive .news-card:hover .news-card__thumbnail,
.info-feed-archive .stock-card:hover .stock-card__thumbnail {
    opacity: .62;
    transform: scale(1.07);
}

.info-feed-archive .news-card__link::after,
.info-feed-archive .stock-card__link::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 8, 8, .94), rgba(6, 8, 8, .72) 52%, rgba(6, 8, 8, .32)),
        linear-gradient(180deg, rgba(6, 8, 8, .16), rgba(6, 8, 8, .82));
    pointer-events: none;
}

.info-feed-archive .news-card:not(.news-card--featured) .news-card__link::after,
.info-feed-archive .stock-card:not(.stock-card--featured) .stock-card__link::after {
    background:
        linear-gradient(180deg, rgba(6, 8, 8, .1), rgba(6, 8, 8, .88) 58%),
        linear-gradient(90deg, rgba(6, 8, 8, .76), rgba(6, 8, 8, .38));
}

.info-feed-archive .news-card__content,
.info-feed-archive .stock-card__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 344px;
    padding: 24px 20px 20px;
}

.info-feed-archive .news-card--featured .news-card__content,
.info-feed-archive .stock-card--featured .stock-card__content {
    max-width: 58%;
    padding: 26px 24px 24px;
}

.info-feed-archive .news-card__badge,
.info-feed-archive .stock-card__badge {
    order: 1;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    color: #ff3939;
    border: 1px solid rgba(220, 38, 38, .7);
    border-radius: 4px;
    background: rgba(5, 7, 7, .52);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

.info-feed-archive .news-card__title,
.info-feed-archive .stock-card__title {
    order: 2;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.16;
    text-shadow: 0 2px 16px rgba(0, 0, 0, .42);
}

.info-feed-archive .news-card--featured .news-card__title,
.info-feed-archive .stock-card--featured .stock-card__title {
    margin-top: 8px;
    font-size: 30px;
    line-height: 1.08;
}

.info-feed-archive .news-card__excerpt,
.info-feed-archive .stock-card__excerpt {
    order: 3;
    max-width: 330px;
    color: #c8c8c8;
    font-size: 14px;
    line-height: 1.55;
}

.info-feed-archive .news-card__date,
.info-feed-archive .stock-card__date {
    order: 4;
    margin-top: 10px;
    color: #b4b4b4;
    font-size: 13px;
    line-height: 1.35;
}

.info-feed-archive .news-card__button,
.info-feed-archive .stock-card__button {
    order: 5;
    min-width: 46px;
    margin-top: auto;
    padding: 0 14px;
}

.info-feed-archive .news-card__button span:empty,
.info-feed-archive .stock-card__button span:empty {
    display: none;
}

.info-feed-archive .news-card--featured .news-card__button,
.info-feed-archive .stock-card--featured .stock-card__button {
    min-width: 220px;
    padding: 0 20px;
}

.info-feed-cta {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 20px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(220, 38, 38, .11), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 28%),
        #101111;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .3);
}

.info-feed-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    color: #ff3939;
    border: 1px solid rgba(255, 57, 57, .95);
    border-radius: 12px;
    background: rgba(5, 7, 7, .42);
}

.info-feed-cta__icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.info-feed-cta__body {
    display: grid;
    gap: 6px;
    min-width: 0;
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.45;
}

.info-feed-cta__body strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
}

.info-feed-cta__button {
    min-width: 220px;
    margin-left: auto;
}

.info-page .tdi-guarantee__grid{
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
}
.info-page .tdi-guarantee{
    padding-top: 0; 
}

@media (max-width: 1100px) {
    .info-feed-archive .info-feed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .info-feed-archive .company-layout__content .info-feed-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 760px) {
    .info-feed-header__row,
    .info-feed-cta {
        align-items: stretch;
        flex-direction: column;
    }

    .info-feed-header__button,
    .info-feed-cta__button {
        width: 100%;
        margin-left: 0;
    }

    .info-feed-archive .info-feed-grid {
        grid-template-columns: 1fr;
    }

    .info-feed-archive .company-layout__content .info-feed-grid {
        grid-template-columns: 1fr;
    }

    .info-feed-archive .news-card--featured,
    .info-feed-archive .stock-card--featured {
        grid-column: span 1;
    }

    .info-feed-archive .news-card--featured .news-card__content,
    .info-feed-archive .stock-card--featured .stock-card__content {
        max-width: none;
    }
    .info-page .tdi-guarantee__grid{
         grid-template-columns: repeat(1, 1fr);
    }
}

