/* Hide Joomla system blocks rendered into hidden mirror or via legacy modules. */
body.tenprom #system-message-container,
body.tenprom #panel-debug,
body.tenprom div[id*="debug"] {
    display: none !important;
}

/* QF3 form inside CTA block — overrides shipped /components/com_qf3/assets/css/default.css */
body.tenprom .cta-form .qf3form.default {
    background: #e30613 !important;
    padding: 32px 28px !important;
    margin: 0 !important;
    border-radius: 8px;
}

body.tenprom .cta-form .qf3form.default .qf3 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
}

body.tenprom .cta-form .qf3form.default .qf3:last-child {
    padding-bottom: 0 !important;
}

body.tenprom .cta-form .qf3label,
body.tenprom .cta-form .qfcapt,
body.tenprom .cta-form a[href*="qf3"] {
    display: none !important;
}

body.tenprom .cta-form .qf3txt input {
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    height: 48px;
    padding: 0 16px;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    font-family: inherit;
    box-sizing: border-box;
}

body.tenprom .cta-form:not(.request-feedback__form) .btn-primary,
body.tenprom .cta-form:not(.request-feedback__form) input[type="submit"],
body.tenprom .cta-form:not(.request-feedback__form) input[type="button"] {
    width: 100% !important;
    height: 48px;
    border: 0;
    border-radius: 0;
    background: #1e252b !important;
    color: #fff !important;
    font-weight: 700;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
}

/* Нижняя форма обратной связи (внутренние страницы) */
body.tenprom .request-feedback__card {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 30px 20px 40px;
    border-radius: 24px;
    background-color: #f8f8f8;
}

body.tenprom .request-feedback__decor {
    position: absolute;
    right: -8px;
    bottom: -12px;
    z-index: 0;
    width: clamp(180px, 32vw, 340px);
    height: auto;
    max-width: 55%;
    pointer-events: none;
    user-select: none;
}

body.tenprom .request-feedback__head,
body.tenprom .request-feedback__form {
    position: relative;
    z-index: 1;
}

body.tenprom .request-feedback .cta-form .qf3form.default {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
}

body.tenprom .request-feedback .cta-form .qf3form.default form {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 20px;
    align-items: start;
}

body.tenprom .request-feedback .cta-form .qf3form.default .qf3 {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.tenprom .request-feedback .cta-form .qf3txt input {
    height: 52px;
    padding: 0 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #2d343a;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

body.tenprom .request-feedback .cta-form .qf3txt input::placeholder {
    color: #9ca3af;
    opacity: 1;
}

body.tenprom .request-feedback__form.cta-form input.request-fld-submit,
body.tenprom .request-feedback__form.cta-form input[type="button"].btn-primary {
    width: 100% !important;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: #ed3237 !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

body.tenprom .request-feedback__form.cta-form input.request-fld-submit:hover,
body.tenprom .request-feedback__form.cta-form input[type="button"].btn-primary:hover {
    background: #d42b30 !important;
}

body.tenprom .request-feedback .cta-form .box_request-fld-name {
    grid-column: 1;
    grid-row: 1;
}

body.tenprom .request-feedback .cta-form .box_request-fld-phone {
    grid-column: 2;
    grid-row: 1;
}

body.tenprom .request-feedback .cta-form .box_request-fld-question {
    grid-column: 3;
    grid-row: 1;
}

body.tenprom .request-feedback .cta-form .box_request-fld-submit {
    grid-column: 1 / span 2;
    grid-row: 2;
}

body.tenprom .request-feedback__legal {
    grid-column: 3;
    grid-row: 2;
    align-self: center;
    margin: 0;
    font-size: 12px;
    line-height: 1.45;
    color: #2d343a;
}

body.tenprom .request-feedback__legal a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.tenprom .request-feedback__legal a:hover {
    color: #e30613;
}

body.tenprom .request-feedback .cta-form .qf3form.default form > input[type="hidden"],
body.tenprom .request-feedback .cta-form .qf3form.default form > .qfcapt {
    grid-column: 1 / -1;
}

body.tenprom .request-feedback .cta-form .qfcapt {
    display: none !important;
}

@media (max-width: 1023px) {
    body.tenprom .request-feedback__decor {
        width: clamp(140px, 40vw, 220px);
        right: -16px;
        bottom: -20px;
    }

    body.tenprom .request-feedback .cta-form .qf3form.default form {
        grid-template-columns: 1fr;
    }

    body.tenprom .request-feedback .cta-form .box_request-fld-name,
    body.tenprom .request-feedback .cta-form .box_request-fld-phone,
    body.tenprom .request-feedback .cta-form .box_request-fld-question,
    body.tenprom .request-feedback .cta-form .box_request-fld-submit,
    body.tenprom .request-feedback__legal {
        grid-column: 1;
        grid-row: auto;
    }
}

body.tenprom .heading-fluid-lg {
    font-size: clamp(24px, 5vw, 47px);
}

body.tenprom .heading-fluid-md {
    font-size: clamp(18px, 4vw, 28px);
}

body.tenprom .text-fluid-sm {
    font-size: clamp(15px, 2.8vw, 18px);
}

body.tenprom .contacts-block__title {
    font-weight: 600;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
}

body.tenprom .contacts-block__text,
body.tenprom .contacts-block__text p,
body.tenprom .contacts-block__text a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
}

body.tenprom .contacts-block__sales {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
}

body.tenprom .delivery-card {
    padding: 30px 20px 40px;
}

body.tenprom .delivery-card__body {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgb(255 255 255 / 0.75);
}

body.tenprom .delivery-card__body > :first-child {
    margin-top: 0;
}

body.tenprom .delivery-card__body > :last-child {
    margin-bottom: 0;
}

body.tenprom .delivery-card__body p {
    margin: 0 0 1em;
}

body.tenprom .delivery-card__body h2,
body.tenprom .delivery-card__body h3 {
    margin: 0 0 1.25rem;
    font-weight: 600;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
}

body.tenprom .delivery-card__body h2:not(:first-child),
body.tenprom .delivery-card__body h3:not(:first-child) {
    margin-top: 2rem;
}

body.tenprom .delivery-card__body a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.tenprom .delivery-card__body a:hover {
    color: #ed3237;
}

body.tenprom .delivery-card__body > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 16px;
    margin: 1.5rem 0;
}

body.tenprom .delivery-card__body > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
}

