*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body,
html {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  font-family: "Moderat", sans-serif;
  background-color: #E3E4E5;
}

body {
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 19px;
  }
}

h3 {
  font-size: 25px;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 27px;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-weight: bold;
}

a {
  color: #000;
}
a:hover {
  color: #000;
}

.form__inner p {
  line-height: 1.35;
}

article.post p {
  margin: 0;
  margin-bottom: 16px;
}

p.bold {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 35px !important;
}
p.bold:first-child {
  margin-top: 0 !important;
}

.news h1, .news h2, .news h3, .news h4, .news h5, article.post h1, article.post h2, article.post h3, article.post h4, article.post h5 {
  font-family: "Moderat", sans-serif;
}

.hero {
  height: 75vh;
}
@media (min-width: 768px) {
  .hero {
    height: 64vh;
  }
}
.hero__logo {
  display: inline-block;
}
.hero .logo {
  margin-left: 0;
  background-size: contain;
}
@media (min-width: 1440px) {
  .hero .logo {
    width: 524px;
    height: 110px;
  }
}
@media (max-height: 768px) and (min-width: 1280px) {
  .hero .logo {
    width: 304px;
    height: 63px;
  }
}
@media (max-height: 1012px) and (min-width: 1280px) {
  .hero .logo {
    width: 394px;
    height: 85px;
  }
}
.hero_article {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 45px 25px;
  margin-top: 56px;
}
@media (min-width: 768px) {
  .hero_article {
    padding: 65px 30px;
  }
}
.hero_article h2 {
  position: relative;
  z-index: 5;
  text-align: center;
}
.hero_article::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.news {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
}
.news__wrapper {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .news {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.news article {
  padding-bottom: 50px;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  padding: 0 0 25px;
}
@media (min-width: 768px) {
  .news article {
    padding: 0 15px 45px;
    -webkit-flex-basis: calc(100% / 2);
            flex-basis: calc(100% / 2);
  }
}
@media (min-width: 1024px) {
  .news article {
    -webkit-flex-basis: calc(100% / 3);
            flex-basis: calc(100% / 3);
  }
}
.news__article {
  display: inline-block;
  color: black;
  width: 100%;
}
.news__article:hover {
  text-decoration: none;
  color: black;
}
.news__article:hover .news__readmore::after {
  margin-left: 4px;
}
.news__image {
  padding-top: 75%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news__heading {
  line-height: 1.3;
  margin-bottom: 10px;
}
.news__date {
  padding: 25px 0 0;
  margin-bottom: 0;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .news__date {
    font-size: 14px;
  }
}
.news__readmore {
  position: relative;
}
.news__readmore .ico-arrow-right {
  margin-bottom: 4px;
}

.post {
  max-width: 1024px;
  margin: 0 auto;
  padding: 45px 25px;
}
@media (min-width: 768px) {
  .post {
    padding: 65px 30px;
  }
}
.post img {
  width: 100%;
  margin: 20px 0;
}
.post h1, .post h2, .post h3, .post h4 {
  margin-bottom: 0;
}

.btn-scroll-top {
  margin-bottom: 4px;
}
