@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 320px;
  min-height: 100%;
  font-family: "Roboto", "Trebuchet MS", "Arial", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

button,
input[type="submit"],
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/* H1 - H6 */

h1 {
  font-size: 30px;
  font-family: "Roboto", "Trebuchet MS", "Arial", sans-serif;
}

h2 {
  font-size: 24px;
  font-family: "Roboto", "Trebuchet MS", "Arial", sans-serif;
}

h3 {
  font-size: 20px;
  font-family: "Roboto", "Trebuchet MS", "Arial", sans-serif;
}

h4 {
  font-size: 18px;
  font-family: "Roboto", "Trebuchet MS", "Arial", sans-serif;
}

h5 {
  font-size: 16px;
  font-family: "Roboto", "Trebuchet MS", "Arial", sans-serif;
}

h6 {
  font-size: 14px;
  font-family: "Roboto", "Trebuchet MS", "Arial", sans-serif;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  /* Above WP toolbar. */
}

/* Galleries
--------------------------------------------- */

.gallery {
  display: grid;
  grid-gap: 0.6em;
  margin: 0 0 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  margin: 0;
  text-align: center;
}

.gallery-icon a {
  display: block;
  overflow: hidden;
  line-height: 0;
}

.gallery-icon a img {
  transition: all 0.3s ease;
}

.gallery-icon a:hover img,
.gallery-icon a:focus img {
  transform: scale(1.1);
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.wp-block-file a {
  color: #333333 !important;
}

.wp-block-file a:nth-child(2) {
  display: inline-block;
  margin-left: 15px;
  padding: 5px 12px;
  color: #fff !important;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
  background-color: #43B0E2;
  border: 3px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.wp-block-file a:nth-child(2):hover,
.wp-block-file a:nth-child(2):focus {
  border-color: #6fc3e9;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-full {
  padding-left: 20px;
  padding-right: 20px;
}

.content-archive {
  margin-bottom: 50px;
}

.content-archive:last-child {
  margin-bottom: 0;
}

.content-archive__img {
  width: 100%;
  height: 300px;
  background: #f6f6f6;
}

.content-archive__img-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-archive__img-link--noimg img {
  -o-object-fit: contain;
     object-fit: contain;
}

.content-archive__desc {
  line-height: 1.5;
}

.content-archive__title {
  color: #333333;
  font-size: 24px;
}

.content-archive__link {
  color: #333333;
  text-decoration: none;
}

.content-archive__link:hover,
.content-archive__link:focus {
  text-decoration: underline;
}

.content-archive .more-link {
  margin-top: 20px;
}

.content-article {
  line-height: 1.8;
}

/* H1 - H6 */

.content-article h1 {
  margin: 50px 0 20px;
  line-height: 1;
}

.content-article h1:first-of-type {
  margin-top: 0;
}

.content-article h2 {
  margin: 50px 0 20px;
  line-height: 1;
}

.content-article h2:first-of-type {
  margin-top: 0;
}

.content-article h3 {
  margin: 50px 0 20px;
  line-height: 1;
}

.content-article h3:first-of-type {
  margin-top: 0;
}

.content-article h4 {
  margin: 50px 0 20px;
  line-height: 1;
}

.content-article h4:first-of-type {
  margin-top: 0;
}

.content-article h5 {
  margin: 50px 0 20px;
  line-height: 1;
}

.content-article h5:first-of-type {
  margin-top: 0;
}

.content-article h6 {
  margin: 50px 0 20px;
  line-height: 1;
}

.content-article h6:first-of-type {
  margin-top: 0;
}

.content-article ul,
.content-article ol {
  padding-left: 20px;
}

.content-article a {
  color: #C05900;
}

.content-article a:hover,
.content-article a:focus {
  text-decoration: none;
}

.content-article__search {
  margin-bottom: 30px;
}

.content-article__content .widget {
  margin-bottom: 30px;
}

.content-article__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.content-article__list a {
  color: #333333;
}

.content-article__list a:hover,
.content-article__list a:focus {
  text-decoration: none;
}

.page-content__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-content__content {
  width: 65%;
}

.page-content__sidebar {
  width: 30%;
}

.page-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding: 30px 20px 10px;
  background: #D8F3FF;
}

.page-sidebar .widget {
  margin: 30px 0;
}

.page-sidebar .widget:first-child {
  margin-top: 0;
}

.page-sidebar ul,
.page-sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-sidebar li {
  margin-bottom: 15px;
  line-height: 1.5;
}

.page-sidebar a {
  color: #333333;
  text-decoration: none;
}

.page-sidebar a:hover,
.page-sidebar a:focus {
  text-decoration: underline;
}

.page-wrapp {
  position: relative;
  flex-grow: 1;
}

.btn {
  display: inline-block;
  padding: 13px 25px;
  color: #fff;
  text-decoration: none;
  background-color: #369B30;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
  background-color: #2f882a;
}

.page-breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.page-breadcrumb li {
  position: relative;
  margin-right: 15px;
  padding-right: 20px;
  color: #fff;
}

.page-breadcrumb li:nth-last-child(2) {
  margin-right: 0;
}

.page-breadcrumb li:last-child {
  display: none;
}

.page-breadcrumb li::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '>';
}