body.tenprom .delivery-card__body img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 48px;
    height: auto;
    margin: 0;
    object-fit: contain;
}

@media (min-width: 640px) {
    body.tenprom .delivery-card__body > div {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.tenprom .delivery-card__body img {
        max-height: 52px;
    }
}

body.tenprom .inner-card-section {
    position: relative;
}

body.tenprom .inner-card.inner-card--warranty {
    position: relative;
    overflow: hidden;
}

body.tenprom .inner-card__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: min(539px, 72%);
    max-width: 100%;
    pointer-events: none;
    line-height: 0;
}

body.tenprom .inner-card__decor img {
    display: block;
    width: 100%;
    height: auto;
}

body.tenprom .inner-card--warranty .inner-card__body {
    position: relative;
    z-index: 1;
}

body.tenprom .about-hero__badge-card {
    min-height: 220px;
}

body.tenprom .about-steps__grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 16px;
}

body.tenprom .about-step {
    position: relative;
    overflow: hidden;
    min-height: 180px;
    padding: clamp(20px, 2.5vw, 30px) 24px 28px;
    border-radius: 16px;
    background: #f4f4f4;
}

body.tenprom .about-step__head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

body.tenprom .about-step__num {
    flex-shrink: 0;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: 0;
    color: #ED3237 !important;
    pointer-events: none;
    user-select: none;
}

body.tenprom .about-step__title {
    position: relative;
    z-index: 1;
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: clamp(16px, 2.5vw, 20px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2d343a;
}

body.tenprom .about-step__divider {
    position: relative;
    z-index: 1;
    height: 1px;
    margin: 25px 0 10px;
    background: rgb(0 0 0 / 0.2);
}

body.tenprom .about-step__text {
    position: relative;
    z-index: 1;
    margin: 0;
    max-width: 92%;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    color: rgb(45 52 58 / 0.75);
}

body.tenprom .about-step__decor {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: min(380px, 72%);
    max-width: 100%;
    pointer-events: none;
    line-height: 0;
}

body.tenprom .about-step__decor img {
    display: block;
    width: 100%;
    height: auto;
}

body.tenprom .about-certs__body {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

body.tenprom .about-certs__body > :first-child {
    margin-top: 0;
}

body.tenprom .about-certs__body > :last-child {
    margin-bottom: 0;
}

body.tenprom .about-certs__body p {
    margin: 0 0 1em;
}

body.tenprom .about-certs__body img {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgb(45 52 58 / 0.12);
}

body.tenprom .about-certs__body > div {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
}

@media (min-width: 768px) {
    body.tenprom .about-steps__grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    body.tenprom .about-step:nth-child(-n+3) {
        grid-column: span 2;
    }

    body.tenprom .about-step:nth-child(4) {
        grid-column: 1 / span 3;
    }

    body.tenprom .about-step:nth-child(5) {
        grid-column: 4 / span 3;
    }

    body.tenprom .about-certs__body,
    body.tenprom .about-certs__body > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 32px;
    }

    body.tenprom .about-certs__body img {
        margin: 0;
        max-width: 100%;
    }
}

body.tenprom .product-tabs__btn {
    position: relative;
    margin: 0 0 -1px;
    padding: 0 0 14px;
    border: 0;
    background: transparent;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgb(45 52 58 / 0.55);
    cursor: pointer;
    transition: color 0.2s ease;
}

body.tenprom .product-tabs__btn.is-active {
    color: #2d343a;
}

body.tenprom .product-tabs__btn.is-active::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #ed3237;
}

