@charset "UTF-8";
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  margin: 0;
}
blockquote {
  padding: 2.6rem 2.6rem;
  background-color: #e8eae9;
  margin: 3rem 0;
}
blockquote p:first-of-type {
  margin-top: 0;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
  text-align: left;
}
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFontm {
    width: calc(50% - 4rem);
  }
  .gallery .gallery__item:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .gallery .gallery__item {
    width: 100%;
    margin: 1rem 0;
  }
}
.gallery__item {
  min-height: 24rem;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#total-posts-count {
  display: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  color: #97999b;
}
input,
textarea,
select {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.button--primary {
  color: #86bc25;
  border-color: #86bc25;
}
.button--primary:hover,
.button--primary.is-active {
  background-color: #86bc25;
  color: #fff;
}
.button.button--secondary {
  color: #00a3e0;
  border-color: #00a3e0;
  background-color: #fff;
}
.button.button--secondary:hover,
.button.button--secondary.is-active {
  background-color: #00a3e0;
  color: #fff;
}
.button--big {
  font-size: 1.8rem;
  padding: 1rem 2.5rem;
}
.button.is-active {
  cursor: progress;
}
.button.is-disabled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  pointer-events: none;
  cursor: default;
}
h2,
h3 {
  color: #000;
}
h3,
.h3 {
  font-size: 2rem;
}
h2,
.h2 {
  font-size: 2rem;
  margin: 1rem 0;
  line-height: 1.1;
}
h2 span,
.h2 span {
  color: #97999b;
}
.header {
  background-color: #fff;
  color: #000;
}

.header__top {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .header__top {
    flex-wrap: wrap;
  }
  .header__top .button {
    display: none;
  }
  .header__top div {
    width: 100%;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .header__navigation .lang {
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
}





