/* promozionebellunoeprovincia — CSS replica (theme promozionebellunoe)
   Tokens: Litecoin silver + navy accent #345d9d. System font stack. */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #233247;
  background: #f2f5f9;
}
img { max-width: 100%; height: auto; border: 0; }
a { color: #345d9d; text-decoration: none; }
a:hover { color: #23467c; text-decoration: underline; }
.wrap { max-width: 1150px; margin: 0 auto; padding: 0 15px; }
.clear { clear: both; }

/* ---------- header .top ---------- */
header { background: #ffffff; }
.top { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; }
.rek_l { display: flex; align-items: center; gap: 18px; }
.logo img { display: block; width: 240px; height: auto; }
.slogan {
  font-size: 15px; color: #5c6b80; font-style: italic;
  border-left: 2px solid #c8d2e0; padding-left: 16px; max-width: 230px; line-height: 1.35;
}
.rek_r { display: flex; align-items: center; gap: 22px; }
.rek_cont { text-align: right; }
.rek_adr { font-size: 13px; color: #7c8a9e; }
.rek_tel a { font-size: 19px; font-weight: 700; color: #233247; }
.rek_tel a:hover { color: #345d9d; text-decoration: none; }
.btn {
  display: inline-block; padding: 10px 26px; border-radius: 24px;
  background: #345d9d; color: #fff !important; font-weight: 600; font-size: 15px;
  border: 0; cursor: pointer; transition: background .2s;
}
.btn:hover { background: #23467c; text-decoration: none; }

/* ---------- nav .liser_nav_b ---------- */
.liser_nav_b { background: linear-gradient(180deg, #345d9d 0%, #2a4c81 100%); }
.liser_nav_b .wrap { position: relative; display: flex; align-items: center; }
.search { margin-left: auto; order: 3; }
.search_show { display: none; }
.search_hide form { display: flex; align-items: center; padding: 8px 0; }
.search_inp input {
  border: 0; border-radius: 16px 0 0 16px; padding: 6px 12px; font-size: 14px;
  outline: none; width: 150px;
}
.search_sub input {
  border: 0; border-radius: 0 16px 16px 0; padding: 6px 14px; font-size: 14px;
  background: #c8d2e0 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="%232a4c81" stroke-width="3"><circle cx="10" cy="10" r="7"/><line x1="15" y1="15" x2="21" y2="21"/></svg>') no-repeat center;
  width: 38px; cursor: pointer; color: transparent;
}
.nav_toggle { display: none; }
.show_nav { display: none; }
.liser_nav ul.menu { list-style: none; display: flex; flex-wrap: wrap; }
.liser_nav li { margin: 0; }
.liser_nav li a {
  display: block; padding: 14px 18px; color: #e8eef7; font-size: 15px; font-weight: 600;
  border-left: 1px solid rgba(255,255,255,.12);
}
.liser_nav li:first-child a { border-left: 0; }
.liser_nav li a:hover { background: rgba(255,255,255,.12); color: #fff; text-decoration: none; }
.liser_nav li.current-menu-item a { background: rgba(255,255,255,.16); color: #fff; }

/* ---------- home .tera_prods ---------- */
.tera_prods { padding: 26px 0 6px; }
.tera_prods > .title, .tera_cats > .title, .faq_block > .title {
  font-size: 22px; font-weight: 700; color: #233247; margin-bottom: 18px;
  padding-left: 14px; border-left: 4px solid #345d9d; line-height: 1.2;
}
.kode_list {
  float: left; width: 25%; padding: 0 10px 20px;
}
.kode_list_img img { display: block; width: 100%; border-radius: 8px; aspect-ratio: 3/2; object-fit: cover; }
.kode_list_cat { padding: 10px 0 2px; }
.kode_list_cat a {
  font-size: 12px; text-transform: uppercase; letter-spacing: .04em;
  color: #345d9d; font-weight: 700;
}
.kode_list_t a {
  display: block; font-size: 15px; font-weight: 700; color: #233247; line-height: 1.35;
  margin: 4px 0 8px;
}
.kode_list_t a:hover { color: #345d9d; text-decoration: none; }
.kode_list_sku { display: none; }
.kode_list_p { font-size: 13px; color: #8a97a8; float: left; }
.kode_list_go { float: right; }
.kode_list_go a {
  font-size: 13px; font-weight: 700; color: #345d9d; text-transform: uppercase;
}
.kode_list_go a:hover { text-decoration: underline; }

/* ---------- home .tera_text ---------- */
.tera_text { background: #fff; border-radius: 10px; padding: 28px 34px; margin: 14px 0 26px; box-shadow: 0 1px 4px rgba(35,50,71,.08); }
h1.title, .tera_text h1.title {
  font-size: 30px; line-height: 1.25; color: #233247; margin-bottom: 18px;
  padding-bottom: 14px; border-bottom: 2px solid #e2e8f0;
}

/* ---------- entry typography ---------- */
.entry p { margin: 0 0 16px; }
.entry h2 {
  font-size: 23px; line-height: 1.3; color: #233247; margin: 28px 0 14px;
  padding-left: 12px; border-left: 4px solid #345d9d;
}
.entry h3 { font-size: 18px; color: #2a3c55; margin: 22px 0 12px; }
.entry ul, .entry ol { margin: 0 0 16px 22px; }
.entry li { margin-bottom: 8px; }
.entry blockquote {
  margin: 0 0 18px; padding: 14px 20px; background: #eef3fa;
  border-left: 4px solid #345d9d; border-radius: 0 8px 8px 0; color: #3c4f6b;
}
.entry blockquote p { margin: 0; }
.entry img.aligncenter { display: block; margin: 0 auto; }
.post_fig { margin: 0 0 18px; text-align: center; }
.post_fig img { border-radius: 8px; }
.post_fig figcaption { font-size: 13px; color: #7c8a9e; padding-top: 6px; }
.article-table-wrap { overflow-x: auto; margin: 0 0 18px; }
table.article-table {
  width: 100%; border-collapse: collapse; font-size: 15px; background: #fff;
}
table.article-table th {
  background: #345d9d; color: #fff; text-align: left; padding: 10px 12px; font-weight: 700;
}
table.article-table td { padding: 9px 12px; border-bottom: 1px solid #e2e8f0; }
table.article-table tr:nth-child(even) td { background: #f6f9fc; }
.disclaimer {
  font-size: 14px; color: #5c6b80; background: #f6f9fc;
  border: 1px solid #dbe4ee; border-radius: 8px; padding: 12px 16px;
}

/* ---------- .bg / .tera_cats ---------- */
.bg { background: #e8eef6; padding: 26px 0 6px; }
.bg .wrap section#content { background: #fff; border-radius: 10px; padding: 28px 34px; margin-bottom: 26px; box-shadow: 0 1px 4px rgba(35,50,71,.08); }
.rub_lists { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.rub_list { width: 25%; padding: 0 10px 20px; }
.rub_list_img img { display: block; width: 100%; border-radius: 8px; aspect-ratio: 3/2; object-fit: cover; }
.rub_list_t a {
  display: block; font-size: 14px; font-weight: 700; color: #233247; line-height: 1.35;
  padding-top: 8px;
}
.rub_list_t a:hover { color: #345d9d; text-decoration: none; }

/* ---------- breadcrumbs / article ---------- */
.breadc { font-size: 13px; color: #8a97a8; margin-bottom: 16px; }
.breadc a { color: #345d9d; }
section#content > h1, article.post.entry > h1 {
  font-size: 28px; line-height: 1.3; color: #233247; margin-bottom: 12px;
}
article.post.entry > p > i { color: #8a97a8; font-size: 14px; }
.post_img { margin: 14px 0 20px; }
.post_img img { border-radius: 10px; display: block; }
.cat_desc { margin-bottom: 18px; color: #4a5b72; }

/* ---------- category list ---------- */
.post_list { padding: 14px 0; border-bottom: 1px solid #e2e8f0; }
.post_list_t a { font-size: 19px; font-weight: 700; color: #233247; line-height: 1.3; }
.post_list_t a:hover { color: #345d9d; text-decoration: none; }
.post_list_e { padding-top: 6px; color: #4a5b72; font-size: 15px; }
.p_nav { padding: 16px 0 4px; }

/* ---------- read also ---------- */
.read_also { margin-top: 26px; padding: 16px 20px; background: #eef3fa; border-radius: 8px; }
.read_also_t { font-size: 17px; font-weight: 700; color: #233247; margin-bottom: 8px; }
.read_also_i { padding: 3px 0; }

/* ---------- FAQ ---------- */
.faq_block { margin: 26px 0 6px; }
details.faq_b { border: 1px solid #dbe4ee; border-radius: 8px; margin-bottom: 10px; background: #fff; }
summary.faq_b_title {
  list-style: none; cursor: pointer; padding: 13px 44px 13px 16px; position: relative;
  font-weight: 700; color: #233247; font-size: 16px;
}
summary.faq_b_title::-webkit-details-marker { display: none; }
summary.faq_b_title::after {
  content: '+'; position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  font-size: 22px; color: #345d9d; font-weight: 700; transition: transform .2s;
}
details.faq_b[open] summary.faq_b_title::after { transform: translateY(-50%) rotate(45deg); }
.faq_b_text { display: none; padding: 0 16px 14px; color: #3c4f6b; }
details.faq_b[open] .faq_b_text { display: block; }
.faq_b_text p { margin: 0; }

/* ---------- footer ---------- */
footer { background: #1d2f47; color: #b9c6d8; margin-top: 10px; }
footer .wrap { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 26px; padding-top: 30px; padding-bottom: 26px; }
.logo_bot { max-width: 300px; }
.logo_bot img { display: block; width: 210px; height: auto; margin-bottom: 10px; }
.logo_bot span { font-size: 14px; color: #8fa1ba; font-style: italic; }
.nav_bot ul.menu { list-style: none; columns: 2; column-gap: 34px; }
.nav_bot li a { display: block; padding: 5px 0; color: #c9d6e6; font-size: 15px; }
.nav_bot li a:hover { color: #fff; }
.krot_cont { margin-left: auto; text-align: right; }
.krot_tel a { font-size: 19px; font-weight: 700; color: #fff; }
.krot_adr { font-size: 13px; color: #8fa1ba; margin: 2px 0 10px; }
.copy { font-size: 13px; color: #7288a3; }

/* ---------- helpers ---------- */
.on760 { display: none; }

/* ==================== 1150 ==================== */
@media screen and (max-width: 1150px) {
  .wrap { max-width: 980px; }
  .liser_nav li a { padding: 13px 13px; font-size: 14px; }
  .search_inp input { width: 110px; }
}

/* ==================== 1020 ==================== */
@media screen and (max-width: 1020px) {
  .slogan { display: none; }
  .kode_list { width: 50%; }
  .kode_list3, .kode_list4 { float: left; }
  .rub_list { width: 33.33%; }
  .on760 { display: block; }
  .hide760 { display: none; }
  .krot_cont { margin-left: 0; text-align: left; }
}

/* ==================== 759 ==================== */
@media screen and (max-width: 759px) {
  .top { flex-direction: column; gap: 12px; }
  .rek_r { gap: 14px; }
  .rek_cont { text-align: left; }
  .liser_nav_b .wrap { display: block; padding-top: 6px; padding-bottom: 6px; }
  .show_nav {
    display: block; width: 40px; height: 34px; cursor: pointer; position: relative;
    background: rgba(255,255,255,.14); border-radius: 6px;
  }
  .show_nav span, .show_nav span::before, .show_nav span::after {
    content: ''; position: absolute; left: 9px; width: 22px; height: 3px;
    background: #fff; border-radius: 2px; transition: transform .2s;
  }
  .show_nav span { top: 15px; }
  .show_nav span::before { top: -7px; left: 0; }
  .show_nav span::after { top: 7px; left: 0; }
  .nav_toggle:checked ~ .show_nav span { background: transparent; }
  .nav_toggle:checked ~ .show_nav span::before { transform: translateY(7px) rotate(45deg); }
  .nav_toggle:checked ~ .show_nav span::after { transform: translateY(-7px) rotate(-45deg); }
  .liser_nav { display: none; }
  .nav_toggle:checked ~ .liser_nav { display: block; }
  .liser_nav ul.menu { display: block; }
  .liser_nav li a { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 12px 6px; }
  .search { display: none; }
  .kode_list, .rub_list { width: 100%; float: none; }
  .rub_lists { margin: 0; }
  .rub_list { padding: 0 0 18px; }
  .tera_text, .bg .wrap section#content { padding: 18px 16px; }
  h1.title, .tera_text h1.title { font-size: 24px; }
  section#content > h1, article.post.entry > h1 { font-size: 22px; }
  .entry h2 { font-size: 19px; }
  footer .wrap { flex-direction: column; gap: 18px; }
  .nav_bot ul.menu { columns: 1; }
}
