/* REGULAR */
@font-face {
  font-family: 'Radnika Regular';
  src: url('font/RadnikaNext-Regular.eot') format('eot'), url('font/RadnikaNext-Regular.woff2') format('woff2'), url('/font/RadnikaNext-Regular.woff') format('woff');
}
/* BOLD */
@font-face {
  font-family: 'Radnika SemiBold';
  src: url('font/RadnikaNext-SemiBold.eot') format('eot'), url('font/RadnikaNext-SemiBold.woff2') format('woff2'), url('/font/RadnikaNext-SemiBold.woff') format('woff');
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: #333;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body,
html {
  height: 100vh;
  margin-top: 0 !important;
}
a {
  -webkit-transition: color 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: color 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: color 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
strong {
  font-family: 'Radnika SemiBold', sans-serif;
}
em {
  font-style: italic;
}
::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  display: none;
}
p {
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
}
.bw {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  mix-blend-mode: multiply;
}
body {
  background: #FFFFFF;
  font-size: 100%;
  font-family: 'Radnika Regular', sans-serif;
  color: #232323;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  margin: 0;
  border: 0;
  letter-spacing: 0.015em;
  word-spacing: 0.001em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s, filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s, filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s, filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  visibility: hidden;
}
body.is-visible {
  opacity: 1;
  visibility: visible;
}
body.is-visible .main {
  opacity: 1;
}
.single main a {
  font-weight: bold;
  color: #00ab6b;
  border-bottom: 1px solid #00ab6b;
}
#page {
  width: 100%;
  position: relative;
  height: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  -o-transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  #page {
    position: relative;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #page.menu-open {
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
    transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
    -o-transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
    transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
    transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), filter 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
    opacity: 0;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  padding: 50px 25px;
  background-color: #FFFFFF;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 0 solid #232323;
}
@media only screen and (max-width: 768px) {
  .sidebar {
    position: relative;
    top: 0;
    width: 100%;
    display: block;
    left: auto;
    right: 0;
    bottom: 0;
    padding: 25px;
  }
}
.sidebar__title {
  font-size: 16px;
  line-height: 24px;
  color: #00ab6b;
}
.sidebar__title a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
.sidebar__title a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .sidebar__title {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sidebar__nav {
    display: none;
  }
}
.sidebar__nav_divider {
  margin-top: 25px;
}
.sidebar__nav li {
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.sidebar__nav li a {
  color: #999;
}
.sidebar__nav li a:hover {
  color: #00ab6b;
}
.sidebar__nav li ul {
  margin-left: 15px;
}
.sidebar__language {
  font-size: 8px;
  line-height: 10px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .sidebar__language {
    display: none;
  }
}
.sidebar__language li {
  list-style: none;
}
.sidebar__language li a {
  color: #999;
}
.sidebar__language li a:hover {
  color: #00ab6b;
}
.sidebar__button {
  right: 25px;
  width: 25px;
  height: 25px;
  top: 25px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  display: block;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  position: absolute;
  z-index: 150;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 768px) {
  .sidebar__button {
    display: block;
  }
}
.sidebar__button::after {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-right: -1px;
  width: 24px;
  height: 2px;
  background-color: #232323;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  -o-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
}
.sidebar__button::before {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 14px;
  background-color: #232323;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  right: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  -o-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
}
.sidebar__button:hover {
  opacity: 0.6;
}
.nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  background-color: #00ab6b;
  z-index: 10000;
  padding: 0 25px;
  height: 100vh;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  disdisplay: none;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: transform 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
@media only screen and (max-width: 768px) {
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}
@media only screen and (max-width: 586px) {
  .nav {
    text-align: left;
  }
}
.nav.is-open {
  -webkit-transform: translateX(0vw);
      -ms-transform: translateX(0vw);
          transform: translateX(0vw);
}
.nav__list {
  margin: auto;
}
@media only screen and (max-width: 586px) {
  .nav__list {
    margin: inherit;
  }
}
.nav__list_divider {
  margin-bottom: 25px;
}
.nav__list li {
  list-style: none;
  font-size: 20px;
  line-height: 32px;
  color: #FFFFFF;
}
.nav__list li a {
  color: #FFFFFF;
}
.nav__list li ul {
  margin-left: 0;
}
.nav__list_language li {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  letter-spacing: 1px;
  list-style: none;
}
.nav__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 15px;
  padding: 25px;
}
.nav__close::after {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-right: -1px;
  width: 24px;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
  right: 50%;
  margin-right: -12.5px;
  -webkit-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  -o-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
}
.nav__close::before {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  width: 24px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  right: 50%;
  margin-right: -12.5px;
  -webkit-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  -o-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s, -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.4s;
}
.nav__close::after {
  background-color: #FFFFFF;
  width: 24px;
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  -webkit-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  content: ' ';
}
.nav__close::before {
  background-color: #FFFFFF;
  width: 24px;
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  -webkit-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  -o-transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  transition: width 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1), transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0s;
  content: ' ';
}
.main {
  width: calc(100vw - 250px);
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s;
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s;
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.2s;
  height: auto;
  min-height: 100vh;
}
@media only screen and (max-width: 768px) {
  .main {
    width: 100%;
    position: relative;
    min-height: 100%;
    height: auto;
  }
}
body.home .news {
  width: 40%;
  padding: 25px 0;
  background-color: #00ab6b;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  body.home .news {
    width: 100%;
    position: relative;
    bottom: auto;
    overflow: hidden;
    top: 0;
    right: auto;
  }
}
body.home .news__item {
  width: 100%;
  padding: 25px;
  overflow: hidden;
  position: relative;
}
body.home .news__item a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  display: block;
}
body.home .news__item a:hover {
  opacity: 0.6;
}
body.home .news__item_img {
  padding: 0 0 25px;
}
body.home .news__item_img img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale();
          filter: grayscale();
}
body.home .news__item_meta {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 25px;
}
body.home .news__item_meta h1 {
  color: #FFFFFF;
}
body.home .news__item_meta h2 {
  color: rgba(255, 255, 255, 0.3);
}
body.home .news__item_text {
  width: 100%;
  padding: 0 0 50px;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
body.home .news__all {
  margin: 0 25px 25px;
  padding: 15px;
  border: 1px solid #FFFFFF;
}
body.home .projects {
  width: 60%;
  padding: 0;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-left: 1px solid #f0f0f0;
  height: auto;
}
@media only screen and (max-width: 768px) {
  body.home .projects {
    width: 100%;
    position: relative;
    bottom: auto;
    height: auto;
  }
}
body.home .projects__item {
  width: 100%;
  height: auto !important;
  position: relative;
  padding: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.1s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.1s, -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.1s, filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.1s, filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.1s, filter 0.4s cubic-bezier(0.13, 0, 0.13, 1), -webkit-filter 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  bottom: 0;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  body.home .projects__item {
    height: auto;
    display: block;
    bottom: auto;
    top: 0;
  }
}
body.home .projects__item a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
body.home .projects__item a:hover {
  opacity: 0.5;
}
body.home .projects__item.is-selected {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
body.home .projects__item.is-selected .projects__item_meta {
  opacity: 1;
}
body.home .projects__item_thumb {
  width: 100%;
  height: auto;
  background-color: #232323;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  body.home .projects__item_thumb {
    height: auto;
    padding-bottom: 56.25%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
body.home .projects__item_thumb_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  background-position: center center;
  background-color: #00ab6b;
}
body.home .projects__item_meta {
  padding: 50px 50px 100px 25px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  background-color: #FFFFFF;
  max-width: 100%;
  width: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1) 0.3s;
  opacity: 1;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 768px) {
  body.home .projects__item_meta {
    padding: 25px 25px 100px;
  }
}
body.home .projects__item_meta h1 {
  color: #00ab6b;
}
body.home .projects__item_meta h2 {
  color: #999;
}
body.home .projects__item_meta .arrow {
  position: absolute;
  top: 50px;
  right: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #00ab6b;
}
@media only screen and (max-width: 768px) {
  body.home .projects__item_meta .arrow {
    top: 25px;
  }
}
.flickity-viewport {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .flickity-viewport {
    height: auto;
  }
}
.flickity-page-dots {
  pointer-events: none;
  top: auto;
  bottom: 50px;
  left: 25px;
  right: auto;
}
@media only screen and (max-width: 768px) {
  .flickity-page-dots {
    bottom: 25px;
  }
}
/* dots are lines */
.flickity-page-dots .dot {
  height: 1px;
  width: 40px;
  margin: 0 5px 0 0;
  border-radius: 0;
  background-color: #00ab6b;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
.single_text {
  width: 100%;
  padding: 50px 0 25px;
}
@media only screen and (max-width: 768px) {
  .single_text {
    padding: 0 25px 25px;
    width: 100%;
  }
}
.single_text__meta {
  padding-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
  width: 60%;
}
.single_text__meta h1 {
  font-size: 16px;
  line-height: 24px;
  color: #00ab6b;
}
@media only screen and (max-width: 586px) {
  .single_text__meta {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding-top: 50px;
  }
}
.single_text__content {
  width: 60%;
  padding-top: 50px;
  font-size: 14px;
  line-height: 22px;
}
@media only screen and (max-width: 586px) {
  .single_text__content {
    width: 100%;
  }
}
.single_text__content p {
  margin-bottom: 25px;
}
.single_text__links a {
  display: inline-block;
  background-color: #00ab6b;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 10px;
  margin-bottom: 10px;
  color: #FFFFFF !important;
  position: relative;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  font-weight: normal !important;
}
.single_text__links a:hover {
  opacity: 0.8;
}
.single_text__info {
  color: #999;
  padding: 25px 0;
  border-top: 1px solid #f0f0f0;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single_text__thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  padding: 50px 25px 50px 50px;
}
@media only screen and (max-width: 586px) {
  .single_text__thumb {
    position: relative;
    width: 70%;
    top: auto;
    right: auto;
    padding: 50px 0 0;
  }
}
.single_text__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #f0f0f0;
}
.page-template .about,
body.single .about {
  padding: 50px 25px 25px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-template .about,
  body.single .about {
    padding: 0 25px 25px;
    border: 0;
  }
}
.page-template .about__text,
body.single .about__text {
  max-width: 700px;
  clear: both;
  margin-bottom: 50px;
  color: #00ab6b;
}
.page-template .about__text p,
body.single .about__text p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .page-template .about__text,
  body.single .about__text {
    border-top: 1px solid #f0f0f0;
    padding-top: 50px;
  }
}
.page-template .about__image,
body.single .about__image {
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  float: right;
  clear: both;
  margin-bottom: 50px;
}
.page-template .about__pic,
body.single .about__pic {
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: center center;
}
.page-template .about__list_events,
body.single .about__list_events,
.page-template .about__list_projects,
body.single .about__list_projects {
  border-top: 1px solid #f0f0f0;
  width: 100%;
  clear: both;
  margin-bottom: 25px;
}
.page-template .about__list_events h1,
body.single .about__list_events h1,
.page-template .about__list_projects h1,
body.single .about__list_projects h1 {
  padding: 25px 0;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  color: #999;
}
.page-template .about__list_events ul,
body.single .about__list_events ul,
.page-template .about__list_projects ul,
body.single .about__list_projects ul {
  font-size: 14px;
  line-height: 22px;
}
.page-template .contacts,
body.single .contacts {
  padding: 50px 25px 25px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-template .contacts,
  body.single .contacts {
    padding: 0 25px 25px;
    border: 0;
  }
}
@media only screen and (max-width: 586px) {
  .page-template .contacts,
  body.single .contacts {
    display: block;
    padding: 0 25px 25px;
  }
}
.page-template .contacts__meta,
body.single .contacts__meta {
  padding-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
  width: 60%;
}
.page-template .contacts__meta h1,
body.single .contacts__meta h1 {
  font-size: 16px;
  line-height: 24px;
  color: #00ab6b;
}
@media only screen and (max-width: 768px) {
  .page-template .contacts__meta,
  body.single .contacts__meta {
    width: 100%;
    border-top: 1px solid #f0f0f0;
    padding-top: 50px;
  }
}
.page-template .contacts__content,
body.single .contacts__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding-top: 50px;
}
@media only screen and (max-width: 586px) {
  .page-template .contacts__content,
  body.single .contacts__content {
    display: block;
  }
}
.page-template .contacts__form,
body.single .contacts__form {
  max-width: 700px;
  clear: both;
  margin-bottom: 50px;
  color: #232323;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.page-template .contacts__form label,
body.single .contacts__form label {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
}
.page-template .contacts__form input,
body.single .contacts__form input,
.page-template .contacts__form textarea,
body.single .contacts__form textarea {
  border: 0;
  border-bottom: 1px solid #00ab6b;
  max-width: 80%;
  width: 80%;
  font-size: 14px;
  line-height: 22px;
  color: #00ab6b;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 586px) {
  .page-template .contacts__form input,
  body.single .contacts__form input,
  .page-template .contacts__form textarea,
  body.single .contacts__form textarea {
    width: 100%;
    max-width: 100%;
  }
}
.page-template .contacts__form .wpcf7-submit,
body.single .contacts__form .wpcf7-submit {
  background: #00ab6b;
  float: left;
  padding: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: auto;
}
.page-template .contacts__form textarea,
body.single .contacts__form textarea {
  border: 1px solid #00ab6b;
}
.page-template .contacts__form p,
body.single .contacts__form p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .page-template .contacts__form,
  body.single .contacts__form {
    padding-bottom: 50px;
  }
}
.page-template .contacts__text,
body.single .contacts__text {
  max-width: 700px;
  clear: both;
  margin-bottom: 50px;
  color: #232323;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-template .contacts__text p,
body.single .contacts__text p {
  margin-bottom: 25px;
}
.page-template .contacts__text a,
body.single .contacts__text a {
  color: #00ab6b;
  font-weight: bold;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
.page-template .contacts__text a:hover,
body.single .contacts__text a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 586px) {
  .page-template .contacts__text,
  body.single .contacts__text {
    border-top: 1px solid #f0f0f0;
    padding-top: 50px;
  }
}
.page-template .news,
body.single .news {
  width: 100%;
  padding: 0 25px 50px;
}
.page-template .news__head,
body.single .news__head {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .page-template .news__head,
  body.single .news__head {
    border-top: 1px solid #f0f0f0;
    padding: 50px 0;
  }
}
.page-template .news__head h1,
body.single .news__head h1 {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.page-template .news__item,
body.single .news__item {
  margin-top: 50px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 50px;
}
.page-template .news__item_img,
body.single .news__item_img {
  padding: 0 0 25px;
}
.page-template .news__item_img img,
body.single .news__item_img img {
  max-width: 600px;
  height: auto;
  display: block;
  width: 100%;
}
.page-template .news__item_meta,
body.single .news__item_meta {
  max-width: 700px;
  padding-bottom: 25px;
}
.page-template .news__item_meta a,
body.single .news__item_meta a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  display: block;
}
.page-template .news__item_meta a:hover,
body.single .news__item_meta a:hover {
  opacity: 0.6;
}
.page-template .news__item_meta h1,
body.single .news__item_meta h1 {
  font-size: 16px;
  line-height: 24px;
  color: #00ab6b;
}
.page-template .news__item_meta h2,
body.single .news__item_meta h2 {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.page-template .news__item_text,
body.single .news__item_text {
  font-size: 14px;
  line-height: 24px;
  max-width: 700px;
}
.page-template .news__item_text a,
body.single .news__item_text a {
  color: #00ab6b;
  border-bottom: 1px solid #00ab6b;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
.page-template .news__item_text a:hover,
body.single .news__item_text a:hover {
  opacity: 0.6;
}
.page-template .news__item_text p,
body.single .news__item_text p {
  margin-bottom: 25px;
}
.page-template .news .pagination,
body.single .news .pagination {
  overflow: hidden;
  width: 100%;
  padding-top: 50px;
}
.page-template .news .pagination .next,
body.single .news .pagination .next {
  float: right;
}
.page-template .news .pagination .prev,
body.single .news .pagination .prev {
  float: left;
}
.page-template .news .pagination a,
body.single .news .pagination a {
  font-size: 8px;
  line-height: 10px;
  color: #00ab6b;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
}
.page-template .news .pagination a:hover,
body.single .news .pagination a:hover {
  opacity: 0.6;
}
.single_project {
  padding: 50px 25px;
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .single_project {
    min-height: auto;
    height: auto;
    position: relative;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.single_project__meta {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
  max-width: 700px;
  width: 100%;
}
@media only screen and (max-width: 586px) {
  .single_project__meta {
    padding-top: 50px;
    padding-right: 25px;
    border-top: 1px solid #f0f0f0;
  }
}
.single_project__meta h1 {
  color: #00ab6b;
}
.single_project__meta h3 {
  color: #999;
}
.single_project__thumb {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  margin-bottom: 50px;
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.single_project__thumb_img {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.single_project__content {
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 22px;
}
.single_project .single_text__links {
  padding-bottom: 25px;
}
.single_project .single_text__info {
  padding-top: 25px;
  padding-bottom: 0;
}
.single_project__text {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  padding: 0 25px 0 0;
  width: 100%;
  max-width: 700px;
}
@media only screen and (max-width: 586px) {
  .single_project__text {
    padding-right: 25px;
  }
}
.single_project__text p {
  margin-bottom: 25px;
}
.archive-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 25px 50px;
}
.archive-page__articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  grid-auto-flow: dense;
  grid-gap: 50px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .archive-page__articles {
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 586px) {
  .archive-page__articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.archive-page__head {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .archive-page__head {
    border-top: 1px solid #f0f0f0;
    padding: 50px 0;
  }
}
.archive-page__head h1 {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.archive-page__item {
  width: 100%;
  display: block;
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  .archive-page__item {
    width: 100%;
  }
}
.archive-page__item a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.archive-page__item a:hover {
  opacity: 0.5;
}
.archive-page__item_thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.archive-page__item_thumb img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  border: 1px solid #f0f0f0;
}
.archive-page__item_meta {
  font-size: 14px;
  line-height: 22px;
  height: auto;
  width: 100%;
  z-index: 100;
  position: relative;
  margin-top: 25px;
}
.archive-page__item_meta h1 {
  color: #00ab6b;
  width: auto;
  overflow: hidden;
}
.archive-page__item_meta h2 {
  color: #999;
}
.archive-page__item_meta p {
  color: #999;
}
.archive-page__list {
  width: 100%;
}
.archive-page__list_item {
  width: 100%;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 22px;
  min-width: 0;
  padding-top: 50px;
}
.archive-page__list_item_meta {
  padding: 0;
  height: auto;
  margin: 0;
  position: relative;
  top: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 700px;
}
.archive-page__list_item_meta a {
  color: #00ab6b;
}
.archive-page__list_item_meta span {
  color: #999;
}
.projects-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 25px 50px;
}
.projects-page__articles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 100%;
  grid-auto-flow: dense;
  grid-gap: 50px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .projects-page__articles {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 586px) {
  .projects-page__articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.projects-page__head {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .projects-page__head {
    border-top: 1px solid #f0f0f0;
    padding: 50px 0;
  }
}
.projects-page__head h1 {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.projects-page__item {
  width: 100%;
  display: block;
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  .projects-page__item {
    width: 100%;
  }
}
.projects-page__item a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  display: block;
}
.projects-page__item a:hover {
  opacity: 0.5;
}
.projects-page__item_thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.projects-page__item_thumb img {
  width: 100%;
  height: auto;
}
.projects-page__item_meta {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  z-index: 100;
  position: relative;
  margin-top: 25px;
}
.projects-page__item_meta_container {
  position: relative;
}
.projects-page__item_meta h1 {
  color: #00ab6b;
  width: auto;
  overflow: hidden;
}
.projects-page__item_meta h2 {
  color: #999;
}
.projects-page__item_meta p {
  color: #999;
}
.lectures-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 25px 50px;
}
.lectures-page__articles {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
  grid-auto-flow: dense;
  grid-gap: 50px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lectures-page__articles {
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
  }
}
@media only screen and (max-width: 586px) {
  .lectures-page__articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.lectures-page__head {
  width: 100%;
  padding: 50px 0;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (max-width: 768px) {
  .lectures-page__head {
    border-top: 1px solid #f0f0f0;
    padding: 50px 0;
  }
}
.lectures-page__head h1 {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.lectures-page__item {
  width: 100%;
  display: block;
  padding: 50px 0 0;
  position: relative;
  overflow: hidden;
  min-width: 0;
}
@media only screen and (max-width: 768px) {
  .lectures-page__item {
    width: 100%;
  }
}
.lectures-page__item a {
  -webkit-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  transition: opacity 0.4s cubic-bezier(0.13, 0, 0.13, 1);
  display: block;
}
.lectures-page__item a:hover {
  opacity: 0.5;
}
.lectures-page__item_thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lectures-page__item_thumb img {
  max-width: 100%;
  height: auto;
  max-height: 300px;
  border: 1px solid #f0f0f0;
}
.lectures-page__item_meta {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  z-index: 100;
  position: relative;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.lectures-page__item_meta_date {
  text-align: center;
  font-weight: normal;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  text-transform: uppercase;
}
.lectures-page__item_meta_date .number-01 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
.lectures-page__item_meta_date .number-02 {
  letter-spacing: 2px;
  font-size: 10px;
  line-height: 12px;
}
.lectures-page__item_meta_container {
  position: relative;
  border-left: 1px solid #f0f0f0;
  padding-left: 10px;
  min-height: 34px;
}
.lectures-page__item_meta h1 {
  color: #00ab6b;
  width: auto;
  overflow: hidden;
}
.lectures-page__item_meta h2 {
  color: #999;
}
.lectures-page__item_meta p {
  color: #999;
}
.admin-bar #page {
  top: 32px;
  min-height: calc(100vh - 32px) !important;
}
@media only screen and (max-width: 768px) {
  .admin-bar #page {
    top: 46px;
  }
}
.admin-bar #page .sidebar {
  top: 32px;
}
@media only screen and (max-width: 768px) {
  .admin-bar #page .sidebar {
    top: 0;
  }
}
#wpadminbar {
  z-index: 100000000000;
}