.page-breadcrumb li:nth-last-child(2)::before {
  display: none;
}

.page-breadcrumb .trail-link {
  max-width: 100px;
  overflow: hidden;
  color: #fff;
}

.page-breadcrumb .trail-link:hover,
.page-breadcrumb .trail-link:focus {
  text-decoration: none;
}

.page-lang__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.page-lang__list li {
  margin-right: 8px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
}

.page-lang__list li:last-child {
  margin-right: 0;
}

.page-lang__list .current-lang {
  color: #C05900;
}

.page-lang__list a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-lang__list a:hover,
.page-lang__list a:focus {
  color: #C05900;
}

.page-lang__list .current-lang a {
  color: #C05900;
}

.page-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.page-logo__img {
  max-width: 120px;
  margin-right: 30px;
}

.page-logo .custom-logo-link {
  display: block;
  line-height: 1;
}

.page-logo__content-title {
  color: #369B30;
  font-weight: 500;
  font-size: 26px;
}

.page-logo__content-desc {
  display: none;
}

.page-nav__toggle {
  position: relative;
  display: none;
  width: 32px;
  height: 32px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.page-nav__toggle::before,
.page-nav__toggle::after {
  position: absolute;
  left: 0;
  top: 4px;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s ease;
  content: '';
}

.page-nav__toggle::after {
  top: 14px;
  box-shadow: 0 10px #000;
}

.page-nav--open .page-nav__toggle::before,
.page-nav--open .page-nav__toggle::after {
  top: 15px;
  left: 0;
}

.page-nav--open .page-nav__toggle::before {
  transform: rotate(45deg);
}

.page-nav--open .page-nav__toggle::after {
  box-shadow: none;
  transform: rotate(-45deg);
}

.page-nav__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.page-nav__menu li {
  position: relative;
  margin-right: 40px;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
}

.page-nav__menu li:last-child {
  margin-right: 0;
}

.page-nav .current-menu-item {
  color: #0084C0;
}

.page-nav__menu a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-nav__menu a:hover,
.page-nav__menu a:focus {
  color: #0084C0;
}

.page-nav .current-menu-item a {
  color: #0084C0;
}

.page-nav .submenu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 20px;
  height: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.page-nav .submenu-toggle::before,
.page-nav .submenu-toggle::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #C05900;
  transition: all 0.3s ease;
  content: '';
}

.page-nav .submenu-toggle::before {
  top: 50%;
  transform: translateY(-50%);
}

