/* ==========================================================================
   KRONA SITEMAP — HTML-карта сайта
   Содержимое перенесено из общего stylesheet.css без изменения правил.
   ========================================================================== */

/* ============================================================
   Extracted from: theme/default/template/information/sitemap.tpl
   Original style block: 2
   Runtime scope: .tpl-style-scope-39172289c8
   ============================================================ */
html.tpl-style-scope-39172289c8 body .sitemap-page h1{
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
}

html.tpl-style-scope-39172289c8 body .sitemap-list{
  list-style: none;
  padding-left: 0;
}

html.tpl-style-scope-39172289c8 body .sitemap-list > li{
  margin-bottom: 10px;
}

html.tpl-style-scope-39172289c8 body .sitemap-list a{
  text-decoration: none;
  color: #333;
  display: block;
  padding: 5px 10px;
  border-left: 3px solid #5cb85c;
  transition: all 0.2s ease-in-out;
}

html.tpl-style-scope-39172289c8 body .sitemap-list a:hover{
  background: #f5f5f5;
  color: #000;
}

html.tpl-style-scope-39172289c8 body .sitemap-sub{
  list-style: none;
  padding-left: 15px;
  margin-top: 5px;
}

@media (max-width: 767px){
  html.tpl-style-scope-39172289c8 body .sitemap-page h1{
    font-size: 22px;
  }
}

