

/* Start:/local/templates/infoportal/css/main.css?1714139950122124*/
@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* ссылки */
.container {
  max-width: 1364px;
  padding: 0 30px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }

.container_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

/* layout в три колонки */
.l-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px; }

.l-cols__left {
  width: calc(25% - 20px);
  margin-left: 20px; }

.l-cols__right {
  width: calc(100% - 25% - 20px);
  margin-left: 20px; }

.l-cols__right_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.l-cols__right-wrapper {
  /* width: calc(100% - 270px); */
}

/* .aside { */
  /* width: 250px; */
  /* margin-left: 20px; */
  /* -ms-flex-negative: 0; */
  /* flex-shrink: 0; } */

.l-cols_inner {
  margin-left: 0; }

.l-cols_inner .l-cols__left {
  /* width: calc(100% - 270px); */
  margin-left: 0;
  -webkit-column-count: 4;
  column-count: 4; }

/* .l-cols_inner .l-cols__right { */
  /* width: 250px; */
  /* margin-left: 20px; */
  /* margin-top: -46px; } */

/* заголовки на главной */
.l-title-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* width: calc(100% - 270px); */
}

.l-title-columns__left {
  width: calc(33.3% - 10px);
}

.l-title-columns__right {
  width: 66.6%;
  margin-left: 20px;
}

/* страница категории */
.l-title-columns_mod .breadcrumbs {
  margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .l-title-columns_mod {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .l-title-columns_mod .l-title-columns__right {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px; } }

/* ===== end ===== */
.l-cols_masonry {
  margin-left: 0; }

.l-cols_masonry .l-cols__right {
  width: 250px;
  margin-left: 20px;
  margin-top: -47px; }

.l-cols_masonry .l-cols__left {
  /* width: calc(100% - 270px); */
  width: 100%;
  margin-left: 0; }

@media screen and (max-width: 1279px) {
  .l-title-columns {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .l-title-columns__left {
    width: calc(50% - 13px); }
  .l-title-columns__right {
    width: calc(50% - 13px); } }

@media screen and (max-width: 767px) {
  .l-title-columns__left {
    width: 100%; }
  .l-title-columns__right {
    display: none; } }

/* ===== end ===== */
/* layout на детальной странице */
.l-two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.l-two-cols__left {
  width: 25.76%;
  margin-right: 20px; }

.l-two-cols__right {
  width: calc(74.24% - 20px); }

@media screen and (max-width: 1023px) {
  .l-two-cols__left {
    display: none; }
  .l-two-cols__right {
    width: 100%; } }

/* ===== end ===== */
/* layout на детальной странице меняем местами колонки */
.l-two-cols_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.l-two-cols_inner .l-two-cols__left {
  margin-right: 0px;
  margin-left: 20px; }

@media screen and (max-width: 1023px) {
  .l-two-cols_inner .l-two-cols__left {
    display: none; }
  .l-two-cols_inner .l-two-cols__right {
    width: 100%; } }

/* ===== end ===== */
/* обертка для колонки aside */
.col-wrapper {
  margin-left: 20px;
  margin-right: 20px; }

/* ===== Типографика ===== */
/* базовый шрифт 14px */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  font-size: 14px; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  height: 100%;
  font-size: 1rem; }

/* input и textarea */
.input, .textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  background: none;
  border: 0; }

.input::-ms-clear {
  display: none; }

.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
  line-height: 20px; }

.input:-moz-placeholder, .textarea:-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
  line-height: 20px; }

.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
  line-height: 20px; }

.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  color: #B5B5B5;
  opacity: 1;
  font-weight: normal;
  line-height: 20px; }

.label-default {
  color: #1E1E1E;
  font-size: 1rem;
  line-height: 15px;
  margin-bottom: 5px; }