.page-nav .submenu-toggle::after {
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.page-nav .submenu-toggle-open::before,
.page-nav .submenu-toggle-open::after {
  top: auto;
  left: 0;
  width: 100%;
  height: 2px;
}

.page-nav .submenu-toggle-open::before {
  transform: rotate(45deg);
}

.page-nav .submenu-toggle-open::after {
  transform: rotate(-45deg);
}

.page-search form {
  display: flex;
}

.page-search input[type="text"],
.page-search input[type="search"] {
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  border: 1px solid #43B0E2;
  border-right: none;
}

.page-search input[type="text"]:focus,
.page-search input[type="search"]:focus {
  outline: 1px solid #0084C0;
}

.page-search button,
.page-search input[type="submit"] {
  background-color: #fff;
  border: 1px solid #43B0E2;
  border-left: none;
  transition: all 0.3s ease;
}

.page-search button:hover,
.page-search button:focus,
.page-search input[type="submit"]:hover,
.page-search input[type="submit"]:focus {
  background-color: #43B0E2;
}

.page-search button:focus,
.page-search input[type="submit"]:focus {
  outline: 1px solid #0084C0;
}

.page-search svg {
  line-height: 0;
  fill: #43B0E2;
  transition: all 0.3s ease;
}

.page-search button:hover svg,
.page-search input[type="submit"]:hover svg,
.page-search button:focus svg,
.page-search input[type="submit"]:focus svg {
  fill: #fff;
}

.page-search--orange input[type="text"],
.page-search--orange input[type="search"],
.page-search--orange button,
.page-search--orange input[type="submit"] {
  border-color: #C05900;
}

.page-search--orange button:hover,
.page-search--orange button:focus,
.page-search--orange input[type="submit"]:hover,
.page-search--orange input[type="submit"]:focus {
  background-color: #C05900;
}

.page-search--orange svg {
  fill: #C05900;
}

.pagination {
  display: flex;
  margin: 60px 0 0;
  padding: 30px 0;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  margin: 0 5px;
  padding: 8px 12px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background-color: rgba(192, 89, 0, 0.8);
  border-radius: 5px;
  transition: all 0.3s ease;
}

.pagination .page-numbers.next {
  background-color: transparent;
}

.pagination .page-numbers.prev {
  background-color: transparent;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
  color: #fff;
  background-color: #c05900;
}

.pagination .page-numbers:hover.next,
.pagination .page-numbers:focus.next {
  background-color: transparent;
  fill: #c05900;
}

.pagination .page-numbers:hover.prev,
.pagination .page-numbers:focus.prev {
  background-color: transparent;
  fill: #c05900;
}

.pagination .current {
  color: #fff;
  background-color: #c05900;
}

.post-navigation {
  display: none;
}

.wp-block-file a {
  text-decoration: none;
}

.wp-block-file a:first-child:hover {
  text-decoration: underline;
}

.wp-block-file + .wp-block-file {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E4E2DF;
}

.wp-block-file a:nth-child(2) {
  white-space: nowrap;
}

.page-about {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.page-about__title {
  margin: 0 0 30px;
  color: #369B30;
  font-weight: 500;
  font-size: 28px;
}

.page-about__wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-about__content {
  width: 55%;
}

.page-about__desc {
  margin-bottom: 40px;
  line-height: 28px;
}

.page-about__desc p {
  margin: 0;
}

.page-about__desc p + * {
  margin-top: 15px;
}

.page-about__img {
  width: 40%;
  max-height: 400px;
}

.page-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-banner {
  margin: 50px 0;
  color: #fff;
}

.page-banner__container {
  position: relative;
  min-height: 500px;
}

.page-banner__wrapp {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px;
}

.page-banner__search {
  width: 100%;
  margin-bottom: 40px;
}

.page-banner__search input[type="text"],
.page-banner__search input[type="search"] {
  padding: 15px;
}

.page-banner__search button,
.page-banner__search input[type="submit"] {
  padding: 15px;
}

.page-banner__title {
  margin: 0 0 30px;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}

.page-banner__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-banner__img::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent 60%);
  content: '';
}

.page-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-footer {
  background-color: #E4E2DF;
}

.page-footer__top {
  padding: 40px 0 0;
}

.page-footer__top-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
}

.page-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.page-footer__nav li {
  margin-right: 30px;
}

.page-footer__nav li:last-child {
  margin-right: 0;
}