body.tenprom .product-tabs__panel[hidden] {
    display: none;
}

body.tenprom .product-tabs__body {
    font-size: 18px;
    line-height: 1.4;
    color: rgb(45 52 58 / 0.85);
}

body.tenprom .product-tabs__body > :first-child {
    margin-top: 0;
}

body.tenprom .product-tabs__body p {
    margin: 0 0 1em;
}

body.tenprom .product-tabs__body h2,
body.tenprom .product-tabs__body h3,
body.tenprom .product-tabs__body h4 {
    margin: 0 0 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2d343a;
}

body.tenprom .product-tabs__body img {
    display: block;
    max-width: 100%;
    height: auto;
}

body.tenprom .product-tabs__body table {
    width: 100%;
    border-collapse: collapse;
}

body.tenprom .product-tabs__body table td,
body.tenprom .product-tabs__body table th {
    padding: 8px 12px;
    border: 1px solid rgb(0 0 0 / 0.08);
    vertical-align: top;
}

body.tenprom .product-gallery__main {
    min-height: 280px;
    padding: 20px;
    cursor: zoom-in;
    text-align: center;
}

body.tenprom .product-gallery__main-image {
    cursor: zoom-in;
}

/* === LIGHTBOX (product page) === */
body.tenprom .product-lightbox {
    position: fixed;
    inset: 0;
    z-index: 600;
}

body.tenprom .product-lightbox.hidden {
    display: none;
}

body.tenprom .product-lightbox__nav[hidden] {
    display: none;
}

body.tenprom .product-page [data-product-lightbox],
body.tenprom .product-page .flex-img [data-product-gallery-thumb],
body.tenprom .product-page .product-tabs__body [data-product-gallery-thumb] {
    cursor: zoom-in;
    padding: 0;
    border: 0;
    background: transparent;
    opacity: 1;
}

body.tenprom .product-page .flex-img [data-product-gallery-thumb] img,
body.tenprom .product-page .product-tabs__body [data-product-gallery-thumb] img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

body.tenprom .product-lightbox__close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.12);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

body.tenprom .product-lightbox__close:hover {
    background: rgb(255 255 255 / 0.22);
}

body.tenprom .product-lightbox__nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    border: 1px solid rgb(255 255 255 / 0.25);
    border-radius: 999px;
    background: rgb(0 0 0 / 0.35);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

body.tenprom .product-lightbox__nav:hover {
    background: rgb(0 0 0 / 0.55);
    border-color: rgb(255 255 255 / 0.45);
}

body.tenprom .product-lightbox__nav--prev {
    left: 16px;
}

body.tenprom .product-lightbox__nav--next {
    right: 16px;
}

body.tenprom .product-lightbox__image {
    box-shadow: 0 24px 80px rgb(0 0 0 / 0.45);
}

body.tenprom [data-product-gallery] .product-gallery__thumb {
    width: 72px;
    height: 72px;
    padding: 0;
    border: 1px solid rgb(255 255 255 / 0.15);
    border-radius: 12px;
    background: rgb(255 255 255 / 0.04);
    overflow: hidden;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease, border-color 0.2s ease;
}

body.tenprom [data-product-gallery] .product-gallery__thumb.is-active {
    opacity: 1;
    border-color: #ed3237;
}