.input_error {
  border-color: #F04E23 !important; }

.input_error-text {
  color: #F04E23; }

.list_unstyle {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Ссылки */
a {
  text-decoration: underline;
  outline: none;
  font-weight: normal;
  color: #006DAA; }

a:hover {
  text-decoration: none; }

/*===== Заголовки =====*/
h1, h2, h3, h4, h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Source Sans Pro;
  font-weight: bold; }

h1 {
  font-size: 3.3333rem;
  line-height: 60px;
  color: #10496A; }

h2 {
  font-size: 2.3333rem;
  line-height: 45px; }

h3 {
  font-size: 2rem;
  line-height: 45px;
  color: #10496A; }

h4 {
  font-size: 1.6667rem;
  line-height: 30px; }

h5 {
  font-size: 1.3333rem;
  line-height: 30px; }

.h2-title_bordered {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 1.1176rem;
  line-height: normal;
  color: #000000;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 5px; }

.h2-title_upp {
  text-transform: uppercase; }

.visible-xs.h2-title_bordered {
  margin-top: 30px;
  margin-bottom: 0; }

/*===== Липкий футер =====*/
.sticky-footer-wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto; }

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* кнопка вверх */
#toTop {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  background: #fff;
  border: 1px solid #868A99;
  padding: 5px;
  cursor: pointer;
  color: #666;
  text-decoration: none;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media screen and (max-width: 767px) {
  #toTop {
    width: 30px;
    height: 30px;
    right: 15px;
    bottom: 15px; }
  #toTop img {
    max-height: 20px; } }

.visible-xs {
  display: none; }

@media screen and (max-width: 767px) {
  .visible-xs {
    display: block; } }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  src: url(/local/templates/infoportal/css/../fonts/SourceSansPro-Regular.ttf); }

@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  src: url(/local/templates/infoportal/css/../fonts/SourceSansPro-Bold.ttf); }

.btn {
  display: block;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  letter-spacing: 5.6px;
  color: #666666;
  background: #FFD300;
  padding: 15px 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px; }

.btn:hover {
  background: #868A99;
  color: #fff; }

.btn_yellow {
  display: block;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  letter-spacing: 5.6px;
  color: #666666;
  background: #FFD300;
  padding: 14px 0;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 15px; }

.btn_yellow:hover {
  background: #868A99;
  color: #fff; }

.btn-full-width {
  color: #FFD610;
  background: #868A99;
  margin-bottom: 60px; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
  -o-transition-delay: 0.13s;
  transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
  transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
  transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  -o-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
  transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
  -o-transition-duration: 0.13s;
  transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
  -o-transition-delay: 0.22s;
  transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  -o-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
  -o-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
  -ms-transform: rotate(765deg);
  transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
  -ms-transform: rotate(-765deg);
  transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/* шапка */

.header .container_flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header__left {
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	flex-shrink: 0;
}

.header__logo {
  margin-right: auto;
  text-decoration: none; }

.header__logo img {
	height: auto;
	width: 100%;
	max-width: 620px;
	display: block;
}  

@media screen and (max-width: 582px) {
  .header__logo {
    max-width: 80%;
  }
  .header__logo img {
    max-width: 100%;
  }
}

/*.header__logo-title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 3.2353rem;
  line-height: 1;
  color: #666666; }

.header__logo-sub-title {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8235rem;
  line-height: 1;
  color: #666666; }*/

.header__logo-title br {
	display: none;
}

.header__social {
  text-align: right;
  margin-top: 15px;
  font-size: 0; }

.header__social-item {
  text-decoration: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 5px; }

.header__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}  

.header__nav-item {
  margin-bottom: 5px;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
  color: #666666;

}

.header__nav-item:last-child {
	margin-bottom: 0;
}

.header__nav-item_active {
  color: #FFD610;
}

.header__nav-item:hover {
  text-decoration: underline;
  color: #000; }

.header__hamb {
  display: none; }

.header__hamb img {
  width: 30px; }

@media screen and (max-width: 1279px) {
  .header__logo-title {
    font-size: 2.3529rem; }
  .header__logo-sub-title {
    font-size: 1.1765rem; }
  .header__nav-item {
    margin-left: 30px; }
  .header__nav-item {
    font-size: 1.0588rem; } }

@media screen and (max-width: 1023px) {
  .header__social {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right; } }

@media screen and (max-width: 767px) {
  .header__social, .header__nav {
    display: none; }
  .header__logo-title {
    font-size: 1.7647rem; }
  .header__logo-sub-title {
    font-size: 1.1765rem; }
  .header__hamb {
    display: block; } }

/* навигация на главной странице */
.navigation {
  background: rgba(80, 86, 108, 0.7);
  padding: 25px 0;
  margin-bottom: 60px;
  border-bottom: 2px solid #FFD610; }

.navigation .container_flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navigation__left {
  margin-right: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.navigation__right {
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.navigation__list {
  font-size: 0;
  margin-left: -50px;
  max-width: 70%; }

.navigation__list-item {
  display: inline-block;
  margin-left: 50px; }

.navigation__list-item a {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4118rem;
  line-height: normal;
  color: #FFFFFF;
  text-decoration: none; }

.navigation__list-item a:hover {
  text-decoration: underline; }

.navigation__list-item_active a {
  color: #FFD610; }

.navigation__search-input {
  background: rgba(91, 96, 115, 0.5);
  border: 2px solid #FFFFFF;
  width: 300px;
  height: 47px;
  line-height: 47px;
  padding: 0 10px;
  color: #fff;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.navigation__search-input:focus {
  border-color: #000000; }

.navigation__search-btn {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-left: 10px;
  cursor: pointer; }

.navigation__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.navigation__search-btn img {
  width: 23px;
  height: 20px; }

@media screen and (max-width: 1279px) {
  .navigation {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .navigation__list-item a {
    font-size: 1.0588rem; }
  .navigation__list {
    margin-left: -30px; }
  .navigation__list-item {
    margin-left: 30px; }
  .navigation__search-btn img {
    max-width: 37px;
    max-height: 37px; }
  .navigation__search-input {
    width: 260px;
    height: 37px;
    line-height: 37px; } }

@media screen and (max-width: 1023px) {
  .navigation .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .navigation__right {
    margin-top: 20px; }
  .navigation__list {
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .navigation {
    display: none; } }

.item-card {
  margin-bottom: 10px;
  border-top: 1px solid #B3B3B3;
  padding-top: 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.item-card-list {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 50px; }

.item-card-list .btn_yellow {
  margin-left: -20px;
  margin-right: -20px; }

.item-card-list .item-card__teaser {
  margin-bottom: 15px; }

.item-card-list .item-card__title {
  margin-bottom: 10px !important; }

.item-card:first-child {
  padding-top: 0;
  border: none; }

.item-card__title, .item-card__title a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1.4706rem;
  line-height: normal;
  color: #000;
  position: relative;
  z-index: 2; }

.item-card__title {
  margin-bottom: 5px; }

.item-card__teaser, .item-card__teaser a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: normal;
  color: #666666;
  margin-bottom: 25px;
  position: relative;
  z-index: 2; }

.item-card__date {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  color: #FFD300;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  border-top: 1px dashed #B3B3B3;
  padding-top: 14px; }

.item-card__title a, .item-card__teaser a {
  text-decoration: none; }

.item-card__title a:hover, .item-card__teaser:hover a {
  text-decoration: underline; }

.item-card__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  margin-bottom: 20px;
  display: block;
  text-decoration: none; }

.item-card__img img {
  opacity: 0;
  border: 0;
  visibility: hidden;
  width: 100%;
  display: block; }

.item-card__category, .item-card__category a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 0.8235rem;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none; }

.item-card__category--custom {
  position: absolute;
  z-index: 100;
  background: #ffcc00;
  padding: 4px 10px;
  top: 50px;
}

.item-card__category--custom a {
  text-decoration: none;
  color: black;
}

.no_after .item-card__category--custom {
  top: 15px;
}

.item-card__category a:hover {
  text-decoration: underline; }

/* карточка с bg на фоне */
.item-card_media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 20px !important;
  position: relative;
  margin-bottom: 20px; }

.item-card_media .item-card {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.item-card_media {
  position: relative;
  padding: 0 !important; }

.item-card_media .item-card_media-wrapper {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.item-card_media .item-card__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

.item-card_media .item-card__img img {
  opacity: 1;
  visibility: visible;
  width: 100%; }

.item-card_media .item-card__img {
  margin-bottom: 0;
  padding: 0; }

.item-card_media .item-card__title, .item-card_media .item-card__title a {
  color: #FFFFFF; }

.item-card_media .item-card__title {
  margin-bottom: 20px; }

.item-card_media .item-card__teaser, .item-card_media .item-card__teaser a {
  color: #FFFFFF; }

.item-card_media .item-card__date {
  color: #FFFFFF;
  border: none;
  padding-top: 0; }

/* блок в котором по ховер появляется картинка */
.item-card_media-inner .item-card__img {
  opacity: 0; }

.item-card_media-inner .item-card_media-wrapper {
  height: 100%;
  top: 0; }

.item-card_media-inner .item-card__title {
  color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.item-card_media-inner .item-card__title a {
  color: #000000; }

.item-card_media-inner .item-card__teaser {
  color: #666666;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.item-card_media-inner .item-card__date {
  color: #666666;
  border-top: 1px dashed #B3B3B3;
  padding-top: 14px; }

.item-card_media-inner:hover .item-card__img {
  opacity: 1; }

.item-card_media-inner:hover .item-card__date {
  border-top-color: transparent; }

.item-card_media-inner:hover .item-card__title, .item-card_media-inner:hover .item-card__title a, .item-card_media-inner:hover .item-card__teaser, .item-card_media-inner:hover .item-card__date {
  color: #fff; }

/* карточки в 2 колонки */
.item-card-list_mod {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  column-gap: 20px; }

.item-card-list_mod .item-card {
  border-top: none;
  padding-top: 0;
  margin-bottom: 20px; }

.item-card-list_mod .item-card__title {
  margin-bottom: 10px; }

.item-card-list_mod .item-card__teaser {
  border-top: 1px dashed #B3B3B3;
  padding-top: 10px; }

.l-cols_inner aside {
  margin-left: 0; }

.item-card_inner {
  padding-top: 0;
  border-top: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #B3B3B3; }

.item-card_inner .item-card__teaser {
  border-top: 1px dashed #B3B3B3;
  padding-top: 5px;
  margin-top: 20px; }

.l-cols_inner .l-cols__left > div:nth-child(2) {
  border-top: 1px solid #B3B3B3;
  padding-top: 30px; }

.item-card_inner .item-card__img {
  padding: 0 !important; }

/* с использованием masonry */
.l-cols_masonry .item-card-list {
  width: calc(33.3% - 13px); }

.l-cols_masonry .item-card_inner {
  width: calc(33.3% - 13px); }

.l-cols_masonry .block-media {
  width: calc(66.6% - 13px); }

.l-cols_masonry .item-card_inner {
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 30px; }

.l-cols_masonry .item-card::after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: #B3B3B3;
  display: block;
  position: absolute; }

.l-cols_masonry .item-card_big::after, .l-cols_masonry .item-card_small::after {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  top: 0;
  background: #B3B3B3;
  display: block;
  position: absolute; }

.l-cols_masonry .grid > div:nth-child(2), .l-cols_masonry .grid > div:nth-child(3) {
  padding-top: 0;
  border-top: 0; }

.l-cols_masonry .grid > div:nth-child(2)::after, .l-cols_masonry .grid > div:nth-child(3)::after {
  display: none; }

.l-cols_masonry .aside {
  margin-left: 0; }

.l-cols_masonry .item-card-list .item-card::after {
  display: none; }

/* когда картинка выходит за границы блока */
/* когда картинка меньше границ блока */
.item-card_small .item-card__img {
  margin-left: 30px;
  margin-right: 30px; }

.l-cols_masonry .item-card_big, .l-cols_masonry .item-card_small {
  margin-left: 0;
  margin-right: 0; }

.l-cols_masonry .item-card_big .item-card__wrapper, .l-cols_masonry .item-card_small .item-card__wrapper {
  margin-left: 20px;
  margin-right: 20px; }

.l-cols_masonry .grid-item .item-card__img {
  padding: 0 !important;
  margin-left: 0;
  margin-right: 0; }

.l-cols_masonry .item-card_small .item-card__img {
  margin-left: 30px;
  margin-right: 30px; }

@media screen and (max-width: 1279px) {
  .l-cols_masonry .l-cols__right {
    display: none; }
  .l-cols_masonry .l-cols__left {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .l-cols_masonry .item-card-list {
    width: calc(50% - 13px); }
  .l-cols_masonry .item-card_inner {
    width: calc(50% - 13px); }
  .l-cols_masonry .block-media {
    width: calc(100% - 13px); } 
}

@media screen and (max-width: 767px) {
  .l-cols_masonry .item-card-list {
    width: 100%;
    margin-bottom: 20px; }
  .l-cols_masonry .item-card_inner {
    width: 100%; }
  .l-cols_masonry .block-media {
    width: 100%; } }

/* карточка с новостью на фоне картинка */
.item-card_modified {
  background-color: #000;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative;
  margin-bottom: 20px; }

.item-card_modified .item-card_media-wrapper {
  position: relative;
  z-index: 5; }

.item-card_modified .item-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0; }

.item-card_modified .item-card__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5); }

.item-card_modified .item-card__title, .item-card_modified .item-card__title a, .item-card_modified .item-card__teaser, .item-card_modified .item-card__date {
  color: #fff; }
.item-card_modified .item-card__date{
  color:#FFD300; 
}
.item-card_modified .item-card__date {
  border-top-color: transparent; }

/* карточка с новостью на фоне картинка по ховеру */
.item-card_modified-inner .item-card__img {
  opacity: 0; }

.item-card_modified-inner {
  background: #fff;
  margin-bottom: 0; }

.item-card_modified-inner .item-card__title, .item-card_modified-inner .item-card__title a {
  color: #000; }

.item-card_modified-inner .item-card__teaser, .item-card_modified-inner .item-card__teaser a, .item-card_modified-inner .item-card__date {
  color: #666666; }
.item-card_modified-inner .item-card__date{
  color: #FFD300;
}
.item-card_modified-inner .item-card__date {
  border-top-color: #B3B3B3; }

.item-card_modified-inner:hover .item-card__img {
  opacity: 1; }

.item-card_modified-inner:hover {
  background: #000; }

.item-card_modified-inner:hover .item-card__title, .item-card_modified-inner:hover .item-card__title a, .item-card_modified-inner:hover .item-card__teaser, .item-card_modified-inner:hover .item-card__teaser a, .item-card_modified-inner:hover .item-card__date {
  color: #fff; }

.item-card_modified-inner:hover .item-card__date{
  color: #FFD300;
}

.item-card_modified-inner:hover .item-card__date {
  border-top-color: transparent; }

@media screen and (max-width: 767px) {
  .item-card_modified-inner:hover .item-card__img {
    opacity: 0; }
  .item-card_modified-inner:hover {
    background: transparent; }
  .item-card_modified-inner:hover .item-card__title, .item-card_modified-inner:hover .item-card__title a {
    color: #000; }
  .item-card_modified-inner:hover .item-card__teaser, .item-card_modified-inner:hover .item-card__teaser a, .item-card_modified-inner:hover .item-card__date {
    color: #666666; }
  .item-card_modified-inner:hover .item-card__date {
    border-top-color: #B3B3B3; } }

/* Картинка на всю ширину страницу, баннер */
.block-media {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  /*height: 250px;*/
  margin-bottom: 30px; }

.block-media img {
	opacity: 0;
	border: 0;
	box-shadow: none;
	max-width: 100%;
	display: block;
}

/* Реклама в правой колонке */
.block-media-aside {
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px; }

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

.block-media-aside iframe {
  width: 100%;
  height: auto; }

.block-media-aside__title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 1.2941rem;
  line-height: normal;
  color: #676767;
  padding-bottom: 15px;
  border-bottom: 1px dashed #B3B3B3;
  margin-top: 10px; }

.block-media-aside__date {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  color: #666666;
  text-transform: uppercase;
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2.3px solid #FFD610; }

/* подвал */
.footer {
  background: #212121;
  border-top: 2px solid #FFD610;
  padding: 30px 0; }

.footer__left {
  margin-right: auto; }

.footer__right {
  margin-left: auto;
  width: calc(100% - 440px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer__teaser {
  font-family: 'Open Sans';
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.7143rem;
  line-height: normal;
  color: #FFFFFF;
  max-width: 340px;
  width: 100%; }

.footer__teaser img {
  max-width: 100%;
}

.footer-nav__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -85px; }

.footer-nav__col {
  width: 215px;
  border-top: 1px dashed rgb(132, 136, 152);
  padding-top: 20px;
  margin-left: 85px; }

.footer-nav__title {
  font-family: 'Open Sans';
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 0.8571rem;
  line-height: normal;
  color: #FFD610;
  margin-left: 300px;
  margin-bottom: 15px; }

.footer-nav__item {
  margin-bottom: 15px; }

.footer-nav__item:last-child {
  margin-bottom: 0; }

.footer-nav__item a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 0.8571rem;
  line-height: normal;
  color: #848898;
  text-decoration: none;
}

.footer-nav__item a:hover {
  text-decoration: underline; }

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 40px; 
  margin-top: 30px;
}

.footer__social-item img {
  display: block;
  max-width: 24px;
  max-height: 24px; }

.footer__social-item {
  margin-bottom: 10px; }

.footer__social-item:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 1384px) {
  .footer-nav__cols {
    margin-left: -40px; }
  .footer-nav__col {
    margin-left: 40px; } 
  .footer-nav__title {
    margin-left: 255px; 
  }

}

@media screen and (max-width: 1279px) {
  .footer .container_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__right {
    width: 100%;
    max-width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__left {
    width: 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; } }

@media screen and (max-width: 1023px) {
  .footer__right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__left {
    margin-left: 0;
    margin-right: 0; }
  .footer-nav__col {
    width: calc(33.3% - 40px); }
  .footer-nav__title {
    margin-left: calc(33.3% + 12px); 
  }
  .footer__social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
  .footer__social-item {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px; } }

@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px; }
  .footer-nav__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-left: 0; }
  .footer-nav__col {
    width: 100%;
    margin-left: 0; }
  .footer-nav__col {
    padding-top: 0;
    border-top: 0; }
  .footer-nav__item {
    margin-bottom: 15px !important; }
  .footer-nav__title {
    margin-left: 0;
    text-align: left; } }

/* хлебные крошки */
.breadcrumbs {
  font-size: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #B3B3B3;
  padding-bottom: 5px; }

.breadcrumbs__item {
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1.1176rem;
  line-height: normal;
  color: #000000;
  text-transform: uppercase;
  margin-right: 10px;
  text-decoration: none; }

.breadcrumbs span {
  display: inline-block;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1.1176rem;
  line-height: normal;
  color: #000000;
  margin-right: 10px; }

.breadcrumbs__item:last-child {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1.1176rem;
  line-height: normal;
  color: #FFD610; }

@media screen and (max-width: 767px) {
  .breadcrumbs__item, .breadcrumbs span {
    font-size: 0.8824rem !important; } }

/* статья */
.article-date {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  text-align: right;
  color: #666666;
  margin-bottom: 20px; }

.article img {
  width: 100%;
  height: 100%;
  display: block;}
.article img:not([width]) {
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;}

.article, .article p {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 1.15rem;
  line-height: 25px;
  color: #666666; }

.article-info {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 1rem;
  line-height: normal;
  text-align: right;
  color: #666666;
  margin-top: 70px;
  margin-bottom: 70px; }

.article-title {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 2.4118rem;
  line-height: normal;
  color: #000000;
  margin-bottom: 40px; }

@media screen and (max-width: 1023px) {
  .article, .article p {
    font-size: 1rem;
    line-height: 24px; } }

@media screen and (max-width: 767px) {
  .article, .article p {
    font-size: 1rem;
    line-height: 24px; }
  .article-info {
    margin-top: 30px;
    margin-bottom: 30px; }
  .article-date {
    font-size: 1rem;
    line-height: 20px; }
  .article-title {
    font-size: 1.8235rem;
    margin-bottom: 20px; } }

/* новости списком горизонтально */
.item-card-list_hor {
  margin-bottom: 100px; }

.item-card-list_hor .item-card {
  border-bottom: 0;
  padding-bottom: 0;
  border-top: 1px solid #B3B3B3;
  padding-top: 20px;
  margin-bottom: 30px; }

.item-card-list_hor .item-card .item-card__date, .item-card-list_hor .item-card .item-card__date a {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 0.8235rem;
  line-height: normal;
  color: #000000; }

.item-card-list_hor .item-card .item-card__teaser {
  border-top: 1px dashed #B3B3B3;
  padding-top: 5px;
  margin-top: 20px;
  margin-bottom: 20px; }

.item-card-list_hor .item-card .item-card__date {
  border-top: 0;
  padding-top: 0; }

.item-card-list_hor .item-card .item-card__date a {
  text-decoration: none; }

.item-card-list_hor .item-card .item-card__date a:hover {
  text-decoration: underline; }

.item-card-list_hor .item-card .btn_yellow {
  max-width: 423px;
  margin-left: 390px; }

.item-card-list_hor .item-card_inner .item-card__img {
  width: 340px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px;
  padding: 0 !important;
  margin-bottom: 0; }

.item-card-list_hor .item-card_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.item-card-list_hor .item-card_inner .item-card__date {
  border-top: 0; }

.item-card-list_hor .item-card_inner .item-card__wrapper {
  width: calc(100% - 350px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.item-card-list_hor .item-card_inner .btn_yellow {
  margin-left: 0;
  margin-right: 0; }

/* тот случай когда нет первого бордера */
.item-card-list_hor-mod .item-card:first-child {
  border-top: 0;
  padding-top: 0; }

@media screen and (max-width: 1280px) {
  .item-card-list_hor {
    margin-bottom: 50px; }
  .item-card-list_hor .item-card_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .item-card-list_hor .item-card_inner .item-card__img {
    margin-right: 0;
    margin-bottom: 20px; }
  .item-card-list_hor .item-card_inner .item-card__wrapper {
    width: 100%; }
  .item-card-list_hor .item-card .btn_yellow {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .item-card-list_hor .item-card_inner .item-card__img {
    max-width: 290px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

/* карточки новостей на детальной странице */
.item-card-list_detail-page .item-card {
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 20px;
  border-top: 0;
  margin-bottom: 50px;
  position: relative; }

/* вариант когда нет первого бордера сверху */
.item-card-list_detail-page_mod .item-card:first-child::after {
  display: none; }

.item-card-list_detail-page_mod .item-card:first-child {
  padding-top: 10px; }

.item-card-list_detail-page .item-card__wrapper {
  margin-left: 20px;
  margin-right: 20px; }

.item-card-list_detail-page .item-card::after {
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  background: #B3B3B3;
  display: block;
  position: absolute; }

.item-card-list_detail-page .item-card_big::after, .item-card-list_detail-page .item-card_small::after {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  left: 20px;
  top: 0;
  background: #B3B3B3;
  display: block;
  position: absolute; }

/* pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }

.pagination__item {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 1px solid #FFD610;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 1.7059rem;
  line-height: normal;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
  background: #fff;
  text-decoration: none; }

.pagination__item:hover {
  background: #D8D8D8; }

.pagination__item_mod {
  border-color: transparent; }

.pagination__item_mod:hover {
  background: #fff;
  text-decoration: underline; }

.pagination__item_active {
  background: #D8D8D8; }

@media screen and (max-width: 767px) {
  .pagination__item {
    width: 38px;
    height: 38px;
    font-size: 1rem; } }

/* поиск на странице */
.search-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px; }

.search-wrapper .breadcrumbs {
  max-width: 340px;
  width: 100%;
  margin-right: 50px;
  margin-bottom: 0; }

.search {
  width: calc(100% - 390px);
  margin-top: -15px; }

.search__input {
  background: #FFFFFF;
  height: 47px;
  width: 100%;
  border: 3px solid #FFD610;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 1.3529rem;
  color: #FFD610; }

.search__filter {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.search__filter-item {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 0.8824rem;
  line-height: normal;
  color: #868A99;
  border: 1px solid #868A99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-right: 15px;
  padding: 4px 12px 4px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }

.search__filter-item_active {
  background: #868A99;
  color: #fff;
  border-color: transparent; }

.search__filter-item_active svg path {
  stroke: #fff; }

.search__filter-item svg {
  margin-left: 10px; }

.search__filter-item_inner {
  padding: 0;
  cursor: default; }

.search__filter-item_inner span {
  padding: 4px 12px 4px 12px;
  border-right: 1px solid #868A99; }

.search__filter-item_inner svg {
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
  height: 100%;
  cursor: pointer; }

.search__filter-item_inner.search__filter-item_active span {
  border-right-color: #fff; }

@media screen and (max-width: 1279px) {
  .search-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .search-wrapper .breadcrumbs {
    max-width: 100%;
    width: 100%; }
  .search {
    margin-top: 20px;
    width: 100%; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  /* right: -6px; */
  /* text-align: right; */
  /* padding-right: 6px; */
  /* width: 100%; */
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  padding: 45px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  height: 100%
  /* max-width: 900px;  */
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
  right: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* меню на мобиле */
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }

.mfp-bg {
  /* background: #fff; */
  /* opacity: 1; */
}

.mfp-content {
  vertical-align: top; }

.mobile-menu {
  padding: 60px 10px 10px 10px;
  position: relative; }

.mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 45px; }

.mobile-menu .navigation__list-item a {
  color: #000; }

.mobile-menu .navigation__list {
  margin-left: 0;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 10px;
  max-width: 100%; }

.mobile-menu .navigation__list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0; }

.mobile-menu .header__social, .mobile-menu .header__nav {
  display: block; }

.mobile-menu .header__nav-item {
  margin-left: 0;
  display: block;
  margin-bottom: 10px;
  color: #000; }

.mobile-menu .header__social {
  text-align: left;
  margin-top: 20px;
  border-top: 1px solid #B3B3B3;
  padding-top: 20px; }

.mobile-menu .navigation__search {
  margin-bottom: 20px; }

.mobile-menu .navigation__search-input {
  background: #fff;
  border: 2px solid rgba(91, 96, 115, 0.5);
  width: 100%;
  color: #000; }

.l-three-cols__left {
  width: 25%;
  margin-right: 20px;
}

.l-three-cols__mid {
  width: calc(60% - 20px);
}

.l-three-cols__right {
  width: 250px;
  flex-shrink: 0;
  margin-left: 20px;
}
.php_dev_org_content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px){
  .l-two-cols {
    display: flex;
    flex-flow: wrap;
  }
  .l-three-cols__left, .l-three-cols__right, .l-three-cols__mid {
    width: 100%;
    margin: 0;
  }
  .l-three-cols__left {
    order: 1;
  }
  .l-three-cols__right {
    order: 2;
  }
  .l-three-cols__mid {
    order: 0;
  }
}

div.breadcrumbs > span.breadcrumbs__item {
  margin: 0;
}
div.breadcrumbs > span.breadcrumbs__item:last-child > a > span {
  color: #FFD610;
}
div.breadcrumbs > span.breadcrumbs__item:last-child > a {
  cursor: default;
}

@media (max-width: 767px) {
  .col-wrapper {
    margin-left: 0;
    margin-right: 0; }
  
  .php_dev_org_content {
    padding-left: 0;
    padding-right: 0;
  }

  h1, h2, h3, h4, h5 {
    margin-bottom: 5px;
  }

  .l-cols_masonry .item-card_big .item-card__wrapper, .l-cols_masonry .item-card_small .item-card__wrapper {
    margin-left: 0;
    margin-right: 0; }

  .item-card-list .btn_yellow {
    margin-left: 0;
    margin-right: 0; }

  .item-card__autor p {
    right: 0 !important; }

  .l-cols_masonry .item-card_big::after, .l-cols_masonry .item-card_small::after {
    width: 100%;
    left: 0; }
}
/* End */


/* Start:/local/templates/infoportal/css/phpdevorg.css?16679789634488*/
.item-card__bot.social {
	white-space: nowrap;
}
.social__button_fb {
	background: url(/images/fb.svg) 50% no-repeat;
}
.social__button_fb:hover {
	background-color: #3b5999;
	background-image: url(/images/fb_white.svg);
}
.social__button_vk {
	background: url(/images/vk.svg) 50% no-repeat;
}
.social__button_vk:hover {
	background-color: #4c75a3;
	background-image: url(/images/vk_white.svg);
}
.social__button_tw {
	background: url(/images/tw.svg) 50% no-repeat;
}
.social__button_tw:hover {
	background-color: #55acee;
	background-image: url(/images/tw_white.svg);
}
.social__button_ok {
	background: url(/images/ok.svg) 50% no-repeat;
}
.social__button_ok:hover {
	background-color: #ed812b;
	background-image: url(/images/ok_white.svg);
}
.social__button_telegram {
	background: url(/images/telegram.svg) 50% no-repeat;
}
.social__button_telegram:hover {
	background-color: #179cde;
	background-image: url(/images/telegram_white.svg);
}

.social__button {
	box-sizing: border-box;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0 5px 5px 0;
	outline: none;
	border: 1px solid #e6e6e6;
}

.social-additional-buttons, .social__button {
	vertical-align: middle;
	cursor: pointer;
}
.social.ng-scope{
	padding-bottom: 15px;
}

.l-cols_masonry .item-card.no_after{
	padding-top: 0px;
}
.l-cols_masonry .item-card.no_after::after{
	display: none !important;
}
.banner-info-portal{
	margin-bottom: 60px;
}
.banner-info-portal{
	position: relative;
	width: 100%;
	display: block;
	max-width: 1364px;
	margin-left: auto;
	margin-right: auto;
}
.banner-info-portal img {
	width: 100%;
	margin: 0px auto;
	height: 100%;
}

@media screen and (max-width: 1023px) {
	.l-cols_masonry .grid .item-card.no_after::after {
		display: block !important;
	}

	.l-cols_masonry .item-card.no_after {
		padding-top: 30px;
	}

	.l-cols_masonry .grid .item-card.no_after:first-child::after {
		display: none !important;
	}

	.l-cols_masonry .item-card.no_after:first-child {
		padding-top: 0;
	}
}

@media screen and (max-width: 579px) {
  .social__button {
    box-sizing: border-box;
    width: 39px;
    height: 39px;
    padding: 0;
    margin: 0 4px 4px 0;
    outline: none;
    border: 1px solid #e6e6e6;
  }
	.banner-info-portal{
		display: block;
	}
	.banner-info-portal img {
		position: relative;
		display: block;
		width: 90%;
		margin: 0px auto;
	}
}
.footer__left.footer__teaser img{
	position: relative;
	display: block;
	margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
	.slider-liner-after{
		background-position: center;
		padding-top: 30px;
	}
	.slider-liner-after img{
		padding-top: 30px;
	}
	.slider-liner-after:after {
		content: '';
		width: calc(100% - 40px);
		height: 1px;
		left: 20px;
		top: 0;
		background: #B3B3B3;
		display: block;
		position: absolute;
	}
}
.inner_text_ALL{
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: normal;
	font-size: 1.15rem;
	line-height: 25px;
	color: #666666;
	margin-bottom: 15px;
}
.inner_text_ALL .php_dev_org_content{
	padding: 0px 30px;
}
.images_php img,.php_galerry img{
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.php_galerry{
	width: 20%;
	position: relative;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}

.custom-art-item, .custom-art-item:first-child {
	padding: 4px 0px 7px 0px;
	margin: 0px;
	border-bottom: 2px dotted lightgray;
	border-top: none;
}

.custom-art-item .item-card__date {
	border-top: none;
}

.custom-art-item .item-card__title a {
	font-size: 1.131rem;
	font-weight: normal;
}

.custom-art-item .item-card__title{
	margin-bottom: 3px !important;
}

.custom-art-item .item-card__teaser {
	margin: 0px;
}

.custom-art-item .item-card__date {
	padding: 0px;
}

.article .article-info a {
  text-decoration: none;
  outline: none;
  font-weight: bold;
  color: #696969; }

.article .article-info a:hover {
  text-decoration: underline;
}

.item-card__autor p {
  position: absolute;
  right: 20px;
  background: #f5f5f5;
  padding: 2px 8px;
  margin-top: 5px;
  color: #696969;
}

.item-card__autor {
  height: 10px;
}

.item-card_inner .item-card__teaser {
  border-top: 1px dashed #B3B3B3;
  padding-top: 5px;
  margin-top: 20px;
}

.container .l-title-columns__right article.item-card-list_hor {
  margin-top: 30px;
}

/*тикет № 6287*/
.l-cols_masonry .item-card__category--custom {
	top: 10px;
}

.l-cols_masonry .item-card__category--custom {
	text-transform: uppercase;
	font-size: 0.8235rem;
	padding: 2px 8px;
	top: 40px;
}

/* End */


/* Start:/local/templates/infoportal/css/slick.css?16679789631649*/
/* Slider */
.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;
     -khtml-user-select: 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);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: 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;}

/* End */


/* Start:/local/templates/infoportal/css/slick-theme.css?16679789638695*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url('/local/templates/infoportal/css/../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('/local/templates/infoportal/css/../fonts/slick.eot');
  src: url('/local/templates/infoportal/css/../fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/infoportal/css/../fonts/slick.woff') format('woff'), url('/local/templates/infoportal/css/../fonts/slick.ttf') format('truetype'), url('/local/templates/infoportal/css/../fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 77px;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  
  z-index: 10;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: .75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 5px;
}
[dir='rtl'] .slick-prev {
  right: 5px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: 5px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 5px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  /* bottom: -25px; */

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 15px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* slider at news detail */
.main-slider .slick-slide {
	background: none !important;
	height: auto;
}
.main-slider .back {
	background: #E8E8E8;
}
.main-slider .slick-prev, .main-slider .slick-next {
	position: absolute;
  width: auto;
  height: auto;
}
.main-slider .slick-prev {
  left: -15px;
}
.main-slider .slick-next {
  right: -15px;
}
.main-slider .slick-list {
	width: 100%;
}
.main-slider .slick-prev span, .main-slider .slick-next span {
	font-size: 0;
	background: url(/local/templates/infoportal/images/gallery-arrow.svg);
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: center;
}
.main-slider .slick-next span {
	transform: rotate(180deg);
}
.images_php .main-slider .top-text p {
	font-size: 19px;
  	font-family: "Open Sans";
   	font-weight: bold;
  	line-height: 1.263;
  	margin: auto;
	text-align: center;
  	padding: 14px;
}
.images_php .main-slider .slick-next span,
.images_php .main-slider .slick-prev span {
	display: block!important;
  	background-color: rgb(253, 214, 0);
  	width: 30px;
  	height: 100px;
  	/* top: 250px; */
  	margin: 0;
}
.images_php .main-slider .slick-next span {
	right: -15px;
	background-image: url(/local/templates/infoportal/images/arrow-left.png)!important;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
}

.images_php .main-slider .slick-prev span {
	left: -15px;
	background-image: url(/local/templates/infoportal/images/arrow-left.png)!important;
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
}

.images_php .main-slider {
	margin: 0 15px;
	height: auto;
}
.main-slider .top-text.custom {
	/* display: none; */
	/* height: 76px; */
	background: rgb(253, 214, 0);
}
.images_php .main-slider .slide .top-text-wrap {
  position: relative;
  margin-top: 15px;
}

.images_php .main-slider .slide .top-text-wrap .top-text-switch {
  position: absolute;
  height: 20px;
  width: 100px;
  top: -25px;
  left: calc(50% - 50px);
  right: calc(50% - 50px);
  border-radius: 3.5px;
  cursor: pointer;
  background-color: #3339;
}
.images_php .main-slider .slide .top-text-wrap .top-text-switch:before {
  content: '';
  position: absolute;
  background: url(/local/templates/infoportal/images/arrow-left.png) no-repeat center;
  background-size: 12px;
  top: -40px;
  display: block;
  left: calc(50% - 10px);
  transform: rotate(90deg);
  width: 20px;
  height: 100px;
}
.images_php .main-slider.notext .slide .top-text-wrap .top-text-switch:before {
  transform: rotate(270deg);
}
.images_php .main-slider.notext .slide .top-text-wrap .top-text.custom {
  display: none;
}
.main-slider .slick-arrow {
  margin-top: -26px;
}
.main-slider.notext .slick-arrow {
  margin-top: 0;
}

/*  тикет 6739 */
@media screen and (max-width: 767px) {
	.l-three-cols__right {
		margin-left: 0;
	}
	.images_php .bot-slider {
		display: none!important;
	}
	.images_php .main-slider img {
		height: auto!important;
	}
	.images_php .additional-arrows-left, .images_php .additional-arrows-right {
		width: 20px!important;
	}
	.main-slider .slick-arrow span {
		top: 0!important;
	}
	.main-slider .slick-arrow {
		top: 50%;
	}
  .images_php .main-slider {
    position: relative;
    margin: 0 0 15px 0;
    height: auto;
  }
}
/* тикет № 6852 */
.main-slider img, .slick-slide img {
	opacity: 0;
	visibility: hidden;
	/* height: auto; */
}
.main-slider .slick-slide .back {
	background-repeat: no-repeat!important;
	background-size: contain!important;
	background-position: center!important;
	background-color: rgb(232, 232, 232)!important;
  height: 0;
  padding-bottom: 66.6%; /* пропорции изображения в слайдере */
}
@media screen and (max-width: 767px) {
	/* .main-slider .slick-slide .back { */
		/* height: 59vw; */
	/* } */
  .images_php {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .main-slider .slick-prev {
    left: 0;
  }
  .main-slider .slick-next {
    right: 0;
  }
}
.bot-slider .slick-slide {
	background-size: cover !important;
	height: 7vw;
	background-position: center !important;
	margin: 0 3px;
}

.bot-slider .slick-slide:focus{
	outline: none;
}
.bot-slider .top-text p {
	padding: 5px;
}

.images_php .bot-slider .slick-list {
	width: 100%;
}

.images_php .bot-slider .slick-slide {
	background: rgb(232, 232, 232);
	height: auto;
}
.images_php .bot-slider .back {
	background: rgb(232, 232, 232);
	/* height: 7vw; */
	overflow: hidden;
  height: 0;
  padding-bottom: 66.6%; /* пропорции изображения в слайдере */
}
/* .images_php .bot-slider.slick-initialized .back img { */
    /* position: absolute; */
/* } */
.images_php .bot-slider .top-text p {
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: 300;
	color: rgb(132, 136, 152);
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.images_php .bot-slider .top-text {
	margin-top: 10px;
  display: none;
}

.images_php .bot-slider {
	height: auto;
	margin-top: 15px;
}

.images_php .bot-slider .slick-track {
	height: auto;
}
.bot-slider .slick-slide .back {
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
.slick-slide .top-text p {
	font-size: 1.04rem;
	line-height: 17px;
	color: #000000;
}
.images_php .main-slider .slick-prev span, .slick-next span{
	color: #797c8a;
	display: none;
}
.images_php .main-slider .slick-prev,
.images_php .main-slider .slick-next {
	background: none!important;
  top: 50%;
}
.images_php .main-slider .slick-prev:before,
.images_php .main-slider .slick-next:before {
	content: none!important;
}
.images_php .slick-list {
	padding: 0px !important;
}




/* End */


/* Start:/local/templates/infoportal/css/sh.css?16679789633731*/
.item-card-list_hor .item-card.js-news-bottom:first-child {
  border-top: 1px solid #b3b3b3; }

.item-card-list_hor .item-card {
  border: none;
  margin-bottom: 0; }

.item-card-list_hor .item-card .item-card__teaser {
  padding: 0;
  margin-bottom: 0; }

.item-card-list_hor .item-card .item-card__date {
  margin-top: 10px;
  color: #FFD300; }

.item-card-list_hor .item-card .item-card__title a {
  font-weight: normal; }

@media screen and (max-width: 767px){
  .custom-art-item .item-card__title a {
    font-size: 1.26rem;
  }
  .container .l-two-cols .l-three-cols__mid .article div,
  .container .l-two-cols .l-three-cols__mid .article p,
  .container .l-two-cols .item-card .item-card__wrapper .item-card__teaser,  
  .container .l-cols.l-cols_masonry .l-cols__left.grid .item-card .item-card__wrapper .item-card__teaser {
    font-size: 1.2rem;
  }
  #social_slider {
    display: none;
  }
  .container .l-two-cols .l-three-cols__left {
    display: none;
  }
}
#mobile-menu {
  background-color: #fff;
}

.hidden {
  display: none;
}

#social_slider .slick-dots {
  position: relative;
}

audio.audio_content {
  width: 100%;
  display: block;
  outline: none;
}

.php_dev_org_content .article .iframeWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
}
.php_dev_org_content .article .iframeWrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.php_dev_org_content .container .item-card-comments .bx-authform {
  margin-top: 14px;
}
.php_dev_org_content .container .item-card-comments .bx-authform .bx-title {
  font-size: 1.17em;
  line-height: 1.15;
  margin-bottom: 10px;
  color: black;
}
.php_dev_org_content .container .item-card-comments .burlakastudio_realcommenter {
  z-index: 3;
}
.php_dev_org_content .container .item-card-comments #comments_auth_form .brn_add span {
 cursor: pointer;
  color: #003d5c;
  font-style: oblique;
  font-size: 1em;
  border-bottom: 1px dotted;
  margin-right: 10px;
  font-weight: 700;
  line-height: 1.65em;
  -webkit-transition: color .3s ease 0s;
  -moz-transition: color .3s ease 0s;
  -o-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
}
.php_dev_org_content .container .item-card-comments #comments_auth_form .br_node {
  display: none;
  position: absolute;
  box-sizing: border-box;
  margin-top: 30px;
  border-top: 1px solid transparent;
  z-index: 10;
}
.php_dev_org_content .container .item-card-comments #comments_auth_form .br_node .brna_form,
.php_dev_org_content .container .item-card-comments #comments_auth_form .br_node .brna_form .brf_header {
  position: relative;
  box-sizing: border-box;
}
.php_dev_org_content .container .item-card-comments #comments_auth_form .br_node .brna_form .brf_header del {
  margin-top: -36px;
}
.php_dev_org_content .container .item-card-comments #comments_auth_form .br_node .brna_form .brf_body {
  margin-top: -20px;
}
.php_dev_org_content .container .item-card-comments #comments_auth_form .br_node .brna_form .brf_body .brfb_msg {
  display: block;
}
.popup-window .popup-window-content .bx-authform-social-popup form input.btn.btn-primary {
  cursor: pointer;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}
.popup-window {
  transform: translateX(16px);
}

.social_auth_consent_terms,
.social_auth_consent_rules {
  background-color: #fff;
  padding: 7vmin;
}
.mfp-container {
  padding: 2vmin;
}
.bx-authform-social ul {
 padding-bottom: 0;
}
.maf_consent #social_auth_consent {
  margin-right: 5px;
}

.article-info {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* End */
/* /local/templates/infoportal/css/main.css?1714139950122124 */
/* /local/templates/infoportal/css/phpdevorg.css?16679789634488 */
/* /local/templates/infoportal/css/slick.css?16679789631649 */
/* /local/templates/infoportal/css/slick-theme.css?16679789638695 */
/* /local/templates/infoportal/css/sh.css?16679789633731 */