.page-footer__nav a {
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.page-footer__nav a:hover,
.page-footer__nav a:focus {
  color: #C05900;
}

.page-footer__nav .current-menu-item a {
  color: #C05900;
}

.page-footer__bottom {
  padding: 20px 0;
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
}

.page-footer__bottom-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-footer__copyright {
  font-weight: normal;
}

.page-footer__dev {
  position: relative;
  padding-right: 60px;
  overflow: hidden;
  color: rgba(51, 51, 51, 0.7);
  text-decoration: none;
}

.page-footer__dev:hover,
.page-footer__dev:focus {
  text-decoration: underline;
}

.page-footer__dev::before {
  position: absolute;
  top: 4px;
  right: 0;
  width: 54px;
  height: 9px;
  background: url("../images/thk.jpg") no-repeat;
  background-size: 54px 9px;
  content: '';
}

.page-header {
  position: relative;
}

.page-header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-header.png") no-repeat center;
  background-size: cover;
  opacity: 0.3;
  content: '';
}

.page-header__top {
  padding: 10px 0;
  background-color: #f9f9f9;
}

.page-header__top-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-header__bottom {
  background-color: rgba(216, 243, 255, 0.7);
}

.page-header__bottom-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.page-header__search {
  position: relative;
  width: 30%;
  padding: 13px;
}

.page-journal {
  margin: 50px 0;
}

.page-journal__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-journal__slide {
  width: 67%;
}

.page-journal__post {
  width: 30%;
}

.page-post__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-post__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

.page-post__item:last-child {
  margin-bottom: 0;
}

.page-post__img {
  width: 100px;
  height: 100px;
  margin: 0;
  margin-right: 15px;
  overflow: hidden;
}

.page-post__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}

.page-post__img:hover img,
.page-post__img:focus img {
  transform: scale(1.1);
}

.page-post__content {
  width: calc(100% - 120px);
}

.page-post__cat {
  margin-bottom: 8px;
}

.page-post__cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-post__cat li {
  display: none;
  font-size: 12px;
}

.page-post__cat li:first-child {
  display: block;
}

.page-post__cat a {
  display: inline-block;
  padding: 4px 5px 2px;
  color: #fff;
  text-decoration: none;
  background-color: #43B0E2;
  transition: all 0.3s ease;
}

.page-post__cat a:hover,
.page-post__cat a:focus {
  background-color: #0084C0;
}

.page-post__title {
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 1.3;
}

.page-post__link {
  color: #333333;
  text-decoration: none;
}

.page-post__link:hover,
.page-post__link:focus {
  text-decoration: underline;
}

.page-post__date {
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
}

.page-slider {
  height: 100%;
}

.page-slider__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}

.page-slider__item {
  position: relative;
  min-height: 520px;
  height: 100%;
  overflow: hidden;
}

.no-js .page-slider__item {
  display: none;
}

.no-js .page-slider__item:first-child {
  display: block;
}

.page-slider__content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 50px;
}

.page-slider__cat {
  margin-bottom: 15px;
}

.page-slider__cat ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-slider__cat li {
  display: none;
}

.page-slider__cat li:first-child {
  display: block;
}

.page-slider__cat a {
  display: inline-block;
  padding: 4px 10px 2px;
  color: #fff;
  text-decoration: none;
  background-color: #43B0E2;
  transition: all 0.3s ease;
}

.page-slider__cat a:hover,
.page-slider__cat a:focus {
  background-color: #0084C0;
}

.page-slider__title {
  margin: 0 0 15px;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
}

.page-slider__link {
  color: #fff;
  text-decoration: none;
}

.page-slider__link:hover,
.page-slider__link:focus {
  text-decoration: underline;
}

.page-slider__date {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 1;
}

.page-slider__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.page-slider__img::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 20%, transparent 60%);
  content: '';
}

.page-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-slider .slick-arrow {
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}

.page-slider:hover .slick-arrow {
  opacity: 1;
}

.page-slider .slick-prev {
  left: 10px;
}

.page-slider .slick-next {
  right: 10px;
}

