div[style="text-align:right;display:block"] {
    opacity: 0 !important;
}
.mod-menu a {
    color: #feed00 !important; /*Желтый*/
}

/* При наведении */
.mod-menu a:hover {
    color: #00ff00 !important; /* Зеленый */
}
.article-info {
    display: none;
}
.leftimg {
    float: left;
    margin: 7px 7px 7px 0;
}
.custom-logo-text {
    display: flex;
    align-items: flex-start;
    color: #feed00;
}
.custom-logo {
    max-width: 100%;
    height: auto;
    margin-right: 20px;
    border-radius: 10px;
}
.custom-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 0.7;
    font-weight: bold;
}
.contact-info {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 0.7;
    color: #feed00;
}
.contact-info a {
    color: #00ff00;
    text-decoration: none;
}
.contact-info a:hover {
    color: #00ff00;
    text-decoration: underline;
}
.transparent-text {
    opacity: 0;
}
.ph-category-price-box, .ph-item-price-box {
    display: none;
}
.phFilterBox {
    font-size: 120%;
    line-height: 2;
}
.ph-filter-module-category-tree ul {
    padding-left: 20px;
}
.ph-filter-module-category-tree li {
    list-style: none;
}
.ph-filter-module-category-tree ul li {
    padding-left: 10px;
}
.ph-filter-module-category-tree ul li .controls {
    font-weight: normal;
}
.ph-filter-module-category-tree > li > .controls {
    font-weight: bold;
}
body:not(.product-list) .slider-module {
    display: none !important;
}
.panel-heading {
    display: none;
}
:root {
    --cassiopeia-color-primary: #120a8f;
    --cassiopeia-color-hover: #154889;
    --cassiopeia-color-link: #154889;
}
.ph-video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.ph-video-responsive {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.spec-table {
    width: 100%; 
    border-collapse: collapse;
    font-family: 'Times New Roman', serif;
    font-size: 12pt;
    margin: 10px 0;
}
.spec-table td, .spec-table th {
    border: 1px solid #000;
    padding: 8px;
    vertical-align: top;
}
.spec-table th {
    background: #f0f0f0;
    text-align: center;
}
.sub-item {
    padding-left: 30px !important;
}
.sub-item-2 {
    padding-left: 50px !important;
}
.center {
    text-align: center;
}
.model-col {
    width: 25%;
}
.description {
    font-family: 'Times New Roman', serif;
    font-size: 12pt;
    text-align: justify;
    margin: 0 0 10px 0;
    padding: 0;
}
.list-item {
    margin-left: 35.4pt;
    text-indent: -35.4pt;
}
.tech-specs {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.tech-specs th, .tech-specs td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.tech-specs th {
    background-color: #f8f9fa;
    font-weight: 600;
    color: #333;
}
.tech-specs tr:nth-child(even) {
    background-color: #f9f9f9;
}
.tech-specs tr:hover {
    background-color: #f1f1f1;
}
.spec-value {
    text-align: right;
    font-weight: 500;
    color: #2c3e50;
}
.section-header {
    background-color: #e9ecef !important;
    font-size: 1.05em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.unit {
    color: #7f8c8d;
    font-size: 0.9em;
}
.note {
    font-size: 0.9em;
    color: #666;
    padding-top: 15px;
    font-style: italic;
}
.vertical-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.full-text { display: block; }
.short-text { display: none; }

@media (max-width: 768px) {
    .container-below-top {
        display: flex;
        flex-direction: column;
    }
    .transparent-text {
        display: none;
    }
    .custom-text {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        font-family: Arial, sans-serif;
        font-size: 10px;
        line-height: 0.7;
        font-weight: bold;
    }
    .container-top-a {
        display: none;
    }
  .full-text { display: none !important; }
  .short-text { display: block !important; }
}