/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  text-decoration: underline;
}

ul,
li {
  background: linear-gradient(135deg, #fff 50%, rgba(153, 153, 153, 0.4) 50%, rgba(153, 153, 153, 0.4) 60%, #fff 60%) fixed, linear-gradient(135deg, rgba(153, 153, 153, 0.4) 10%, #fff 10%) fixed;
  background-size: 0.3em 0.3em;
  list-style: none;
}

li {
  border-bottom: 1px dotted #d5d5d5;
}

li ~ a:focus {
  background-color: #ffe495;
}

.container {
  width: 90%;
  margin: 0 auto;
}

.container--nav {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 30px;
}

.header {
  padding-top: 50px;
}

.header__title {
  font-size: 32px;
  width: 50%;
  color: #000;
  font-weight: normal;
}

.header__search {
  width: 50%;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}

.search-form {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form__input {
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  outline: 0px;
  height: 27px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  margin-right: 5px;
}

.search-form__btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0px;
  padding: 0 8px;
  height: 27px;
  margin: 0;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  border-radius: 2px;
  cursor: pointer;
  font-weight: bold;
}

.aside {
  width: calc(100% - 300px);
}

.aside__block {
  width: 50%;
  padding: 10px;
}

.aside__content {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}

.aside__title {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px;
}

.aside__title--p0 {
  padding: 0;
}

.aside__text {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1.4;
}

.aside__subpages {
  margin-bottom: 15px;
}

.aside__cases {
  padding: 10px;
}

.aside__cases .case {
  margin-bottom: 7px;
  border-bottom: 1px dotted #d5d5d5;
  background: none;
}

.aside__cases .case__link--single {
  color: #0089c9;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.aside__cases .case__link--single:hover {
  background: #e7e7e7;
}

.aside__cases .case .case__link {
  color: #0089c9;
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  background: linear-gradient(135deg, #fff 50%, rgba(153, 153, 153, 0.4) 50%, rgba(153, 153, 153, 0.4) 60%, #fff 60%) fixed, linear-gradient(135deg, rgba(153, 153, 153, 0.4) 10%, #fff 10%) fixed;
  background-size: 0.3em 0.3em;
  -webkit-transition: .3s;
  transition: .3s;
}

.aside__cases .case .case__link:hover {
  background: #e7e7e7;
}

.aside__cases .case-data {
  background: none;
}

.aside__cases .case-data a:hover {
  background: #e7e7e7;
}

.aside__cases .case-data li {
  background: none;
  border-bottom: none;
  margin-bottom: 20px;
  position: relative;
  margin-right: 20px;
}

.aside__cases .case-data li::before {
  content: "\003E";
  position: absolute;
  color: #000;
  left: -12px;
  font-size: 13px;
  top: 3px;
}

.aside__cases .case-data li a:hover {
  background: #e7e7e7;
}

.aside__cases .case-data a {
  color: #0089c9;
  font-weight: bold;
  text-decoration: underline;
  background: linear-gradient(135deg, #fff 50%, rgba(153, 153, 153, 0.4) 50%, rgba(153, 153, 153, 0.4) 60%, #fff 60%) fixed, linear-gradient(135deg, rgba(153, 153, 153, 0.4) 10%, #fff 10%) fixed;
  background-size: 0.3em 0.3em;
  font-size: 13px;
  padding: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav {
  width: 300px;
  padding: 10px;
}

.nav__text {
  margin: 0;
  background-color: #ffe495;
  border-bottom: 1px dotted #d5d5d5;
  padding: 3px 5px;
  font-weight: normal;
}

.nav__block {
  margin: 0;
}

.cases__link {
  color: #0089c9;
  text-decoration: underline;
  margin-left: 5px;
  background: linear-gradient(135deg, #fff 50%, rgba(153, 153, 153, 0.4) 50%, rgba(153, 153, 153, 0.4) 60%, #fff 60%) fixed, linear-gradient(135deg, rgba(153, 153, 153, 0.4) 10%, #fff 10%) fixed;
  background-size: 0.3em 0.3em;
}

.cases__link:hover {
  background: #e7e7e7;
}

.case {
  font-size: 13px;
  color: #000;
  font-weight: bold;
}

.case a {
  padding: 3px;
  display: inline-block;
}

.case__link {
  font-size: 13px;
  color: #000;
}

.case__archives {
  border-top-color: #d5d5d5;
  border-top-style: dotted;
  border-width: 1px;
  position: relative;
  color: #000;
  font-weight: bold;
}

.case__archives .arrow-down {
  top: 6px;
}

.case__archives-link {
  font-size: 18px;
  margin-bottom: 20px;
  color: #0089c9;
  display: inline-block;
  text-decoration: underline;
}

.case__archives-link:hover {
  font-weight: bold;
}

.case__about {
  font-size: 13px;
  font-weight: bold;
  padding: 3px;
  display: inline-block;
}

.table {
  border: 1px dotted #ccc;
  border-collapse: collapse;
  width: 100%;
}

.table__total {
  text-align: right;
  font-size: 11px;
  color: #666;
  font-family: "Lato", sans-serif;
  margin-top: 5px;
}

.table__subtitle {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  margin-bottom: 15px;
}

thead {
  background-color: #c0c0c0;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  background: linear-gradient(135deg, #fff 50%, rgba(153, 153, 153, 0.4) 50%, rgba(153, 153, 153, 0.4) 60%, #fff 60%) fixed, linear-gradient(135deg, rgba(153, 153, 153, 0.4) 10%, #fff 10%) fixed;
  background-size: 0.3em 0.3em;
}

thead tr > th {
  text-align: left;
  padding: 3px;
}

tr,
td {
  border-bottom: 1px dotted #999;
  padding: 4px 5px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
}

tr {
  border-bottom: 1px dotted #ccc;
}

.sort {
  color: #0089c9;
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.sort:hover {
  background: #e7e7e7;
  cursor: pointer;
}

.sort__data {
  position: relative;
}

.sort__text {
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #999;
  cursor: pointer;
  color: #000;
}

.sort__text:hover {
  border-bottom: 1px solid #0089c9;
  color: #0089c9;
}

.sort__options {
  border: 1px solid #ccc;
  position: absolute;
  right: -77px;
  bottom: -63px;
  background-color: #fff;
  padding: 3px 7px;
  visibility: hidden;
}

.sort.active .sort__options {
  visibility: visible;
}

.summary, .timeline {
  font-size: 14px;
  margin-bottom: 15px;
}

.case-data--list {
  padding-left: 15px;
}

.case-data--list .case-data {
  padding-left: 15px;
}

.cases, .case-data {
  padding-left: 15px;
}

.arrow-right {
  width: 0;
  height: 0;
  border-left: 5px solid #999;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  vertical-align: bottom;
  display: inline-block;
}

.arrow-right.active {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  border-bottom: none;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #999;
  vertical-align: bottom;
  display: inline-block;
}

.case {
  position: relative;
}

.case__icon {
  position: absolute;
  left: -12px;
  top: 3px;
}
.table a{
  color: #0089c9
}
thead tr:nth-child(2){
  background-color: #fff;
}
/*# sourceMappingURL=main.css.map */