@media screen and (min-width: 901px) {
  .page-nav__menu .menu > li {
    padding: 20px 0 18px;
  }

  .page-nav__menu .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    display: none;
    min-width: 250px;
    padding: 15px 0;
    background-color: #f9f9f9;
    box-shadow: -7px 0 14px -6px rgba(51, 51, 51, 0.7);
  }

  .page-nav__menu .sub-menu .sub-menu {
    top: -15px;
    left: 100%;
    background-color: #f9f9f9;
  }

  .page-nav__menu .sub-menu li {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    padding: 2px 15px;
  }

  .page-nav__menu .sub-menu li:last-child {
    margin-bottom: 0;
  }

  .page-nav__menu .sub-menu a:hover,
  .page-nav__menu .sub-menu a:focus {
    text-decoration: underline;
  }

  .page-nav__menu li:hover > .sub-menu {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .page-nav__toggle,
  .page-nav .submenu-toggle {
    display: block;
  }

  .page-nav__wrapp .page-nav__toggle {
    margin-left: auto;
    margin-right: 90px;
    width: 20px;
    height: auto;
    line-height: 2;
  }

  .page-nav__wrapp .page-nav__toggle span {
    padding-left: 30px;
    color: #4d4d4d;
  }

  .page-nav__wrapp .page-nav__toggle::before,
  .page-nav__wrapp .page-nav__toggle::after {
    background-color: #4d4d4d;
  }

  .page-nav__wrapp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: block;
    width: 100%;
    max-width: 320px;
    height: calc(100vh);
    overflow-y: auto;
    border-right: 1px solid #E4E2DF;
    box-shadow: 7px 0 14px -6px rgba(51, 51, 51, 0.7);
    background-color: #fff;
    transition: all 0.3s ease;
    transform: translateX(0);
  }

  .page-nav--close .page-nav__wrapp {
    transform: translateX(-110%);
  }

  .user-auth .page-nav__wrapp {
    top: 32px;
  }

  .page-nav__menu ul {
    padding: 20px;
  }

  .page-nav__menu li {
    width: 100%;
    margin: 0 0 10px;
  }

  .page-nav__menu li:last-child {
    margin-bottom: 0;
  }

  .page-nav__menu .sub-menu {
    display: none;
    margin-top: 10px;
    margin-left: 20px;
    padding: 0;
  }

  .page-nav__menu .sub-menu-show {
    display: block;
  }

  .page-nav__menu .sub-menu li {
    color: #4d4d4d;
  }

  .page-nav__menu .sub-menu a {
    color: #4d4d4d;
  }

  .page-header__bottom-container {
    position: relative;
  }

  .page-header__search {
    width: 80%;
  }

  .page-post__content {
    width: 100%;
  }

  .page-post__img {
    display: none;
  }
}

@media screen and (max-width: 782px) {
  .user-auth .page-nav__wrapp {
    top: 46px;
  }
}

@media screen and (max-width: 768px) {
  .page-content__content,
  .page-content__sidebar {
    width: 100%;
  }

  .page-content__content {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E2DF;
  }

  .page-logo__img {
    margin-right: 10px;
  }

  .page-logo__content-title {
    font-size: 22px;
  }

  .page-about__content,
  .page-about__img {
    width: 100%;
  }

  .page-about__img {
    order: -1;
    max-height: 100%;
    margin-bottom: 30px;
  }

  .page-footer__search,
  .page-footer__nav {
    width: 100%;
  }

  .page-footer__nav {
    margin-bottom: 20px;
  }

  .page-footer__nav ul {
    justify-content: center;
  }

  .page-footer__copyright,
  .page-footer__dev {
    margin: 5px 0;
  }

  .page-journal__slide,
  .page-journal__post {
    width: 100%;
  }

  .page-journal__slide {
    margin-bottom: 30px;
  }

  .page-post__img {
    display: block;
  }

  .page-post__content {
    width: calc(100% - 120px);
  }

  .page-slider__content {
    padding: 20px;
  }
}

@media screen and (max-width: 580px) {
  .page-logo__content {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .page-journal__container {
    padding: 0;
  }

  .page-journal__post {
    padding: 0 20px;
  }
}

@media screen and (max-width: 460px) {
  .page-footer__nav li {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-footer__nav li:last-child {
    margin-bottom: 0;
  }
}