p {
  margin: 20px 0;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-color: #009ee0 !important;
}

h1, h2, h3, h4, .title {
  margin: 0 0 25px;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  line-height: 1.15;
}

h1 {
  font-size: 36px;
  font-weight: 500;
}

h2, .title, .main-page h1 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 30px;
}

.title {
  text-align: left;
  margin-bottom: 40px;
}
.title.t2 {
  font-size: 30px;
}

blockquote {
  margin: 20px 0;
  padding: 20px 45px;
  background: #f6f6f6;
  position: relative;
  font-style: italic;
  border-left: solid 4px #009ee0;
  z-index: 1;
}
blockquote:after {
  position: absolute;
  content: none;
  font-size: 100px;
  line-height: 1;
  color: #009ee0;
  left: -10px;
  top: 0;
  z-index: -1;
}

ul {
  margin: 30px 0;
  line-height: 25px;
}
ul li {
  overflow: hidden;
  position: relative;
  padding-left: 30px;
}
ul li + li {
  margin-top: 15px;
}
ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #009ee0;
  left: 0;
  top: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 30px 0;
  counter-reset: item;
  line-height: 25px;
}
ol > li {
  display: block;
  position: relative;
  padding-left: 30px;
}
ol > li + li {
  margin-top: 15px;
}
ol > li:before {
  content: counters(item, "") ". ";
  counter-increment: item;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  color: #009ee0;
  font-weight: 500;
  font-size: 14px;
}

.table {
  margin: 20px 0;
  width: 100%;
  clear: both;
  border: 0;
  border-radius: 2px;
  font-weight: normal;
}
.table p {
  margin: 0;
}
.table tr:nth-child(odd) td {
  background: #f4f4f4;
}
.table th {
  text-align: left;
  padding: 9px 23px 10px;
  font-weight: 500;
  vertical-align: top;
  border-bottom: solid 2px #009ee0;
}
.table th:empty {
  padding: 0;
  border-left: solid 1px transparent;
}
.table td {
  padding: 9px 23px 10px;
  color: #333;
  vertical-align: top;
  border-top: solid 1px #e0e0e0;
}

@media screen and (max-width: 768px) {
  h1, h2, h3, h4, .title {
    font-weight: 500;
  }

  h1 {
    font-size: 28px;
  }

  h2, .title, .main-page h1 {
    font-size: 27px;
    text-align: center;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 22px;
  }
}

/*# sourceMappingURL=content.css.map */
