/* Стилі тільки для блоку .s-content та його вмісту */
html, body, div, span, h1, h2, h3, h4, p, a, ul, li, table, tbody, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
}

:focus {
  outline: 0;
}

body {
  background: #F5F6F9;
  line-height: 1;
}

ul {
  list-style: none;
}

ul li::marker {
  content: "";
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

th, td {
  font-weight: normal;
  text-align: left;
}

/* Основний контейнер контенту */
.s-content {
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 10px;
  vertical-align: top;
  color: #202326;
  font-family: "GothamPro", Arial, Helvetica, "sans-serif";
  font-size: 15px;
}

/* Заголовки всередині .s-content */
.s-content h1,
.s-content h2,
.s-content h3 {
  padding: 0 0 0 30px;
}

.s-content p {
  color: #202326;
  font-family: "GothamPro", Arial, Helvetica, "sans-serif";
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 25px;
  box-sizing: border-box;
  padding: 0 30px;
}

.s-content .blueHead.blueHead {
  color: #007cb0;
  font-family: "GothamPro", Arial, Helvetica, "sans-serif";
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 21px;
  text-transform: uppercase;
  box-sizing: border-box;
}

/* Стилі для статті всередині .s-content */
.single-article {
  line-height: 1.2;
  margin-right: 30px;
  padding-bottom: 20px;
  min-height: 300px;
}

.single-article h1 {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  color: #000000;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
}

.single-article h2 {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}

.single-article h3 {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  color: #202326;
  font-family: "GothamPro", Arial, Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 15px;
  text-transform: none;
}

.single-article p {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin-bottom: 20px;
  text-align: justify;
  background: transparent;
}

.single-article a {
  color: #07B0F1;
}

/* Списки */
.single-article ul {
  box-sizing: border-box;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
  text-align: left;
}

.single-article ul li {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 200%;
  color: #000000;
  position: relative;
  padding-left: 20px;
  margin-bottom: 7px;
  text-align: left;
}

.single-article ul li:before {
  content: "";
  display: block;
  background: #07B0F1;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  top: 13px;
  left: 0;
  position: absolute;
}

/* Таблиці */
.single-article table {
  box-sizing: border-box;
  margin: 30px 30px 30px 30px;
  width: 100%;
  border: 1px solid #e8eff2;
  background: none;
}

.single-article table th {
  height: 58px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 30px;
  color: #212731;
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}

.single-article table td {
  height: 58px;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 30px;
  color: #1f2327;
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}

.single-article table tr td {
  background: #F5F6F9;
  width: 50%;
  hyphens: auto;
}

.single-article table tr:nth-child(odd) td {
  background: #D9EEF8;
}

.single-article table tr:nth-child(even) td {
  background: #F5F6F9;
}

.single-article table tr:first-child th {
  color: #fff;
  text-transform: uppercase;
}

/* Зображення */
.single-article p img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.img-full-size {
  width: 100%;
  padding: 0;
}

.img-full-size img {
  width: 100%;
  border-radius: 15px;
}

/* Час публікації */
.single-article time {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
  opacity: 0.3;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: block;
  padding: 0 0 0 30px;
}

/* Загальні стилі для елементів */
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/* Спеціальні стилі для спанів у таблицях */
td span {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
}

td p span {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
}

td p span b {
  font-family: "GothamPro";
  font-style: normal;
  font-weight: 600;
}

td p {
  padding: 0;
  margin-bottom: 0;
}

/* Медіа-запити для адаптивності .s-content */
@media all and (min-width: 1px) and (max-width: 1020px) {
  .s-content {

  }
  .single-article h1 {
    line-height: 30px;
    font-size: 26px;
  }
  .single-article table {
    margin-right: 0;
    margin-left: 0;
    table-layout: fixed;
  }
}

@media all and (min-width: 0px) and (max-width: 749px) {
  .s-content {
    width: 100%;
    padding-top: 0;
  }

  .single-article {
    margin-right: 0px;
  }

  .single-article p {
    padding: 0;
  }

  .single-article h3 {
    padding: 0;
  }

  .single-article ul {
    padding: 0;
  }
}

@media all and (min-width: 0px) and (max-width: 474px) {
  .s-content {
    padding-top: 30px;
  }

  .single-article h1 {
    line-height: 26px;
    font-size: 20px;
    padding: 0;
  }

  .single-article table tr td {
    background: #F5F6F9;
    width: 50%;
    hyphens: auto;
  }

  .single-article table {
    width: 100%;
  }
}
