.in-right_mw {
  max-width:1024px;
  margin:0 auto;
}
.in-right_mw .bread__wrap {
  justify-content:center;
}
.in-right_mw h1 {
  text-align:center;
}
.in-blogs-post__info {
  border-top:1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  align-items:center;
  justify-content:space-between;
  line-height:1.6;
  padding:20px 0;
  margin:0 0 20px;
}
.in-blogs-post__date {
  color:#888;
  padding-left:10px;
  white-space:nowrap;
}
.in-blogs-post__author {
  display: flex;
  align-items:center;
}
.in-blogs-post__author-img img {
  border-radius:50%;
  width:40px;
}
.in-blogs-post__author-name {
  margin-left:10px;
}


.in-blogs {
  margin-top: -20px;
}
.in-blogs__item {
  box-shadow:0 5px 10px rgba(0,0,0,.05);
  display: flex;
  margin-top:50px;
  transition:all .2s ease-out;
}
.in-blogs__item:hover {
  box-shadow: 0px 5px 20px rgba(61,61,61,0.1)
}
.in-blogs__left {
  flex:none;
  width:50%;
}
.in-blogs__img {
  background-size:cover;
  background-position:center;
  clip-path: polygon(0% 0%,100% 0%,calc(100% - 60px) 100%,0% 100%);
  display:block;
  width:100%;
  height:100%;
}
.in-blogs__right {
  flex:none;
  padding:60px 50px 20px;
  width:50%;
}
.in-blogs__content:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.in-blogs__blog {
  color:#888;
  font-size:12px;
  text-transform:uppercase;
  margin-bottom: 20px;
}
.in-blogs__name {
  display: block;
  font-size:20px;
  line-height:1.2;
  margin-bottom: 30px;
  text-decoration: none;
}
.in-blogs__des {
  line-height:1.6;
}
.in-blogs__date {
  color:#888;
  font-size:13px;
}
.in-blogs__info {
  border-top:1px solid #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 20px;
  position: relative;
}
.in-blogs__author {
  position: relative;
}
.in-blogs__author img {
  border-radius:50%;
  width:30px;
}
.in-blogs__author-name {
  background: #fff;
  color: #222;
  box-shadow: 0 0 9px rgba(0,0,0,.3);
  border-radius: 3px;
  padding: 10px 15px;
  display: block;
  font-size: 11px;
  font-size: .6875rem;
  font-weight: var(--font-weight);
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
  transition: all .2s ease-out
}
.in-blogs__author:hover .in-blogs__author-name {
  opacity: 1;
  visibility: visible
}

.in-blogs__item_reverse {
  flex-direction:row-reverse;
}
.in-blogs__item_reverse .in-blogs__img {
  clip-path: polygon(60px 0,100% 0%,100% 100%,0% 100%);
}

.in-blogs__item_bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.in-blogs__item_bg:before {
  background: rgba(0,0,0,.2);
  border-radius: 4px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0
}
.in-blogs__content {
  padding:60px 0 30px 30px;
  max-width:50%;
  position: relative;
}
.in-blogs__content .in-blogs__blog {
  color:#eee;
}
.in-blogs__content .in-blogs__name {
  color:#fff;
}
.in-blogs__content .in-blogs__des {
  color:#eee;
}
.in-blogs__content .in-blogs__date {
  color:#eee;
}
.in-blogs__item_reverse .in-blogs__content {
  padding:60px 30px 30px 0;
}

.in-blogs__item_top .in-blogs__content {
  padding:140px 30px 30px;
  max-width:100%;
}

.in-blogs__item_img {
  box-shadow:none;
  flex-direction:column;
}
.in-blogs__item_img:hover {
  box-shadow:none;
}
.in-blogs__item-img img {
  width:100%;
}
.in-blogs__item-content {
  margin:20px auto 0;
  text-align:center;
  max-width:800px;
}
.in-blogs__item-content .in-blogs__name {
  margin-bottom:20px;
}
.in-blogs__item-content .in-blogs__info {
  border-top:none;
  margin-top:0;
  justify-content:center;
}
.in-blogs__item-content .in-blogs__date,
.in-blogs__item-content .in-blogs__author {
  margin:0 10px;
}

@media screen and (max-width: 767px) {
  .in-blogs__left {
    width:40%;
  }
  .in-blogs__right {
    padding: 40px 30px 20px;
    width:60%;
  }
  .in-blogs__author-name {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .in-blogs__item {
    display:block;
  }
  .in-blogs__left {
    width:100%;
    height:160px;
  }
  .in-blogs__img {
    clip-path:none;
  }
  .in-blogs__right {
    padding: 30px 20px 10px;
    width:100%;
  }
  .in-blogs__name {
    font-size:16px;
    margin-bottom:20px;
  }
  .in-blogs__des {
    font-size:13px;
  }
  .in-blogs__info {
    margin-top: 30px;
    padding-top: 10px;
  }
  .in-blogs__item_reverse .in-blogs__img {
    clip-path:none;
  }
  .in-blogs__item_reverse .in-blogs__content {
    padding:60px 20px 30px;
  }
  .in-blogs__content {
    padding:60px 20px 30px;
    max-width:100%;
  }
  .in-blogs__item_top .in-blogs__content {
    padding:60px 20px 30px;
  }
}

.in-blogs__lazy {
  opacity:0;
  transition:opacity .3s ease-out;
}
.in-blogs__lazy_active {
  opacity:1;
}

.in-post__date {
  color:#808080;
  margin-bottom: 20px;
}

.in-post__next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 25px;
  text-decoration: none
}

.in-post__next .i-angle-right {
  margin-left: 8px
}

.in-search {
  position: relative;
}

.in-search input {
  height:46px;
  padding-right:50px;
  width: 100%
}

