/*!
 * Bootstrap Reboot v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

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

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

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #212529;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*
	HTML5 Reset :: reset.css
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

header,
section,
footer {
  clear: both;
}

/* we can use default ULs & OLs with bullets */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
td img {
  vertical-align: top;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */

button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input,
select {
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 1px 4px 4px 0;
}

input[type="text"],
input[type="password"] {
  border-radius: 0;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  border-radius: 0;
  -webkit-appearance: none;
}

/* make buttons play nice in IE */

button,
input[type="submit"] {
  overflow: visible;
  width: auto;
}

.ie7 input[type="submit"],
.ie7 input[type="reset"],
.ie7 input[type="button"] {
  -webkit-filter: chroma(color=#000);
  filter: chroma(color=#000);
}

/* hand cursor on clickable elements */

input[type="button"],
input[type="submit"],
button {
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* standardize any monospaced elements */

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */

/* ::-moz-selection{ background:#fcd700; color:#fff; text-shadow:none; } */

/* ::selection { background:#fcd700; color:#fff; text-shadow:none; } */

/* j.mp/webkit-tap-highlight-color */

/* a:link {-webkit-tap-highlight-color:#fcd700;} */

/* scale images in IE7 more attractively */

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* let's clear some floats */

.clear {
  font-size: 0;
  line-height: 0;
  clear: both;
  height: 0;
}

.btn {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: top;
  border: none;
  background-color: transparent;
}

.btn-default {
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 210px;
  max-width: 100%;
  padding: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #1f1f1f;
  border: 1px solid #1f1f1f;
}

.no-touchevents .btn-default:hover {
  color: #fff;
  background-color: #1f1f1f;
}

.btn__wrap {
  display: block;
  width: 100%;
}

.btn__wrap.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1f1f;
}

h1 {
  font-size: 4.6rem;
  line-height: 5.2rem;
}

h2 {
  font-size: 3.8rem;
  line-height: 4.2rem;
}

h3 {
  font-size: 2.8rem;
  line-height: 3.6rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

h5 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

.text-block > *:last-child {
  margin-bottom: 0;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5 {
  margin-bottom: 2.5rem;
}

.text-block p {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 3rem;
  color: #1f1f1f;
}

.text-block ul > li,
.text-block ol > li {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.8rem;
  position: relative;
  display: block;
  margin-bottom: 2.5rem;
  padding-left: 15px;
  list-style: none;
}

.text-block ul > li:before,
.text-block ol > li:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "";
}

.text-block ul > li:last-child,
.text-block ol > li:last-child {
  margin-bottom: 0;
}

.text-block ol li {
  counter-increment: item;
}

.text-block ol li:before {
  top: 0;
  content: counter(item) ".";
}

.text-block ul li:before {
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background-color: #1f1f1f;
}

.text-block img {
  max-width: 100%;
}

.text-block a {
  text-decoration: underline;
}

.no-touchevents .text-block a:hover {
  text-decoration: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

body.wirz-default .hero__inner:before {
  background-color: #3c3c3b;
}

body.wirz-green .hero .hero__inner:before {
  background-color: #289b38;
}

.no-touchevents body.wirz-green .nav-header .nav-header__menu li:hover,
body.wirz-green .nav-header .nav-header__menu li.current-menu-item,
body.wirz-green .nav-header .nav-header__menu li.current,
body.wirz-green .nav-header .nav-header__menu li.current-menu-parent {
  background-color: #289b38;
}

.no-touchevents body.wirz-green .nav-header .nav-header__menu li:hover > a,
body.wirz-green .nav-header .nav-header__menu li.current-menu-item > a,
body.wirz-green .nav-header .nav-header__menu li.current > a,
body.wirz-green .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

body.wirz-green .nav-header .nav-header__menu li a {
  color: #289b38;
}

body.wirz-green .nav-header .nav-header__menu li a:before {
  background-color: #289b38;
}

body.wirz-green .nav-header .nav-header__menu li a:after {
  background-color: #289b38;
}

.no-touchevents body.wirz-green .btn-default:hover {
  border-color: #289b38;
  background-color: #289b38;
}

body.wirz-green .tabs .tabs__item a {
  background-color: #289b38;
}

body.wirz-green .tabs .tabs__item.tabs__item_active a {
  color: #289b38;
  border-color: #289b38;
  background-color: #fff;
}

body.wirz-green .post .post__footer {
  background-color: #289b38;
}

body.wirz-blue .hero .hero__inner:before {
  background-color: #1c7fc6;
}

.no-touchevents body.wirz-blue .nav-header .nav-header__menu li:hover,
body.wirz-blue .nav-header .nav-header__menu li.current-menu-item,
body.wirz-blue .nav-header .nav-header__menu li.current,
body.wirz-blue .nav-header .nav-header__menu li.current-menu-parent {
  background-color: #1c7fc6;
}

.no-touchevents body.wirz-blue .nav-header .nav-header__menu li:hover > a,
body.wirz-blue .nav-header .nav-header__menu li.current-menu-item > a,
body.wirz-blue .nav-header .nav-header__menu li.current > a,
body.wirz-blue .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

body.wirz-blue .nav-header .nav-header__menu li a {
  color: #1c7fc6;
}

body.wirz-blue .nav-header .nav-header__menu li a:before {
  background-color: #1c7fc6;
}

body.wirz-blue .nav-header .nav-header__menu li a:after {
  background-color: #1c7fc6;
}

.no-touchevents body.wirz-blue .btn-default:hover {
  border-color: #1c7fc6;
  background-color: #1c7fc6;
}

body.wirz-blue .tabs .tabs__item a {
  background-color: #1c7fc6;
}

body.wirz-blue .tabs .tabs__item.tabs__item_active a {
  color: #1c7fc6;
  border-color: #1c7fc6;
  background-color: #fff;
}

body.wirz-blue .post .post__footer {
  background-color: #1c7fc6;
}

body.wirz-brown .hero .hero__inner:before {
  background-color: #d2a58c;
}

.no-touchevents body.wirz-brown .nav-header .nav-header__menu li:hover,
body.wirz-brown .nav-header .nav-header__menu li.current-menu-item,
body.wirz-brown .nav-header .nav-header__menu li.current,
body.wirz-brown .nav-header .nav-header__menu li.current-menu-parent {
  background-color: #d2a58c;
}

.no-touchevents body.wirz-brown .nav-header .nav-header__menu li:hover > a,
body.wirz-brown .nav-header .nav-header__menu li.current-menu-item > a,
body.wirz-brown .nav-header .nav-header__menu li.current > a,
body.wirz-brown .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

body.wirz-brown .nav-header .nav-header__menu li a {
  color: #d2a58c;
}

body.wirz-brown .nav-header .nav-header__menu li a:before {
  background-color: #d2a58c;
}

body.wirz-brown .nav-header .nav-header__menu li a:after {
  background-color: #d2a58c;
}

.no-touchevents body.wirz-brown .btn-default:hover {
  border-color: #d2a58c;
  background-color: #d2a58c;
}

body.wirz-brown .tabs .tabs__item a {
  background-color: #d2a58c;
}

body.wirz-brown .tabs .tabs__item.tabs__item_active a {
  color: #d2a58c;
  border-color: #d2a58c;
  background-color: #fff;
}

body.wirz-brown .post .post__footer {
  background-color: #d2a58c;
}

body.wirz-red .hero .hero__inner:before {
  background-color: #e63027;
}

.no-touchevents body.wirz-red .nav-header .nav-header__menu li:hover,
body.wirz-red .nav-header .nav-header__menu li.current-menu-item,
body.wirz-red .nav-header .nav-header__menu li.current,
body.wirz-red .nav-header .nav-header__menu li.current-menu-parent {
  background-color: #e63027;
}

.no-touchevents body.wirz-red .nav-header .nav-header__menu li:hover > a,
body.wirz-red .nav-header .nav-header__menu li.current-menu-item > a,
body.wirz-red .nav-header .nav-header__menu li.current > a,
body.wirz-red .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

body.wirz-red .nav-header .nav-header__menu li a {
  color: #e63027;
}

body.wirz-red .nav-header .nav-header__menu li a:before {
  background-color: #e63027;
}

body.wirz-red .nav-header .nav-header__menu li a:after {
  background-color: #e63027;
}

.no-touchevents body.wirz-red .btn-default:hover {
  border-color: #e63027;
  background-color: #e63027;
}

body.wirz-red .tabs .tabs__item a {
  background-color: #e63027;
}

body.wirz-red .tabs .tabs__item.tabs__item_active a {
  color: #e63027;
  border-color: #e63027;
  background-color: #fff;
}

body.wirz-red .post .post__footer {
  background-color: #e63027;
}

body.wirz-dark-blue .hero .hero__inner:before {
  background-color: #38667a;
}

.no-touchevents body.wirz-dark-blue .nav-header .nav-header__menu li:hover,
body.wirz-dark-blue .nav-header .nav-header__menu li.current-menu-item,
body.wirz-dark-blue .nav-header .nav-header__menu li.current,
body.wirz-dark-blue .nav-header .nav-header__menu li.current-menu-parent {
  background-color: #38667a;
}

.no-touchevents body.wirz-dark-blue .nav-header .nav-header__menu li:hover > a,
body.wirz-dark-blue .nav-header .nav-header__menu li.current-menu-item > a,
body.wirz-dark-blue .nav-header .nav-header__menu li.current > a,
body.wirz-dark-blue .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

body.wirz-dark-blue .nav-header .nav-header__menu li a {
  color: #38667a;
}

body.wirz-dark-blue .nav-header .nav-header__menu li a:before {
  background-color: #38667a;
}

body.wirz-dark-blue .nav-header .nav-header__menu li a:after {
  background-color: #38667a;
}

.no-touchevents body.wirz-dark-blue .btn-default:hover {
  border-color: #38667a;
  background-color: #38667a;
}

body.wirz-dark-blue .tabs .tabs__item a {
  background-color: #38667a;
}

body.wirz-dark-blue .tabs .tabs__item.tabs__item_active a {
  color: #38667a;
  border-color: #38667a;
  background-color: #fff;
}

body.wirz-dark-blue .post .post__footer {
  background-color: #38667a;
}

body.wirz-turquoise .hero .hero__inner:before {
  background-color: #1ba89b;
}

.no-touchevents body.wirz-turquoise .nav-header .nav-header__menu li:hover,
body.wirz-turquoise .nav-header .nav-header__menu li.current-menu-item,
body.wirz-turquoise .nav-header .nav-header__menu li.current,
body.wirz-turquoise .nav-header .nav-header__menu li.current-menu-parent {
  background-color: #1ba89b;
}

.no-touchevents body.wirz-turquoise .nav-header .nav-header__menu li:hover > a,
body.wirz-turquoise .nav-header .nav-header__menu li.current-menu-item > a,
body.wirz-turquoise .nav-header .nav-header__menu li.current > a,
body.wirz-turquoise .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

body.wirz-turquoise .nav-header .nav-header__menu li a {
  color: #1ba89b;
}

body.wirz-turquoise .nav-header .nav-header__menu li a:before {
  background-color: #1ba89b;
}

body.wirz-turquoise .nav-header .nav-header__menu li a:after {
  background-color: #1ba89b;
}

.no-touchevents body.wirz-turquoise .btn-default:hover {
  border-color: #1ba89b;
  background-color: #1ba89b;
}

body.wirz-turquoise .tabs .tabs__item a {
  background-color: #1ba89b;
}

body.wirz-turquoise .tabs .tabs__item.tabs__item_active a {
  color: #1ba89b;
  border-color: #1ba89b;
  background-color: #fff;
}

body.wirz-turquoise .post .post__footer {
  background-color: #1ba89b;
}

body.wirz-aqua .hero .hero__inner:before {
  background-color: #2070bc;
}

.no-touchevents body.wirz-aqua .nav-header .nav-header__menu li:hover,
body.wirz-aqua .nav-header .nav-header__menu li.current-menu-item,
body.wirz-aqua .nav-header .nav-header__menu li.current,
body.wirz-aqua .nav-header .nav-header__menu li.current-menu-parent {
  background-color: #2070bc;
}

.no-touchevents body.wirz-aqua .nav-header .nav-header__menu li:hover > a,
body.wirz-aqua .nav-header .nav-header__menu li.current-menu-item > a,
body.wirz-aqua .nav-header .nav-header__menu li.current > a,
body.wirz-aqua .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

body.wirz-aqua .nav-header .nav-header__menu li a {
  color: #2070bc;
}

body.wirz-aqua .nav-header .nav-header__menu li a:before {
  background-color: #2070bc;
}

body.wirz-aqua .nav-header .nav-header__menu li a:after {
  background-color: #2070bc;
}

.no-touchevents body.wirz-aqua .btn-default:hover {
  border-color: #2070bc;
  background-color: #2070bc;
}

body.wirz-aqua .tabs .tabs__item a {
  background-color: #2070bc;
}

body.wirz-aqua .tabs .tabs__item.tabs__item_active a {
  color: #2070bc;
  border-color: #2070bc;
  background-color: #fff;
}

body.wirz-aqua .post .post__footer {
  background-color: #2070bc;
}

.layout-header {
  position: relative;
}

.layout-header .logo.logo_role_home {
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 115px;
  visibility: visible;
  width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: right;
  opacity: 1;
}

.layout.nav-header_open .logo_role_home {
  visibility: hidden;
  opacity: 0;
}

.layout-wirz .logo.logo_role_home {
  top: 0;
  visibility: visible;
  width: 180px;
  padding: 9px 10px;
  opacity: 1;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.nav-header {
  position: fixed;
  z-index: 100;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.nav-header .nav-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*overflow-y: hidden;*/
  flex-direction: column;
  height: 100%;
  padding: 15px 30px 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}

.nav-header .nav-header__subimg {
  margin-top: 20px;
}

.nav-header .nav-header__burger,
.nav-header .nav-header__close {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.no-touchevents .nav-header .nav-header__burger:hover .svg-icon,
.no-touchevents .nav-header .nav-header__close:hover .svg-icon {
  fill: #8c8686;
}

.nav-header .nav-header__list li {
  margin-bottom: 20px;
}

.nav-header .nav-header__list li a {
  display: block;
}

.nav-header .nav-header__list li:last-child {
  margin-bottom: 0;
}

.nav-header .nav-header__menu {
  margin: 0 -30px;
}

.nav-header .nav-header__menu > li {
  margin-top: -1px;
}

.nav-header .nav-header__menu > li.current-menu-item > ul,
.nav-header .nav-header__menu > li.current-menu-parent > ul {
  display: block;
}

.nav-header
  .nav-header__menu
  > li.current-menu-item
  > ul
  > li.current-menu-item,
.nav-header
  .nav-header__menu
  > li.current-menu-parent
  > ul
  > li.current-menu-item {
  margin-top: -1px;
  margin-bottom: 1px;
}

.nav-header .nav-header__menu > li.current > a:after,
.nav-header .nav-header__menu > li.current-menu-item > a:after,
.nav-header .nav-header__menu > li.current-menu-parent > a:after {
  position: absolute;
  top: 45%;
  right: 0;
  left: auto;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
  transform: translate3d(0, -50%, 0) rotate(45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}

.nav-header .nav-header__menu > li a {
  font-size: 1.8rem;
  line-height: 3rem;
  position: relative;
  display: block;
  margin: 0 20px;
  text-transform: uppercase;
}
.nav-header .nav-header__menu>li>ul.sub-menu>li a{
  font-size: 1.6rem;
}

.nav-header .nav-header__menu > li > a {
  font-weight: 700;
  padding: 15px 25px 15px 0;
}

.nav-header .nav-header__menu > li > a:before,
.nav-header .nav-header__menu > li > a:after {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  content: "";
}

.nav-header .nav-header__menu > li > a:before {
  top: 0;
}

.nav-header .nav-header__menu > li > a:after {
  bottom: 0;
}

.nav-header .nav-header__menu > li > ul {
  display: none;
  background-color: #e8e8e8;
}

.nav-header .nav-header__menu > li > ul > li a {
  font-size: 2rem;
  line-height: 2.6rem;
  padding: 5px 0;
}

.nav-header .nav-header__menu > li > ul > li a:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  content: "";
}

.nav-header.nav-header_sidebar {
  left: 0;
  width: 280px;
  height: 100%;
  -webkit-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}

.nav-header.nav-header_sidebar .nav-header__head {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-header.nav-header_sidebar .nav-header__body {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.nav-header.nav-header_sidebar .nav-header__footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-header.nav-header_sidebar .nav-header__logo {
  display: block;
  width: 100%;
}

.nav-header.nav-header_sidebar .nav-header__control {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  left: -25px;
}

.nav-header.nav-header_sidebar .nav-header__arrow {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.nav-header.nav-header_sidebar .nav-header__arrow:before {
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #1f1f1f;
  border-top: 0;
  border-left: 0;
}

.no-touchevents .nav-header.nav-header_sidebar .nav-header__arrow:hover:before {
  border-color: #8c8686;
}

.nav-header.nav-header_sidebar .nav-header__burger {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.nav-header.nav-header_sidebar .nav-header__body,
.nav-header.nav-header_sidebar .nav-header__footer {
  display: none;
}

.nav-header.nav-header_sidebar.nav-header_open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.nav-header.nav-header_sidebar.nav-header_open .nav-header__inner {
  overflow-y: auto;
}

.nav-header.nav-header_sidebar.nav-header_open .nav-header__body,
.nav-header.nav-header_sidebar.nav-header_open .nav-header__footer {
  display: block;
}

.nav-header.nav-header_sidebar.nav-header_open .nav-header__burger {
  display: none;
}

.nav-header.nav-header_sidebar.nav-header_open .nav-header__arrow {
  display: block;

  transform: rotate(180deg);
}

.nav-header.nav-header_dropdown {
  right: 0;
  left: 0;
  display: block;
  /*overflow: hidden;*/
  width: 100%;
  height: 56px;
  padding: 5px 15px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.nav-header.nav-header_dropdown .nav-header__subimg {
  max-width: 180px;
}

.nav-header.nav-header_dropdown .nav-header__body,
.nav-header.nav-header_dropdown .nav-header__footer {
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.nav-header.nav-header_dropdown .nav-header__head {
  position: relative;
  height: 100%;
}

.nav-header.nav-header_dropdown .nav-header__control {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.nav-header.nav-header_dropdown .nav-header__burger {
  width: 28px;
  height: 30px;
}

.nav-header.nav-header_dropdown .nav-header__close {
  display: none;
  width: 23px;
  height: 23px;
}

.nav-header.nav-header_dropdown .nav-header__list li {
  max-width: 200px;
  margin-bottom: 15px;
}

.nav-header.nav-header_dropdown .nav-header__list li:last-child {
  margin-bottom: 0;
}

.nav-header.nav-header_dropdown.nav-header_open {
  overflow-y: auto;
  height: 100vh;
  padding-bottom: 80px;
}

.nav-header.nav-header_dropdown.nav-header_open .nav-header__body,
.nav-header.nav-header_dropdown.nav-header_open .nav-header__footer {
  visibility: visible;
  opacity: 1;
}

.nav-header.nav-header_dropdown.nav-header_open .nav-header__head {
  height: auto;
  margin-bottom: 15px;
}

.nav-header.nav-header_dropdown.nav-header_open .nav-header__body {
  margin-bottom: 50px;
}

.nav-header.nav-header_dropdown.nav-header_open .nav-header__logo {
  display: none;
}

.nav-header.nav-header_dropdown.nav-header_open .nav-header__burger {
  display: none;
}

.nav-header.nav-header_dropdown.nav-header_open .nav-header__close {
  display: block;
}

.nav-header.nav-header_dropdown.nav-header_open .nav-header__control {
  top: 25px;
}

.contacts {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
}

.contacts .contacts__line {
  margin-bottom: 20px;
}

.contacts .contacts__line:last-child {
  margin-bottom: 0;
}

.contacts .contacts__line a {
  display: block;
}

.social li {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
  background-color: #1f1f1f;
}

.social li:last-child {
  margin-right: 0;
}

.social li a {
  display: block;
  width: 100%;
  height: 100%;
}

.no-touchevents .social li:hover {
  background-color: #fff;
}

.no-touchevents .social li:hover .svg-icon {
  fill: #1f1f1f;
}

.social .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  fill: #fff;
}

.logo {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.logo .logo__img,
.logo img {
  display: block;
  max-width: 100%;
}

.logo.logo_size_small {
  text-align: right;
}

.logo.logo_size_small img {
  display: inline-block;
  width: 86px;
  height: 70px;
}

.logo.logo_size_medium {
  width: 130px;
  height: 105px;
}

.nav-header.nav-header_dropdown .nav-header__logo {
  position: absolute;
  top: 50%;
  width: 135px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero {
  position: relative;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero .hero__inner {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 115px;
}

.hero .hero__inner:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
}

.hero .hero__title {
  font-size: 10rem;
  font-weight: 700;
  line-height: 10rem;
  max-width: 1265px;
  text-transform: uppercase;
  color: #fff;
}

.hero-slider {
  height: 100%;
}

.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100%;
}

.hero-slider .hero-slider__item {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.hero .hero-slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.hero .hero-slider-arrow:before {
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}

.no-touchevents .hero .hero-slider-arrow:hover:before {
  border-color: #1f1f1f;
}

.hero .hero-slider-arrow.hero-slider_prev {
  left: 15px;
}

.hero .hero-slider-arrow.hero-slider_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hero .hero-slider-arrow.hero-slider_next {
  right: 15px;
}

.hero .hero-slider-arrow.hero-slider_next:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hero-video {
  overflow: hidden;
  height: 100%;
}

.hero-video video {
  width: 100%;
}

.layout-wirz-internal .hero {
  height: 420px;
}

.section-intro {
  background-color: #fff;
}

.intro .intro__title {
  margin-bottom: 10px;
}

.intro .intro__desc {
  max-width: 1050px;
  margin-bottom: 30px;
}

.section-archive {
  background-color: #dbe0e5;
}

.archive .archive__title {
  margin-bottom: 25px;
}

.archive .archive__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  margin: 0 -12.5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive .archive__item {
  width: 50%;
  margin-bottom: 25px;
  padding: 0 12.5px;
}

.archive .archive__date {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.8rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.layout-wirz .tabs .tabs__item {
  width: 20%;
  margin-bottom: 15px;
  padding: 0 7.5px;
}

.layout-wirz .tabs .tabs__item a {
  padding: 20px 10px;
}

.layout-wirz .tabs .tabs__nav {
  margin: 0 -7.5px -15px;
}

.layout-wirz.layout-wirz-internal .tabs .tabs__item {
  width: 25%;
}

.tabs .tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs .tabs__item {
  width: 12.5%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs .tabs__item a {
  font-size: 1.4rem;
  line-height: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px 30px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs .tabs__item a:hover {
  color: #fff;
}

.tabs .tabs__item.wirz-green a {
  background-color: #289b38;
}

.tabs .tabs__item.wirz-green.tabs__item_active a {
  color: #289b38;
  border-color: #289b38;
  background-color: #fff;
}

.tabs .tabs__item.wirz-blue a {
  background-color: #1c7fc6;
}

.tabs .tabs__item.wirz-blue.tabs__item_active a {
  color: #1c7fc6;
  border-color: #1c7fc6;
  background-color: #fff;
}

.tabs .tabs__item.wirz-brown a {
  background-color: #d2a58c;
}

.tabs .tabs__item.wirz-brown.tabs__item_active a {
  color: #d2a58c;
  border-color: #d2a58c;
  background-color: #fff;
}

.tabs .tabs__item.wirz-red a {
  background-color: #e63027;
}

.tabs .tabs__item.wirz-red.tabs__item_active a {
  color: #e63027;
  border-color: #e63027;
  background-color: #fff;
}

.tabs .tabs__item.wirz-dark-blue a {
  background-color: #38667a;
}

.tabs .tabs__item.wirz-dark-blue.tabs__item_active a {
  color: #38667a;
  border-color: #38667a;
  background-color: #fff;
}

.tabs .tabs__item.wirz-turquoise a {
  background-color: #1ba89b;
}

.tabs .tabs__item.wirz-turquoise.tabs__item_active a {
  color: #1ba89b;
  border-color: #1ba89b;
  background-color: #fff;
}

.tabs .tabs__item.wirz-aqua a {
  background-color: #2070bc;
}

.tabs .tabs__item.wirz-aqua.tabs__item_active a {
  color: #2070bc;
  border-color: #2070bc;
  background-color: #fff;
}

.tabs .tabs__item.wirz-black a {
  background-color: #1f1f1f;
}

.tabs .tabs__item.wirz-black.tabs__item_active a {
  color: #1f1f1f;
  border-color: #1f1f1f;
  background-color: #fff;
}

.tabs .tabs__title {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

.tabs .tabs__label {
  font-weight: 300;
  display: block;
  text-transform: uppercase;
}

.section-posts {
  padding: 35px 0;
  background-color: #dbe0e5;
}

.posts-grid {
  margin: 0 -20px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.posts-grid .posts-grid__item,
.posts-grid .grid-sizer {
  width: 33.3333%;
  margin-bottom: 40px;
  padding: 0 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.posts-grid .posts-grid__item.open,
.posts-grid .grid-sizer.open {
  width: 66.666%;
}

.posts-grid .posts-grid__item.open .post__thumb,
.posts-grid .grid-sizer.open .post__thumb {
  height: 450px;
}

.posts-grid .posts-grid__item.open .post__more:before,
.posts-grid .grid-sizer.open .post__more:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.posts-grid .posts-grid__item.open .post__desc-long,
.posts-grid .grid-sizer.open .post__desc-long {
  display: block;
}

.posts-grid .posts-grid__item.open .post__desc-long .text-block,
.posts-grid .grid-sizer.open .post__desc-long .text-block {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-width: 400px;
  column-width: 400px;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.posts-grid .posts-grid__item.open .post__desc-short,
.posts-grid .grid-sizer.open .post__desc-short {
  display: none;
}

.posts-grid .posts-grid__item.open .post__social,
.posts-grid .posts-grid__item.open .post__authors,
.posts-grid .grid-sizer.open .post__social,
.posts-grid .grid-sizer.open .post__authors {
  display: block;
}

.post .post__header {
  position: relative;
}

.post .post__brochure {
  width: 100%;
  height: 60rem;
}

.posts-grid__item:not(.open) .post__header-hide-small,
.posts-grid__item.open .post__header-hide-big {
  display: none;
}

.post .post__body {
  padding: 20px 50px 40px 20px;
  background-color: #fff;
}

.post .post__footer {
  position: relative;
  height: 56px;
  padding: 0 20px;
}

.post .post__thumb {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.post .post__thumb.post__thumb_small {
  height: 26rem;
}

.post .post__thumb.post__thumb_medium {
  height: 29rem;
}

.post .post__thumb.post__thumb_large {
  height: 32rem;
}

.post .post__desc-long {
  display: none;
}

.post .post__authors {
  display: none;
  margin-top: 25px;
}

.post .post__authors > li {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.8rem;
  position: relative;
  margin-bottom: 5px;
  padding-left: 30px;
  color: #1f1f1f;
}

.post .post__authors > li a {
  text-decoration: underline;
}

.no-touchevents .post .post__authors > li a:hover {
  text-decoration: none;
}

.post .post__authors > li:last-child {
  margin-bottom: 0;
}

.post .post__authors > li:before {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: ">";
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #1f1f1f;
}

.post .post__title {
  margin-bottom: 15px;
}

.post .post__meta {
  font-size: 1.4rem;
  line-height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-transform: uppercase;
  color: #fff;
}

.post .post__label {
  font-weight: 700;
  display: block;
}

.post .post__type {
  font-weight: 300;
  display: block;
}

.post .post__social {
  position: absolute;
  top: 50%;
  right: 20%;
  display: none;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.post .post__social a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 15px;
}

.no-touchevents .post .post__social a:hover svg {
  fill: #1f1f1f;
}

.post .post__social a svg {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #fff;
}

.post .post__more {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 56px;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border: none;
  background-color: transparent;
}

.post .post__more:before {
  display: block;
  width: 13px;
  height: 13px;
  margin: auto;
  content: "";
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}

.no-touchevents .post .post__more:hover:before {
  border-color: #1f1f1f;
}

.post .post__slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.post .post__slider-arrow:before {
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}

.no-touchevents .post .post__slider-arrow:hover:before {
  border-color: #1f1f1f;
}

.post .post__slider-arrow.post__slider_prev {
  left: 15px;
}

.post .post__slider-arrow.post__slider_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.post .post__slider-arrow.post__slider_next {
  right: 15px;
}

.post .post__slider-arrow.post__slider_next:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post .post__play-icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 70px;
  height: 70px;
  margin: auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: center;
  border-radius: 50%;
}

.post .post__play-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0.8;
  background-color: #1f1f1f;
}

.post .post__play-icon .svg-icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 7px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  fill: #fff;
}

.post.wirz-green .post__footer {
  background-color: #289b38;
}

.post.wirz-blue .post__footer {
  background-color: #1c7fc6;
}

.post.wirz-brown .post__footer {
  background-color: #d2a58c;
}

.post.wirz-red .post__footer {
  background-color: #e63027;
}

.post.wirz-dark-blue .post__footer {
  background-color: #38667a;
}

.post.wirz-turquoise .post__footer {
  background-color: #1ba89b;
}

.post.wirz-aqua .post__footer {
  background-color: #2070bc;
}

.post__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

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

input:active,
input:focus,
input:hover {
  outline: 0;
}

html,
body {
  height: 100%;
  padding: 0;
}

html {
  font-size: 10px;
  line-height: 10px;
  overflow-y: scroll;
  min-width: 320px;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.28;
  min-width: 320px;
  min-height: 100%;
  letter-spacing: 0.05em;
  color: #1f1f1f;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

button:focus {
  outline: 0;
}

a {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
  color: #1f1f1f;
}

a:hover {
  color: #8c8686;
}

.no-touchevents a:hover {
  text-decoration: none;
  color: #8c8686;
}

.link-underline {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

p:empty {
  display: none;
}

input {
  border-radius: 0;
}

.svg-store {
  display: none;
  overflow: hidden;
  height: 0;
}

.svg-icon {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  fill: currentColor;
}

.layout {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  /*padding-left: 30px;*/
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}

.layout.nav-header_open {
  padding-left: 260px;
}

.layout-wirz .nav-header.nav-header_dropdown.nav-header_open .nav-header__head {
  margin-bottom: 55px;
}

.layout-wirz .nav-header.nav-header_sidebar .nav-header__control {
  top: 5px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.layout-wirz .nav-header .nav-header__menu li.current-menu-item > a,
.layout-wirz .nav-header .nav-header__menu li.current-menu-parent > a {
  color: #fff;
}

.section-default {
  padding: 20px 115px 35px;
}

.container {
  width: 100%;
  max-width: 1835px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

.icon {
  display: block;
  width: 100%;
  height: 100%;
}

article {
  -webkit-hyphens: auto;
  hyphens: auto;
  -ms-hyphens: auto;
}

.wirz-default .nav-header .nav-header__head {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.wirz-default .nav-header .nav-header__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.post.wirz-default .post__footer {
  background: #545454;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  margin-right: 0 !important;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  position: absolute !important;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  margin: 0;
}

.fancybox-container {
  position: fixed;
  z-index: 99992;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  background: #1e1e1e;
}

.fancybox-is-open .fancybox-bg {
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 0.9;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  position: absolute;
  z-index: 99997;
  visibility: hidden;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  opacity: 0;
  direction: ltr;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  visibility: visible;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  opacity: 1;
}

.fancybox-infobar {
  font-size: 13px;
  line-height: 44px;
  top: 0;
  left: 0;
  min-width: 44px;
  height: 44px;
  padding: 0 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #ccc;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: difference;
  -webkit-touch-callout: none;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  z-index: 99994;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  direction: ltr;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  position: absolute;
  z-index: 99994;
  top: 0;
  left: 0;
  /* Using without prefix would break IE11 */
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 44px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  text-align: center;
  white-space: normal;
  outline: none;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  font-size: 0;
  display: inline-block;
  width: 0;
  height: 100%;
  content: "";
  vertical-align: middle;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  position: relative;
  display: inline-block;
  overflow: auto;
  max-width: 100%;
  margin: 0;
  padding: 44px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide--image .fancybox-content {
  position: absolute;
  z-index: 99995;
  top: 0;
  left: 0;
  overflow: visible;
  max-width: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  background: transparent;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  overflow: visible;
  width: 100%;
  height: 100%;
  padding: 0;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

/* Fix iOS */

.fancybox-iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.fancybox-error {
  width: 100%;
  max-width: 400px;
  padding: 40px;
  cursor: default;
  background: #fff;
}

.fancybox-error p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  color: #444;
}

/* Buttons */

.fancybox-button {
  position: relative;
  display: inline-block;
  visibility: inherit;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  box-shadow: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  cursor: default;
  color: #888;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  position: absolute;
  z-index: 99998;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  background: #ff5268;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  position: absolute;
  z-index: 401;
  top: -44px;
  right: -12px;
  padding: 8px;
  cursor: pointer;
  opacity: 0.8;
  color: #ccc;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.fancybox-close-small:hover {
  opacity: 1;
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  top: 0;
  right: 0;
  padding: 10px;
  color: currentColor;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
  height: 100px;
  opacity: 0;
  background-clip: content-box;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
  right: env(safe-area-inset-right);
  padding: 31px 6px 31px 26px;
}

/* Caption */

.fancybox-caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 99996;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 75px 44px 25px 44px;
  text-align: center;
  pointer-events: none;
  color: #eee;
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent 100%
  );
}

@supports (padding: 0) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  overflow: auto;
  max-height: 50vh;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  text-decoration: none;
  color: #ccc;
}

.fancybox-caption a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Loading indicator */

.fancybox-loading {
  position: absolute;
  z-index: 99999;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  padding: 0;
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  opacity: 0.7;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  background: transparent;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  max-width: 90%;
  padding: 30px;
  text-align: center;
  border-radius: 3px;
  background: #f4f4f4;
}

.fancybox-share h1 {
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #222;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  min-width: 130px;
  margin: 0 5px 10px 5px;
  padding: 0 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
  text-decoration: none;
  border: 0;
  border-radius: 3px;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  font-size: 14px;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  color: #5d5b5b;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  outline: none;
  background: transparent;
}

/* Thumbs */

.fancybox-thumbs {
  position: absolute;
  z-index: 99995;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #ddd;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  position: absolute;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #fff;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #2a2a2a;
}

.fancybox-thumbs__list a {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100px;
  max-width: calc(50% - 4px);
  height: 75px;
  max-height: calc(100% - 8px);
  margin: 2px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-thumbs__list a::before {
  position: absolute;
  z-index: 99991;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  border: 6px solid #ff5268;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media (min-width: 768px) {
  .nav-header.nav-header_dropdown {
    display: none;
  }
}

@media (max-width: 1800px) {
  .tabs .tabs__item {
    width: 25%;
  }
}

@media (max-width: 1600px) {
  .hero .hero__title {
    font-size: 8rem;
    line-height: 8rem;
    max-width: 1000px;
  }

  .posts-grid {
    margin: 0 -10px;
  }

  .posts-grid .posts-grid__item,
  .posts-grid .grid-sizer {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  html {
    font-size: 0.65vw;
    line-height: 0.65vw;
  }

  .layout.nav-header_open {
    padding-left: 30px;
  }
}

@media (max-width: 1400px) {
  .layout-header .logo.logo_role_home {
    left: 30px;
  }

  .hero {
    height: 700px;
  }

  .hero .hero__inner {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-default {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .layout-header .logo.logo_role_home {
    left: 15px;
  }

  .hero {
    height: 450px;
  }

  .hero .hero__inner {
    padding: 25px 40% 25px 15px;
  }

  .hero .hero__title {
    font-size: 5.1rem;
    line-height: 5.1rem;
  }

  .layout-wirz .tabs .tabs__item {
    width: 50%;
  }

  .layout-wirz.layout-wirz-internal .tabs .tabs__item {
    width: 50%;
  }

  .posts-grid .posts-grid__item,
  .posts-grid .grid-sizer {
    width: 50%;
  }

  .posts-grid .posts-grid__item.open,
  .posts-grid .grid-sizer.open {
    width: 100%;
  }

  .post .post__body {
    padding: 20px;
  }

  html {
    font-size: 10px;
    line-height: 10px;
  }

  .section-default {
    padding: 15px 15px 25px 15px;
  }
}

@media (max-width: 768px) {
  .btn-default {
    min-width: 140px;
    padding: 10px 15px;
  }

  h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .text-block p {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .text-block ul > li,
  .text-block ol > li {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
  }

  .nav-header .nav-header__menu {
    margin: 0 -15px;
  }

  .nav-header .nav-header__menu > li a {
    margin: 0 15px;
  }

  .social li {
    margin-right: 15px;
  }

  .hero {
    height: 320px;
  }

  .hero .hero__inner {
    padding-right: 35%;
  }

  .hero .hero__title {
    font-size: 3.7rem;
    line-height: 3.7rem;
  }

  .hero .hero-slider-arrow {
    visibility: hidden;
    opacity: 0;
  }

  .layout-wirz-internal .hero {
    height: 320px;
  }

  .layout-wirz .tabs .tabs__item a {
    padding: 10px;
  }

  .tabs .tabs__item a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 5px 0;
  }

  .post .post__body {
    padding: 20px 15px 15px 15px;
  }

  .post .post__thumb.post__thumb_medium {
    height: 20rem;
  }

  .post .post__thumb.post__thumb_large {
    height: 20rem;
  }
}

@media (max-width: 767px) {
  .layout-header .logo.logo_role_home {
    display: none;
  }

  .layout-wirz .logo.logo_role_home {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }

  .nav-header.nav-header_sidebar {
    display: none;
  }

  .logo.logo_size_small {
    text-align: left;
  }

  .posts-grid {
    margin: 0;
  }

  .posts-grid .posts-grid__item,
  .posts-grid .grid-sizer {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  /*.layout {
    padding-left: 0;
  }*/

  .layout.nav-header_open {
    padding-left: 0;
  }
}

@media (max-width: 678px) {
  .hero .hero__inner {
    padding-right: 25%;
  }
}

@media (max-width: 580px) {
  .tabs .tabs__item {
    width: 50%;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 480px) {
  .nav-header.nav-header_dropdown {
    height: 32px;
    padding: 2px 15px;
  }

  .nav-header.nav-header_dropdown .nav-header__burger {
    width: 18px;
    height: 20px;
  }

  .nav-header.nav-header_dropdown .nav-header__close {
    width: 15px;
    height: 18px;
  }

  .nav-header.nav-header_dropdown .contacts {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .nav-header.nav-header_dropdown.nav-header_open .nav-header__body {
    margin-bottom: 40px;
  }

  .nav-header.nav-header_dropdown.nav-header_open .nav-header__control {
    top: 15px;
  }

  .nav-header.nav-header_dropdown .nav-header__logo {
    width: 67px;
    height: 22px;
  }

  .nav-header.nav-header_dropdown .nav-header__list .logo {
    width: 135px;
  }

  .nav-header.nav-header_dropdown .nav-header__list .logo.logo_size_small img {
    width: 58px;
    height: 47px;
  }

  .intro .intro__desc {
    margin-bottom: 20px;
  }

  .archive .archive__list {
    margin: 0;
  }

  .archive .archive__item {
    width: 100%;
    padding: 0;
  }

  .posts-grid .posts-grid__item.open .post__thumb,
  .posts-grid .grid-sizer.open .post__thumb {
    height: 300px;
  }

  .posts-grid .posts-grid__item.open .post__footer,
  .posts-grid .grid-sizer.open .post__footer {
    height: 65px;
  }

  .posts-grid .posts-grid__item.open .post__meta,
  .posts-grid .grid-sizer.open .post__meta {
    top: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .post .post__footer {
    height: 40px;
  }

  .post .post__thumb.post__thumb_small {
    height: 20rem;
  }

  .post .post__authors > li {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .post .post__meta {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .post .post__social {
    top: auto;
    right: auto;
    bottom: 5px;
    left: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .post .post__social a {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .post .post__more:before {
    width: 15px;
    height: 15px;
  }
}

@media (max-width: 375px) {
  .btn-default {
    font-size: 1rem;
    line-height: 1.3rem;
    padding: 12px 15px;
  }

  .hero .hero__inner {
    padding-right: 15px;
  }

  .tabs .tabs__item a {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-right: 6px;
    padding-left: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 6px;
    opacity: 1;
    color: #f2f4f6;
    background: #4e4e4e;
  }

  .fancybox-caption {
    padding-right: 12px;
    padding-left: 12px;
  }

  @supports (padding: 0) {
    .fancybox-caption {
      padding-right: 12px;
      padding-left: 12px;
    }
  }
}

@media screen and (min-width: 1800px) {
  .post .post__thumb.post__thumb_large {
    height: 42rem;
  }
}