body.tenprom [data-product-gallery] .product-gallery__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.tenprom .product-gallery__nav {
    width: 32px;
    height: 32px;
    border: 1px solid rgb(255 255 255 / 0.2);
    border-radius: 999px;
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

body.tenprom .contacts-page,
body.tenprom .contacts-page .contacts-card {
    width: 100%;
}

body.tenprom .contacts-card {
    padding: 30px 20px 40px;
}

body.tenprom .contacts-blocks {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

body.tenprom .contacts-block {
    flex: 0 1 auto;
    min-width: 0;
}

body.tenprom .contacts-block__head {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

body.tenprom .contacts-block__head svg {
    flex-shrink: 0;
}

@media (max-width: 1023px) {
    body.tenprom .contacts-blocks {
        flex-wrap: wrap;
        row-gap: 32px;
    }

    body.tenprom .contacts-block {
        flex: 0 1 calc(50% - 16px);
    }
}

@media (max-width: 639px) {
    body.tenprom .contacts-blocks {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 32px;
    }

    body.tenprom .contacts-block {
        flex: 1 1 auto;
        width: 100%;
    }
}

body.tenprom .contacts-requisites__body p {
    margin: 0 0 0.65em;
}

body.tenprom .contacts-requisites__body p:last-child {
    margin-bottom: 0;
}

body.tenprom .contacts-requisites__body a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

body.tenprom .contacts-requisites__body a:hover {
    color: #e30613;
}

body.tenprom .contacts-requisites__body img {
    max-width: 100%;
    height: auto;
}

body.tenprom .contacts-card__map {
    min-height: 320px;
}

body.tenprom .contacts-card__map iframe {
    display: block;
    width: 100%;
    min-height: 320px;
    border: 0;
}

body.tenprom .footer-watermark {
    display: block;
    width: 100%;
    margin: 0;
    font-family: 'Montserrat', 'Segoe UI', Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: left;
    color: rgb(255 255 255 / 0.08);
}

@media (min-width: 1024px) {
    body.tenprom .footer-watermark {
        display: inline-block;
        width: auto;
        max-width: 100%;
        font-weight: 900;
        font-size: 124.29px;
        white-space: nowrap;
    }
}

.product-desc {
    background: #fff;
    color: #2D343A;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 48px 24px 64px;
}

.product-desc__inner {

    margin: 0 auto;
}

.product-desc__section + .product-desc__section {
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.product-desc__section:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.product-desc__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 40px;
}

@media (min-width: 768px) {
    .product-desc__grid {
        grid-template-columns: 30% 1fr;
        align-items: start;
    }
}

.product-desc__title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 1024px) {
    .product-desc__title {
        font-size: 16px;
    }
}

.product-desc__content > *:first-child {
    margin-top: 0;
}

.product-desc__text p {
    margin: 0 0 1em;
}

.product-desc__text p:last-child {
    margin-bottom: 0;
}

.product-desc__text strong {
    color: #2D343A;
    font-weight: 600;
}

/* Списки */
.product-desc__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 640px) {
    .product-desc__list--cols {
        grid-template-columns: 1fr 1fr;
    }
}

.product-desc__list li {
    position: relative;
    margin: 0;
    padding-left: 18px;
}

.product-desc__list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    background: #ed3237;
    transform: translateY(-50%);
}

/* Блок преимуществ */
.product-desc__benefits {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px 32px;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .product-desc__benefits {
        grid-template-columns: 1fr 1fr;
    }
}

.product-desc__benefit {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.product-desc__benefit-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    color: #ed3237;
}

.product-desc__benefit-icon svg {
    display: block;
    width: 48px;
    height: 48px;
}

.product-desc__benefit-text {
    font-size: 15px;
    line-height: 1.45;
    color: #2D343A;
}

.product-desc__benefit-text strong {
    color: #2D343A;
    font-weight: 600;
}

.product-spec {
    background: #fff;
    color: #2D343A;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    padding: 48px 24px 64px;
}

.product-spec__inner {

    margin: 0 auto;
}

.product-spec__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px 40px;
}

@media (min-width: 768px) {
    .product-spec__grid {
        grid-template-columns: 30% 1fr;
        align-items: start;
    }
}

.product-spec__title {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #888;
}

@media (min-width: 1024px) {
    .product-spec__title {
        font-size: 16px;
    }
}

.product-spec__tables {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-spec__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 15px;
}

.product-spec__table th,
.product-spec__table td {
    padding: 14px 16px;
    text-align: center;
    vertical-align: middle;
    border: 0;
}

.product-spec__table thead th {
    background: #3c4146;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-spec__table tbody tr:nth-child(odd) td {
    background: #fff;
    color: #333;
}

.product-spec__table tbody tr:nth-child(even) td {
    background: #f8f8f8;
    color: #333;
}

.product-spec__table tbody td + td {
    border-left: 1px solid #e5e5e5;
}

.product-spec__table--materials thead th {
    text-align: center;
}

@media (min-width: 768px) {
    .product-spec__grid {
        grid-template-columns: 30% 1fr;
        align-items: start;
    }
    .product-spec__title {
        grid-column: 1;
    }
    .product-spec__grid .flex-img {
        grid-column: 1 / -1;
    }
    .item-prop{
        width:30%;
        margin-bottom: 15px;
    }
}
.flex-img{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.item-prop-title {
    display: block;
    text-align: left;
    text-transform: uppercase;
}
.item-prop button img.item-prop-img {
    max-width: 450px;
    max-height: 340px;
    height: auto;
    margin-bottom:10px;
}
.btn-red{
    padding:15px 45px;
    background-color: #ED3237;
    color:#fff;
    text-transform: uppercase;
    border-radius: 5px;
}
.flex{
    display:flex;
}
.main-img, .main-text{
    width:50%;
    position:relative;
}
@media (max-width: 768px) {
    .flex{
        flex-wrap: wrap;
        
    }
    .main-img, .main-text{
        width:100%;
    }
}
.main-img  img.item-img{
  float:left;
    max-width:40%;
}
