body {
  min-width: 1050px;
  overflow-x: hidden;
  font-family: Verdana, sans-serif;
  overflow-y: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-conetent {
  width: 100%;
  height: calc(100vh - 110px);
  display: flex;
}

.descr {
  width: 20%;
  min-width: 260px;
  margin-right: 3px;
  background-color: #1f4859;
  padding: 15px;
  overflow-y: auto;
}

.descr .text {
  line-height: 1.2em;
  color: #fff;
  font-family: sans-serif;
  font-size: 11.8px;
}

.text.last {
  margin-bottom: 0;
}

.content-wrapper {
  width: 80%;
  overflow: auto;
}

.color-key {
  font-size: 14px;
  color: #fff;
  font-family: sans-serif;
  margin-bottom: 5px;
}

.color-line {
  height: 15px;
}

.color {
  position: relative;
  width: 112px;
  height: 35px;
  margin-bottom: 40px;
}

.number {
  font-size: 14px;
  color: #fff;
  font-family: sans-serif;
}

.from {
  position: absolute;
  bottom: 0;
  left: 0;
}

.to {
  position: absolute;
  bottom: 0;
  right: 0;
}

.text .link,
.text .mail {
  font-size: 14px;
  color: #fff;
  font-family: sans-serif;
  text-decoration: underline;
}

.content-wrapper iframe {
  width: 100%;
  height: 100%;
}

.container-faq {
  display: none;
  min-height: 100%;
  overflow: auto;
  width: 100%;
  padding: 50px;
}

.container-faq .faq-list {
  padding-left: 45px;
  padding-top: 20px;
}

.container-faq .faq-list  .list-item {
  margin-bottom: 17px;
}

.container-faq .faq-list .item-header {
  font-weight: bold;
}

#tableau-views span.active {
  background-color: #a9a9a9;
}

#tableau-views span:hover {
  background-color: #a9a9a9;
}

.overflow {
  overflow: auto;
}

.descr > hr {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 0.2px;
}

.descr > ul {
  padding-top: 10px;
  padding-left: 10px;
}

.descr > ul > li {
  color: #fff;
  font-size: 11.8px;
}

.descr > ul > li > a {
  color: #fff;
  font-size: 11.8px;
}

.descr > p > strong {
  font-size: 12px;
  padding-bottom: 10px;
}