.in-search__button {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  transition: color .3s ease-out;
  right: 0;
  top: -1px;
  width: 50px;
  height: 48px
}

.in-post-album {
  display: flex;
  flex-wrap:wrap;
  margin-left:-20px;
  margin-top:-20px;
}
.in-post-album__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left:20px;
  margin-top: 20px;
  width:calc(20% - 20px);
}
.in-post-album img {
  width:auto;
  height:auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (max-width: 767px) {
  .in-post-album {
    margin-left:-10px;
    margin-top:-10px;
  }
  .in-post-album__item {
    margin-left:10px;
    margin-top: 10px;
    width:calc(25% - 10px);
  }
}

@media screen and (max-width: 480px) {
  .in-post-album__item {
    width:calc(33.33% - 10px);
  }
}

.comments h3 { margin: 0 0 20px; }
.comments h4 { margin: 0 0 10px; }

.comments .credentials { display:flex; align-items:center; line-height:1.4; }
.comments .credentials img { border-radius:50%; box-shadow:0 0 5px rgba(0,0,0,.05); margin-right:10px; width:40px; }
.comments .credentials .username { font-size:16px; }
.comments .credentials .staff { background: var(--cheme-color); border-radius: 4px; color: #fff; margin-left: 10px; padding: 5px 10px; font-size: 12px; font-size: .75rem; }
.comments .credentials .date { flex:1; text-align:right; font-size: 12px; font-size: .75rem; color: gray; }

.comments ul li { list-style: none; border: 1px solid #eee; border-radius:6px; margin-top:30px; padding:20px; transition:all .2s ease-out; }
.comments ul li:hover { box-shadow:0 5px 20px rgb(61 61 61 / 10%); }
.comments ul li ul { margin-top:20px; padding-left: 20px; }
.comments ul li ul li {position:relative; }
.comments ul li ul li:hover { box-shadow:none; }
.comments ul li ul li:before {background: var(--cheme-color-dop); border-radius: 2px; content: ""; position: absolute; left: -20px; top: 0; bottom: 0; width: 2px; height: 100%; }

.comments .text { margin-top:20px; line-height:1.6; }
.comments .actions { cursor: pointer; color: #4e7df1; font-size: 13px; font-size: .8125rem; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; margin-top: 20px; width: 100px; }
.comments .actions a { margin-left:10px; border-bottom:1px dashed; text-decoration:none; }
.comments .actions a:hover { border-bottom-color:transparent; }

.comment-form .wa-captcha { margin-bottom:20px; }
.comment-form .wa-captcha p { display:flex; align-items:center; margin-bottom:0; flex-wrap:wrap; }
.comment-form .wa-captcha p strong { margin:0 10px; }
.comment-form .wa-captcha p .errormsg { margin-left:0; width:100% }

.comment-form { padding: 0; margin-top: 30px; }
.comment-form h4 { margin: 0 0 20px; font-weight: normal; }
.comment-form-fields p { margin: 0 0 10px; }
.comment-form-fields p a { display: inline !important; }
.comment-form-fields label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #aaa; padding-top: 3px; }
.comment-form-fields input { min-width: 50%; }
.comment-form textarea { min-width: 50%; min-height: 160px; }
.comment-form .comment-submit { padding:0 0 0 170px;}
.comment-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; border-radius: 50%; }
.comment-form ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; }
.comment-form ul.menu-h.auth-type { padding-bottom: 20px; }
.comment-form .errormsg { color:red; margin-left:170px; display:block; }


@media screen and (max-width: 760px) {
    .comment-form-fields label { width: auto; float: none; }
    .comment-form-fields input { width: 100%; }
    .comment-form textarea { width: 100%; }
    .comment-form .comment-submit { padding-left: 0; }
}

@media screen and (max-width: 580px) {
  .comments .credentials { justify-content:space-between; }
  .comments .credentials img { width:20px; }
  .comments .credentials .username { font-size:13px; flex:1; }
  .comments .credentials .date { flex:none; text-align:left; margin-left:10px; }

  .comments ul li { padding:10px; margin-top:15px; }
  .comments ul li ul { margin-top:10px; padding-left: 10px; }
  .comments ul li ul li:before { left:-10px; }
}

.anchorlinks-title {
    padding-top: 18px;
}

/* ===== ПЕРЕМЕННЫЕ CSS ===== */
:root {
    --color-primary: #3498db;
    --color-primary-light: #e3f2fd;
    --color-success: #28a745;
    --color-warning: #fdcb6e;
    --color-danger: #e74c3c;
    --color-purple: #9b59b6;
    --color-text: #2c3e50;
    --color-text-light: #7f8c8d;
    --color-bg-light: #f8f9fa;
    --color-bg-blue: #f0f7ff;
    --color-bg-green-light: #f0f9f0;
    --color-bg-yellow-light: #fff8e1;
    --color-bg-warning: #ffeaa7;
    --color-bg-purple-light: #f5f0ff;
    --color-border-light: #e1ecf6;
    --color-table-bg: #f8fafc;
    --spacing-unit: 20px;
    --border-radius: 8px;
}

/* Вступительный блок */
.intro-blog {
    background-color: var(--color-bg-blue);
    padding: 15px;
    border-left: 4px solid var(--color-primary);
    margin: var(--spacing-unit) 0;
    font-style: italic;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
    line-height: 1.6;
}

/* ===== ОЧЕНЬ ПРОСТЫЕ СТИЛИ ДЛЯ OPTION-BOX ===== */
.option-box {
    background-color: #fff;
    border: 2px solid var(--color-primary-light);
    border-radius: var(--border-radius);
    margin: 25px 0;
    overflow: hidden;
}

.option-number {
    float: left;
    background-color: var(--color-primary);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 0 0 10px 0;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    margin-right: 15px;
}

.option-title {
    color: var(--color-text);
    background-color: var(--color-primary-light);
    padding: 15px 20px;
    margin: 0;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.3;
    min-height: 40px;
    overflow: hidden;
}

.option-content {
    padding: 20px;
    line-height: 1.6;
    clear: both;
}

/* УДАЛИТЬ цифры внутри заголовков */
h2.option-title .option-number,
h3.option-title .option-number {
    display: none;
}

/* Для заголовков h3 внутри option-box */
/* .option-box h3 { */
/*     color: var(--color-text); */
/*     background-color: #f0f7ff; */
/*     padding: 12px 20px; */
/*     margin: 20px -20px 15px -20px; /* Отрицательные margin для выхода за padding родителя */
/*     border-left: 5px solid var(--color-primary); */
/*     font-size: 1.1em; */
/*     font-weight: 600; */
/*     border-radius: 0; */
/* } */

/* Блок рекомендаций */
.recommendations-box {
    background-color: var(--color-bg-light);
    border-left: 4px solid var(--color-success);
    padding: var(--spacing-unit);
    margin: 25px 0;
    position: relative;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.recommendations-title {
    color: var(--color-success);
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1em;
    display: flex;
    align-items: center;
}

.recommendations-title::before {
    content: "💡";
    margin-right: 10px;
    font-size: 1.2em;
}

.recommendations-list {
    padding-left: 20px;
    margin: 0;
}

.recommendations-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 10px;
    line-height: 1.5;
}

.recommendations-list li::before {
    content: "→";
    position: absolute;
    left: -15px;
    color: var(--color-success);
    font-weight: bold;
}

.recommendations-list strong {
    color: var(--color-text);
}

/* CTA блок */
.final-cta-block {
    background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
    padding: 25px;
    margin: 30px 0;
    border-left: 5px solid var(--color-primary);
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.final-message {
    background: white;
    padding: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
    border: 1px solid var(--color-border-light);
    border-radius: calc(var(--border-radius) - 2px);
}

.cta-offer {
    background: white;
    padding: var(--spacing-unit);
    border: 2px solid var(--color-border-light);
    border-radius: calc(var(--border-radius) - 2px);
}

.cta-question {
    font-weight: bold;
    color: var(--color-text);
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: 12px;
}

.cta-details {
    color: #444;
    line-height: 1.5;
    margin-bottom: var(--spacing-unit);
}

/* ===== ИСПРАВЛЕННЫЕ СТИЛИ ДЛЯ КНОПКИ ===== */
.cta-action-button {
    display: inline-block;
    background-color: var(--color-success);
    color: white; /* Явно задаем белый цвет */
    text-decoration: none;
    font-weight: bold;
    padding: 12px 25px;
    transition: all 0.3s ease;
    border: none;
    font-size: 1em;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    /* Сбрасываем браузерные стили для ссылок */
    -webkit-tap-highlight-color: transparent;
}

/* Явно задаем цвет для всех состояний ссылки */
a.cta-action-button:link,
a.cta-action-button:visited,
a.cta-action-button:hover,
a.cta-action-button:active,
a.cta-action-button:focus {
    color: white;
    text-decoration: none;
}

/* Hover - наведение */
.cta-action-button:hover {
    background-color: #27ae60;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(39, 174, 96, 0.2);
}

/* Focus - фокус (табуляция) */
.cta-action-button:focus {
    background-color: var(--color-success);
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

/* Active - нажатие */
.cta-action-button:active {
    background-color: #27ae60;
    transform: translateY(0);
}

/* Для вторичной кнопки */
.cta-action-button.btn-secondary {
    background-color: var(--color-primary);
}

.cta-action-button.btn-secondary:hover {
    background-color: #2980b9;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.cta-action-button.btn-secondary:focus {
    background-color: var(--color-primary);
    outline: 3px solid rgba(255, 255, 255, 0.8);
}

.cta-action-button.btn-secondary:active {
    background-color: #2980b9;
}

/* FAQ секция */
.faq-section {
    background-color: var(--color-bg-light);
    padding: var(--spacing-unit);
    margin: 25px 0;
    border-left: 4px solid var(--color-purple);
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.faq-question {
    color: var(--color-purple);
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

.faq-answer {
    margin-bottom: 15px;
    line-height: 1.6;
    padding-left: 10px;
}

/* Предупреждающие блоки */
.warning-box {
    background-color: var(--color-bg-warning);
    border-left: 4px solid var(--color-warning);
    padding: 15px;
    margin: var(--spacing-unit) 0;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.warning-important {
    border-left-color: var(--color-danger);
    background-color: var(--color-bg-warning);
}

.warning-important h3 {
    color: var(--color-danger);
    margin-top: 0;
    margin-bottom: 10px;
}

/* Детальные списки */
.detailed-list {
    margin: var(--spacing-unit) 0;
}

.detailed-list-item {
    margin-bottom: 25px;
    padding-left: 10px;
    border-left: 2px solid var(--color-border-light);
}

.list-title {
    color: var(--color-text);
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    font-size: 1.05em;
}

/* ===== СПЕЦИАЛИЗИРОВАННЫЕ БЛОКИ ===== */

/* Аналогия */
.analogy-box {
    background-color: var(--color-bg-blue);
    border: 2px dashed var(--color-primary);
    padding: var(--spacing-unit);
    margin: 25px 0;
    border-radius: var(--border-radius);
    font-style: italic;
}

/* Влияние на здоровье */
.health-impact {
    background-color: #fff0f0;
    border-left: 4px solid var(--color-danger);
    padding: var(--spacing-unit);
    margin: 25px 0;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.health-impact h3 {
    color: var(--color-danger);
    margin-top: 0;
    margin-bottom: 15px;
}

/* Подсветка текста */
.highlight {
    background-color: #fffacd;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: 500;
}

/* Дополнительные метки */
.free-label {
    color: var(--color-success);
    font-weight: bold;
}

.percentage {
    color: var(--color-danger);
    font-weight: bold;
}

.note {
    font-size: 0.9em;
    color: var(--color-text-light);
    font-style: italic;
    line-height: 1.4;
}

/* Технический FAQ */
.faq-technical {
    background-color: #f8fafc;
    border-left-color: var(--color-primary);
}

/* ===== БЛОК КЛЮЧЕВЫХ ТЕРМИНОВ (KEYWORDS BOX) ===== */

.keywords-box {
    background: var(--color-bg-blue);
    padding: var(--spacing-unit);
    margin: 25px 0;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--color-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.keywords-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1em;
    color: var(--color-text);
    font-weight: 600;
    display: flex;
    align-items: center;
}

.keywords-title::before {
    content: "🔑";
    margin-right: 10px;
    font-size: 1.1em;
}

.keywords-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.keyword-tag {
    background: white;
    color: var(--color-text);
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 0.9em;
    border: 1px solid #d1e8ff;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.keyword-tag:hover {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(52, 152, 219, 0.2);
    text-decoration: none;
}

.keyword-tag:active {
    transform: translateY(0);
}

.keyword-tag:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

/* Новый класс для примечаний в блоке ключевых терминов */
.keywords-note {
    margin-top: 15px;
    font-size: 0.9em;
    color: var(--color-text-light);
    font-style: italic;
    line-height: 1.4;
}

/* Варианты цветового оформления */
.keywords-box.success {
    background: var(--color-bg-green-light);
    border-left-color: var(--color-success);
}

.keywords-box.success .keywords-title::before {
    content: "✅";
}

.keywords-box.warning {
    background: var(--color-bg-yellow-light);
    border-left-color: #ffb300;
}

.keywords-box.warning .keywords-title::before {
    content: "⚠️";
}

.keywords-box.important {
    background: var(--color-bg-warning);
    border-left-color: var(--color-danger);
}

.keywords-box.important .keywords-title::before {
    content: "❗";
}

.keywords-box.tech {
    background: var(--color-bg-purple-light);
    border-left-color: var(--color-purple);
}

.keywords-box.tech .keywords-title::before {
    content: "⚙️";
}

/* ===== УЛУЧШЕННЫЕ ТАБЛИЦЫ С ЗАГОЛОВКАМИ ===== */

.table-container {
    overflow-x: auto;
    margin: var(--spacing-unit) 0;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    -webkit-overflow-scrolling: touch;
}

/* Контейнер для таблиц с реальными моделями */
.table-container-enhanced {
    margin: 30px 0;
    padding: 25px;
    background: #f8f9fa;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--color-primary);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}

/* Заголовок таблицы */
.table-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--color-primary-light);
}

.table-title {
    margin: 0 0 8px 0;
    font-size: 1.4em;
    color: var(--color-text);
    font-weight: 700;
    line-height: 1.3;
}

.table-description {
    margin: 0;
    font-size: 1em;
    color: var(--color-text-light);
    line-height: 1.5;
    font-weight: 400;
}

/* Основная таблица */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95em;
    min-width: 600px;
    margin: 0 auto;
}

.comparison-table thead {
    background-color: var(--color-primary-light);
}

.comparison-table th {
    padding: 16px 14px;
    border: 1px solid #d1e7ff;
    text-align: left;
    font-weight: 600;
    color: var(--color-text);
    font-size: 1em;
    white-space: nowrap;
}

.comparison-table th:first-child {
    border-top-left-radius: 6px;
}

.comparison-table th:last-child {
    border-top-right-radius: 6px;
}

.comparison-table tbody tr {
    border-bottom: 1px solid #eef5ff;
    transition: background-color 0.2s ease;
}

.comparison-table tbody tr:hover {
    background-color: #f8fbff;
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f9fbfe;
}

.comparison-table tbody tr:nth-child(even):hover {
    background-color: #f0f7ff;
}

.comparison-table td {
    padding: 15px 14px;
    border: 1px solid #eef5ff;
    line-height: 1.5;
    vertical-align: middle;
}

.comparison-table td:first-child {
    font-weight: 600;
    color: var(--color-text);
    background-color: var(--color-table-bg);
    min-width: 150px;
}

.comparison-table td strong {
    color: var(--color-text);
}

/* Ссылки в таблице */
.comparison-table a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    display: inline-block;
    padding: 2px 0;
}

.comparison-table a:hover {
    text-decoration: underline;
    color: #0d47a1;
    transform: translateX(2px);
}

/* Подвал таблицы */
.table-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid var(--color-border-light);
}

/* ===== ЛЕГЕНДА ТАБЛИЦЫ ===== */

.table-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
    padding: 12px 15px;
    background: white;
    border-radius: 6px;
    border: 1px solid var(--color-border-light);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1 0 auto;
    min-width: 200px;
}

.legend-color {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.1);
    flex-shrink: 0;
}

/* Цвета для легенды */
.legend-color-residential {
    background-color: #e8f5e9;
}

.legend-color-commercial {
    background-color: #e3f2fd;
}

.legend-color-industrial {
    background-color: #fff3e0;
}

.legend-text {
    font-size: 0.92em;
    color: var(--color-text);
    font-weight: 500;
    line-height: 1.3;
}

/* ===== ПРИМЕЧАНИЯ К ТАБЛИЦЕ ===== */

.table-note {
    margin-top: 20px;
    padding: 16px 18px;
    background: white;
    border-radius: 6px;
    border-left: 4px solid var(--color-success);
    border: 1px solid var(--color-border-light);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.table-note p {
    margin: 8px 0;
    font-size: 0.95em;
    line-height: 1.5;
    color: var(--color-text);
}

.table-note p:last-child {
    margin-bottom: 0;
}

/* ===== СТИЛИ ДЛЯ КАТЕГОРИЙ ФИЛЬТРА ===== */

.filter-cat-description {
    max-width: 1400px;
    margin: 0 auto 30px;
    font-family: 'Segoe UI', system-ui, sans-serif;
    color: #333;
    line-height: 1.6;
}

.filter-cat-intro {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.filter-cat-lead {
    font-size: 20px;
    color: var(--color-text);
    font-weight: 600;
    margin: 0 0 var(--spacing-unit) 0;
    line-height: 1.4;
}

.filter-cat-text {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #444;
}

.filter-cat-text:last-child {
    margin-bottom: 0;
}

.filter-cat-key-points {
    margin: 30px 0;
}

.filter-cat-point {
    background: var(--color-bg-light);
    padding: 25px;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--color-primary);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.filter-cat-point:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.filter-cat-point-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: var(--color-text);
    font-weight: 600;
}

.filter-cat-point-text {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.filter-cat-advantages {
    margin: 35px 0;
    padding: 25px;
    background: var(--color-bg-blue);
    border-radius: var(--border-radius);
    border: 1px solid #d1e8ff;
}

.filter-cat-advantages-title {
    margin: 0 0 var(--spacing-unit) 0;
    font-size: 18px;
    color: var(--color-text);
    font-weight: 600;
}

.filter-cat-advantages-list {
    margin: 0;
    padding-left: 20px;
}

.filter-cat-advantages-list li {
    margin-bottom: 12px;
    padding-left: 8px;
    line-height: 1.5;
}

.filter-cat-advantages-list li strong {
    color: var(--color-text);
}

.filter-cat-applications {
    margin: 35px 0;
}

.filter-cat-applications-title {
    margin: 0 0 var(--spacing-unit) 0;
    font-size: 18px;
    color: var(--color-text);
    font-weight: 600;
}

/* Теги фильтров категорий */
.filter-cat-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.filter-cat-tag {
    background: #e8f4fc;
    color: var(--color-text);
    padding: 10px 18px;
    border-radius: 6px;
    font-size: 14px;
    border: 1px solid #d1e8ff;
    transition: all 0.2s ease;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}

.filter-cat-tag:hover {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(52, 152, 219, 0.2);
    text-decoration: none;
}

.filter-cat-tag:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.filter-cat-applications-note {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 6px;
}

.filter-cat-selection {
    margin: 35px 0;
    padding: 25px;
    background: var(--color-bg-yellow-light);
    border-radius: var(--border-radius);
    border-left: 4px solid #ffb300;
}

.filter-cat-selection-title {
    margin: 0 0 var(--spacing-unit) 0;
    font-size: 18px;
    color: var(--color-text);
    font-weight: 600;
}

.filter-cat-selection-intro {
    margin: 0 0 25px 0;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.filter-cat-params {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.filter-cat-param {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border-radius: 6px;
    border: 1px solid #eee;
}

.filter-cat-param-name {
    font-weight: 600;
    color: var(--color-text);
    margin-right: 10px;
    font-size: 15px;
    flex-shrink: 0;
}

.filter-cat-param-value {
    color: var(--color-danger);
    font-weight: 500;
    font-size: 14px;
}

.filter-cat-cta {
    margin: 35px 0 0 0;
    padding: 25px;
    background: var(--color-success);
    color: white;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.2);
}

.filter-cat-cta-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.filter-cat-cta-strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

/* ===== УТИЛИТАРНЫЕ КЛАССЫ ===== */

.mt-20 {
    margin-top: var(--spacing-unit);
}

.mb-20 {
    margin-bottom: var(--spacing-unit);
}

.text-center {
    text-align: center;
}

/* ===== СТИЛИ ДЛЯ ИЗОБРАЖЕНИЙ В БЛОГЕ ===== */

.blog-image {
    max-width: 100%;
    height: auto;
    border-radius: var(--border-radius);
    margin: 25px 0;
    display: block;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.blog-image-caption {
    text-align: center;
    font-style: italic;
    color: var(--color-text-light);
    margin-top: 8px;
    font-size: 0.9em;
    line-height: 1.4;
}

/* ===== ДОПОЛНИТЕЛЬНЫЕ УЛУЧШЕНИЯ ===== */

/* Плавная прокрутка для якорных ссылок */
html {
    scroll-behavior: smooth;
}

/* Улучшенное выделение текста */
::selection {
    background-color: var(--color-primary);
    color: white;
}

/* Стили для цитат */
blockquote {
    border-left: 4px solid var(--color-primary);
    padding-left: var(--spacing-unit);
    margin: var(--spacing-unit) 0;
    font-style: italic;
    color: var(--color-text-light);
}

/* Стили для кода */
pre, code {
    background-color: #f5f7f9;
    border-radius: 4px;
    padding: 2px 6px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

pre {
    padding: var(--spacing-unit);
    overflow-x: auto;
    margin: var(--spacing-unit) 0;
}

/* Стили для разделителей */
hr.blog-divider {
    border: none;
    height: 1px;
    background: linear-gradient(to right, transparent, var(--color-border-light), transparent);
    margin: var(--spacing-unit) 0;
}

/* ===== ЦВЕТОВОЕ ВЫДЕЛЕНИЕ СТРОК ТАБЛИЦЫ ===== */

/* Для десктопной версии таблицы */
.comparison-table tbody .table-row-residential {
    border-left: 4px solid #4CAF50;
    background-color: rgba(232, 245, 233, 0.1);
}

.comparison-table tbody .table-row-commercial {
    border-left: 4px solid #2196F3;
    background-color: rgba(227, 242, 253, 0.1);
}

.comparison-table tbody .table-row-industrial {
    border-left: 4px solid #FF9800;
    background-color: rgba(255, 243, 224, 0.1);
}

/* При наведении */
.comparison-table tbody .table-row-residential:hover {
    background-color: rgba(232, 245, 233, 0.3);
}

.comparison-table tbody .table-row-commercial:hover {
    background-color: rgba(227, 242, 253, 0.3);
}

.comparison-table tbody .table-row-industrial:hover {
    background-color: rgba(255, 243, 224, 0.3);
}

/* Кнопки CTA */
.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

/* ФИКС для вторичной кнопки при нажатии */
.cta-action-button.btn-secondary:active,
.cta-action-button.btn-secondary:focus:active {
    background-color: #2980b9;
}

/* ===== АДАПТИВНОСТЬ ===== */

@media (max-width: 768px) {
    .filter-cat-params {
        grid-template-columns: 1fr;
    }
    
    .filter-cat-point {
        padding: 20px;
    }
    
    .filter-cat-advantages,
    .filter-cat-selection,
    .filter-cat-cta {
        padding: 20px;
    }
    
    .filter-cat-lead {
        font-size: 18px;
    }
    
    /* Таблицы на планшетах */
    .comparison-table {
        min-width: unset;
    }
    
    .table-container {
        margin: 15px 0;
        border-radius: var(--border-radius);
    }
    
    .table-container-enhanced {
        padding: 20px;
        margin: 25px 0;
    }
    
    .table-title {
        font-size: 1.3em;
    }
    
    .table-description {
        font-size: 0.95em;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 12px 10px;
        font-size: 0.9em;
    }
    
    /* Легенда таблицы на планшетах */
    .table-legend {
        flex-direction: column;
        gap: 12px;
        padding: 15px;
    }
    
    .legend-item {
        width: 100%;
        min-width: unset;
    }
    
    .legend-text {
        font-size: 0.9em;
    }
    
    /* Примечания таблицы на планшетах */
    .table-note {
        padding: 14px;
        font-size: 0.9em;
    }
    
    /* Keywords box на планшетах */
    .keywords-box {
        padding: 18px 15px;
        margin: 20px 0;
    }
    
    .keywords-tags {
        gap: 8px;
    }
    
    .keyword-tag {
        padding: 7px 12px;
        font-size: 0.85em;
    }
    
    .keywords-note {
        font-size: 0.85em;
        margin-top: 12px;
    }
    
    /* Filter cat tags на планшетах */
    .filter-cat-tags {
        gap: 8px;
    }
    
    .filter-cat-tag {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    /* Изображения на планшетах */
    .blog-image {
        margin: 20px 0;
        border-radius: calc(var(--border-radius) - 2px);
    }
    
    .blog-image-caption {
        font-size: 0.85em;
        margin-top: 6px;
        padding: 0 10px;
    }
}

@media (max-width: 600px) {
    .option-number {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1em;
        margin-right: 10px;
    }
    
    .option-title {
        padding: 12px 15px;
        font-size: 1.1em;
        min-height: 35px;
    }
    
    .option-content {
        padding: 15px;
    }
    
    .recommendations-box {
        padding: 15px;
        margin: var(--spacing-unit) 0;
    }
    
    /* Улучшенные таблицы на мобильных */
    .table-container-enhanced {
        padding: 18px;
        margin: 20px 0;
        border-left-width: 3px;
    }
    
    .table-header {
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .table-title {
        font-size: 1.2em;
        margin-bottom: 5px;
    }
    
    .table-description {
        font-size: 0.9em;
        line-height: 1.4;
    }
    
    /* Таблицы на мобильных - преобразование в карточки */
    .comparison-table {
        display: block;
        min-width: unset;
    }
    
    .comparison-table thead {
        display: none;
    }
    
    .comparison-table tbody,
    .comparison-table tr,
    .comparison-table td {
        display: block;
        width: 100%;
    }
    
    .comparison-table tbody tr {
        margin-bottom: 15px;
        border: 1px solid var(--color-border-light);
        border-radius: var(--border-radius);
        overflow: hidden;
        background: white;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
    
    .comparison-table td {
        padding: 12px 15px;
        border: none;
        border-bottom: 1px solid #f0f5fa;
        position: relative;
        padding-left: 45%;
        text-align: left;
    }
    
    .comparison-table td:last-child {
        border-bottom: none;
    }
    
    .comparison-table td:first-child {
        background-color: var(--color-bg-blue);
        font-weight: 600;
        padding-left: 15px;
        width: 100%;
        border-bottom: 2px solid var(--color-primary);
        padding-left: 15px;
    }
    
    .comparison-table td:not(:first-child)::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 40%;
        padding-right: 10px;
        font-weight: 600;
        color: var(--color-primary);
        font-size: 0.9em;
    }
    
    .comparison-table td:first-child::before {
        content: none;
    }
    
    .comparison-table tbody tr:nth-child(even),
    .comparison-table tbody tr:nth-child(even):hover {
        background-color: white;
    }
    
    .comparison-table tbody tr:hover {
        background-color: white;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    }
    
    /* Для мобильной версии (когда таблица превращается в карточки) */
    .comparison-table tbody tr.table-row-residential {
        border-left: 4px solid #4CAF50;
    }
    
    .comparison-table tbody tr.table-row-commercial {
        border-left: 4px solid #2196F3;
    }
    
    .comparison-table tbody tr.table-row-industrial {
        border-left: 4px solid #FF9800;
    }
    
    /* Легенда таблицы на мобильных */
    .table-legend {
        padding: 12px;
        gap: 10px;
    }
    
    .legend-text {
        font-size: 0.85em;
    }
    
    /* Примечания таблицы на мобильных */
    .table-note {
        padding: 12px;
        font-size: 0.85em;
    }
    
    .table-note p {
        font-size: 0.9em;
        line-height: 1.4;
    }
    
    /* Фильтры категорий на мобильных */
    .filter-cat-tags {
        justify-content: center;
        gap: 8px;
    }
    
    .filter-cat-tag {
        padding: 8px 14px;
        font-size: 13px;
    }
    
    .filter-cat-param {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .filter-cat-param-name,
    .filter-cat-param-value {
        margin-right: 0;
    }
    
    /* FAQ на мобильных */
    .faq-section {
        padding: 15px;
    }
    
    .faq-question {
        font-size: 1em;
        margin-top: 15px;
    }
    
    /* Изображения на мобильных */
    .blog-image {
        margin: 15px 0;
    }
    
    /* Кнопки на мобильных */
    .cta-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .cta-action-button,
    .cta-action-button.btn-secondary {
        display: block;
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }
}

@media (max-width: 480px) {
    .option-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 0.9em;
        margin-right: 8px;
    }
    
    .option-title {
        padding: 10px 12px;
        font-size: 1.05em;
        min-height: 30px;
    }
    
    /* Keywords box на маленьких экранах */
    .keywords-box {
        padding: 15px 12px;
        margin: 15px 0;
        border-radius: 6px;
    }
    
    .keywords-title {
        font-size: 1em;
        margin-bottom: 12px;
    }
    
    .keywords-tags {
        gap: 6px;
    }
    
    .keyword-tag {
        padding: 6px 10px;
        font-size: 0.8em;
    }
    
    .keywords-note {
        padding: 10px 0;
        font-size: 0.8em;
        line-height: 1.3;
    }
    
    /* Улучшенные таблицы на маленьких экранах */
    .table-container-enhanced {
        padding: 15px;
        margin: 15px 0;
    }
    
    .table-title {
        font-size: 1.1em;
        line-height: 1.2;
    }
    
    .table-description {
        font-size: 0.85em;
        line-height: 1.3;
    }
    
    /* Таблицы на очень маленьких экранах */
    .comparison-table td {
        padding-left: 50%;
    }
    
    .comparison-table td:not(:first-child)::before {
        width: 45%;
    }
    
    /* Легенда на маленьких экранах */
    .table-legend {
        padding: 10px;
        gap: 8px;
    }
    
    .legend-item {
        min-width: unset;
    }
    
    .legend-text {
        font-size: 0.8em;
    }
    
    /* Filter cat tags на маленьких экранах */
    .filter-cat-tags {
        gap: 6px;
    }
    
    .filter-cat-tag {
        padding: 7px 10px;
        font-size: 12px;
    }
    
    /* CTA блок на маленьких экранах */
    .final-cta-block {
        padding: 20px 15px;
    }
    
    /* Кнопки на маленьких экранах */
    .cta-action-button,
    .cta-action-button.btn-secondary {
        padding: 12px 18px;
        font-size: 0.95em;
    }
    
    /* Изображения на маленьких экранах */
    .blog-image {
        margin: 15px 0;
    }
    
    .blog-image-caption {
        font-size: 0.8em;
        margin-top: 5px;
    }
}

@media (max-width: 400px) {
    .option-number {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 0.85em;
    }
    
    .option-title {
        padding: 8px 10px;
        font-size: 1em;
    }
    
    .comparison-table td {
        padding-left: 55%;
    }
    
    .comparison-table td:not(:first-child)::before {
        width: 50%;
    }
    
    .table-title {
        font-size: 1.05em;
    }
    
    .table-description {
        font-size: 0.8em;
    }
}

@media (max-width: 360px) {
    /* Keywords box на очень маленьких экранах */
    .keywords-tags {
        justify-content: center;
    }
    
    .keyword-tag {
        flex: 1 0 calc(50% - 6px);
        text-align: center;
        max-width: calc(50% - 6px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 8px 5px;
        font-size: 0.75em;
    }
    
    .keywords-note {
        font-size: 0.75em;
    }
    
    /* Filter cat tags на очень маленьких экранах */
    .filter-cat-tags {
        justify-content: center;
    }
    
    .filter-cat-tag {
        flex: 1 0 calc(50% - 6px);
        text-align: center;
        max-width: calc(50% - 6px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 8px 5px;
        font-size: 0.75em;
    }
    
    /* Таблицы на самых маленьких экранах */
    .comparison-table td {
        padding: 10px 12px 10px 60%;
    }
    
    .comparison-table td:not(:first-child)::before {
        width: 55%;
        font-size: 0.85em;
    }
    
    .comparison-table td:first-child {
        padding: 10px 12px;
        font-size: 0.95em;
    }
    
    /* Легенда таблицы на очень маленьких экранах */
    .table-legend {
        flex-direction: column;
        padding: 10px 8px;
    }
    
    .legend-text {
        font-size: 0.78em;
    }
    
    /* Примечания на очень маленьких экранах */
    .table-note {
        padding: 10px 12px;
    }
    
    .table-note p {
        font-size: 0.85em;
    }
}

/* ===== БЛОК "СВЯЗАННОЕ ОБОРУДОВАНИЕ" ===== */

.pvu-links {
    background: var(--color-bg-blue);
    padding: var(--spacing-unit);
    border-radius: var(--border-radius);
    margin: 25px 0;
    border-left: 4px solid var(--color-primary);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.pvu-links-title {
    margin: 0 0 15px 0;
    color: var(--color-text);
    font-size: 1.2em;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.pvu-links-title::before {
    content: "🏭";
    margin-right: 10px;
    font-size: 1.2em;
}

.pvu-links-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pvu-link {
    background: white;
    padding: 10px 18px;
    border-radius: 20px;
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 500;
    border: 1px solid var(--color-border-light);
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.95em;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pvu-link:hover {
    background: var(--color-primary);
    color: white;
    border-color: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.2);
}

.pvu-link:focus {
    outline: 2px solid var(--color-primary);
    outline-offset: 2px;
}

.pvu-link:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(52, 152, 219, 0.2);
}

/* Варианты оформления блока */
.pvu-links.warning {
    background: var(--color-bg-yellow-light);
    border-left: 4px solid var(--color-warning);
}

.pvu-links.warning .pvu-links-title::before {
    content: "⚠️";
}

.pvu-links.success {
    background: var(--color-bg-green-light);
    border-left: 4px solid var(--color-success);
}

.pvu-links.success .pvu-links-title::before {
    content: "✅";
}

.pvu-links.important {
    background: var(--color-bg-warning);
    border-left: 4px solid var(--color-danger);
}

.pvu-links.important .pvu-links-title::before {
    content: "❗";
}

.pvu-links.tech {
    background: var(--color-bg-purple-light);
    border-left: 4px solid var(--color-purple);
}

.pvu-links.tech .pvu-links-title::before {
    content: "⚙️";
}

/* ===== АДАПТИВНОСТЬ ===== */

@media (max-width: 768px) {
    .pvu-links {
        padding: 18px;
        margin: 20px 0;
    }
    
    .pvu-links-title {
        font-size: 1.1em;
        margin-bottom: 12px;
    }
    
    .pvu-links-container {
        gap: 10px;
    }
    
    .pvu-link {
        padding: 8px 16px;
        font-size: 0.9em;
    }
}

@media (max-width: 600px) {
    .pvu-links {
        padding: 15px;
        margin: 15px 0;
    }
    
    .pvu-links-title {
        font-size: 1em;
    }
    
    .pvu-links-container {
        gap: 8px;
    }
    
    .pvu-link {
        padding: 8px 14px;
        font-size: 0.85em;
    }
}

@media (max-width: 480px) {
    .pvu-links-container {
        flex-direction: column;
        gap: 8px;
    }
    
    .pvu-link {
        width: 100%;
        text-align: center;
        padding: 10px;
        border-radius: 8px;
    }
}

@media (max-width: 360px) {
    .pvu-links-title {
        font-size: 0.95em;
    }
    
    .pvu-link {
        font-size: 0.8em;
        padding: 8px 10px;
    }
}

/* ===== СТИЛИ ДЛЯ TRUST-BLOCK ===== */
.trust-block {
    background: var(--color-bg-blue);
    padding: 20px;
    margin: 25px 0;
    border-radius: var(--border-radius);
    border-left: 4px solid var(--color-primary);
    position: relative;
    overflow: hidden;
}

.trust-block::before {
    content: "✓";
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 2em;
    color: rgba(52, 152, 219, 0.1);
    font-weight: bold;
}

.trust-block-title {
    font-weight: 600;
    color: var(--color-text);
    margin-bottom: 10px;
    font-size: 1.1em;
    line-height: 1.4;
}

.trust-block-subtitle {
    font-size: 0.9em;
    color: var(--color-text-light);
    line-height: 1.5;
}

.trust-block-link {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
    border-bottom: 1px dotted var(--color-primary);
    padding-bottom: 1px;
}

.trust-block-link:hover {
    color: #2980b9;
    border-bottom-style: solid;
    text-decoration: none;
}

.trust-block-highlight {
    color: var(--color-success);
    font-weight: 600;
}

/* Варианты trust-block */
.trust-block.success {
    background: var(--color-bg-green-light);
    border-left-color: var(--color-success);
}

.trust-block.warning {
    background: var(--color-bg-yellow-light);
    border-left-color: var(--color-warning);
}

.trust-block.important {
    background: #ffeaea;
    border-left-color: var(--color-danger);
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .trust-block {
        padding: 18px 15px;
        margin: 20px 0;
    }
    
    .trust-block-title {
        font-size: 1em;
    }
    
    .trust-block-subtitle {
        font-size: 0.85em;
    }
}

@media (max-width: 480px) {
    .trust-block {
        padding: 15px 12px;
    }
    
    .trust-block::before {
        font-size: 1.5em;
        top: 8px;
        right: 10px;
    }
}

/* Дополнительные стили для faq-item */
.faq-item {
    margin-bottom: 25px;
}

.faq-item:last-child {
    margin-bottom: 0;
}

/* Блок тегов — стилизуем как keywords-box */
.text_after .tags {
    background: var(--color-bg-blue, #f0f7ff);   /* используйте свои переменные */
    padding: 20px;
    margin: 25px 0;
    border-radius: 8px;
    border-left: 4px solid var(--color-primary, #2c5aa0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Ссылки-теги — стилизуем как .keyword-tag */
.text_after .tags a {
    display: inline-block;
    background: white;
    color: var(--color-text, #1e2a41);
    padding: 8px 14px;
    margin: 0 8px 8px 0;
    border-radius: 6px;
    font-size: 0.9em;
    text-decoration: none;
    border: 1px solid #d1e8ff;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.text_after .tags a:hover {
    background: var(--color-primary, #2c5aa0);
    color: white;
    border-color: var(--color-primary, #2c5aa0);
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(44, 90, 160, 0.2);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .text_after .tags {
        padding: 15px;
    }
    .text_after .tags a {
        padding: 6px 12px;
        font-size: 0.85em;
    }
}