/*
Theme Name: weguideyou
Author: Matosoft
Author URI: http://www.matosoft.cz/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: weguideyou
*/
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cf {
  display: inline-block;
}
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/* close commented backslash hack */
.hideText {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body {
  position: relative;
}
body {
  overflow-x: hidden;
  padding-top: 125px;
}
.page-wrapper {
  overflow: hidden;
}
@media screen and (max-width: 79.9375em) {
  body {
    padding-top: 67px;
  }
}
html {
  font-size: 62.5%;
  font-family: sans-serif;
}
body {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
}
body {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .title {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
}
body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span,
body h6 span,
body .title span {
  display: block;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
}
body,
input,
textarea {
  font-weight: 400;
  line-height: 24px;
  line-height: 2.4rem;
  color: #282727;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  border: 0;
}
a,
input,
textarea,
select,
button {
  outline: none;
}
a {
  color: #4b95d7;
  transition: all 0.2s ease;
  text-decoration: underline;
}
a:hover {
  transition: all 0.2s ease 0s;
  text-decoration: none;
  color: #4b95d7;
  border-color: #4b95d7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b95d7;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  margin: 0;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
h1 {
  font-size: 49px;
  font-size: 4.9rem;
  line-height: 55px;
  line-height: 5.5rem;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
}
h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  font-weight: 400;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 17px;
  margin-bottom: 1.7rem;
}
p {
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
}
p:last-child {
  margin-bottom: 0;
}
blockquote {
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
}
blockquote:last-child {
  margin-bottom: 0;
}
em {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
}
strong {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
}
ul,
ol {
  margin: 0 0 20px 0;
  margin: 0 0 2rem 0;
}
ol ol,
ul ul {
  margin: 16px 0;
  margin: 1.6rem 0;
}
ul li ol,
ol li ul,
ol li ol,
ul li ul {
  margin: 16px 0;
  margin: 1.6rem 0;
}
ul,
ol {
  padding: 10px 0 0;
  padding: 1rem 0 0;
}
ul li,
ol li {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 20px;
  line-height: 2rem;
}
ul:first-child,
ol:first-child {
  padding-top: 0;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul {
  padding-left: 0;
}
ul li {
  list-style: none;
  padding-left: 30px;
  padding-left: 3rem;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: -1px;
  width: 6px;
  height: 5px;
  background-size: 6px 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNiIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNiA1Ij48ZGVmcz48cGF0aCBpZD0iZDYxNmEiIGQ9Ik0xMzMuMDU2IDgxNy41YS44MDcuODA3IDAgMCAxLTEuNjEyIDAgLjgwNy44MDcgMCAwIDEgMS42MTIgMHptLS44MDYtMi41YTIuNSAyLjUgMCAxIDAgMCA1IDIuNSAyLjUgMCAwIDAgMC01eiIvPjwvZGVmcz48Zz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI5IC04MTUpIj48dXNlIGZpbGw9IiM0Yjk1ZDciIHhsaW5rOmhyZWY9IiNkNjE2YSIvPjwvZz48L2c+PC9zdmc+);
}
ol {
  padding-left: 0;
}
ol ol {
  counter-reset: item;
}
ol li {
  counter-increment: item;
  list-style: none;
  padding-left: 26px;
  padding-left: 2.6rem;
  margin-bottom: 13px;
  margin-bottom: 1.3rem;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li::before {
  background-image: none;
  content: counter(item) ".";
  color: #4b95d7;
  text-align: center;
  position: absolute;
  left: 0;
  font-weight: 400;
  width: auto;
  height: auto;
  top: auto;
}
ol li {
  content: counter(subitem) ".";
}
ol li li {
  content: counter(subsubitem) ".";
}
ol[style="list-style-type: upper-alpha;"] > li::before {
  content: counter(item, upper-alpha) ".";
}
ol[style="list-style-type: upper-alpha;"] > li::before li {
  content: counter(subitem, upper-alpha) ".";
}
ol[style="list-style-type: upper-alpha;"] > li::before li li {
  content: counter(subsubitem, upper-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before {
  content: counter(item, lower-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before li {
  content: counter(subitem, lower-alpha) ".";
}
ol[style="list-style-type: lower-alpha;"] > li::before li li {
  content: counter(subsubitem, lower-alpha) ".";
}
ol[style="list-style-type: lower-greek;"] > li::before {
  content: counter(item, lower-greek);
}
ol[style="list-style-type: lower-greek;"] > li::before li {
  content: counter(subitem, lower-greek);
}
ol[style="list-style-type: lower-greek;"] > li::before li li {
  content: counter(subsubitem, lower-greek);
}
ol[style="list-style-type: lower-roman;"] > li::before {
  content: counter(item, lower-roman);
}
ol[style="list-style-type: lower-roman;"] > li::before li {
  content: counter(subitem, lower-roman);
}
ol[style="list-style-type: lower-roman;"] > li::before li li {
  content: counter(subsubitem, lower-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before {
  content: counter(item, upper-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before li {
  content: counter(subitem, upper-roman);
}
ol[style="list-style-type: upper-roman;"] > li::before li li {
  content: counter(subsubitem, upper-roman);
}
blockquote {
  margin: 28px 0;
  padding-left: 40px;
  position: relative;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  color: #282727;
  font-style: italic;
}
blockquote::before {
  content: "";
  display: block;
  height: 100%;
  min-height: 40px;
  position: absolute;
  margin-left: -40px;
  border-right: 5px solid #4b95d7;
}
article iframe,
.entry-text iframe {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  border: 0;
  box-shadow: 0 2px 14px 1px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: none;
}
pre {
  background-color: #f0f0f0;
  padding: 11px 22px;
  padding: 1.1rem 2.2rem;
}
table {
  margin: 0 0 28px 0;
  text-align: left;
  border-collapse: collapse;
  min-width: 50%;
  width: 100%;
  table-layout: fixed;
  background-color: #4b95d7;
}
table thead,
table th {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  font-weight: normal;
}
table td,
table th {
  padding: 15px 20px 15px 20px;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border: 1px solid #e8e8e8;
  text-align: center;
  color: #fff;
}
table th {
  border-bottom: 3px solid #4b95d7;
  font-weight: 700;
}
table tr {
  border: 0;
}
.section-title {
  color: #4b95d7;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 600;
  margin-bottom: 46px;
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 63.9375em) {
  h1 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
  h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
    margin-bottom: 1.4rem;
  }
  h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.7rem;
  }
  h5 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.7rem;
  }
  h6 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 47.9375em) {
  body {
    font-size: 1.5rem;
  }
  body,
  input,
  textarea {
    line-height: 2.2rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 1.4rem;
  }
  h1 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  h3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  h5 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  h6 {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  ul li {
    padding-left: 2.2rem;
    margin-bottom: 0.6rem;
  }
  ul li::before {
    top: 4px;
    left: -3px;
  }
  ol > li {
    padding-left: 2.4rem;
    margin-bottom: 0.6rem;
  }
  ol > li::before {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.page-overlay,
.page-loader {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-size: 120px 30px;
  background-position: center center;
  display: none;
}
.page-overlay svg,
.page-loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #4b95d7;
  width: 120px;
  height: 30px;
  margin-left: -60px;
  margin-top: -15px;
}
.page-overlay .page-loader__text,
.page-loader .page-loader__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-weight: 700;
  display: none;
}
.show-overlay .page-overlay {
  display: block;
}
.show-loader .page-loader {
  display: block;
}
.is-safari .page-loader svg {
  display: none;
}
.is-safari .page-loader .page-loader__text {
  display: block;
}
.page-wrapper {
  transition: all 0.2s ease;
  left: 0;
}
.page-overlay {
  transition: all 0.2s ease;
}
.show-menu .page-overlay {
  right: 260px;
  transition: all 0.2s ease;
}
.read-more {
  background-position: right center;
  padding-right: 20px;
  padding-right: 2rem;
  background-size: 6px 10px;
}
.only--mobile {
  display: none !important;
}
@media screen and (max-width: 47.9375em) {
  .only--mobile {
    display: block !important;
  }
}
div.wpcf7-mail-sent-ok {
  color: #398f14;
  border: 1px solid #398f14;
  background-color: #c8f7b2;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  color: #a02b46;
  border: 1px solid #fe0f36;
  background-color: #ead8d8;
}
div.wpcf7-spam-blocked {
  color: #ffa500;
  border: 1px solid #ffa500;
  background-color: #f9d390;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #a02b46;
  border: 1px solid #fe0f36;
  background-color: #ead8d8;
}
div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 5px 100px;
  padding: 0.5rem 10rem;
  border-radius: 5px;
}
span.wpcf7-not-valid-tip {
  color: #fe0f36;
}
.form-row-item--check span.wpcf7-not-valid-tip {
  margin-left: 80px;
  margin-left: 8rem;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
}
.wpcf7-not-valid {
  border: 1px solid #fe0f36;
}
span.wpcf7-not-valid {
  border: 0;
}
.form-row-item--small-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 21px;
  line-height: 2.1rem;
}
input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
input:-webkit-autofill {
  background-color: #fff !important;
}
input[type="checkbox"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
input[type="radio"] {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
input[type="radio"] + span::before,
input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 21px;
  height: 21px;
  background-image: none;
  padding: 2px;
  background-color: #fff;
  margin-top: 2px;
  border: 1px solid #dbdde0;
  border-radius: 0;
  transition: all 0.2s linear;
  left: 0;
  background-position: center center;
}
input[type="checkbox"] + span::before {
  margin-top: 0;
}
input[type="checkbox"].valid + span {
  display: inline !important;
}
input[type="checkbox"].error-text + span::before {
  border: 3px solid #D22718;
}
input[type="radio"] + span::before {
  border-radius: 50%;
  background-size: 0 0;
}
input[type="radio"]:checked + span::before {
  content: "";
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGcgZGF0YS1uYW1lPSJWcnN0dmEgMiI+PGc+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIGZpbGw9IiNmZmUwMGYiIGRhdGEtbmFtZT0ib2JzYWgga29waWUgNyIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12px 12px;
  transition: all 0.2s linear;
}
input[type="checkbox"]:checked + span::before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEyIDEwIj48Zz48Zz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSI1MCIgZD0iTS4yMzIgNC4xNDhsNC4xMjEgNS4xMW0wIDBMMTEuMjMyLjc0Ii8+PC9nPjwvZz48L3N2Zz4=);
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.checkbox-label {
  position: relative;
  padding-left: 31px;
  padding-left: 3.1rem;
  font-size: 13px;
  color: #ffffff;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="date"],
select {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 20px;
  padding: 1.2rem 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #282727;
  border: 1px solid #dbdde0;
  transition: all 0.2s ease;
  border-radius: 0;
}
textarea.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="number"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
select.wpcf7-not-valid {
  border-color: #fe0f36;
  color: #fe0f36;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
select:focus {
  border-color: #282727;
  transition: all 0.2s ease;
}
textarea.error,
input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
input[type="date"].error,
select.error {
  border: 1px solid #f00;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #282727;
}
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
select::-moz-placeholder {
  /* Firefox 19+ */
  color: #282727;
}
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  /* IE 10+ */
  color: #282727;
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
select:-moz-placeholder {
  /* Firefox 18- */
  color: #282727;
}
textarea.error-text,
input[type="text"].error-text,
input[type="tel"].error-text,
input[type="email"].error-text,
input[type="number"].error-text,
input[type="password"].error-text,
input[type="search"].error-text,
input[type="date"].error-text,
select.error-text {
  border: 1px solid #D22718;
}
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}
input[type="date"]::-webkit-clear-button {
  display: none;
}
input[type="number"] {
  padding-right: 0;
}
select {
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iVnJzdHZhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iOXB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDkgNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOSA2IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRTM2QzBBIiBwb2ludHM9IjksMCA0LjUsNiAwLDAgIi8+PC9zdmc+);
  background-repeat: no-repeat;
  background-size: 9px 6px;
  background-position: calc(100% - 20px) center;
}
textarea {
  padding-top: 8px;
  padding-top: 0.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  min-height: 73px;
  height: 200px;
  resize: none;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 13px 15px 13px;
  padding: 1.3rem 1.5rem 1.3rem;
  background-color: #4b95d7;
  border: 0 solid #4b95d7;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
  font-weight: 400;
  position: relative;
}
.btn.disabled {
  background-color: #c5c5c5;
  border-color: #c5c5c5;
  cursor: default;
}
.btn.disabled:hover {
  background-color: #c5c5c5;
  border-color: #c5c5c5;
}
.btn:hover {
  text-decoration: none;
  transition: all 0.2s ease;
  color: #fff;
  background-color: #282727;
  border-color: #282727;
}
.btn--with-icon {
  padding: 13px 40px 13px 15px;
  padding: 1.3rem 4rem 1.3rem 1.5rem;
  background-position: calc(100% - 15px) center;
}
.btn--hidden {
  display: none !important;
}
.form-sections {
  margin: 0 auto;
}
.form-sections--2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  margin: 0 -1.5rem;
}
.form-section {
  width: 50%;
  padding: 0 15px;
  padding: 0 1.5rem;
  box-sizing: border-box;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.form-section__title {
  color: #ffffff;
  font-size: 21px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
.form-row {
  margin: 0 0 5px;
  margin: 0 0 0.5rem;
  position: relative;
}
.form-row::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-row:last-of-type {
  margin-bottom: 0;
}
.form-row--right {
  text-align: right;
}
.form-row--right .form-row-col .form-row-item {
  text-align: right;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.form-row__title {
  color: #ffffff;
  font-size: 21px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
  margin-top: 28px;
  margin-top: 2.8rem;
}
.form-row--2 .form-row-col {
  float: left;
  width: 50%;
}
.form-row--2-4-4 .form-row-col {
  float: left;
  width: 25%;
}
.form-row--2-4-4 .form-row-col:first-of-type {
  width: 50%;
}
.form-row--1-3 .form-row-col {
  float: left;
  width: 66.666%;
}
.form-row--1-3 .form-row-col:first-of-type {
  width: 33.333%;
}
.form-row__title {
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  padding: 0 10px;
  padding: 0 1rem;
  box-sizing: border-box;
}
.form-row-col {
  box-sizing: border-box;
  position: relative;
}
.form-row-col span.wpcf7-list-item {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 30px;
  padding-left: 3rem;
}
.form-row-col .form-row-item__star {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #cc1424;
  font-size: 23px;
  z-index: 99;
}
.form-row-col .label {
  color: #707070;
  font-size: 12px;
  line-height: 18px;
  line-height: 1.8rem;
  display: block;
  text-align: left;
  margin-bottom: 2px;
  padding-left: 19px;
  padding-left: 1.9rem;
}
.form-row-col .label--placeholder {
  display: block;
  position: absolute;
  top: 12px;
  top: 1.2rem;
  left: 15px;
  left: 1.5rem;
  z-index: 1;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  line-height: 2.7rem;
  color: #282727;
  z-index: 10;
}
.form-row-col .form-row-item {
  position: relative;
  text-align: left;
}
.form-row-col .form-row-item--text {
  font-style: italic;
  padding: 10px 0;
  padding: 1rem 0;
}
.form-row-col .form-row-item-info {
  color: #abbeb9;
}
.form-row-col .form-row-item--conditions {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
}
.form-row-col .form-row-item--some-text .label--placeholder,
.form-row-col .form-row-item--active .label--placeholder {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  padding: 0;
  border-radius: 11px;
  top: 1px;
  top: 0.1rem;
  transition: all 0.2s ease;
}
.form-row-item--check {
  padding-top: 7px;
  padding-top: 0.7rem;
}
.form-row-item--check label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.form-row-item--check a {
  color: #282727;
}
.white-popup-block {
  width: 960px;
  margin: 0 auto;
  padding: 30px;
  padding: 3rem;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  position: relative;
}
.form-modal-box__title {
  text-align: center;
}
.form-modal-box__close {
  position: absolute;
  top: 30px;
  top: 3rem;
  right: 30px;
  right: 3rem;
  width: 15px;
  width: 1.5rem;
  height: 15px;
  height: 1.5rem;
}
@media screen and (max-width: 63.9375em) {
  .form-row--2 .form-row-col,
  .form-row--1-3 .form-row-col {
    width: 100%;
    margin-bottom: 2rem;
  }
  .form-row--2 .form-row-col:first-of-type,
  .form-row--1-3 .form-row-col:first-of-type {
    width: 100%;
  }
  .form-row--2 .form-row-col:last-child,
  .form-row--1-3 .form-row-col:last-child {
    margin-bottom: 0;
  }
  .form-row--2 .form-row-item {
    width: 100%;
  }
  .form-sections {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .white-popup-block {
    width: 100%;
  }
}
@media screen and (max-width: 47.9375em) {
  .form-row--2 .form-row-col {
    width: 100%;
  }
  .form-row--2 .form-row-col:last-child .form-row-item {
    margin-bottom: 0;
  }
  .form-row--2 .form-row-item {
    width: 100%;
  }
  .form-sections {
    margin: 0;
  }
  .form-section {
    width: 100%;
    padding: 0;
  }
}
footer {
  background-color: #282727;
  color: #fff;
  margin-top: 39px;
  margin-top: 3.9rem;
  position: relative;
  z-index: 99;
}
.footer {
  padding: 49px 0 48px;
  padding: 4.9rem 0 4.8rem;
  position: relative;
}
.footer-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-column {
  padding-right: 65px;
  padding-right: 6.5rem;
}
.footer-column h3 {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.footer-column--icon {
  width: 377px;
  background-size: 377px 81px;
  margin: 11px 0 0 30px;
  margin: 1.1rem 0 0 3rem;
  padding: 0;
}
@media screen and (max-width: 79.9375em) {
  .footer-column--icon {
    display: none;
  }
  .footer-column {
    width: 33.333%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 47.9375em) {
  .footer {
    padding: 4rem 0 1rem;
  }
  .footer-column {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer-column:last-child {
    margin: 0;
  }
}
.header {
  position: fixed;
  z-index: 99;
  background: #fff;
  top: -125px;
  width: 100%;
  transition: top 0.2s ease;
}
.header-top {
  border: 1px solid #dbdde0;
}
.header-top-helpdesk {
  text-align: right;
  padding: 5px 0 4px;
  padding: 0.5rem 0 0.4rem;
}
.header-top-helpdesk a {
  color: #929496;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.header-main {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.header-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.header-box-logo {
  width: 173px;
  margin-right: 137px;
  padding: 21px 0 22px;
  padding: 2.1rem 0 2.2rem;
}
.header-logo-icon {
  width: 172px;
  height: 46px;
  background-color: #4b95d7;
  display: block;
  background-size: 130px 25px;
  background-position: center center;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.header-box-menu {
  padding: 0;
  width: calc(100% - 310px - 68px - 104px);
}
.header-box-search {
  cursor: pointer;
}
.header-box-search-btn {
  width: 60px;
  height: 24px;
  width: 19px;
  background-size: 19px 18px;
  background-position: center center;
  padding: 32px 24px 33px;
  padding: 3.2rem 2.4rem 3.3rem;
}
.search-form {
  position: absolute;
  top: 0;
  left: 100%;
  width: calc(100% - 213px);
  background-color: #fff;
  transition: left 0.2s ease;
  z-index: 3;
}
.search-form.search-form--open {
  left: 213px;
  transition: left 0.2s ease;
}
.search-form.search-form--open .search-form-box {
  display: block;
}
.search-form .search-form-content {
  border-left: 1px solid #dbdde0;
}
.search-form .search-input {
  background: #fff;
  border: 1px solid #fff;
  padding: 31px 80px 32px 20px;
  padding: 3.1rem 8rem 3.2rem 2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.search-form .search-input:focus {
  border: 1px solid #fff;
}
.search-form .search-form-box {
  display: none;
}
.search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 100%;
  background-position: center center;
  border: 0;
  background-color: #4b95d7;
}
.search-form .search-btn svg {
  fill: #fff;
}
.page-socials {
  position: fixed;
  right: 0;
  top: 292px;
  z-index: 9999;
}
.page-socials-box {
  background-color: #4b95d7;
  position: relative;
  padding: 4px 0;
  padding: 0.4rem 0;
}
.page-socials-box::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 54px;
  border-color: transparent transparent #4b95d7 transparent;
  position: absolute;
  top: -32px;
}
.page-socials-box::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 54px 32px 0;
  border-color: transparent #4b95d7 transparent transparent;
  position: absolute;
  bottom: -32px;
}
.page-socials__link {
  display: block;
  width: 24px;
  height: 24px;
  padding: 6px 15px;
  padding: 0.6rem 1.5rem;
  position: relative;
}
.page-socials__link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.page-socials__link--facebook,
.page-socials__link--linkedin {
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
  background-position: center center;
}
@media screen and (max-width: 79.9375em) {
  .header-top {
    display: none;
  }
  .header-box-logo {
    margin-right: 0;
  }
  .header-box-menu {
    margin: 0;
    width: calc(100% - 130px - 68px - 80px);
  }
  .search-form {
    width: 100%;
  }
  .search-form.search-form--open {
    left: 0;
    top: 67px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
  }
  .search-form.search-form--open .search-form-box {
    display: block;
  }
  .search-form .search-input {
    padding: 1.9rem 8rem 1.9rem 2rem;
  }
  .search-form .search-btn {
    width: 64px;
    background-color: #fff;
  }
  .search-form .search-btn svg {
    fill: #282727;
  }
  .header-box-logo {
    width: 130px;
    padding: 2.1rem 0 2.1rem;
  }
  .header-logo-icon {
    width: 130px;
    height: 25px;
    background-color: #fff;
    background-size: 130px 25px;
    background-position: center center;
  }
  .header-box-search-btn {
    padding: 2.1rem 2.4rem 2.1rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-socials {
    display: none;
  }
  .search-form.search-form--open {
    transition: none;
  }
}
@media screen and (max-width: 29.9375em) {
  .header-box-logo {
    margin-right: 0;
  }
  .header-box-menu {
    margin: 0;
    width: calc(100% - 130px - 68px - 20px);
  }
}
.copyright-box {
  border-top: 1px solid #383737;
  padding: 17px 0;
  padding: 1.7rem 0;
}
.copyright__left {
  float: left;
}
.copyright__right {
  float: right;
}
.copyright-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
.copyright-links li {
  padding: 0;
  margin: 0 30px 0 0;
  margin: 0 3rem 0 0;
}
.copyright-links li::after {
  content: "";
  height: 17px;
  background-color: #fff;
  position: absolute;
  width: 1px;
  top: 50%;
  margin-top: -7px;
  right: -14px;
}
.copyright-links li:last-child {
  margin: 0;
}
.copyright-links li:last-child::after {
  display: none;
}
.copyright-links li::before {
  display: none;
}
.copyright-links a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 47.9375em) {
  .copyright-box {
    border: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copyright__left {
    -ms-flex-order: 2;
        order: 2;
    width: 100%;
    border-top: 1px solid #383737;
    padding-top: 2rem;
  }
  .copyright__right {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    margin-bottom: 3rem;
  }
}
.page-wrapper {
  margin: 0 auto;
}
.container {
  width: 1160px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.content {
  float: left;
  width: calc(100% - 366px);
  padding-right: 60px;
  padding-right: 6rem;
  box-sizing: border-box;
}
.content--full {
  width: 100%;
  padding: 0;
}
.sidebar {
  float: left;
  width: 366px;
  box-sizing: border-box;
}
.sidebar--shadow {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 30px;
  padding: 3rem;
}
.sidebar--shadow .section-title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.sidebar--shadow .widget {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.sidebar--single {
  padding-top: 70px;
  padding-top: 7rem;
}
.sidebar__title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.fixed-menu .main-page {
  margin-top: 125px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 79.9375em) {
  .container {
    width: 100%;
    padding: 0 4rem;
  }
  .sidebar {
    width: 28rem;
  }
  .content {
    width: calc(100% - 280px);
  }
  .content--full {
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .sidebar {
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 0;
    margin-bottom: 4rem;
  }
  .content--full {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .container {
    padding: 0 2rem;
  }
  .sidebar--shadow {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
    padding: 3rem 2rem;
  }
  .content {
    margin-bottom: 4rem;
  }
}
.page-popup--show {
  overflow: hidden;
}
.page-popup--show .page-popup {
  top: 0;
  transition: top 0.2s ease;
}
.page-popup {
  position: fixed;
  z-index: 99;
  left: 0;
  top: -1000%;
  display: block;
  padding: 50px 0;
  padding: 5rem 0;
  box-sizing: border-box;
  transition: top 0.2s ease;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.page-popup-background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  left: 0;
}
.page-popup-wrapp {
  overflow: auto;
  height: calc(100%);
  max-width: 794px;
  width: 100%;
  margin: 0 auto;
}
.page-popup-content {
  background-color: #fff;
  box-sizing: border-box;
  cursor: default;
  position: relative;
  z-index: 999;
}
.page-popup-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-popup-content p:last-child {
  margin-bottom: 0;
}
.page-popup-content--spaces {
  padding: 60px;
  padding: 6rem;
}
.page-popup-close {
  position: absolute;
  top: 30px;
  top: 3rem;
  right: 30px;
  right: 3rem;
  width: 30px;
  width: 3rem;
  height: 30px;
  height: 3rem;
  -ms-transform: rotate(45deg) scale(1);
      transform: rotate(45deg) scale(1);
  cursor: pointer;
  transition: transform 0.2s ease;
}
.page-popup-close:hover {
  -ms-transform: rotate(45deg) scale(1.2);
      transform: rotate(45deg) scale(1.2);
  transition: transform 0.2s ease;
}
.page-popup-close::before,
.page-popup-close::after {
  position: absolute;
  content: "";
  background-color: #4b95d7;
}
.page-popup-close::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.page-popup-close::after {
  height: 100%;
  width: 4px;
  top: 0;
  left: 50%;
  margin-left: -2px;
}
@media screen and (max-width: 47.9375em) {
  .page-popup {
    padding: 7rem 0;
  }
  .page-popup-wrapp {
    width: calc(100% - 4rem);
  }
  .page-popup-content--spaces {
    padding: 3rem;
  }
  .page-popup-close {
    top: 2rem;
    right: 2rem;
  }
}
/* Images */
.entry__content img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */
  height: auto;
  display: block;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
  max-width: 100%;
}
img.size-full,
img.size-large {
  max-width: 100%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry__content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
  margin: 0 0 1.5rem 3rem;
}
img.alignleft {
  float: left;
  margin: 0 30px 15px 0;
  margin: 0 3rem 1.5rem 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: -2px 0 0 -2px;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */
.gallery {
  margin: 48px -20px 20px;
  margin: 4.8rem -2rem 2rem;
}
.gallery:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.gallery-item {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  box-sizing: border-box;
  line-height: 0;
  margin: 0;
  padding: 0 20px;
  padding: 0 2rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.gallery-item .gallery-icon {
  border: 0;
  padding: 0;
}
.gallery-item a {
  background-color: #4b95d7;
  display: block;
  transition: none;
  position: relative;
}
.gallery-item a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #4b95d7;
  opacity: 0.8;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.gallery-item a::before {
  opacity: 0;
  transition: all 0.2s ease;
  top: 100%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  content: "";
  z-index: 99;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iVnJzdHZhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQuMjYxcHgiIGhlaWdodD0iMjAuNzgycHgiIHZpZXdCb3g9IjAgMCAzNC4yNjEgMjAuNzgyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzNC4yNjEgMjAuNzgyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTcuMTMxLDEuNWMtNi41ODEsMC0xMi4zMjIsMy41NzgtMTUuMzk3LDguODkxYzMuMDc1LDUuMzEzLDguODE2LDguODkxLDE1LjM5Nyw4Ljg5MWM2LjU4MSwwLDEyLjMyMi0zLjU3OCwxNS4zOTctOC44OTFDMjkuNDUzLDUuMDc4LDIzLjcxMSwxLjUsMTcuMTMxLDEuNXoiLz48Y2lyY2xlIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIxNy4xMzEiIGN5PSIxMC4wNjYiIHI9IjMuODU0Ii8+PC9nPjwvc3ZnPg==);
  width: 35px;
  height: 20px;
  background-size: 35px 20px;
  background-repeat: no-repeat;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}
.gallery-item:hover a::before {
  top: 50%;
  opacity: 1;
  transition: all 0.2s ease;
}
.gallery-item:hover a::after {
  opacity: 0.8;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 48%;
  width: calc(50%);
}
.gallery-columns-3 .gallery-item {
  width: 32%;
  width: calc(33.3%);
}
.gallery-columns-4 .gallery-item {
  width: 23%;
  width: calc(25%);
}
.gallery-columns-5 .gallery-item {
  width: 19%;
  width: calc(20%);
}
.gallery-columns-6 .gallery-item {
  width: 15%;
  width: calc(16.7%);
}
.gallery-columns-7 .gallery-item {
  width: 13%;
  width: calc(14.28%);
}
.gallery-columns-8 .gallery-item {
  width: 11%;
  width: calc(12.5%);
}
.gallery-columns-9 .gallery-item {
  width: 9%;
  width: calc(11.1%);
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
@media screen and (max-width: 43.75em) {
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 25%;
    width: calc(25%);
  }
}
@media screen and (max-width: 40.625em) {
  .alignleft,
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 37.5em) {
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 33%;
    width: calc(33.3%);
  }
}
@media screen and (max-width: 28.125em) {
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 50%;
    width: calc(50%);
  }
}
@media screen and (max-width: 21.875em) {
  .entry__content .gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-item {
    float: none;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    width: 100%;
  }
  .gallery-columns-2 .gallery-item,
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item,
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item,
  .gallery-columns-9 .gallery-item {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
.header-languages-switcher {
  position: relative;
  cursor: pointer;
  border-right: 1px solid #dbdde0;
  padding-right: 36px;
  padding-right: 3.6rem;
  width: 104px;
  box-sizing: border-box;
}
.header-box-lang {
  background-color: rgba(121, 90, 80, 0);
  transition: background 0.2s ease;
  margin-top: -6px;
}
.header-box-lang--open {
  transition: background 0.2s ease;
}
.header-box-lang--open .header-box-lang__list {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
}
.header-box-lang--open .header-box-lang__seleted span::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: all 0.2s ease;
}
.header-box-lang__seleted {
  padding-left: 27px;
  background-position: left center;
}
.header-box-lang__seleted .language-list-item {
  display: none;
  padding: 0;
  margin: 0;
}
.header-box-lang__seleted span {
  display: block;
  position: relative;
  padding: 32px 15px 33px 0;
  padding: 3.2rem 1.5rem 3.3rem 0;
  line-height: 24px;
  line-height: 2.4rem;
}
.header-box-lang__seleted span::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0Ij48ZGVmcz48cGF0aCBpZD0idnJ4bWEiIGQ9Ik0xMTUwLjU3NiA4MS44NjNsLTIuNjMzLTIuNjMzYS40NjMuNDYzIDAgMCAxIDAtLjY1NmwuNDM3LS40MzhhLjQ2My40NjMgMCAwIDEgLjY1NyAwbDEuODY2IDEuODY3IDEuODY3LTEuODY3YS40NjMuNDYzIDAgMCAxIC42NTYgMGwuNDM4LjQzOGEuNDYzLjQ2MyAwIDAgMSAwIC42NTZsLTIuNjM0IDIuNjMzYS40Ni40NiAwIDAgMS0uNjU0IDB6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTQ3IC03OCkiPjx1c2UgZmlsbD0iIzI4MjcyNyIgeGxpbms6aHJlZj0iI3ZyeG1hIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0;
  width: 7px;
  height: 4px;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition: all 0.2s ease;
}
.header-box-lang__seleted .language-list-item--active {
  display: block;
}
.header-box-lang__list {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #4b95d7;
  padding: 9px 10px 11px;
  box-sizing: border-box;
  display: none;
}
.header-box-lang__list .language-list-item {
  display: block;
}
.header-box-lang__list .language-list-item--active {
  display: none;
}
.header-box-lang__list .language-list-item__flag {
  position: relative;
}
.header-box-lang__list .language-list-item__flag::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 13px;
  background-size: 22px 13px;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
.language-list {
  padding: 0;
  margin: 0;
  line-height: 24px;
  line-height: 2.4rem;
}
.language-list li {
  padding-left: 0;
  display: block;
}
.language-list li span {
  display: block;
}
.language-list li a {
  display: block;
  border: 0;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
.language-list li::before {
  display: none;
}
@media screen and (max-width: 79.9375em) {
  .header-languages-switcher {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .header-box-lang {
    float: none;
    position: absolute;
    top: 2rem;
    right: 1.5rem;
    text-align: left;
  }
}
.breadcrumbs {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 7px;
  margin-bottom: 0.7rem;
}
.breadcrumbs a {
  text-decoration: none;
  color: #282727;
}
.breadcrumbs span {
  color: #4b95d7;
}
.breadcrumbs--small-space {
  margin-bottom: -3px;
  margin-bottom: -0.3rem;
}
.pagination {
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.pagination-list {
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  -ms-flex-pack: center;
      justify-content: center;
}
.pagination-list .page-numbers {
  margin: 0 10px;
  padding: 0;
}
.pagination-list .page-numbers:last-child {
  margin-right: 0;
}
.pagination-list .page-numbers::before {
  display: none;
}
.pagination-list .page-numbers a,
.pagination-list .page-numbers span {
  display: block;
  line-height: 31px;
  line-height: 3.1rem;
  text-align: center;
  color: #4b95d7;
  width: 31px;
  width: 3.1rem;
  height: 31px;
  height: 3.1rem;
  font-weight: 300;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
}
.pagination-list .page-numbers .active {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.pagination-list .page-numbers a {
  color: #4b95d7;
}
.pagination-list .page-numbers a:hover {
  text-decoration: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}
.pagination-list .page-numbers--prev,
.pagination-list .page-numbers--next {
  margin: 0 8px;
}
.pagination-list .page-numbers--prev a,
.pagination-list .page-numbers--next a,
.pagination-list .page-numbers--prev span,
.pagination-list .page-numbers--next span {
  display: block;
  text-indent: -9999em;
  letter-spacing: -9999em;
  overflow: hidden;
}
.pagination-list .page-numbers--prev a i,
.pagination-list .page-numbers--next a i,
.pagination-list .page-numbers--prev span i,
.pagination-list .page-numbers--next span i {
  display: block;
  width: 31px;
  width: 3.1rem;
  height: 31px;
  height: 3.1rem;
  position: relative;
}
.pagination-list .page-numbers--prev a svg,
.pagination-list .page-numbers--next a svg,
.pagination-list .page-numbers--prev span svg,
.pagination-list .page-numbers--next span svg {
  display: block;
  width: 31px;
  width: 3.1rem;
  height: 31px;
  height: 3.1rem;
  fill: #aabeb9;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
.pagination-list .page-numbers--prev a:hover,
.pagination-list .page-numbers--next a:hover {
  box-shadow: none;
}
.pagination-list .page-numbers--prev a:hover svg,
.pagination-list .page-numbers--next a:hover svg {
  fill: #4b95d7;
  transition: all 0.2s ease;
}
.pagination-list .page-numbers--prev span.prev-arrow,
.pagination-list .page-numbers--next span.prev-arrow,
.pagination-list .page-numbers--prev span.next-arrow,
.pagination-list .page-numbers--next span.next-arrow {
  display: none;
}
.pagination-list .page-numbers--hidden {
  display: none;
}
@media screen and (max-width: 29.9375em) {
  .pagination {
    border-top: 0;
  }
}
.main-menu-switcher {
  display: none;
}
.main-menu {
  margin: 0;
}
.theme-menu {
  padding: 0;
  margin: 0;
}
.theme-menu > li {
  float: left;
  display: block;
  margin: 0 30px 0 0;
  margin: 0 3rem 0 0;
  padding: 32px 0 33px;
  padding: 3.2rem 0 3.3rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.theme-menu > li:last-child {
  margin-right: 0;
}
.theme-menu > li::before {
  display: none;
}
.theme-menu > li::after {
  position: absolute;
  bottom: 0;
  background-color: #4b95d7;
  height: 2px;
  width: 0;
  content: "";
  left: 50%;
  transition: all 0.2s ease;
}
.theme-menu > li a {
  font-weight: 400;
  color: #4b95d7;
  text-decoration: none;
}
.theme-menu .current-page-ancestor a,
.theme-menu .current-menu-parent a,
.theme-menu .current-menu-item a {
  color: #4b95d7;
}
.theme-menu .sub-menu {
  position: absolute;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
  background-color: #4b95d7;
  width: 294px;
  width: 29.4rem;
  margin: 0;
  box-sizing: border-box;
  z-index: 99;
  left: 0;
  top: 159px;
  top: 15.9rem;
  opacity: 0;
  padding-top: 0;
}
.theme-menu .sub-menu li {
  padding: 0;
  margin: 0;
  display: none;
}
.theme-menu .sub-menu li a {
  text-align: center;
  color: #fff;
  text-transform: none;
  line-height: 30px;
  line-height: 3rem;
  padding: 0 20px;
  padding: 0 2rem;
}
.theme-menu .sub-menu li a:hover {
  color: #fff;
}
.theme-menu .sub-menu li::before {
  display: none;
}
.theme-menu .menu-item--helpdesk {
  display: none;
}
@media screen and (min-width: 80em) {
  .main-menu-box > li {
    float: left;
    display: block;
    margin: 0 3rem 0 0;
    padding: 3.2rem 0 3.3rem;
    line-height: 2.4rem;
  }
  .main-menu-box > li:last-child {
    margin-right: 0;
  }
  .main-menu-box > li::before {
    display: none;
  }
  .main-menu-box > li::after {
    position: absolute;
    bottom: 0;
    background-color: #4b95d7;
    height: 2px;
    width: 0;
    content: "";
    left: 50%;
    transition: all 0.2s ease;
  }
  .main-menu-box > li a {
    font-weight: 400;
    color: #282727;
    text-decoration: none;
  }
  .main-menu-box > li:hover .sub-menu {
    opacity: 1;
    padding: 1.6rem 0;
    top: 8.9rem;
    transition: all 0.2s ease;
    padding-top: 1rem;
  }
  .main-menu-box > li:hover .sub-menu li {
    display: block;
  }
  .main-menu-box > li:hover::after {
    left: 0;
    width: 100%;
    transition: all 0.2s ease;
  }
}
.main-menu--fixed {
  position: fixed;
  left: 0;
  top: -125px;
  width: 100%;
  transition: top 0.2s ease;
}
.main-menu--show {
  top: 0;
  transition: top 0.2s ease;
}
.admin-bar .main-menu--show {
  top: 32px;
}
@media screen and (max-width: 63.9375em) {
  .main-menu {
    display: none;
  }
}
.menu-switcher {
  display: none;
  width: 80px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 32px 0 33px;
  padding: 3.2rem 0 3.3rem;
}
.menu-switcher .menu-switcher__icon {
  float: left;
  width: 20px;
  width: 2rem;
  position: relative;
  height: 24px;
  height: 2.4rem;
  margin-right: 14px;
  margin-right: 1.4rem;
}
.menu-switcher span {
  background: #282727 repeat scroll 0 0;
  border-radius: 0;
  display: block;
  height: 2px;
  left: 0px;
  position: absolute;
  top: 6px;
  transition: all 0.2s ease 0s;
  width: 100%;
  opacity: 1;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  border-radius: 1px;
  z-index: 1;
}
.menu-switcher span:nth-child(2) {
  top: 12px;
}
.menu-switcher span:nth-child(3) {
  top: 12px;
}
.menu-switcher span:nth-child(4) {
  top: 18px;
}
.menu-switcher .menu-switcher__text {
  line-height: 24px;
  line-height: 2.4rem;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Encode Sans Semi Expanded', sans-serif;
  font-weight: 400;
  color: #282727;
}
.menu-switcher.open span:nth-child(1),
.menu-switcher.open span:nth-child(4) {
  width: 0%;
  left: 50%;
}
.menu-switcher.open span:nth-child(2) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.menu-switcher.open span:nth-child(3) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.menu-switcher--stripe {
  float: left;
  padding: 23px 0;
  padding: 2.3rem 0;
  margin-top: 0;
}
@media screen and (max-width: 79.9375em) {
  .menu-switcher {
    display: block;
  }
  .menu-switcher {
    padding: 2.1rem 0 2.1rem;
  }
}
@media screen and (max-width: 29.9375em) {
  .menu-switcher {
    width: 2rem;
  }
  .menu-switcher .menu-switcher__icon {
    margin-right: 0;
  }
  .menu-switcher .menu-switcher__text {
    display: none;
  }
}
.mobile-menu-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 5px;
  top: 0.5rem;
  right: 5px;
  right: 0.5rem;
  cursor: pointer;
}
.mobile-menu-close span {
  width: 32px;
  background: #4b95d7;
  height: 4px;
  display: block;
  position: absolute;
  top: 13px;
}
.mobile-menu-close span:nth-child(1) {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.mobile-menu-close span:nth-child(2) {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.show-menu {
  overflow: hidden;
}
.show-menu .mobile-menu {
  right: 0;
  transition: right 0.2s ease;
  width: 100%;
}
@media screen and (min-width: 80.0625em) {
  .show-menu .mobile-menu {
    right: 100% !important;
    width: 0 !important;
  }
}
.mobile-menu {
  position: fixed;
  top: 67px;
  right: -100%;
  width: 100%;
  background-color: #282727;
  z-index: 99;
  overflow: auto;
  min-height: calc(100% - 67px);
  transition: left 0.2s ease;
  z-index: 10000;
  padding-top: 20px;
  padding-bottom: 70px;
  transition: right 0.2s ease;
  box-sizing: border-box;
  max-height: calc(100% - 64px);
}
.mobile-menu .main-menu,
.mobile-menu .theme-menu {
  float: none;
}
.mobile-menu .mobile-menu-navigation {
  margin-bottom: 0;
}
.mobile-menu .mobile-menu-box {
  overflow: auto;
}
.mobile-menu .menu-item {
  padding: 0;
  margin: 0;
  float: none;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.mobile-menu .menu-item::before {
  display: none;
}
.mobile-menu .menu-item::after {
  display: none;
}
.mobile-menu .menu-item a {
  color: #fff;
  display: block;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-decoration: none;
  font-weight: 400;
  padding: 0 20px;
  padding: 0 2rem;
}
.mobile-menu .menu-item a::after {
  display: none;
}
.mobile-menu .menu-item a:hover {
  color: #fff;
}
.mobile-menu .menu-item .sub-menu {
  display: none;
}
.mobile-menu .menu-item-has-children::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjQiIHZpZXdCb3g9IjAgMCA3IDQiPjxnPjxnPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zLjIwOCAzLjYyN2wtMi41NS0yLjU1YS40NDguNDQ4IDAgMCAxIDAtLjYzNUwxLjA4Mi4wMmEuNDQ4LjQ0OCAwIDAgMSAuNjM2IDBsMS44MDYgMS44MDdMNS4zMzEuMDE5YS40NDguNDQ4IDAgMCAxIC42MzYgMGwuNDI3LjQyMWEuNDQ4LjQ0OCAwIDAgMSAwIC42MzZMMy44NDUgMy42MjVhLjQ0OS40NDkgMCAwIDEtLjYzNy4wMDJ6Ii8+PC9nPjwvZz48L3N2Zz4=);
  position: absolute;
  background-repeat: no-repeat;
  right: 20px;
  right: 2rem;
  top: 10px;
  content: "";
  display: block;
  left: auto;
  width: 7px;
  height: 5px;
  background-size: 7px 5px;
  transition: transform 0.2s ease;
}
.mobile-menu .menu-item-has-children--open::before {
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
  transition: transform 0.2s ease;
}
.mobile-menu .menu-item-has-children--open .sub-menu {
  display: block;
  position: relative;
  width: 100%;
  background: none;
  opacity: 1;
  top: auto;
  left: auto;
  box-shadow: none;
  padding: 20px 0 0;
  padding: 2rem 0 0;
}
.mobile-menu .menu-item-has-children--open .sub-menu li {
  display: block;
  text-align: left;
  margin: 0 0 20px;
  margin: 0 0 2rem;
  padding-left: 30px;
  padding-left: 3rem;
}
.mobile-menu .menu-item-has-children--open .sub-menu li::after {
  width: 10px;
  width: 1rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  left: 2rem;
  top: 50%;
  content: "";
  display: block;
}
.mobile-menu .menu-item-has-children--open .sub-menu li a {
  text-align: left;
}
.mobile-menu .menu-item--helpdesk {
  display: block;
}
.mobile-menu .menu-item--helpdesk a {
  border-top: 1px solid #444343;
  padding: 20px 0 0;
  margin: 0 20px;
  margin: 0 2rem;
}
.mobile-lang-box {
  position: fixed;
  bottom: 0;
  background-color: #4b95d7;
  width: 100%;
  padding: 20px 0;
  padding: 2rem 0;
  z-index: 99999;
}
.mobile-lang-box .header-box-lang__seleted {
  background-image: none;
  padding-left: 20px;
  padding-left: 2rem;
}
.mobile-lang-box .header-box-lang__seleted .language-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-lang-box .header-box-lang__seleted .language-list-item {
  display: block;
  margin-right: 29px;
}
.mobile-lang-box .header-box-lang__seleted .language-list-item:last-child {
  margin-right: 0;
}
.mobile-lang-box .header-box-lang__seleted .language-list-item--active {
  color: #fff;
  font-weight: 600;
}
.mobile-lang-box .header-box-lang__seleted .language-list-item__flag::before {
  display: none;
}
.mobile-lang-box .header-box-lang__seleted a {
  line-height: 24px;
  line-height: 2.4rem;
}
.mobile-lang-box .header-box-lang__seleted span {
  padding: 0;
}
.page-header--404 {
  margin-bottom: 107px;
  margin-bottom: 10.7rem;
}
.page-box--404 {
  background-image: none !important;
  padding-bottom: 65px;
  padding-bottom: 6.5rem;
  position: relative;
}
.page-box--404 h3 {
  margin-bottom: 38px;
  margin-bottom: 3.8rem;
}
.page-box--404::before {
  width: 424px;
  height: 159px;
  position: absolute;
  content: "";
  right: 35px;
  right: 3.5rem;
  top: -39px;
  top: -3.9rem;
}
.page-header--about {
  padding-top: 24px;
  padding-top: 2.4rem;
  margin-bottom: 71px;
  margin-bottom: 7.1rem;
}
.widget--about-menu {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 18px 30px;
  padding: 1.8rem 3rem;
}
.widget-menu-link {
  display: block;
  color: #282727;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #dbdde0;
  padding: 12px 0;
  padding: 1.2rem 0;
  position: relative;
}
.widget-menu-link:last-of-type {
  border: 0;
}
.widget-menu-link:last-of-type:hover {
  border-bottom: 0;
}
.widget-menu-link:hover {
  border-bottom: 1px solid #dbdde0;
}
.widget-menu-link--active::before {
  height: 20px;
  width: 2px;
  background-color: #4b95d7;
  position: absolute;
  content: "";
  left: -30px;
  left: -3rem;
}
@media screen and (max-width: 47.9375em) {
  .page-header--about {
    margin-bottom: 4rem;
  }
}
.archive-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 31px;
  margin: 0 0 3.1rem;
}
.archive-list-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.archive-item {
  width: 100%;
  margin-bottom: 23px;
  margin-bottom: 2.3rem;
}
.archive-item:last-child {
  margin-bottom: 0;
}
.archive-item-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.archive-item-box--sticky {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.archive-item-sticky {
  background-color: #4b95d7;
  width: 40px;
  width: 4rem;
  height: 28px;
  height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center bottom;
}
.archive-item-sticky::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 23px 0;
  border-color: transparent #4b95d7 transparent transparent;
  position: absolute;
  bottom: -23px;
}
.archive-item-image {
  width: 168px;
}
.archive-item-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.archive-item-image--big img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.archive-item-text {
  width: calc(100% - 168px);
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 30px;
  padding: 0 3rem;
  box-sizing: border-box;
}
.archive-item-text__title {
  color: #282727;
  text-decoration: none;
}
.archive-item-text__title h2 {
  color: #282727;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 13px;
  margin: 0 0 1.3rem;
  font-weight: 700;
  display: inline-block;
}
.archive-item-text-meta {
  display: -ms-flexbox;
  display: flex;
}
.archive-item-text__date {
  color: #929496;
  margin-right: 24px;
  margin-right: 2.4rem;
}
.archive-item-text__readmore {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 17px;
  padding-right: 1.7rem;
  background-position: right center;
}
.archive-list-items--columns3 {
  margin: 75px -15px 0;
  margin: 7.5rem -1.5rem 0;
  width: calc(100% + 3rem);
}
.archive-list-items--columns3 .archive-item {
  width: 33.333%;
  padding: 0 15px;
  padding: 0 1.5rem;
  box-sizing: border-box;
  margin-bottom: 110px;
  margin-bottom: 11rem;
}
.archive-list-items--columns3 .archive-item:hover .archive-item-box {
  box-shadow: none;
}
.archive-list-items--columns3 .archive-item:hover .archive-item-text {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.archive-list-items--columns3 .archive-item:hover .archive-item-image--big::before {
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}
.archive-list-items--columns3 .archive-item:hover .archive-item-image--big .archive-item-image__date {
  opacity: 0;
  transition: all 0.2s ease;
}
.archive-list-items--columns3 .archive-item-text {
  width: calc(100% - 6rem);
  padding: 0;
  background-color: #ffffff;
  position: absolute;
  padding: 30px;
  padding: 3rem;
  box-sizing: border-box;
  left: 30px;
  left: 3rem;
  bottom: -82px;
  bottom: -8.2rem;
}
.archive-list-items--columns3 .archive-item-text::before {
  position: absolute;
  content: "";
  right: 0;
  width: 80px;
  height: 27px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, #ffffff 100%);
  bottom: 30px;
  bottom: 3rem;
  opacity: 1;
  transition: all 0.2s ease;
}
.archive-list-items--columns3 .archive-item-text__title h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 23px;
  line-height: 2.3rem;
  margin: 0;
  height: 46px;
  height: 4.6rem;
  overflow: hidden;
}
.archive-item-image--big {
  width: 100%;
  position: relative;
}
.archive-item-image--big img {
  height: 220px;
  width: auto;
  margin: 0 auto;
}
.archive-item-image--big::before {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #282727;
  content: "";
  width: 0;
  height: 0;
  transition: all 0.2s ease;
}
.archive-item-image__date {
  background-color: #4b95d7;
  color: #fff;
  position: absolute;
  top: 30px;
  top: 3rem;
  left: 30px;
  left: 3rem;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 5px;
  transition: all 0.2s ease;
  opacity: 1;
}
.archive-list-footer {
  text-align: center;
  width: 100%;
}
.load-more-spinner {
  width: 27px;
  height: 27px;
  background-size: 27px 27px;
  margin: 0 auto;
  visibility: hidden;
}
.load-more-spinner.visible {
  visibility: visible;
}
.load-more-btn {
  display: none;
}
@media screen and (max-width: 79.9375em) {
  .archive-item-box--sticky {
    padding-right: 5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 63.9375em) {
  .archive-list-items--columns3 .archive-item {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .archive-item-image {
    width: 100%;
    margin-bottom: 1.8rem;
  }
  .archive-item-text {
    width: 100%;
    padding: 0;
  }
  .archive-item-box--sticky {
    padding-right: 0;
  }
  .archive-list-btn {
    text-align: left;
  }
}
@media screen and (max-width: 40.5625em) {
  .archive-list-items--columns3 {
    margin-top: 45px;
  }
  .archive-list-items--columns3 .archive-item {
    width: 100%;
  }
}
.page-header--contact {
  position: relative;
  background-image: none !important;
}
.page-header--contact::before {
  width: 538px;
  height: 611px;
  background-size: 538px 611px;
  position: absolute;
  top: -176px;
  top: -17.6rem;
  right: -125px;
  right: -12.5rem;
  content: "";
}
.contacts-companies {
  margin-top: 73px;
  margin-top: 7.3rem;
  position: relative;
  z-index: 9;
}
.contacts-companies-box {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.contacts-companies-box__title {
  font-size: 20px;
  line-height: 28px;
  line-height: 2.8rem;
  color: #4b95d7;
  font-weight: 600;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.contacts-companies-box-content {
  background: #fff;
}
.contacts-companies-tab-items {
  margin: 0 -14px;
  margin: 0 -1.4rem;
}
.contacts-companies-tab-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.contacts-companies-tab-item-header::after {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 15px;
  right: auto;
  background: #fff;
  content: "";
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.contacts-companies-tab-item-header-item {
  width: 33.333%;
  width: calc(100% / 3);
  color: #282727;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 14px 30px;
  padding: 1.4rem 3rem;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.contacts-companies-tab-item-header-item::before {
  position: absolute;
  top: 10px;
  width: 1px;
  content: "";
  height: 37px;
  background: #ededed;
  right: -1px;
}
.contacts-companies-tab-item-header-item:last-child::before {
  display: none;
}
.contacts-companies-tab-item-header-item--active {
  color: #4b95d7;
  font-weight: 600;
  box-shadow: 0 3px 11px rgba(0, 0, 0, 0.06);
  position: relative;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
}
.contacts-companies-tab-item-header-item--active::before {
  display: block !important;
  width: calc(100% - 3rem);
  position: absolute;
  top: 100%;
  left: 15px;
  left: 1.5rem;
  height: 1px;
  right: auto;
  margin-top: -1px;
  content: "";
}
.contacts-companies-tab-item-header-item--active::after {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(100% - 0px);
  left: 0;
  height: 15px;
  right: auto;
  background: #fff;
  content: "";
  z-index: 999;
}
.contacts-companies-tab-item-content-item--active .contacts-companies-tab-item-content-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 20px;
  padding: 0 2rem;
}
.contacts-companies-tab-item-content-item--active .contacts-companies-tab-item-content-header {
  color: #4b95d7;
}
.contacts-companies-tab-item-content-item--active .contacts-companies-tab-item-content-header::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 0.2s ease;
}
.contacts-companies-tab-item-content-header {
  width: 100%;
  display: none;
  border-bottom: 1px solid #dbdde0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  position: relative;
  background-image: none;
}
.contacts-companies-tab-item-content-header::before {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  content: "";
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.contacts-companies-tab-item-content-box {
  display: none;
}
.contacts-companies-tab-item-content {
  padding: 25px 13px 30px 10px;
  padding: 2.5rem 1.3rem 3rem 1rem;
  background-color: #fff;
  position: relative;
  z-index: 9;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}
.contacts-companies-tab-item-content-text {
  width: calc(100% - 35rem);
}
.contacts-companies-tab-item-content-text-columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.contacts-companies-tab-item-content-text-column {
  width: 50%;
}
.contacts-companies-tab-item-content-text-info {
  font-size: 14px;
  line-height: 20px;
  line-height: 2rem;
}
.contacts-companies-tab-item-content-image {
  width: 350px;
  width: 35rem;
  position: relative;
}
.contacts-companies-tab-item-content-image img {
  display: block;
  margin-top: 2px;
}
.contacts-companies-tab-item-content-image__map-link {
  position: absolute;
  font-size: 14px;
  line-height: 21px;
  background-color: #4b95d7;
  color: #fff;
  text-decoration: none;
  bottom: 30px;
  bottom: 3rem;
  left: 30px;
  left: 3rem;
  padding: 3px 5px;
  padding: 0.3rem 0.5rem;
}
.contacts-companies-tab-item-content-image__map-link:hover {
  color: #fff;
}
@media screen and (max-width: 63.9375em) {
  .page-header--contact::before {
    display: none;
  }
  .contacts-companies-tab-items {
    box-shadow: none;
  }
  .contacts-companies-tab-item-header {
    display: none;
  }
  .contacts-companies-tab-item-content-header {
    display: block;
    width: 100%;
  }
  .contacts-companies-tab-item-content-text {
    width: 100%;
  }
  .contacts-companies-tab-item-content-item {
    display: block;
    width: 100%;
  }
  .contacts-companies-tab-item-content-item .contacts-companies-tab-item-content-box {
    display: none;
  }
  .contacts-companies-tab-item-content-item--active {
    padding: 0;
  }
  .contacts-companies-tab-item-content-item--active .contacts-companies-tab-item-content-box {
    display: block;
    width: 100%;
    padding: 0 0 3rem;
  }
  .contacts-companies-tab-item-header-item--active {
    box-shadow: none;
  }
  .contacts-companies-tab-item-content-image {
    width: 100%;
    max-width: 35rem;
    margin: 2rem auto 0;
  }
  .contacts-companies-tab-item-content-image img {
    max-width: 100%;
    height: auto;
  }
  .contacts-companies-tab-item-content-image__map-link {
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    margin: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 47.9375em) {
  .contacts-companies {
    margin-top: 4.3rem;
  }
  .contacts-companies-box {
    margin-bottom: 3rem;
  }
  .contacts-companies-tab-item-content-text-column {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .contacts-companies-tab-item-content-text-column:last-child {
    margin-bottom: 0;
  }
}
.page-header--download {
  position: relative;
  background-image: none !important;
  margin-bottom: 72px;
  margin-bottom: 7.2rem;
}
.page-header--download::before {
  width: 761px;
  height: 500px;
  background-size: 761px 500px;
  position: absolute;
  top: -220px;
  top: -22rem;
  right: -68px;
  right: -6.8rem;
  content: "";
}
.download-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 40px;
  margin: 0 -1.5rem 4rem;
  position: relative;
}
.download-section__title {
  color: #4b95d7;
  font-size: 20px;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 600;
  margin-bottom: 22px;
  margin-bottom: 2.2rem;
}
.download-section-item {
  width: 50%;
  padding: 0 15px;
  padding: 0 1.5rem;
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.download-section-item-box {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
.download-section-item-box__image {
  width: 261px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0 15px;
  padding: 0 1.5rem;
  box-sizing: border-box;
}
.download-section-item-box__image img {
  display: block;
}
.download-section-item-box-text {
  width: calc(100% - 261px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 36px;
  padding-left: 3.6rem;
  box-sizing: border-box;
}
.download-section-item-box-text ul {
  margin: 0;
}
.download-section-item-box-text ul li {
  margin-bottom: 10px;
  margin-bottom: 1rem;
  padding-left: 15px;
  padding-left: 1.5rem;
}
.download-section-item-box-text ul li:last-child {
  margin-bottom: 0;
}
.download-section-item-box-text a {
  color: #282727;
}
.download-section-links {
  padding: 15px 15px 0;
  padding: 1.5rem 1.5rem 0;
}
.download-section-link {
  color: #282727;
  text-decoration: none;
}
@media screen and (max-width: 63.9375em) {
  .download-section-item {
    width: 100%;
  }
  .page-header--download::before {
    display: none;
  }
}
@media screen and (max-width: 40.5625em) {
  .download-section-item-box-text {
    width: 100%;
    padding: 2rem;
  }
}
.featured {
  position: relative;
  padding-top: 67px;
  padding-top: 6.7rem;
  margin-bottom: 70px;
  margin-bottom: 7rem;
}
.featured-image {
  height: 382px;
  position: absolute;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  top: 0;
}
.featured-image img {
  display: block;
  line-height: 1;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.featured-list {
  z-index: 2;
  position: relative;
}
.featured-list-title {
  text-shadow: 0 3px 10px #000000;
  color: #ffffff;
  font-size: 49px;
  line-height: 59px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 71px;
  margin-bottom: 7.1rem;
}
.featured-list-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.featured-list-item {
  width: 33.333%;
  box-sizing: border-box;
}
.featured-list-item-box {
  border: 1px solid #ededed;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-weight: 600;
  padding: 28px 30px 30px 97px;
  padding: 2.8rem 3rem 3rem 9.7rem;
  position: relative;
  height: 100%;
}
.featured-list-item-box:hover {
  border: 1px solid #ededed;
}
.featured-list-item-box:hover .featured-list-item-box__icon svg {
  stroke: #00a8ae;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon1 svg {
  stroke: #283583;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon2 svg {
  stroke: #52ae32;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon3 svg {
  stroke: #ec671f;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon4 svg {
  stroke: #e30613;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon5 svg {
  stroke: #00a8ae;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon6 svg {
  stroke: #f7a600;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon7 svg {
  stroke: #e6007e;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon8 svg {
  stroke: #706f6f;
  transition: all 0.2s ease;
}
.featured-list-item-box:hover .icon-icon9 svg {
  stroke: #5c257f;
  transition: all 0.2s ease;
}
.featured-list-item-box__icon {
  position: absolute;
  width: 76px;
  height: 76px;
  left: 10px;
  left: 1rem;
  top: 50%;
  margin-top: -38px;
}
.featured-list-item-box__icon svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  stroke: #929496;
  transition: all 0.2s ease;
}
.featured-list-item-box__title {
  color: #282727;
  font-size: 15px;
}
.page-banner {
  margin-bottom: 56px;
  margin-bottom: 5.6rem;
  position: relative;
}
.page-banner img {
  max-width: 100%;
  height: auto;
}
.page-banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.archive-list-btn {
  text-align: right;
  width: 100%;
  margin-top: 20px;
  margin-top: 2rem;
}
.archive-list-items--slider {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .featured-list-item {
    width: 50%;
  }
}
@media screen and (max-width: 47.9375em) {
  .featured {
    margin-bottom: 4rem;
  }
  .featured-list-title {
    font-size: 28px;
    line-height: 36px;
  }
  .featured-list-items {
    margin: 0 -2rem;
  }
  .featured-list-item {
    width: 100%;
  }
  .archive-list-title {
    margin-bottom: 2rem;
  }
  .archive-list-items--hp {
    display: none;
  }
  .archive-list-items--slider {
    display: block;
    position: relative;
  }
  .archive-slider-pagination {
    position: absolute;
    top: -4.2rem;
    left: auto;
    bottom: auto;
    right: 2rem;
    width: 60px;
  }
  .archive-slider-button {
    position: absolute;
    width: 20px;
    height: 22px;
    top: -4.2rem;
    left: auto;
    outline: none;
    cursor: pointer;
  }
  .archive-slider-button svg {
    width: 8px;
    height: 7px;
    display: block;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    fill: #4b95d7;
  }
  .archive-slider-button.swiper-button-disabled svg {
    fill: #282727;
  }
  .archive-slider-button--prev {
    right: 8rem;
  }
  .archive-slider-button--next {
    right: 0;
  }
  .archive-list-btn {
    text-align: left;
  }
}
.page-header-image {
  height: 384px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  top: 0;
  margin-bottom: 45px;
  margin-bottom: 4.5rem;
}
.page-header-image img {
  display: block;
  line-height: 1;
  max-width: none;
  max-height: none;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
}
.page-perex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-perex__text {
  width: calc(100% - 237px);
  padding-right: 30px;
  padding-right: 3rem;
  box-sizing: border-box;
}
.page-perex__image {
  width: 237px;
}
.page-perex__image img {
  width: 100%;
  height: auto;
}
.product-agenda {
  margin-top: 45px;
  margin-top: 4.5rem;
}
.product-agenda__title {
  font-weight: 700;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.product-agenda-list-row {
  margin-bottom: 56px;
  margin-bottom: 5.6rem;
  padding-left: 100px;
  padding-left: 10rem;
}
.product-agenda-list-row:last-child {
  margin-bottom: 0;
}
.product-agenda-list-row__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 26px;
  line-height: 2.6rem;
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
.product-agenda-list-row__title::before {
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #4b95d7;
  content: "";
  top: 50%;
  margin-top: -1px;
  left: -65px;
  left: -6.5rem;
}
.widget-product-list-row {
  border: 1px solid #dbdde0;
  padding: 15px 30px;
  padding: 1.5rem 3rem;
  margin-bottom: -1px;
}
.widget-product-list-row__link {
  padding-left: 50px;
  padding-left: 5rem;
  display: inline-block;
  color: #282727;
  text-decoration: none;
  font-weight: 500;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
.widget-product-list-row__size {
  padding-left: 50px;
  padding-left: 5rem;
  color: #929496;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.widget-product-contact-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.widget-product-contact-info:last-child {
  margin-bottom: 0;
}
.widget-product-contact-info__photo {
  width: 103px;
  background-color: #d6d6d6;
}
.widget-product-contact-info__photo img {
  display: block;
}
.widget-product-contact-info-content {
  width: calc(100% - 103px);
  padding-left: 20px;
  padding-left: 2rem;
  box-sizing: border-box;
}
.widget-product-contact-info-content__name {
  font-weight: 600;
  margin-bottom: 26px;
  margin-bottom: 2.6rem;
}
.widget-product-contact-info-content__function {
  font-size: 14px;
  font-size: 1.4rem;
  color: #929496;
}
.widget-product-contact-btn {
  margin-top: 20px;
  margin-top: 2rem;
}
@media screen and (max-width: 47.9375em) {
  .page-header-image {
    height: 165px;
    margin-bottom: 0;
  }
  .product-agenda {
    margin-bottom: 8rem;
  }
  .product-agenda-list-row {
    padding-left: 0;
    position: relative;
    margin-bottom: 4rem;
  }
  .product-agenda-list-row::before {
    position: absolute;
    width: 7rem;
    height: 1px;
    background-color: #4b95d7;
    content: "";
    bottom: -2.1rem;
  }
  .product-agenda-list-row__title::before {
    display: none;
  }
}
.page-box-flexi {
  margin-top: 68px;
  margin-top: 6.8rem;
}
.page-box-flexi-section {
  margin-bottom: 50px;
  margin-bottom: 5rem;
}
.page-box-flexi-section__title {
  color: #4b95d7;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 600;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
}
.page-box-flexi-section__title--small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
}
.page-box-flexi-section-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.page-box-flexi-textimage__image {
  width: 564px;
}
.page-box-flexi-textimage__image img {
  display: block;
}
.page-box-flexi-textimage__text {
  width: calc(100% - 564px);
  box-sizing: border-box;
  padding-left: 30px;
  padding-left: 3rem;
}
.page-box-flexi-section--sidebar_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.page-box-flexi-section--sidebar_content .page-box-flexi-section-content {
  width: calc(100% - 366px);
  box-sizing: border-box;
  padding-left: 30px;
  padding-left: 3rem;
  display: block;
  padding-top: 30px;
  padding-top: 3rem;
}
.page-box-flexi-section--sidebar_content .page-box-flexi-section-sidebar {
  width: 366px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  padding: 29px 30px;
  padding: 2.9rem 3rem;
  box-sizing: border-box;
}
.page-box-flexi-section-sidebar-widget__title {
  color: #4b95d7;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-bottom: 19px;
  margin-bottom: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 63.9375em) {
  .page-box-flexi-textimage__image {
    width: 100%;
  }
  .page-box-flexi-textimage__image img {
    max-width: 100%;
    height: auto;
  }
  .page-box-flexi-textimage__text {
    width: 100%;
    padding: 3rem 0 0;
  }
  .page-box-flexi-section--sidebar_content .page-box-flexi-section-sidebar {
    width: 100%;
  }
  .page-box-flexi-section--sidebar_content .page-box-flexi-section-content {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-box-flexi {
    margin-top: 4rem;
  }
}
.page-header--search {
  position: relative;
  background-image: none !important;
  margin-bottom: 72px;
  margin-bottom: 7.2rem;
}
.page-header--search::before {
  width: 761px;
  height: 500px;
  background-size: 761px 500px;
  position: absolute;
  top: -130px;
  top: -13rem;
  right: -395px;
  right: -39.5rem;
  content: "";
}
.search-box {
  float: left;
  width: calc(100% - 366px);
  padding-right: 62px;
  box-sizing: border-box;
}
.search-item {
  border-bottom: 1px solid #dbdde0;
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.search-item-text {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0;
  box-sizing: border-box;
}
.search-item-text__title {
  color: #282727;
  text-decoration: none;
}
.search-item-text__title h2 {
  color: #282727;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 41px;
  margin: 0 0 4.1rem;
  font-weight: 700;
  display: inline-block;
}
.search-item-text-perex {
  margin-bottom: 46px;
  margin-bottom: 4.6rem;
}
.search-item-text-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 38px;
  margin-bottom: 3.8rem;
}
.search-item-text__date {
  color: #929496;
  margin-right: 15px;
  margin-right: 1.5rem;
  position: relative;
}
.search-item-text__date::before {
  display: block;
  width: 1px;
  height: 16px;
  height: 1.6rem;
  background: #929496;
  position: absolute;
  content: "";
  right: -7px;
  top: 50%;
  margin-top: -6px;
  margin-top: -0.6rem;
}
.search-item-text__categories {
  margin-right: 24px;
  margin-right: 2.4rem;
  display: inline-block;
}
.search-item-text__categories a {
  text-decoration: none;
}
.search-item-text__readmore {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 17px;
  padding-right: 1.7rem;
  background-position: right center;
  padding-top: 2px;
  padding-top: 0.2rem;
}
.highlight-text {
  font-weight: 700;
}
@media screen and (max-width: 63.9375em) {
  .page-header--search::before {
    display: none;
  }
  .search-box {
    width: calc(100%);
    padding-right: 0;
  }
}
.page-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 0;
  color: #282727;
}
.page-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 70px;
  padding-top: 7rem;
}
.page-header--with-icon {
  padding-top: 25px;
  padding-top: 2.5rem;
  margin-bottom: 39px;
  margin-bottom: 3.9rem;
}
.page-header-icon {
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  margin-right: 46px;
  margin-right: 4.6rem;
  max-width: 100px;
  max-width: 10rem;
}
.page-header-icon img {
  height: 67px;
  width: auto;
  display: block;
}
.page-header-content {
  width: calc(100% - 14.6rem);
}
.page-header--selectbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-header--selectbox .page-header-content {
  width: calc(50%);
}
.page-header--selectbox .page-header-select {
  width: 50%;
  text-align: right;
  padding-top: 5px;
}
.page-header--selectbox select {
  width: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  border: 0;
  padding: 13px 28px 13px 20px;
  padding: 1.3rem 2.8rem 1.3rem 2rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0Ij48ZGVmcz48cGF0aCBpZD0idnJ4bWEiIGQ9Ik0xMTUwLjU3NiA4MS44NjNsLTIuNjMzLTIuNjMzYS40NjMuNDYzIDAgMCAxIDAtLjY1NmwuNDM3LS40MzhhLjQ2My40NjMgMCAwIDEgLjY1NyAwbDEuODY2IDEuODY3IDEuODY3LTEuODY3YS40NjMuNDYzIDAgMCAxIC42NTYgMGwuNDM4LjQzOGEuNDYzLjQ2MyAwIDAgMSAwIC42NTZsLTIuNjM0IDIuNjMzYS40Ni40NiAwIDAgMS0uNjU0IDB6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTQ3IC03OCkiPjx1c2UgZmlsbD0iIzI4MjcyNyIgeGxpbms6aHJlZj0iI3ZyeG1hIi8+PC9nPjwvZz48L3N2Zz4=);
  background-size: 7px 4px;
  background-position: calc(100% - 12px) center;
}
.page-header--selectbox label {
  font-weight: 500;
  display: inline-block;
  padding-top: 13px;
  padding-top: 1.3rem;
  padding-right: 27px;
  padding-right: 2.7rem;
}
.page-image {
  margin: 55px 0 23px;
  margin: 5.5rem 0 2.3rem;
}
.page-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-box--content {
  width: calc(100% - 366px);
  padding-right: 32px;
  box-sizing: border-box;
}
.single-pagination {
  margin-top: 80px;
  margin-top: 8rem;
}
.single-pagination a {
  background-color: #ededed;
  color: #282727;
  text-decoration: none;
  display: inline-block;
  padding: 13px 0;
  padding: 1.3rem 0;
  background-repeat: no-repeat;
}
.single-pagination a:hover {
  color: #fff;
  background-color: #4b95d7;
}
.single-pagination--next {
  float: left;
  text-align: left;
  width: 50%;
  min-height: 1px;
}
.single-pagination--next a {
  padding: 13px 15px 13px 33px;
  padding: 1.3rem 1.5rem 1.3rem 3.3rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTgxMi41MyAxNDUxLjc2NmwtMi4xMjUgMi4xMjRhLjM3My4zNzMgMCAwIDEtLjUzIDBsLS4zNTItLjM1M2EuMzczLjM3MyAwIDAgMSAwLS41M2wxLjUwNS0xLjUwNS0xLjUwNS0xLjUwNmEuMzczLjM3MyAwIDAgMSAwLS41M2wuMzUxLS4zNTZhLjM3My4zNzMgMCAwIDEgLjUzIDBsMi4xMjQgMi4xMjVhLjM3NC4zNzQgMCAwIDEgLjAwMi41M3oiLz48L2RlZnM+PHVzZSB4bGluazpocmVmPSIjYSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iIzI4MjcyNyIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDQwNi41MjYgNzI3KSIvPjwvc3ZnPg==);
  background-position: 14px center;
  background-position: 1.4rem center;
}
.single-pagination--next a:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTgxMi41MyAxNDUxLjc2NmwtMi4xMjUgMi4xMjRhLjM3My4zNzMgMCAwIDEtLjUzIDBsLS4zNTItLjM1M2EuMzczLjM3MyAwIDAgMSAwLS41M2wxLjUwNS0xLjUwNS0xLjUwNS0xLjUwNmEuMzczLjM3MyAwIDAgMSAwLS41M2wuMzUxLS4zNTZhLjM3My4zNzMgMCAwIDEgLjUzIDBsMi4xMjQgMi4xMjVhLjM3NC4zNzQgMCAwIDEgLjAwMi41M3oiLz48L2RlZnM+PHVzZSB4bGluazpocmVmPSIjYSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iI2ZmZiIgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDQwNi41MjYgNzI3KSIvPjwvc3ZnPg==);
}
.single-pagination--prev {
  float: left;
  text-align: right;
  width: 50%;
  min-height: 1px;
}
.single-pagination--prev a {
  padding: 13px 33px 13px 15px;
  padding: 1.3rem 3.3rem 1.3rem 1.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTgxMi41MyAxNDUxLjc2NmwtMi4xMjUgMi4xMjRhLjM3My4zNzMgMCAwIDEtLjUzIDBsLS4zNTItLjM1M2EuMzczLjM3MyAwIDAgMSAwLS41M2wxLjUwNS0xLjUwNS0xLjUwNS0xLjUwNmEuMzczLjM3MyAwIDAgMSAwLS41M2wuMzUxLS4zNTZhLjM3My4zNzMgMCAwIDEgLjUzIDBsMi4xMjQgMi4xMjVhLjM3NC4zNzQgMCAwIDEgLjAwMi41M3oiLz48L2RlZnM+PHVzZSBmaWxsPSIjMjgyNzI3IiB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgwOSAtMTQ0OSkiLz48L3N2Zz4=);
  background-position: calc(100% - 1.4rem) center;
}
.single-pagination--prev a:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNCIgaGVpZ2h0PSI1Ij48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTgxMi41MyAxNDUxLjc2NmwtMi4xMjUgMi4xMjRhLjM3My4zNzMgMCAwIDEtLjUzIDBsLS4zNTItLjM1M2EuMzczLjM3MyAwIDAgMSAwLS41M2wxLjUwNS0xLjUwNS0xLjUwNS0xLjUwNmEuMzczLjM3MyAwIDAgMSAwLS41M2wuMzUxLS4zNTZhLjM3My4zNzMgMCAwIDEgLjUzIDBsMi4xMjQgMi4xMjVhLjM3NC4zNzQgMCAwIDEgLjAwMi41M3oiLz48L2RlZnM+PHVzZSBmaWxsPSIjZmZmIiB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgwOSAtMTQ0OSkiLz48L3N2Zz4=);
}
.blocks-gallery-item {
  padding-left: 0;
}
.blocks-gallery-item::before {
  display: none;
}
@media screen and (max-width: 63.9375em) {
  .page-box--content {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .page-header {
    padding-top: 4rem;
  }
  .page-title {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .page-title-desc {
    font-size: 17px;
    line-height: 23px;
  }
  .page-header-icon {
    display: none;
  }
  .page-perex__text {
    width: 100%;
  }
  .page-perex__image {
    margin: 2rem auto 0;
  }
  .page-header--selectbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-header--selectbox .page-header-content {
    width: calc(100%);
  }
  .page-header--selectbox .page-header-select {
    width: 100%;
    text-align: left;
    padding-top: 25px;
  }
  .page-header-content {
    width: 100%;
  }
}
.single-meta {
  margin-bottom: 60px;
  margin-bottom: 6rem;
}
.single-meta__date {
  float: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}
.single-meta__tags {
  float: right;
}
.single-meta__tags a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
  margin-right: 7px;
  float: left;
  text-decoration: none;
}
.single-meta__tags a:last-child {
  margin-right: 0;
}
.single-content-section {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.single-gallery-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
  margin: 0 -0.6rem;
}
.single-gallery-list__link {
  display: block;
  width: 25%;
  box-sizing: border-box;
  padding: 0 6px;
  padding: 0 0.6rem;
  margin-bottom: 12px;
}
.single-gallery-list__link img {
  display: block;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.single-gallery-list__link:hover {
  opacity: 0.76;
}
.single-imagevideo-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.single-imagevideo-box__image {
  width: 600px;
  width: 60rem;
}
.single-imagevideo-box__image a {
  display: block;
  position: relative;
}
.single-imagevideo-box__image img {
  display: block;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 100%;
  height: auto;
  max-width: 600px;
}
.single-imagevideo-box__text {
  width: calc(100% - 60rem);
  padding-left: 28px;
  padding-left: 2.8rem;
  box-sizing: border-box;
}
.single-imagevideo-box--right .single-imagevideo-box__image {
  -ms-flex-order: 2;
      order: 2;
}
.single-imagevideo-box--right .single-imagevideo-box__text {
  -ms-flex-order: 1;
      order: 1;
  padding: 0 28px 0 0;
  padding: 0 2.8rem 0 0;
}
.single-slider-pagination {
  position: absolute;
  width: 100%;
  bottom: 20px !important;
  bottom: 2rem !important;
  z-index: 1;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
}
.single-slider-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  display: block;
  margin: 0 5px;
}
.single-slider-pagination .swiper-pagination-bullet-active {
  background-color: #4b95d7;
}
.single-slider-btn {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 15px;
  z-index: 9;
  cursor: pointer;
}
.single-slider-btn.swiper-button-disabled {
  opacity: 0.5;
}
.single-slider-btn--next {
  right: 20px;
  right: 2rem;
}
.single-slider-btn--prev {
  left: 20px;
  left: 2rem;
}
.single-video-link {
  display: block;
}
.single-video-link img {
  display: block;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  width: 100%;
  height: auto;
}
.single-author-box {
  background-color: #4b95d7;
  border-radius: 5px;
  padding: 27px 46px;
  padding: 2.7rem 4.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
.single-author-box-photo {
  margin-top: -8px;
  margin-top: -0.8rem;
  position: relative;
  width: 182px;
}
.single-author-box-photo img {
  display: block;
  border-radius: 50%;
  max-width: 182px;
  height: auto;
}
.single-author-box-photo__icon {
  width: 182px;
  width: 18.2rem;
  height: 182px;
  height: 18.2rem;
  background-size: 18.2rem 18.2rem;
  background-position: center center;
  border-radius: 50%;
  background-color: #fff;
}
.single-author-box-text {
  width: calc(100% - 182px);
  padding-left: 50px;
  padding-left: 5rem;
  box-sizing: border-box;
  color: #044132;
  font-style: italic;
}
.single-author-box-text__content {
  font-size: 30px;
  line-height: 37px;
}
.single-author-box-text__name {
  text-align: right;
  padding-top: 15px;
  padding-top: 1.5rem;
}
.video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  content: "";
  width: 37px;
  height: 43px;
  display: block;
}
.video-play svg {
  width: 37px;
  height: 43px;
  display: block;
  fill: #fff;
}
@media screen and (max-width: 79.9375em) {
  .single-imagevideo-box__image {
    width: 45rem;
  }
  .single-imagevideo-box__text {
    width: calc(100% - 45rem);
    padding-left: 2.8rem;
  }
}
@media screen and (max-width: 63.9375em) {
  .single-imagevideo-box__image {
    width: 100%;
    max-width: 60rem;
    margin: 0 auto 4rem;
  }
  .single-imagevideo-box--right .single-imagevideo-box__image {
    width: 100%;
    max-width: 60rem;
    margin: 4rem auto 0;
  }
  .single-imagevideo-box__text {
    width: calc(100%);
    padding-left: 0;
  }
  .single-gallery-list__link {
    width: 33.333%;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-meta {
    margin-bottom: 4rem;
  }
  .single-meta__date {
    float: none;
    margin: 0 0 15px;
  }
  .single-meta__tags {
    float: none;
  }
  .single-author-box {
    padding: 2rem 2.6rem;
  }
  .single-author-box-text {
    padding-left: 3rem;
  }
  .single-author-box-text__content {
    font-size: 20px;
    line-height: 26px;
  }
  .single-author-box-photo {
    margin-top: 0;
  }
  .single-content-section {
    margin-bottom: 5rem;
  }
  .single-slider-btn {
    display: none;
  }
}
@media screen and (max-width: 34.9375em) {
  .single-author-box-photo {
    width: 100%;
  }
  .single-author-box-photo img {
    margin: auto;
  }
  .single-author-box-text {
    width: 100%;
    padding: 3rem 0 0;
  }
  .single-gallery-list__link {
    width: 50%;
  }
}
.float-box {
  position: fixed;
  right: 30px;
  right: 3rem;
  max-width: 400px;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  bottom: -100vh;
  opacity: 0;
  transition: all 0.5s linear;
  padding: 30px 30px;
  padding: 3rem 3rem;
  background-color: #4b95d7;
}
.float-box--show {
  bottom: 30px;
  bottom: 3rem;
  opacity: 1;
  transition: all 0.5s linear;
}
.float-box-content-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
}
.float-box-content-close:hover {
  opacity: 1;
}
.float-box-content-title {
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
  padding-right: 50px;
  padding-right: 5rem;
  color: #fff;
}
.float-box-content-text {
  color: #fff;
}
.float-box-content-button {
  padding: 0;
  margin-top: 28px;
  margin-top: 2.8rem;
}
.float-box-content-button .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #282727;
  text-align: left;
}
.float-box-content-button .btn:hover {
  background-color: #282727;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .float-box {
    display: none !important;
  }
  .float-box {
    padding: 2rem;
    right: 2rem;
    width: 400px;
    max-width: calc(100% - 4rem);
  }
  .float-box--show {
    bottom: 2rem;
  }
}
.widget {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.widget:last-of-type {
  margin-bottom: 0;
}
.widget-map-image {
  margin-bottom: 18px;
  margin-bottom: 1.8rem;
}
.widget-map-image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 366px;
}
.widget-map-text {
  padding-left: 30px;
  padding-left: 3rem;
  margin-bottom: 28px;
  margin-bottom: 2.8rem;
}
.widget-map-btn {
  padding-left: 30px;
  padding-left: 3rem;
}
.widget--numbers .section-title {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.widget--numbers .swiper-slide {
  background: #ffffff;
  opacity: 0 !important;
}
.widget--numbers .swiper-slide-active {
  opacity: 1 !important;
}
.widget-numbers-list {
  padding-left: 30px;
  padding-left: 3rem;
}
.widget-numbers-item {
  text-align: center;
  border-bottom: 1px solid #dbdde0;
  font-weight: 700;
  padding: 15px 0;
  padding: 1.5rem 0;
  background-color: #ffffff;
}
.widget-numbers-item:last-child {
  border: 0;
}
.widget-numbers-item__number {
  color: #4b95d7;
  font-size: 64px;
  font-size: 6.4rem;
  line-height: 78px;
  line-height: 7.8rem;
  box-sizing: border-box;
  text-align: center;
}
.widget-archive a {
  display: block;
  border: 1px solid #dbdde0;
  background-color: #ffffff;
  color: #282727;
  text-decoration: none;
  margin: 0 10px 10px 0;
  margin: 0 1rem 1rem 0;
  float: left;
  padding: 12px 14px 12px 15px;
  padding: 1.2rem 1.4rem 1.2rem 1.5rem;
}
.widget-archive a:hover {
  background-color: #4b95d7;
  border-color: #4b95d7;
  color: #fff;
}
.widget--logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.widget--logo img {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .widget-map-text,
  .widget-map-btn {
    padding-left: 0;
  }
  .widget-numbers-list {
    padding-left: 0;
  }
  .widget--numbers {
    margin-top: 6rem;
  }
  .widget--numbers .section-title {
    margin-bottom: 2.5rem;
  }
}
.widget--news {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 30px;
  padding: 3rem;
}
.sidebar-box {
  float: left;
  width: calc(100% - 366px);
  padding-right: 62px;
  box-sizing: border-box;
}
.sidebar-item {
  border-bottom: 1px solid #dbdde0;
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
}
.sidebar-item:last-child {
  border: 0;
}
.sidebar-item-text {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0;
  box-sizing: border-box;
}
.sidebar-item-text__title {
  color: #282727;
  text-decoration: none;
}
.sidebar-item-text__title h2 {
  color: #282727;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 4px;
  margin: 0 0 0.4rem;
  font-weight: 500;
  display: inline-block;
}
.sidebar-item-text-perex {
  margin-bottom: 46px;
  margin-bottom: 4.6rem;
}
.sidebar-item-text-meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 11px;
  margin-bottom: 1.1rem;
}
.sidebar-item-text__date {
  color: #929496;
  margin-right: 24px;
  margin-right: 2.4rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.sidebar-item-text__readmore {
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 17px;
  padding-right: 1.7rem;
  background-position: right center;
}
@media screen and (max-width: 47.9375em) {
  .widget--news {
    padding: 3rem 2rem;
  }
}
.block-accordion-item-box {
  background-color: #fff;
  position: relative;
  border: 1px solid #e0e0e0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: -1px;
}
.block-accordion-item-box__title {
  color: #4b95d7;
  font-weight: 600;
  padding: 14px 30px;
  padding: 1.4rem 3rem;
  cursor: pointer;
  position: relative;
  padding-right: 70px;
  padding-right: 7rem;
}
.block-accordion-item-box__title::before {
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0Ij48ZGVmcz48cGF0aCBpZD0idnJ4bWEiIGQ9Ik0xMTUwLjU3NiA4MS44NjNsLTIuNjMzLTIuNjMzYS40NjMuNDYzIDAgMCAxIDAtLjY1NmwuNDM3LS40MzhhLjQ2My40NjMgMCAwIDEgLjY1NyAwbDEuODY2IDEuODY3IDEuODY3LTEuODY3YS40NjMuNDYzIDAgMCAxIC42NTYgMGwuNDM4LjQzOGEuNDYzLjQ2MyAwIDAgMSAwIC42NTZsLTIuNjM0IDIuNjMzYS40Ni40NiAwIDAgMS0uNjU0IDB6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTQ3IC03OCkiPjx1c2UgZmlsbD0iIzI4MjcyNyIgeGxpbms6aHJlZj0iI3ZyeG1hIi8+PC9nPjwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 14px 8px;
  width: 14px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 30px;
  content: "";
  transition: transform 200ms linear;
}
.block-accordion-item-box__text {
  padding: 14px 30px;
  padding: 1.4rem 3rem;
  display: none;
}
.block-accordion-item-box--open .block-accordion-item-box__title::after {
  width: calc(100% - 6rem);
  content: "";
  bottom: 0;
  background-color: #e0e0e0;
  left: 30px;
  left: 3rem;
  position: absolute;
  height: 0px;
}
.block-accordion-item-box--open .block-accordion-item-box__title::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 200ms linear;
}
@media screen and (max-width: 63.9375em) {
  .block-accordion-item-box__title {
    padding: 1.4rem 1.3rem;
    padding-right: 5rem;
  }
  .block-accordion-item-box__title::before {
    right: 1.3rem;
  }
  .block-accordion-item-box__text {
    padding: 1.4rem 1.3rem;
  }
}
@media print {
  html {
    font-size: 62.5%;
  }
  body {
    font: 15px Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #000;
  }
  .wf-active body {
    font: 15px Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: none !important;
    /* Brute force since user agents all print differently. */
    color: #000;
  }
  a {
    color: #000;
    text-decoration: underline;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  table,
  pre {
    page-break-inside: avoid;
  }
  ul,
  ol,
  dl {
    page-break-before: avoid;
  }
  body > header {
    padding-top: 0px;
    box-sizing: border-box;
    height: auto;
    display: none;
  }
  footer {
    display: none;
  }
  .entry__content h1,
  .entry__content h2,
  .entry__content h3,
  .entry__content h4,
  .entry__content h5,
  .entry__content h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000;
  }
  .entry__content h1 {
    font-size: 2rem;
  }
  .entry__content h2 {
    font-size: 1.8rem;
  }
  .entry__content h3 {
    font-size: 1.6rem;
  }
  .entry__content h4 {
    font-size: 1.4rem;
  }
  .entry__content h5 {
    font-size: 1.2rem;
  }
  .entry__content h6 {
    font-size: 1rem;
  }
  .entry__content ul {
    margin-left: 2em;
    padding-left: 0;
  }
  .entry__content ul li {
    margin: 0;
    padding: 0;
    list-style: disc;
  }
  .entry__content ul li:before {
    display: none;
  }
  .entry__content table th,
  .entry__content table td {
    padding: 4px 6px;
    color: #000;
  }
  .entry__content table th a,
  .entry__content table td a {
    color: #000;
  }
  .entry__content table th {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: bold;
    background: transparent;
  }
  .entry__content table td {
    background: transparent;
  }
  .entry__content p a[href^="http://"]:after,
  .entry__content a[href^="https://"]:after {
    content: " (" attr(href) ")";
  }
  .entry__content p a {
    word-wrap: break-word;
  }
  .entry__content q:after {
    content: " (Zdroj: " attr(cite) ")";
  }
}