@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic");
.icon-checkbox-active {
  background-image: url("../img/sprite.png");
  background-position: -43px 0px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

.cursor-special{
  cursor: pointer;
}

.nav-links {
  width: max-content;
    border: 1px solid #002061;
    border-radius: 16px;
    padding: 10px;
    margin: auto;
    text-align: center;
}

.page-numbers {
  font-size: 25px;
  margin: 15px;
  transition: 0.5s;
}
.page-numbers img{
  width: 40px!important;
  vertical-align: middle;
}
.current ,.page-numbers:hover{
  color: #d90102;
}
.pagination{
  width: 100%;
}
.screen-reader-text{
  margin-bottom: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-checkbox-active {
    background-size: 58px 58px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-checkbox {
  background-image: url("../img/sprite.png");
  background-position: 0px -43px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-checkbox {
    background-size: 58px 58px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-close {
  background-image: url("../img/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-close {
    background-size: 58px 58px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-next {
  background-image: url("../img/sprite.png");
  background-position: -25px -43px;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-next {
    background-size: 58px 58px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-prev {
  background-image: url("../img/sprite.png");
  background-position: -43px -43px;
  background-repeat: no-repeat;
  width: 8px;
  height: 12px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-prev {
    background-size: 58px 58px;
    background-image: url("../img/sprite@2x.png");
  }
}

.icon-select-arrow {
  background-image: url("../img/sprite.png");
  background-position: -43px -25px;
  background-repeat: no-repeat;
  width: 9px;
  height: 5px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-select-arrow {
    background-size: 58px 58px;
    background-image: url("../img/sprite@2x.png");
  }
}

.ico-avatar {
  width: 1em;
  height: 1em;
  fill: initial;
}

.ico-back {
  width: 1em;
  height: 1em;
  fill: initial;
}

.ico-down-arrow {
  width: 1em;
  height: 1em;
  fill: initial;
}

.ico-email {
  width: 1em;
  height: 1em;
  fill: initial;
}

.ico-next {
  width: 1em;
  height: 1em;
  fill: initial;
}

.ico-person {
  width: 0.83em;
  height: 1em;
  fill: initial;
}

.ico-phone-call {
  width: 1em;
  height: 1em;
  fill: initial;
}

.ico-placeholder {
  width: 1em;
  height: 1em;
  fill: initial;
}

.ico-refresh-button {
  width: 1em;
  height: 1em;
  fill: initial;
}
#menu-katalog li .open_list{
  display: none;
}

/*! 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;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

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

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

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* 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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-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, .mfp-preloader a:focus {
  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;
}

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

.mfp-iframe-holder .mfp-close {
  top: -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) {
  .tabs__for .tab.active{
    overflow: auto;
  }
  .open-info-section-1 .articles .open-info-section-1__item{
    display: flex;
    flex-flow: row;
  }
  .open-info-section-1 .articles .open-info-section-1__item img{
    width: 178px;
  }
  .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;
  }
}

.ps {
  position: relative;
  overflow: hidden !important;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  right: 0;
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:focus > .ps__rail-x,
.ps:focus > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 2px;
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/*======================================
 *  Selectric v1.13.0
 *====================================== */
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 265px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0 38px 0 20px;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 40px;
  color: #002061;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 20px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.selected.last {
  border-radius: 0 0 20px 20px;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover, .selectric-items li:focus {
  background: #D5D5D5;
  color: #444;
}

.selectric-items li:hover.last, .selectric-items li:focus.last {
  border-radius: 0 0 20px 20px;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.hamburger {
  padding: 10px;
  margin-right: -10px;
  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;
  overflow: visible;
}

.hamburger:hover, .hamburger:focus {
  opacity: 0.7;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  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 {
  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;
}

.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.2s 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.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s 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.2s 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.2s 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.2s 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);
}

.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.2s 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.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s 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.2s 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.2s 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.2s 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);
}

.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.2s 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.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s 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.2s 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.2s 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.2s 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);
}

.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.2s 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.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.2s 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.2s 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.2s 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.2s 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);
}

.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);
}

.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);
}

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

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s 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.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 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.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

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

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s 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.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 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.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--boring .hamburger-inner {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.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);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -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.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s 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.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -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.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s 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.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
       -o-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -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.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s 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.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s 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.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -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.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s 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.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -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.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s 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.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.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.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -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.15s 0.4s ease;
  -o-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s 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.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.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.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--emphatic {
  overflow: hidden;
}

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

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s 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.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s 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.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s 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.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

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

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s 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.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s 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.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s 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.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.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.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.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);
}

.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.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.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);
}

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

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

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

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

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s 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.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s 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-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -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.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  -o-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s 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.32s;
       -o-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -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.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
  -o-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s 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.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 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.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 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.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s 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.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear;
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear, -webkit-transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

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

.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, -webkit-transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 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.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.22s linear, -webkit-transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear, -webkit-transform 0.1s 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.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s 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.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -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.34s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s 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.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -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.14s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s 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.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -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.34s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s 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.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -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.14s ease-out;
  -o-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s 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.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -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.1s 0.14s ease, opacity 0.1s ease;
  -o-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s 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.14s;
       -o-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -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.1s ease, opacity 0.1s 0.14s ease;
  -o-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s 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.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -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);
}

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -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);
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("../fonts/Montserrat-Thin.woff") format("woff"), url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body, html {
  background: white;
  color: #333;
  font-family: "Open Sans", sans-sarif;
  font-size: 16px;
  min-width: 320px;
  max-width: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container {
  position: relative;
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 568px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

}

.dev-bp-debug {
  background: black;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  color: white;
  padding: 5px;
  font-size: 12px;
  border-bottom-left-radius: 5px;
}

h1, h2, h3, h4, h5, p, a, span, ul, ol, li,tr, td {
  font-family: "Montserrat";
  padding: 0;
  margin: 0;
}

h1 {
  color: #333;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  font-size: 35px;
  font-weight: 600;
  color: #002061;
}

h2:first-letter {
  color: #d90102;
}

h2 span {
  color: #d90102;
}

h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

h4 {
  font-size: 20px;
  font-weight: 500;
  color: #002061;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  color: #002061;
}

h5:first-letter {
  color: #d90102;
}

h5 span {
  color: #d90102;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #292929;
}

p a {
  color: inherit;
}

a {
  color: #292929;
  text-decoration: none;
  line-height: 26px;
}

a span {
  color: #292929;
  font-size: 16px;
  font-weight: 400;
}
a.home-slide span {
  font-size: 35px;
}

a.home-slide h2 {
  line-height:40px;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  list-style-type: none;
  padding-left: 20px;
  display: block;
  color: #292929;
}

ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
}

ol {
  list-style: decimal;
  padding-left: 30px;
}

ol li {
  color: #333;
  font-family: "Open Sans", sans-sarif;
  font-size: 16px;
  font-weight: 300;
}

bold, strong {
  font-weight: 500;
}

nav ul li {
  padding-left: 0;
}

nav ul li:before {
  display: none;
}

.section-title {
  color: #333;
  font-family: "Open Sans", sans-sarif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45.03px;
  text-transform: uppercase;
  letter-spacing: 0.87px;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 252px;
  height: 3px;
  margin: auto;
  background-color: #333;
}

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

@media only screen and (max-width: 768px) {
  .section-title--left {
    text-align: center;
  }
}

.section-title--left:after {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .section-title--left:after {
    margin: auto;
  }
}

img {
  max-width: 100%;
}

.left {
  float: left;
  margin-right: 20px;
}

@media only screen and (max-width: 768px) {
  .left {
    float: none;
    margin: 0;
  }
}

.right {
  float: right;
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .right {
    float: none;
    margin: 0;
  }
}

.up_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 68px;
  height: 68px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: url("../img/icon_up.png") no-repeat center;
  outline: none;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-menu {
  display: none;
}

@media only screen and (max-width: 992px) {
  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
}

.mobile-menu .header__hamburger {
  position: fixed;
  right: 20px;
  top: 10px;
}

.mobile-menu .hamburger-inner,
.mobile-menu .hamburger-inner:before,
.mobile-menu .hamburger-inner:after {
  background-color: #333;
}

.mobile-menu .hamburger-inner:before {
  width: 100%;
  right: 0;
}

.mobile-menu__logo {
  margin-right: auto;
  padding-left: 10px;
  padding-top: 5px;
}

.mobile-menu__logo img {
  height: 50px;
}

.mobile-menu__wrapper {
  pointer-events: none;
}

.mobile-menu__nav {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  text-align: left;
  position: relative;
  right: 100%;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-menu__nav.is-active {
  right: 0;
  pointer-events: auto;
}

.mobile-menu__nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ffffff;
  padding: 45px 36px;
}

.mobile-menu__nav .search-form .hidden-area {
  visibility: visible;
  bottom: -50px;
  position: static;
}

.mobile-menu__nav .search-form {
  max-width: 100%;
}

.mobile-menu__nav .search-form input {
  max-width: 204px;
}

.mobile-menu .submit {
  position: absolute !important;
  right: -5px !important;
  left: auto !important;
}

.mobile-menu .telephone {
  margin-right: 15px;
}

.mobile-menu .telephone span {
  font-size: 20px !important;
}

.mobile-menu .has-sub .js-accordion {
  display: none;
  padding: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.mobile-menu .has-sub .sub-menu {
  display: none;
  padding: 15px;
}

.mobile-menu li {
  width: 100%;
  padding-bottom: 20px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 60px;
  }
}

.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 17px;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item:not(:last-child) a {
  color: #063492;
}

.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d90102;
}

.breadcrumb .breadcrumb-item a {
  color: #666666;
  font-family: "Open Sans", sans-sarif;
  font-size: 17px;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:hover:after, .breadcrumb .breadcrumb-item + .breadcrumb-item:focus:after {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:hover:after {
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #009a9a;
}

.pagination li {
  padding-left: 0;
}

.pagination li a {
  display: block;
  width: 30px;
  height: 31px;
  border-radius: 5px;
  font-size: 24px;
  color: #002061;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 5px;
}

.pagination li a:hover, .pagination li a.active, .pagination li a:focus {
  color: #d90102;
}

.pagination li a:hover .icon, .pagination li a.active .icon, .pagination li a:focus .icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.main-nav {
  background-color: #f2f2f2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}

@media only screen and (max-width: 992px) {
  .main-nav {
    display: none;
  }
}

.main-nav .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-nav li {
  padding: 5px 0;
}

.main-nav a {
  display: block;
  color: #4d4d4d;
  font-family: "Open Sans", sans-sarif;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transition: 0.3s ease-in all;
  -o-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

.main-nav a:hover, .main-nav a.active, .main-nav a:focus {
  color: #52b94c;
  border-color: transparent;
}

.swiper-pagination-bullet {
  position: relative;
  width: 17px;
  height: 17px;
  border: 1px solid #d9d9d9;
  background: transparent;
  border-radius: 0;
  margin: 0 10px;
  opacity: 1;
}

@media only screen and (max-width: 992px) {
  .swiper-pagination-bullet {
    margin-top: 40px;
  }
}

.swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #52b84b;
  -webkit-transition: 0.3s ease-in transform;
  -o-transition: 0.3s ease-in transform;
  transition: 0.3s ease-in transform;
}

.swiper-pagination-bullet-active {
  border-color: #52b84b;
}

.swiper-pagination-bullet-active:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.content {
  padding: 30px 0 50px;
}

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

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.tabs__for .tab {
  display: none;
}

.tabs__for .tab.active {
  display: block;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background-color: #e8e8e8;
}

.swiper-pagination-bullet:after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #002061;
}

.btn.invert {
  background-color: #002061;
  color: #ffffff;
}

.btn.invert:hover, .btn.invert:focus {
  background-color: #ffffff;
  color: #002061;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.box-h5 {
  padding: 20px;
  -webkit-box-shadow: inset 0 -8px 24px rgba(0, 32, 97, 0.13);
          box-shadow: inset 0 -8px 24px rgba(0, 32, 97, 0.13);
}

button {
  -webkit-apperance: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 170px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #002061;
  border-radius: 20px;
  color: #002061;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:hover {
  color: #ffffff;
  background-color: #002061;
}

.btn:focus, .btn:active {
  outline: none;
}

.btn--block {
  display: block;
  width: 100%;
  margin: 0 auto;
}

label.btn {
  cursor: pointer;
}

label.btn input {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  cursor: pointer;
  border: none;
  background: none;
  margin: 0 !important;
}

label.btn:hover input, label.btn:focus input {
  color: #ff9d01;
}

label.btn:after {
  position: absolute;
  right: 20px;
  top: 18px;
}

/*form {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-orient: vertical;*/
/*  -webkit-box-direction: normal;*/
/*      -ms-flex-direction: column;*/
/*          flex-direction: column;*/
/*}*/

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  color: #232323;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding: 10px 20px;
  -webkit-appearance: none;
  -webkit-transition: 0.3s ease-in border;
  -o-transition: 0.3s ease-in border;
  transition: 0.3s ease-in border;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #7c7c7c;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder {
  color: #7c7c7c;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
select:-moz-placeholder {
  color: #7c7c7c;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #7c7c7c;
}

select {
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  border-color: #fa851f;
}

textarea {
  height: 120px;
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  color: #232323;
  font-family: "Open Sans", sans-sarif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  padding: 10px 20px;
  -webkit-appearance: none;
  resize: none;
}

input[type="file"] {
  display: none;
}

.file__attach {
  border-radius: 4px;
  border: 1px solid #e1e1e1;
  background-color: #f7f7fa;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}

.file__name, .file__attach {
  display: block;
  color: #9dc234;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.file__name i, .file__attach i {
  padding-right: 10px;
}

.file__name {
  text-align: center;
  padding-top: 10px;
}

.file__format {
  opacity: 0.5;
  color: #282828;
  font-family: "Open Sans", sans-sarif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  padding-top: 10px;
}

.ui-group {
  position: relative;
  margin-bottom: 20px;
}

.ui-group label {
  margin-bottom: 10px;
}

.ui-group label.btn {
  margin-bottom: 0;
}

.ui-group input, .ui-group textarea {
  width: 100%;
}

.ui-group textarea {
  resize: vertical;
}

.ui-checkbox.active label:before {
  border-color: #4ab68f;
}

.ui-checkbox.active label:after {
  -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}

.ui-checkbox input {
  display: none;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-checkbox label {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.ui-checkbox label span {
  display: inline-block;
  padding-left: 35px;
  vertical-align: top;
  line-height: 1.3;
  font-size: 14px;
  cursor: pointer;
}

.icon {
  display: inline-block;
  font-style: normal;
  content: ' ';
}

.ico {
  fill: currentColor;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

html.mfp-helper {
  height: 100%;
}

html.mfp-helper body {
  overflow: hidden;
  height: 100%;
  -webkit-transform: translateZ(0);
}

#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 600px;
  margin: 40px auto;
  position: relative;
}

.mfp-close-btn-in .mfp-close {
  color: #ffffff;
  right: -40px;
  top: -40px;
}

.mfp-close-btn-in .mfp-close:active {
  top: -40px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  width: inherit;
  min-width: 33px;
}

.white-popup-block {
  max-width: 500px;
  width: 100%;
  padding: 50px 55px;
  text-align: left;
  margin: 40px auto;
  position: relative;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
}

.popup-buble .popup-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.popup-buble.mfp-ready .popup-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup-buble.mfp-removing .popup-dialog {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.popup-buble.mfp-bg {
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.popup-buble.mfp-ready.mfp-bg {
  opacity: 1;
}

.popup-buble.mfp-removing.mfp-bg {
  opacity: 0;
}

.wow {
  visibility: hidden;
}

.wowFadeUp, .wowFadeDown, .wowFadeLeft, .wowFadeRight {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.wowFadeUp {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.wowFadeDown {
  -webkit-transform: translate3d(0, -20px, 0);
          transform: translate3d(0, -20px, 0);
}

.wowFadeLeft {
  -webkit-transform: translate3d(-20px, 0px, 0);
          transform: translate3d(-20px, 0px, 0);
}

.wowFadeRight {
  -webkit-transform: translate3d(20px, 0px, 0);
          transform: translate3d(20px, 0px, 0);
}

@-webkit-keyframes wowFade {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes wowFade {
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

/* HEADER */
.header input[type="search"] {
  padding: 10px 20px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}

.search-submit {
    position: absolute;
    background-color: #ffffff;
    color: transparent;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background-image: url(../img/header/search.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center;
    -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
}

.header button.submit img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header a span {
  color: #292929;
}

.header a span:hover, .header a span:focus {
  color: #d90102;
}

.header svg {
  margin-right: 10px;
  width: 21px;
  height: 15px;
  color: #d90102;
}

.header img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.header .header__item:first-child {
  text-align: center;
}

.header .header__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header a.telephone span {
  font-size: 24px;
  font-weight: 500;
  color: #292929;
}

@media only screen and (max-width: 1100px) {
  .header div.row.justify-between {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .header div.row.justify-between {
    display: none;
  }
}

.header ul.row.justify-between {
  padding: 20px 0;
}

.header ul.row.justify-between:first-child li:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header ul.row.justify-between:last-child {
  padding: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.header ul.row.justify-between:last-child li {
  padding: 20px 40px 20px 0;
}

@media only screen and (max-width: 1024px) {
  .header ul.row.justify-between:last-child li {
    padding: 20px;
  }
}

.header ul.row.justify-between:last-child li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}

@media only screen and (max-width: 1024px) {
  .header ul.row.justify-between:last-child li:not(:last-child) {
    border-right: none;
  }
}

.header ul.row.justify-between:last-child li > a {
  display: block;
  text-transform: uppercase;
}

.header ul.row.justify-between:last-child li a:hover:before, .header ul.row.justify-between:last-child li a:focus:before {
  content: "";
  position: absolute;
  width: calc(100% - 50px);
  bottom: -2px;
  border: 2px solid #002061;
}

.header .modal-btn {
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #002061;
}

.header .modal-btn svg {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
}

.footer {
  position: relative;
  padding: 20px 0;
  background-color: #e6eeff;
}

@media only screen and (max-width: 992px) {
  .footer {
    padding: 0;
  }
}

.footer:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #002061;
  border-radius: 90px 0 0 0;
}

@media only screen and (max-width: 1366px) {
  .footer:after {
    width: 80%;
  }
}

@media only screen and (max-width: 1200px) {
  .footer:after {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .footer .container {
    padding: 0;
  }
}

@media only screen and (max-width: 992px) {
  .footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer .footer__item {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  .footer .footer__item {
    padding: 20px;
  }
  .footer .footer__item:not(:first-child) {
    text-align: center;
    background-color: #002061;
    width: 100%;
  }
}

.footer p {
  color: #fff;
  font-size: 15px;
}

.popup-dialog svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ff161e;
}

.popup-dialog h4 {
  margin-bottom: 20px;
}

.popup-dialog p {
  font-size: 12px;
  font-weight: 400;
  color: #7c7c7c;
}

.popup-dialog input,
.popup-dialog textarea {
  border-radius: 20px;
}

.popup-dialog .svg-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.popup-dialog .ui-checkbox {
  margin-bottom: 20px;
}

.popup-dialog .ui-checkbox label {
  padding-left: 30px;
}

.popup-dialog .ui-group {
  position: relative;
}

.popup-dialog .ui-group:last-child {
  margin-bottom: 0;
}

.popup-dialog .btn {
  max-width: 100%;
}

.index-section-1 {
  margin: 30px 0;
}

@media only screen and (max-width: 992px) {
  .index-section-1 {
    margin-top: 70px;
    overflow: hidden;
  }
}

.index-section-1 .index-section-1__item {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}

.index-section-1 .index-section-1__item:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.index-section-1 ul {
  margin-top: 30px;
  padding: 0 20px 40px 20px;
  border-left: 1px solid #e8e8e8;
}

.index-section-1 ul li:not(:last-child) {
  margin-bottom: 20px;
}

.index-section-1 .swiper-slide hr {
  position: relative;
  margin: 0;
  width: 45%;
  top: -20px;
  border: 1px solid #e8e8e8;
}

@media only screen and (max-width: 992px) {
  .index-section-1 .swiper-slide .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.index-section-1 .index-section-1-swiper-button-next {
  right: -5%;
}

@media only screen and (max-width: 1024px) {
  .index-section-1 .index-section-1-swiper-button-next {
    display: none;
  }
}

.index-section-1 .index-section-1-swiper-button-prev {
  left: -5%;
}

@media only screen and (max-width: 1024px) {
  .index-section-1 .index-section-1-swiper-button-prev {
    display: none;
  }
}

.index-section-2 {
  overflow: hidden;
  position: relative;
}

.index-section-2:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: -10px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.395116)), to(white));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  z-index: 2;
}

@media only screen and (max-width: 1366px) {
  .index-section-2:before {
    width: 8%;
  }
}

@media only screen and (max-width: 1024px) {
  .index-section-2:before {
    display: none;
  }
}

.index-section-2:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  right: -10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.395116)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  z-index: 2;
}

@media only screen and (max-width: 1366px) {
  .index-section-2:after {
    width: 8%;
  }
}

@media only screen and (max-width: 1024px) {
  .index-section-2:after {
    display: none;
  }
}

.index-section-2 .index-section-2-swiper-container {
  position: relative;
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  .index-section-2 .index-section-2-swiper-container {
    overflow: hidden;
  }
}

.index-section-2 .swiper-slide {
  position: relative;
  padding: 30px 0;
  margin-top: 30px;
  height: 320px;
  width: 280px;
  background-image: url(../img/index/section-2/slide-bg.png);
  background-size: 100% 100%;
  background-position: center;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.index-section-2 .swiper-slide-duplicate .swiper-slide.swiper-slide-prev .btn {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .index-section-2 .swiper-slide {
    height: 360px;
    margin-top: 0;
  }
}

.index-section-2 .swiper-slide-active {
  margin-top: 0;
  height: 360px;
}

.index-section-2 .swiper-slide a {
  line-height: normal;
  font-size: 15.5px;
}

.index-section-2 .swiper-slide-active + .swiper-slide {
  margin-top: 0;
  height: 360px;
}

.index-section-2 .swiper-slide-active + .swiper-slide + .swiper-slide {
  margin-top: 0;
  height: 360px;
}

.index-section-2 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  margin-top: 0;
  height: 360px;
}

.index-section-2 .swiper-slide hr {
  margin: 10px auto;
  border: 1px solid #e8e8e8;
  width: 95%;
}

.index-section-2 .swiper-slide ul {
  padding: 0 20px;
}

.index-section-2 .swiper-slide ul li {
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: underline;
}

.index-section-2 .swiper-slide ul li:before {
  width: 8px;
  height: 8px;
  top: 8px;
  background-color: #d90102;
  border-radius: 50%;
}

.index-section-2 .swiper-slide ul li a:hover, .index-section-2 .swiper-slide ul li a:focus {
  color: #d90102;
}

.index-section-2 .swiper-slide .btn {
  /* position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%); */
}

.index-section-2 .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index-section-2 .swiper-slide .btn {
  display: block;
  margin: 0 auto;
}

.index-section-2 .container-small {
  position: relative;
  display: block;
  max-width: 680px;
  height: 45px;
  margin: 30px auto 0;
}

.index-section-2 .container-small .index-section-2-swiper-pagination {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media only screen and (max-width: 992px) {
  .index-section-2 .container-small .index-section-2-swiper-pagination {
    top: 0;
  }
}

@media only screen and (max-width: 450px) {
  .index-section-2 .container-small .index-section-2-swiper-pagination {
    top: 50%;
  }
}

.index-section-3 {
  margin: 80px 0;
}

.index-section-3 .btn.invert {
  margin: 20px auto;
  display: block;
  max-width: 250px;
  background-color: #002061;
  color: #ffffff;
}

.index-section-3 .btn.invert:hover, .index-section-3 .btn.invert:focus {
  background-color: #ffffff;
  color: #002061;
}

/* .index-section-3 .btn {
  display: block;
  margin: -30px auto 0;
  max-width: 280px;
} */

@media only screen and (max-width: 992px) {
  .index-section-3 .btn {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .index-section-3 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-section-3 .index-section-3__item {
  position: relative;
  width: calc(100% / 2 - 10px);
  min-height: 320px;
  align-items: center;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .index-section-3 .index-section-3__item .index-section-3__item-inner-block {
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
/* 
.index-section-3 .index-section-3__item:first-child .index-section-3__item-inner-block {
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
} */

/* .index-section-3 .index-section-3__item:last-child .index-section-3__item-inner-block {
  top: 50%;
  left: 5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
} */

/* .index-section-3 .index-section-3__item-inner-block {
  position: absolute;
  padding: 30px;
  background-color: #ffffff;
  max-width: 264px;
  height: 186px;
} */

@media only screen and (max-width: 992px) {
  .index-section-3 .index-section-3__item-inner-block {
    position: relative;
    max-width: 100%;
  }
}

.index-section-3 .index-section-3__item-inner-block h5 {
  margin-bottom: 20px;
}

/* .index-section-3 .index-section-3__item-inner-block .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  max-width: 170px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
} */

.index-section-4 h2 {
  margin-bottom: 30px;
}

.index-section-4 hr {
  margin: 15px 0;
  border: 1px solid #e8e8e8;
}

.index-section-4 p {
  font-size: 16px;
  line-height: 24px;
  color: #292929;
}

.index-section-4 ul li {
  margin-bottom: 20px;
}

.index-section-4 ul li:before {
  width: 8px;
  height: 8px;
  top: 5px;
  background-color: #d90102;
  border-radius: 50%;
}

@media only screen and (max-width: 992px) {
  .index-section-4 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.index-section-4 .index-section-4__item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 30px;
}

@media only screen and (max-width: 992px) {
  .index-section-4 .index-section-4__item {
    padding: 10px;
  }
}

.index-section-4 .index-section-4__item:first-child {
  margin-right: 100px;
}

@media only screen and (max-width: 992px) {
  .index-section-4 .index-section-4__item:first-child {
    margin-right: 0;
  }
}

.index-section-4 .index-section-4__item:first-child p {
  line-height: 22px;
}

.index-section-4 .index-section-4__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .index-section-4 .index-section-4__item:last-child {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .index-section-4 .index-section-4__item:last-child img {
    display: none;
  }
}

.index-section-4 .index-section-4__item:last-child p {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.index-section-4 .index-section-4__item-inner {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.index-section-4 .index-section-4__item-inner:last-child {
  position: absolute;
  bottom: -5px;
  right: 15px;
}

.index-section-4 .date {
  font-size: 14px;
  color: #898989;
}

.index-section-4 .link-article {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  color: #002061;
}

.index-section-4 .more-articles {
  position: relative;
  display: block;
  margin-top: 15px;
  padding: 6px 20px;
  max-width: 227px;
  color: #002061;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.index-section-4 .more-articles:hover, .index-section-4 .more-articles:focus {
  color: #d90102;
}

.index-section-4 .more-articles:hover:after, .index-section-4 .more-articles:focus:after {
  background-image: url(../img/index/section-4/after-img-hover.png);
}

.index-section-4 .more-articles:not(:last-child) {
  margin-bottom: 50px;
}

.index-section-4 .more-articles:after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/index/section-4/after-img.png);
  background-size: cover;
}

.index-section-5 {
  margin: 80px 0;
  background-color: #e6eeff;
  position: relative;
}

.index-section-5:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.395116)), to(white));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  z-index: 2;
}

@media only screen and (max-width: 1366px) {
  .index-section-5:before {
    width: 8%;
  }
}

@media only screen and (max-width: 1024px) {
  .index-section-5:before {
    display: none;
  }
}

.index-section-5:after {
  content: "";
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.395116)), to(white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.395116) 0%, white 100%);
  z-index: 2;
}

@media only screen and (max-width: 1366px) {
  .index-section-5:after {
    width: 8%;
  }
}

@media only screen and (max-width: 1024px) {
  .index-section-5:after {
    display: none;
  }
}

.index-section-5 .swiper-slide {
  padding: 30px;
  width: 380px;
  height: 182px;
  background-image: url(../img/index/section-5/slide-bg.png);
  background-size: 100% 100%;
  background-position: center;
}

.index-section-5 .swiper-slide h5 {
  position: relative;
  z-index: 2;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 200px;
}

.index-section-5 .swiper-slide h5:hover, .index-section-5 .swiper-slide h5:focus {
  color: #d90102;
}

.index-section-5 .swiper-slide .item-img {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .index-section-5 .swiper-slide .item-img {
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    bottom: 0;
    right: 0;
  }
}

.index-section-5 .more {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 55px;
  height: 55px;
  background-image: url(../img/index/section-5/more.png);
  background-size: cover;
}

.index-section-5 .more:hover, .index-section-5 .more:focus {
  background-image: url(../img/index/section-5/more-hover.png);
}

.open-product-page-section-1 {
  margin: 15px 0 0;
}

.open-product-page-section-1 h5 {
  padding: 20px 0;
  -webkit-box-shadow: inset -6px -6px 24px rgba(0, 32, 97, 0.13);
          box-shadow: inset -6px -6px 24px rgba(0, 32, 97, 0.13);
}

.open-product-page-section-1 .open-product-page-section-1__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-1 .open-product-page-section-1__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-1 .open-product-page-section-1__item.sidebar {
    display: none;
  }
}

.open-product-page-section-1 .open-product-page-section-1__item:first-child {
  margin-right: 20px;
}

.open-product-page-section-1 .open-product-page-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.open-product-page-section-1 .goods-description {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.open-product-page-section-1 .goods-description .open-product-page-section-1__item {
  padding: 20px;
}

.open-product-page-section-1 .goods-description .open-product-page-section-1__item:first-child {
  text-align: center;
  margin-right: 0;
  border-right: 1px solid #e8e8e8;
}

.open-product-page-section-1 .goods-description .open-product-page-section-1__item:last-child {
  padding: 0;
}

.open-product-page-section-1 .goods-description .open-product-page-section-1__item img {
  margin-bottom: 30px;
  object-fit: cover;
    width: auto;
}

.open-product-page-section-1 .goods-description .open-product-page-section-1__item h5 {
  padding: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #e8e8e8;
}

.open-product-page-section-1 .goods-description .open-product-page-section-1__item .btn.invert {
  min-width: 235px;
}

.open-product-page-section-1 .goods-manufacturer {
  border-bottom: 1px solid #e8e8e8;
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-1 .goods-manufacturer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.open-product-page-section-1 .goods-manufacturer img {
  margin-bottom: 0 !important;
}

.open-product-page-section-1 .goods-manufacturer p {
  font-size: 16px;
}

.open-product-page-section-1 .goods-manufacturer .open-product-page-section-1__item:first-child {
  position: relative;
}

.open-product-page-section-1 .goods-manufacturer .open-product-page-section-1__item:first-child img {
  width: 85%;
  /*width: auto;*/
  /*height: 100%;*/
  height: 35px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.open-product-page-section-1 .goods-manufacturer .open-product-page-section-1__item:last-child {
  padding: 20px;
}

.open-product-page-section-1 .goods-decription-text {
  padding: 20px;
}

.open-product-page-section-1 .goods-decription-text p {
  font-size: 16px;
}

.open-product-page-section-1 .tabs {
  margin: 50px 0;
}

.open-product-page-section-1 .tabs .tabs__nav {
  margin-left: 25px;
}

.open-product-page-section-1 .tabs .tabs__nav .tab {
  position: relative;
  margin: 0 0 0 -10px;
  padding: 20px 50px 20px 30px;
  -webkit-transform: skew(20deg);
      -ms-transform: skew(20deg);
          transform: skew(20deg);
  border-radius: 0 20px 0 0;
  background-image: -webkit-linear-gradient(85deg, #c1d5ff 0%, #e6eeff 100%);
  background-image: -o-linear-gradient(85deg, #c1d5ff 0%, #e6eeff 100%);
  background-image: linear-gradient(5deg, #c1d5ff 0%, #e6eeff 100%);
  -webkit-box-shadow: -3px -4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: -3px -4px 5px rgba(0, 0, 0, 0.05);
}

.open-product-page-section-1 .tabs .tabs__nav .tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 30px;
  height: 100%;
  background-image: -webkit-linear-gradient(85deg, #c1d5ff 0%, #e6eeff 100%);
  background-image: -o-linear-gradient(85deg, #c1d5ff 0%, #e6eeff 100%);
  background-image: linear-gradient(5deg, #c1d5ff 0%, #e6eeff 100%);
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
  z-index: 10;
  background-color: white;
}

.open-product-page-section-1 .tabs .tabs__nav .tab p {
  font-size: 16px;
  font-weight: 700;
  color: #292929;
  -webkit-transform: skew(-20deg);
      -ms-transform: skew(-20deg);
          transform: skew(-20deg);
}

.open-product-page-section-1 .tabs .tabs__nav .tab.active {
  background-color: #ffffff;
  background-image: none;
  -webkit-box-shadow: -4px -4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: -4px -4px 5px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.open-product-page-section-1 .tabs .tabs__nav .tab.active:before {
  background-color: white;
      position: absolute;
    top: 0;
    left: -14px;
    width: 30px;
    height: 100%;
        z-index: 100;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff));
  background-image: -webkit-linear-gradient(#ffffff);
  background-image: -o-linear-gradient(#ffffff);
  background-image: linear-gradient(#ffffff);
}

.open-product-page-section-1 .tabs .tabs__for {
  padding: 20px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.open-product-page-section-1 .tabs .tabs__for h5 {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open-product-page-section-1 .tabs .tabs__for p {
  font-size: 16px;
  color: #292929;
}

.open-product-page-section-1 .goods-char table {
  width: 100%;
  border-collapse: collapse;
}

.open-product-page-section-1 .goods-char td,
.open-product-page-section-1 .goods-char th {
  padding: 15px 10px;
  text-align: center;
  word-wrap: break-word;
}

@media only screen and (max-width: 750px) {
  .open-info-section-1 .articles .open-info-section-1__item{
    flex-flow: column;
  }
  .open-info-section-1 .open-info-section-1__item .open-info-section-1__item-inner{
    text-align: center;
  }
  .open-info-section-1 .articles .open-info-section-1__item-inner img{
    width: 200px;
  }
  .content-item .more-articles{
    text-align: left;
  }
  .open-product-page-section-1 .goods-char td,
  .open-product-page-section-1 .goods-char th {
    display: block;
    width: 33.3%;
  }
}

@media only screen and (max-width: 750px) {
  .open-product-page-section-1 .goods-char th:first-child,
  .open-product-page-section-1 .goods-char td:first-child {
    background: #efefef;
    width: 100%;
  }
}

.open-product-page-section-1 .goods-char thead {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.1);
}

.open-product-page-section-1 .goods-char thead p {
  font-size: 16px;
  font-weight: 700;
  color: #292929;
}

.open-product-page-section-1 .goods-char tbody tr:nth-child(even) {
  background-color: #e6eeff;
}

@media only screen and (max-width: 750px) {
  .open-product-page-section-1 .goods-char tbody tr:nth-child(even) {
    background-color: transparent;
  }
}

.open-product-page-section-1 .goods-char tbody tr:nth-child(odd) td:not(:last-child) {
  border-right: 1px solid  #e8e8e8;
}

.open-product-page-section-1 .goods-char tbody p {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}

@media only screen and (max-width: 750px) {
  .open-product-page-section-1 .goods-char tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.open-product-page-section-1 .goods-video iframe {
  max-width: 837px;
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-1 .similar-goods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.open-product-page-section-1 .similar-goods a:hover, .open-product-page-section-1 .similar-goods a:focus {
  text-decoration: underline;
}

.open-product-page-section-1 .similar-goods a h5 {
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
}

.open-product-page-section-1 .similar-goods a h5 span {
  font-size: inherit;
  font-weight: 500;
  color: #d90102;
}

.open-product-page-section-1 .similar-goods p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.open-product-page-section-1 .similar-goods img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.open-product-page-section-1 .similar-goods .img-center {
  display: block;
  margin: 0 auto 30px;
}

.open-product-page-section-1 .similar-goods .btn {
  max-width: 235px;
}

.open-product-page-section-1 .similar-goods .btn:not(:last-child) {
  margin-bottom: 20px;
}

.open-product-page-section-1 .similar-goods .open-product-page-section-1__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  padding: 20px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-1 .similar-goods .open-product-page-section-1__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.open-product-page-section-1 .similar-goods .open-product-page-section-1__item:first-child {
  margin-right: 0;
}

.open-product-page-section-1 .similar-goods .open-product-page-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.open-info-section-1 {
  margin: 15px 0;
}

.open-info-section-1 h5 {
  padding: 20px;
  -webkit-box-shadow: inset 0 -8px 24px rgba(0, 32, 97, 0.13);
          box-shadow: inset 0 -8px 24px rgba(0, 32, 97, 0.13);
}

.open-info-section-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.open-info-section-1 p {
  font-size: 16px;
}

.open-info-section-1 .selectric-wrapper:not(:last-child) {
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .open-info-section-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.open-info-section-1 .open-info-section-1__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
.bg_plus{
  display: none;
}
@media only screen and (max-width: 992px) {
  .open-info-section-1 .open-info-section-1__item.sidebar {
    display: none;
  }
}

.open-info-section-1 .open-info-section-1__item:first-child {
  margin-right: 20px;
}

.open-info-section-1 .open-info-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.open-info-section-1 .breadcrumb {
  margin-bottom: 50px;
}

.open-info-section-1 .filters {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .open-info-section-1 .filters select:not(:last-child) {
    margin-bottom: 20px;
  }
}

.open-info-section-1 .articles .open-info-section-1__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.open-info-section-1 .articles .open-info-section-1__item:first-child {
  margin-right: 0;
}

.open-info-section-1 .articles .open-info-section-1__item-inner {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  margin-right: 10px;
}

.open-info-section-1 .articles .open-info-section-1__item-inner:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .open-info-section-1 .articles .open-info-section-1__item-inner:first-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.open-info-section-1 .articles .open-info-section-1__item-inner:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.open-info-section-1 .articles .open-info-section-1__item-inner p:not(:last-child) {
  margin-bottom: 15px;
}

.open-info-section-1 .articles .open-info-section-1__item-inner a h5 {
  padding: 0;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*text-decoration: underline;*/
}

.open-info-section-1 .articles .open-info-section-1__item-inner a h5:first-letter {
  color: inherit;
}

.open-info-section-1 .articles .open-info-section-1__item-inner a h5:hover, .open-info-section-1 .articles .open-info-section-1__item-inner a h5:focus {
  color: #d90102;
}

.open-info-section-1 .articles .open-info-section-1__item-inner a p {
  line-height: 24px;
  color: #002061;
  text-decoration: underline;
}

.open-info-section-1 .articles .open-info-section-1__item-inner a p:hover, .open-info-section-1 .articles .open-info-section-1__item-inner a p:focus {
  color: #d90102;
}

.open-info-section-1 .pagination {
  margin-bottom: 50px;
}

.open-info-section-1 .pagination .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.open-info-section-1 .buttons {
  margin-bottom: 80px;
}

.open-info-section-1 .buttons .open-info-section-1__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .open-info-section-1 .buttons .open-info-section-1__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .open-info-section-1 .buttons .open-info-section-1__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.open-info-section-1 .buttons .open-info-section-1__item:first-child {
  margin-right: 0;
}

.open-info-section-1 .buttons .open-info-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.open-info-section-1 .buttons .open-info-section-1__item-inner:last-child {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.open-info-section-1 .buttons .open-info-section-1__item-inner:last-child h5 {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.open-info-section-1 .buttons .open-info-section-1__item-inner:last-child h5:hover, .open-info-section-1 .buttons .open-info-section-1__item-inner:last-child h5:focus {
  color: #d90102;
}

.catalog-section-1 {
  margin: 15px 0 -15px;
}

@media only screen and (max-width: 992px) {
  .catalog-section-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catalog-section-1 .catalog-section-1__item {
  /*-ms-flex-preferred-size: 25%;*/
      /*flex-basis: 25%;*/
}

.catalog-section-1 .catalog-section-1__item:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .catalog-section-1 .catalog-section-1__item:first-child {
/*     display: none; */
  }
}

.catalog-section-1 .catalog-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.catalog-section-1 .goods-catalog img {
  max-height: 130px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.catalog-section-1 .goods-catalog ul li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d90102;
}

.catalog-section-1 .goods-catalog ul li:not(:last-child) {
  margin-bottom: 10px;
}

.catalog-section-1 .goods-catalog .catalog-section-1__item {
  /*-ms-flex-preferred-size: 49%;*/
      /*flex-basis: 49%;*/
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  padding: 20px;
  margin-bottom: 20px;
}

.catalog-section-1 .goods-catalog .catalog-section-1__item:first-child {
  margin-right: 0;
}

.catalog-section-1 .goods-catalog .catalog-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.catalog-section-1 .goods-catalog .catalog-section-1__item-inner {
/*  -ms-flex-preferred-size: 40%;*/
/*      flex-basis: 40%;*/
    width: calc(100% - 100px);
  margin-bottom: 20px;
  margin-left: 13px;
}

.item-top-wrapper {
    margin-bottom: 20px;
}

.catalog-section-1__item-inner-img {
    width: 85px;
}

.catalog-section-1 .goods-catalog .catalog-section-1__item-inner:first-child {
  margin-right: 10px;
}

.catalog-section-1 .goods-catalog .catalog-section-1__item-inner:last-child {
  /*-webkit-box-flex: 1;*/
  /*    -ms-flex-positive: 1;*/
  /*        flex-grow: 1;*/
}

.catalog-section-1 .goods-catalog .catalog-section-1__item-inner h5 {
  margin-bottom: 40px;
}

.product-page-section-1 {
  margin: 15px;
}

.product-page-section-1 h2 {
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .product-page-section-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-page-section-1 .product-page-section-1__item {
  /*-ms-flex-preferred-size: 25%;*/
      /*flex-basis: 25%;*/
}

@media only screen and (max-width: 992px) {
  .product-page-section-1 .product-page-section-1__item.sidebar {
    display: none;
  }
}

.product-page-section-1 .product-page-section-1__item:first-child {
  margin-right: 20px;
}

.product-page-section-1 .product-page-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.product-page-section-1 .breadcrumb {
  margin-bottom: 30px;
  margin-right: 51px;
}

@media only screen and (max-width: 992px) {
  .product-page-section-1 .pagination .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.product-page-section-1 .similar-goods a:hover, .product-page-section-1 .similar-goods a:focus {
  text-decoration: underline;
}

.product-page-section-1 .similar-goods a h5 {
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
}

.product-page-section-1 .similar-goods a h5 span {
  font-size: inherit;
  font-weight: 500;
  color: #d90102;
}

.product-page-section-1 .similar-goods p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.product-page-section-1 .similar-goods img {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-page-section-1 .similar-goods .img-center {
  display: block;
  margin: 0 auto 30px;
  object-fit: contain;
  /*width: 100%;*/
  width: auto;
}

.product-page-section-1 .similar-goods .btn {
  max-width: 235px;
}

.product-page-section-1 .similar-goods .btn:not(:last-child) {
  margin-bottom: 20px;
}

.product-page-section-1 .similar-goods .product-page-section-1__item {
  /*-ms-flex-preferred-size: 32%;*/
      /*flex-basis: 32%;*/
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.product-page-section-1 .similar-goods .product-page-section-1__item:first-child {
  margin-right: 0;
}

.product-page-section-1 .similar-goods .product-page-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.open-info-method-section-1 {
  margin: 15px 0;
}

.open-info-method-section-1 h2 {
  margin-bottom: 20px;
}

.open-info-method-section-1 h4 {
  margin-bottom: 15px;
  color: #002061;
}

.open-info-method-section-1 .breadcrumb {
  margin-bottom: 50px;
}

.open-info-method-section-1 .pagination {
  margin: 20px 0 50px;
}

@media only screen and (max-width: 992px) {
  .open-info-method-section-1 .pagination li:not(:last-child) {
    margin-bottom: 20px;
  }
}

.open-info-method-section-1 .pagination li:first-child svg {
  position: absolute;
  top: 12px;
  left: 10%;
  width: 15px;
  color: #c6c6c6;
}

.open-info-method-section-1 .pagination li:last-child svg {
  position: absolute;
  top: 12px;
  right: 10%;
  width: 15px;
  color: #c6c6c6;
}

.open-info-method-section-1 .pagination li:hover svg, .open-info-method-section-1 .pagination li:focus svg {
  color: #002061;
}

.open-info-method-section-1 .pagination a {
  width: 204px;
  height: 40px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #bababa;
  background-color: #ffffff;
}

@media only screen and (max-width: 992px) {
  .open-info-method-section-1 .pagination a {
    width: 100%;
  }
}

.open-info-method-section-1 .pagination a:hover, .open-info-method-section-1 .pagination a:focus {
  color: #002061 !important;
}

@media only screen and (max-width: 992px) {
  .open-info-method-section-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.open-info-method-section-1 .open-info-method-section-1__item.p-20.mx-30 {
  margin-top: 20px;
}

.open-info-method-section-1 .open-info-method-section-1__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media only screen and (max-width: 992px) {
  .open-info-method-section-1 .open-info-method-section-1__item.sidebar {
    display: none;
  }
}

.open-info-method-section-1 .open-info-method-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .open-info-method-section-1 .open-info-method-section-1__item:last-child {
    margin-left: 0;
  }
}

.open-info-method-section-1 .method {
  padding: 30px 0;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.open-info-method-section-1 .method p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #292929;
}

.open-info-method-section-1 .method hr {
  margin: 20px 0;
  border: 1px solid #e8e8e8;
}

.open-info-method-section-1 .method li {
  font-size: 16px;
  font-weight: 400;
  color: #292929;
}

.open-info-method-section-1 .method li:not(:last-child) {
  margin-bottom: 15px;
}

.open-info-method-section-1 .method li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d90102;
}

.open-info-method-section-1 .method .row.justify-between.px-30:nth-child(even) .open-info-method-section-1__item:last-child {
  margin-left: 0;
  margin-right: 20px;
  text-align: center;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.open-info-method-section-1 .method .px-30 {
  padding: 0 30px;
}

.open-info-method-section-1 .method .p-20 {
  padding: 20px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.open-info-method-section-1 .method .mx-30 {
  margin: 0 30px;
}

.open-info-method-section-1 .method .open-info-method-section-1__item {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

.open-info-method-section-1 .method .open-info-method-section-1__item:first-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.open-info-method-section-1 .method .open-info-method-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.open-info-method-section-1 .method .more-articles {
  position: relative;
  display: block;
  margin-top: 15px;
  padding: 6px 20px;
  max-width: 227px;
  color: #002061;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

.open-info-method-section-1 .method .more-articles:hover, .open-info-method-section-1 .method .more-articles:focus {
  color: #d90102;
}

.open-info-method-section-1 .method .more-articles:hover:after, .open-info-method-section-1 .method .more-articles:focus:after {
  background-image: url(../img/index/section-4/after-img-hover.png);
}

.open-info-method-section-1 .method .more-articles:not(:last-child) {
  margin-bottom: 50px;
}

.open-info-method-section-1 .method .more-articles:after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../img/index/section-4/after-img.png);
  background-size: cover;
}

.open-info-method-section-1 .buttons {
  margin-bottom: 80px;
}

.open-info-method-section-1 .buttons img {
  height: 100%;
}

.open-info-method-section-1 .buttons .open-info-section-1__item {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .open-info-method-section-1 .buttons .open-info-section-1__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 992px) {
  .open-info-method-section-1 .buttons .open-info-section-1__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.open-info-method-section-1 .buttons .open-info-section-1__item:first-child {
  margin-right: 0;
}

.open-info-method-section-1 .buttons .open-info-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.open-info-method-section-1 .buttons .open-info-section-1__item-inner:last-child {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.open-info-method-section-1 .buttons .open-info-section-1__item-inner:last-child h5 {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
}

.open-info-method-section-1 .buttons .open-info-section-1__item-inner:last-child h5:hover, .open-info-method-section-1 .buttons .open-info-section-1__item-inner:last-child h5:focus {
  color: #d90102;
}

.about-company-section-1 {
  margin: 15px 0 80px;
}

.about-company-section-1 h2 {
  margin-bottom: 30px;
}

.about-company-section-1 h4 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #002061;
}

.about-company-section-1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #292929;
}

@media only screen and (max-width: 992px) {
  .about-company-section-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-company-section-1 .about-company-section-1__item {
  /*-ms-flex-preferred-size: 25%;*/
      /*flex-basis: 25%;*/
}

@media only screen and (max-width: 992px) {
  .about-company-section-1 .about-company-section-1__item:first-child {
    display: none;
  }
}

.about-company-section-1 .about-company-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .about-company-section-1 .about-company-section-1__item:last-child {
    margin-left: 0;
  }
}

.about-company-section-1 .title .about-company-section-1__item {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
}

.about-company-section-1 .universities ul {
  margin-left: 15px;
  margin-bottom: 15px;
}

.about-company-section-1 .universities li {
  margin-bottom: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #292929;
}

.about-company-section-1 .universities li:before {
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d90102;
}

.about-company-section-1 .universities p {
  margin-bottom: 10px;
}

.about-company-section-1 .universities h4:first-letter {
  color: #d90102;
}

.about-company-section-1 .universities .description {
  padding: 0 30px;
  /* min-height: 450px; */
  transition: .6s all;
  min-height: 250px;
  max-height: 250px;
  overflow: hidden;
}

.about-company-section-1 .universities .description.js-open {
  transition: .6s all;
  max-height: none;
  overflow: visible;
}

.about-company-section-1 .universities .btn-line {
  position: relative;
  display: block;
  padding: 15px 0;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  background: #e6eeff;
  box-shadow: 0px -10px 10px #e6eeff;
}

.about-company-section-1 .universities .btn-line:hover, .about-company-section-1 .universities .btn-line:focus {
  color: #d90102;
}

.about-company-section-1 .universities .btn-line:hover:after, .about-company-section-1 .universities .btn-line:focus:after {
  background-image: url(../img/more-hover.png);
}

.about-company-section-1 .universities .btn-line:after {
  position: absolute;
  content: " ";
  top: 17%;
  right: 26%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-image: url(../img/more.png);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 992px) {
  .about-company-section-1 .universities .btn-line:after {
    right: 15%;
  }
}

.about-company-section-1 .universities .about-company-section-1__item {
  width: calc(100% / 2 - 15px);
  /*align-items: center;*/
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  /*-ms-flex-preferred-size: 49%;*/
      /*flex-basis: 49%;*/
  padding: 30px 0 0;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.about-company-section-1 .universities .about-company-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 0;
}

.about-company-section-1 .more-articles {
  position: relative;
  display: block;
  margin-top: 15px;
  padding: 6px 20px;
  max-width: 360px;
  color: #002061;
  border: 1px solid #dddddd;
  border-radius: 20px;
}

@media only screen and (max-width: 992px) {
  .about-company-section-1 .more-articles {
    font-size: 13px;
  }
}

.about-company-section-1 .more-articles:hover, .about-company-section-1 .more-articles:focus {
  color: #d90102;
}

.about-company-section-1 .more-articles:hover:after, .about-company-section-1 .more-articles:focus:after {
  background-image: url(../img/index/section-4/after-img-hover.png);
}

.about-company-section-1 .more-articles:not(:last-child) {
  margin-bottom: 50px;
}

.about-company-section-1 .more-articles:after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: " ";
  width: 40px;
  height: 40px;
  background-image: url(../img/index/section-4/after-img.png);
  background-size: cover;
}

.info-section-1 {
  margin: 15px 0 80px;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .info-section-1 .sidebar {
    display: none;
  }
}

.info-section-1 .info-section-1__item {
  /*-ms-flex-preferred-size: 25%;*/
      /*flex-basis: 25%;*/
}

.info-section-1 .info-section-1__item:not(:first-child) {
  /*-webkit-box-flex: 1;*/
      /*-ms-flex-positive: 1;*/
          /*flex-grow: 1;*/
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .info-section-1__item:not(:first-child) {
    margin-left: 0;
  }
}

.info-section-1 .content-container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #292929;
}

.info-section-1 .content-container a {
  font-size: 16px;
  font-weight: 400;
  /*text-decoration: underline;*/
  color: #002061;
}

.info-section-1 .content-container h4 {
  font-size: 20px;
  color: #002061;
}

.info-section-1 .content-container hr {
  margin: 20px 0;
  border: 1px solid #e8e8e8;
}

.info-section-1 .content-container .title-item {
  padding: 30px 30px 0 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .content-container .title-item {
    padding: 15px 15px 0 15px;
  }
}

.info-section-1 .content-container .content-item {
  padding: 0 30px;
}

/* .info-section-1 .content-container .info-section-1__item:not(:last-child) {
  margin-bottom: 20px;
} */

.info-section-1 .content-container .info-section-1__item-inner-1 {
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.info-section-1 .content-container .info-section-1__item-inner-1:not(:last-child) {
  margin-bottom: 20px;
}

.info-section-1 .content-container .info-section-1__item-inner-2 {
  width: 35%;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .content-container .info-section-1__item-inner-2:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
}

.info-section-1 .content-container .info-section-1__item-inner-2:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .content-container .info-section-1__item-inner-2:last-child {
    margin-left: 0;
  }
}

.info-section-1 .content-container .info-section-1__item {
  /*-ms-flex-preferred-size: 49%;*/
      /*flex-basis: 49%;*/
          width: calc(100% / 2 - 10px);
}

.info-section-1 .content-container .info-section-1__item:last-child {
  position: relative;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 0;
  justify-content: space-between;
  flex-direction: column;
  /*display: flex;*/
}


.info-section-1 .content-container .info-section-1__item:last-child .btn-line {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .content-container .info-section-1__item:last-child .btn-line {
    position: relative;
  }
}

.info-section-1 .row.justify-center .btn-line:after {
  right: 30%;
}

.info-section-1 .row.justify-center .info-section-1__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 20px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

.info-section-1 .row.justify-center .info-section-1__item h2 {
  padding: 30px 30px 0 30px;
}

.info-section-1 .row.justify-center .info-section-1__item .row.justify-between {
  padding: 30px 30px 0 30px;
}

.info-section-1 .row.justify-center .info-section-1__item .row.justify-between:not(:last-child) {
  margin-bottom: 40px;
}

.info-section-1 .row.justify-center .info-section-1__item-inner {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .row.justify-center .info-section-1__item-inner:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
}

.info-section-1 .row.justify-center .info-section-1__item-inner:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .row.justify-center .info-section-1__item-inner:last-child {
    margin-left: 0;
  }
}

.info-section-1 .row.justify-center .info-section-1__item-inner p {
  font-size: 16px;
}

.info-section-1 .row.justify-center .info-section-1__item-inner h4 {
  font-size: 20px;
  font-weight: 500;
  color: #002061;
  /*text-decoration: underline;*/
}

.info-section-1 .row.justify-center .info-section-1__item-inner a {
  font-size: 16px;
  font-weight: 400;
  /*text-decoration: underline;*/
  color: #002061;
}

.info-section-1 .btn-line {
  position: relative;
  display: block;
  padding: 25px 0;
  margin-top: 20px;
  max-width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: underline;
  background: #e6eeff;
}

.info-section-1 .btn-line:hover, .info-section-1 .btn-line:focus {
  color: #d90102;
}

.info-section-1 .btn-line:hover:after, .info-section-1 .btn-line:focus:after {
  background-image: url(../img/more-hover.png);
}

.info-section-1 .btn-line:after {
  position: absolute;
  content: " ";
  top: 23%;
  right: 5%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: url(../img/more.png);
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 992px) {
  .info-section-1 .btn-line:after {
    display: none;
  }
}

.contact-section-1 {
  margin: 15px 0 80px;
}

.contact-section-1 svg {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  fill: #d90102;
}

.contact-section-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-section-1 .contact-section-1__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media only screen and (max-width: 992px) {
  .contact-section-1 .contact-section-1__item:first-child {
    display: none;
  }
}

.contact-section-1 .contact-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .contact-section-1 .contact-section-1__item:last-child {
    margin-left: 0;
  }
}

.contact-section-1 .row.justify-between .contact-section-1__item-inner {
  -ms-flex-preferred-size: 52%;
      flex-basis: 52%;
}

@media only screen and (max-width: 992px) {
  .contact-section-1 .row.justify-between .contact-section-1__item-inner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.contact-section-1 .row.justify-between .contact-section-1__item-inner:last-child {
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
}

@media only screen and (max-width: 992px) {
  .contact-section-1 .row.justify-between .contact-section-1__item-inner:last-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.contact-section-1 .row.justify-between .contact-section-1__item-inner:first-child {
  position: relative;
  width: 410px;
  height: 450px;
  background-image: url(../img/contact/section-1/img-1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
  .contact-section-1 .row.justify-between .contact-section-1__item-inner:first-child {
    width: 100%;
    height: 200px;
    background: none;
  }
}

.contact-section-1 .row.justify-between .contact-section-1__item-inner:first-child .contact-container {
  position: absolute;
  width: 310px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-section-1 .row.justify-between .contact-section-1__item-inner:first-child .contact-container .row.align-center:not(:last-child) {
  margin-bottom: 20px;
}

.contact-section-1 .row.justify-between .contact-section-1__item-inner:first-child .contact-container .row.align-center .contact-section-1__item-inner-2 {
  -ms-flex-preferred-size: 10%;
      flex-basis: 10%;
}

.contact-section-1 .row.justify-between .contact-section-1__item-inner:first-child .contact-container .row.align-center .contact-section-1__item-inner-2:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contact-section-1 .ui-checkbox {
  margin-bottom: 20px;
}

.contact-section-1 .ui-checkbox span {
  font-size: 16px;
  font-weight: 400;
}

.contact-section-1 .ui-group {
  position: relative;
}

.contact-section-1 .ui-group input {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}

.contact-section-1 .ui-group textarea {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  resize: none;
}

.contact-section-1 .ui-group .svg-container {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.contact-section-1 .ui-group .svg-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-section-1 .btn {
  max-width: 100%;
}

.service-section-1 {
  margin: 15px 0 80px;
}

.service-section-1 p {
  font-size: 16px;
  line-height: 24px;
}

.service-section-1 form h2 {
  margin-bottom: 30px;
}

.service-section-1 .ui-group {
  position: relative;
}

.service-section-1 .ui-group input {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
}

.service-section-1 .ui-group textarea {
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  resize: none;
}

.service-section-1 .ui-group .svg-container {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.service-section-1 .ui-group .svg-container svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #d90102;
}

@media only screen and (max-width: 992px) {
  .service-section-1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-section-1 .service-section-1__item {
  position: relative;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media only screen and (max-width: 992px) {
  .service-section-1 .service-section-1__item.sidebar {
    display: none;
  }
}

.service-section-1 .service-section-1__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .service-section-1 .service-section-1__item:last-child {
    margin-left: 0;
  }
}

.service-section-1 .background-none {
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
}

.service-section-1 .content-container .service-section-1__item {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

.service-section-1 .content-container .service-section-1__item:last-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-left: 0;
}

.service-section-1 .service-section-1__item-inner {
  position: relative;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(354deg, #f1eefe 0%, rgba(241, 238, 254, 0) 100%);
  background-image: -o-linear-gradient(354deg, #f1eefe 0%, rgba(241, 238, 254, 0) 100%);
  background-image: linear-gradient(-264deg, #f1eefe 0%, rgba(241, 238, 254, 0) 100%);
  background-size: cover;
  background-position: center;
}

.service-section-1 .service-section-1__item-inner:first-child {
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .service-section-1 .service-section-1__item-inner:first-child {
    margin-top: 0;
  }
}

.service-section-1 .service-section-1__item-inner:not(:last-child) {
  margin-bottom: 70px;
}

@media only screen and (max-width: 992px) {
  .service-section-1 .service-section-1__item-inner:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .service-section-1 .service-section-1__item-inner:last-child {
    margin-bottom: 20px;
  }
}

.service-section-1 .service-section-1__item-inner h5 {
  margin-bottom: 25px;
}

.service-section-1 .service-section-1__item-inner li:not(:last-child) {
  margin-bottom: 10px;
}

.service-section-1 .service-section-1__item-inner li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d90102;
}

.service-section-1 .service-section-1__item-inner .btn {
  max-width: 100%;
}

.service-section-1 .service-section-1__item-inner-img {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -50px;
  left: 0;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .service-section-1 .service-section-1__item-inner-img {
    display: none;
  }
}

.service-section-1 .service-section-1__item-inner-img img {
  max-width: 45px;
  width: 100%;
  
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service-section-1 .ui-checkbox {
  margin-bottom: 20px;
}

.open-product-page-section-2 {
  margin: 80px 0;
}

.open-product-page-section-2 hr {
  margin: 20px 0;
  border: 1px solid #e8e8e8;
}

.open-product-page-section-2 h2 {
  padding: 0 30px;
  margin-bottom: 30px;
  font-weight: 600;
}

.open-product-page-section-2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.open-product-page-section-2 a {
  position: relative;
  text-decoration: underline;
}

.open-product-page-section-2 .open-product__link:after {
  position: absolute;
  content: " ";
  top: -33px;
  right: -95px;
  width: 40px;
  height: 40px;
  background-image: url(../img/more.png);
  background-size: cover;
}

.open-product-page-section-2 a:hover, .open-product-page-section-2 a:focus {
  color: #d90102;
}

.open-product-page-section-2 a:hover p, .open-product-page-section-2 a:focus p {
  color: #d90102;
}

.open-product-page-section-2 a:hover:after, .open-product-page-section-2 a:focus:after {
  background-image: url(../img/more-hover.png);
}

.open-product-page-section-2 a p {
  font-weight: 400;
  color: #002061;
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.open-product-page-section-2 .open-product-page-section-2__item {
  padding: 30px 0;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-2 .open-product-page-section-2__item {
    margin-bottom: 20px;
  }
}

/*.open-product-page-section-2 .open-product-page-section-2__item:first-child h2 {
  margin: 30px 0 40px;
}*/

.open-product-page-section-2 .open-product-page-section-2__item .row {
  padding: 0 30px;
}

.open-product-page-section-2 .open-product-page-section-2__item-inner {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

.open-product-page-section-2 .open-product-page-section-2__item-inner:first-child {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-2 .open-product-page-section-2__item-inner:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .open-product-page-section-2 .open-product-page-section-2__item-inner:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.form-section {
  margin-bottom: 80px;
}

.form-section h2 {
  margin-bottom: 25px;
}

.form-section h5 {
  margin-bottom: 15px;
}

.form-section .form-section__item {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.form-section .form-section__item:first-child {
  margin-right: 20px;
}

@media only screen and (max-width: 992px) {
  .form-section .form-section__item:first-child {
    display: none;
    margin-right: 0;
  }
}

.form-section .form-section__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-section .ui-group {
  position: relative;
  min-width: 260px;
}

@media only screen and (max-width: 992px) {
  .form-section .ui-group {
    width: 100%;
  }
}

.form-section .ui-group:not(:last-child) input {
  border-radius: 20px;
  border: 1px solid #d1d1d1;
}

.form-section .ui-group .img-container {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 14px 1px rgba(0, 0, 0, 0.2);
}

.form-section .ui-group .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form-section .textarea {
  width: 100%;
}

.form-section .textarea textarea {
  height: 80px;
  border-radius: 20px;
  border: 1px solid #d1d1d1;
}

.form-section .ui-checkbox label {
  padding-left: 40px;
}

.form-section .btn.invert {
  display: block;
  margin: 20px auto 0;
  max-width: 280px;
  background-color: #002061;
  color: #ffffff;
}

.form-section .btn.invert:hover, .form-section .btn.invert:focus {
  background-color: #ffffff;
  color: #002061;
}

.menu {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 10;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  max-width: 286px;
}

.menu li {
  position: relative;
  padding: 10px 20px;
  color: #292929;
}

.menu li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.sub-menu li:hover, .menu li:focus {
  background-color: #e6eeff;
}

.sub-menu li:hover:after, .menu li:focus:after {
  position: absolute;
  content: " ";
  width: 30px;
  height: 100%;
  background-color: #e6eeff;
  top: 0;
  left: 100%;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: 10;
}

#menu .sub-menu {
  display: none;
  position: absolute;
  left: -284px;
  top: 60px;
  width: 411px;
  background-color: #ffffff;
  z-index: 100;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

#menu .sub-menu li {
  padding: 10px 20px;
  border-bottom: none !important;
  background-color: #fff !important;
  color: #292929;
}

#menu .sub-menu li a {
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

#menu li:hover .sub-menu {
  display: block;
}
#menu .sub-menu li:hover, .menu .sub-menu li:focus {
  background-color: #e6eeff !important;
}

#menu .sub-menu li:hover:after, .menu .sub-menu li:focus:after {
  display: none;
}

#menu .sub-menu li .sub-menu {
  display: none;
  position: absolute;
  top: 0px;
  left: 380px;
}

#menu .sub-menu li:hover .sub-menu {
  display: block;
}

/* TEST */
.test section {
  margin-top: 50px;
}

.test h1 {
  text-align: center;
}

.test h1 a {
  position: relative;
  color: blue;
}

.test h1 a:after {
  display: block;
  content: ' ';
  position: absolute;
  bottom: -5px;
  background: currentColor;
  height: 2px;
  left: 0;
  right: 0;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.test h1 a:hover:after, .test h1 a:focus:after {
  right: 100%;
}

@media only screen and (max-width: 568px) {
  .test section {
    margin-bottom: 30px;
  }
}

.test-easing {
  margin: 20px 0;
}

.test-easing span {
  width: 100%;
  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;
  width: 120px;
  height: 80px;
  font-size: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: #d5d5dd;
  pointer-events: none;
  will-change: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
}

.test-easing--easeInOutQuint span {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
       -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.test-easing--easeInCubic span {
  -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);
}

.test-easing--easeOutCirc span {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
       -o-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.test-easing--easeInOutBack span {
  -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);
}

.test-easing:hover span, .test-easing:focus span {
  -webkit-transform: translate3d(300%, 0, 0);
          transform: translate3d(300%, 0, 0);
}

.breadcrumb a {
  font-size: 17px; 
  color: #063492;
}

.breadcrumb_last {
    font-size: 17px; 
    color: #666666;
}

.contact-section-1 svg,
.popup-dialog svg {
  fill: #d90102;
}

div.wpcf7-validation-errors,
.wpcf7-response-output,
.wpcf7-display-none,
.wpcf7-mail-sent-ok {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  font-size: 13.5px;
}

.wpcf7-list-item-label label:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  content: ' ';
  width: 20px;
  height: 20px;
  background-color: white;
  border: 1px solid #AFB7C0;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wpcf7-list-item-label label:after {
  position: absolute;
  left: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  display: inline-block;
  content: ' ';
  width: 10px;
  height: 10px;
  background: #4ab68f;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.wpcf7-list-item-label {
  display: block !important;
  padding: 0 !important;
}

.form-section .ui-group {
  position: relative;
  min-width: 260px;
  width: calc(100% / 3 - 20px);
}

.form-section .ui-group.textarea {
  width: 100%;
}

.form-section .wpcf7-list-item-label label:before {
  left: -15px;
}

.form-section .ui-checkbox label {
  padding-left: 15px;
}

.method-all-info .post-thumbnail,
.method-all-info .entry-header, 
.method-all-info .entry-footer {
  display: none !important;
}

.entry-content {
  padding: 0 20px;
}

.service-section-1 .ui-group .svg-container svg {
  fill: #d90102;
}

form .screen-reader-text {
  display: none;
}

header form {
  flex-direction: unset;
  width: 252px;
  position: relative;
}

.search-results .page-title {
  text-transform: initial;
  font-size: 25px;
}

.search-results .page-header {
  margin: 40px 0;
}

.no-results {
  margin: 40px 0;
}

.not-found h1 {
  margin-bottom: 20px;
}

.search-results article {
  min-height: unset;
  margin: 20px 0;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

.search-results .entry-summary {
  margin-top: 15px;
}

.search-results .post-thumbnail {
  margin-right: 20px;
  max-width: 180px;
  max-height: 130px;
}

.search-results .post-thumbnail img {
  width: 100%;
  height: 100%;
}

.search-results article a {
  font-size: 30px;
  font-weight: 600;
  color: #002061;
}

.search-results .page-header span {
  color: #d90102;
  font-size: 30px;
}

.search-results article .entry-header {
  width: calc(100% - 400px);
}

.index-section-2 h5 {
  padding: 0 10px;
  min-height: 45px;
}

.service-section-1 .wpcf7-list-item-label label:after {
  left: 6px;
}

.catalog-section-1__item {
  position: relative;
}

.goods-catalog .catalog-section-1__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.index-section-3 .index-section-3__item:nth-child(2) .index-section-3__item--img {
  order: 1;
}

.index-section-3 .index-section-3__item:first-child .index-section-3__item-inner-block {
  position: relative;
  left: -25px;
}

.index-section-3 .index-section-3__item:nth-child(2) .index-section-3__item-inner-block {
  position: relative;
  left: 25px;
}

.index-section-3-content {
  justify-content: space-between;
}

.index-section-3__item-inner-block {
  width: 50%;
  padding: 0 20px;
  max-height: 186px;
  padding: 30px;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
}

.index-section-3__item--img {
  width: 50%;
}

.index-section-4-img {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: 390px;
}



aside .sub-menu {
  display: none;
  overflow-y: auto;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 248px;
  max-height: 300px;
  background-color: #ffffff;
  z-index: 5;
}

aside .sub-menu li {
  /* padding-left: 50px; */
  border-bottom: none !important;
  background-color: #fff !important;
}

aside .sub-menu li:hover, aside .sub-menu li:focus {
  background-color: #e6eeff !important;
}

aside .sub-menu li:hover:after, aside .sub-menu li:focus:after {
  display: none;
}

#menu-katalog .sub-menu li:hover {
  border-bottom: 2px solid #002061;
}

/* aside li:hover:after, aside li:focus:after {
  position: absolute;
  content: " ";
  width: 30px;
  height: 100%;
  background-color: #e6eeff;
  top: 0;
  left: 100%;
} */

aside li:hover {
  background-color: #e6eeff;
}


.pageviews-placeholder {
  display: none;
}

.js-old {
  flex-direction: column-reverse;
}

.tabs__for .tab.active li {
  position: relative;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 26px;
  font-size: 16px;
  color: #292929;
  padding-top: 10px;
}

.tabs__for .tab.active li:before {
  position: absolute;
  top: 20px;
  left: 5px;
  content: ' ';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d90102;
}

tr, td {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.wp-video-shortcode {
  margin: 20px 0;
}

.content-item .more-articles {
  position: relative;
  display: block;
  margin-top: 15px;
  padding: 6px 20px;
  max-width: 227px;
  color: #002061;
  border: 1px solid #dddddd;
  border-radius: 20px;
  text-decoration: underline;
}

.content-item .more-articles:after {
  position: absolute;
  top: -1px;
  right: -2px;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url('../img/index/section-4/after-img.png');
  background-size: cover;
}

.flex-start {
  align-items: flex-start;
}

.index-section-4-content {
  position: relative;
}
.index-section-4__item.index-section-4-img {
  position: sticky;
  top: 15px;
}

#menu-katalog .sub-menu {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
}

#menu-katalog .sub-menu li {
  background-color: #e6eeff !important;
}

.info-section-1__item h2 {
      font-size: 33px;
}

.hid-work {
  display: none;
}

#menu #menu-item-24 .sub-menu {
  left: -237px;
}

figcaption {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.articles .content-item hr {
  display: none;
}

.articles .content-item {
  flex-basis: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.articles .info-section-1__img {
  width: 180px;
}

.articles .info-section-1__txt {
  width: calc(100% - 200px);
}

.info-section-1__item .info-section-1__img {
  width: 30%;
}

.info-section-1__item .info-section-1__txt {
  width: 100%;
}


@media only screen and (max-width: 750px) {
  header .sub-menu {
    display: none;
  }
}

@media only screen and (max-width: 1050px) {
   .index-section-4__item.index-section-4-img {
      background-image: none !important;
  }   
}

@media only screen and (max-width: 750px) {
  .index-section-3 .index-section-3__item {
   width: 100%;
   margin-bottom: 20px;
    justify-content: center;
  }
  
  .index-section-3 .index-section-3__item:first-child .index-section-3__item-inner-block,
  .index-section-3 .index-section-3__item:nth-child(2) .index-section-3__item-inner-block{
      width: 100% ;
  }
  

  
  #menu li:hover .sub-menu {
      display: none;
  }
}


.content-item__title {
  justify-content: space-between;
}

.content-item__title img {
  width: 35%;
  object-fit: contain;
}

.content-item__title a {
  display: block;
  width: 60%;
}

.info-section-1 .content-container .content-item__title a h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .info-section-1 .content-container .content-item__title a h4 {
    margin-left: 10px;
  }
}

.content-item__txt {
  width: 100%;
  margin-top: 10px;
}

.catalog-width {
    width: 287px;
    flex-basis: unset;
}

.catalog-item-width {
    width: calc(100% - 310px) !important;
    flex-basis: unset !important;
    flex-grow: unset !important;
  position: relative;
}

.catalog-section-1__item {
    flex-basis: unset !important;
    width: calc(100% / 2 - 10px) !important;
}

.page,
.page__content {
    display: block;
}

.method.method-all-info  h2 {
    padding: 20px;
    margin-bottom: 10px;
}

.sub-menu li span {
    text-transform: unset;
}

.product-page-section-1 .similar-goods .product-page-section-1__item {
    width: calc(100% / 3 - 10px);
}

.home .form-section {
    margin-top: 50px;
}

@media only screen and (max-width: 500px) {
  #menu-katalog li{
    padding: 10px 27px;
  }
  .open_list.active .first_line{
    transition: all .2s ease;
    transform: rotate(0);
  }
  .open_list.active .second_line{
    opacity: 0;
    transition: all .2s ease;
  }
  .open_list{
    width: 11px;
    position: absolute;
    right: 15px;
    top: 23px;
  }
  .bg_plus{
    display: block;
    position: absolute;
    height: 22px;
    width: 22px;
    top: 13px;
    right: 10px;
    box-shadow: inset 0 -8px 24px rgba(0, 32, 97, 0.13);
    border-radius: 100%;
  }
  .first_line{
    height: 2px;
    background: #002061;
    transform: rotate(90deg);
    transition: all .2s ease;
  }
  .second_line{
    height: 2px;
    background: #002061;
    margin-top: -2px;
    transition: all .2s ease;
  }
  #menu-katalog .sub-menu .open_list{
    display: none!important;
  }
  #menu-katalog li{
    position: relative;
  }
  #menu-katalog li .open_list{
    display: block;
  }
  .open-product-page-section-1 .tabs .tabs__nav{
    flex-flow: column;
  }
  .open-product-page-section-1 .tabs .tabs__nav .tab{
    transform: skew(0);
    border-radius: 0;
  }
  .open-product-page-section-1 .tabs .tabs__nav .tab::before{
    transform: skew(0);
    border-radius: 0;
    background-image: -webkit-linear-gradient(85deg, #c1d5ff 0%, #D2E0FF 100%);
    background-color: transparent;
  }
  .change_view{
    display: none!important;
  }
    .breadcrumb {
       padding-top: 50px;
    }
    .open-product-page-section-1 .goods-description .open-product-page-section-1__item:first-child {
        border: unset;
        margin: 0 auto;
        width: 100%;
    }
    .open-product-page-section-2 .open-product-page-section-2__item:first-child h2 {
        margin: 0px 0 20px;
    }
    aside .sub-menu {
        position: unset;
            left: 0;
            background-color: white !important;
    }
    .index-section-1-swiper-container  h2 {
        margin-top: 20px;
        font-size: 25px;
    }
    .index-section-4 .index-section-4__item {
        padding: 15px;
    }
    .catalog-width {
        width: 100%;
    }
    .catalog-section-1 .goods-catalog .catalog-section-1__item-inner {
        width: 100%;
    }
    .catalog-section-1 .goods-catalog .catalog-section-1__item-inner h5 {
      margin-bottom: 0px;
    }
    .open-product-page-section-2 a:after {
        top: -10px;
    }
    .catalog-width .menu {
        max-width: 100%;
    }
    .info-section-1 .content-container .info-section-1__item {
        width: 100%;
    }
    .about-company-section-1 .universities .about-company-section-1__item {
        width: 100%;
    }
    .product-page-section-1 .similar-goods .product-page-section-1__item {
        width: 100%;
    }
    .about-company-section-1 .title .about-company-section-1__item {
        margin-bottom: 20px;
    }
    .form-section .ui-group {
        width: 100%;
    }
    .content-item__title img {
        width: 100%;
        max-height: 124px;
    }
    .content-item__title a {
        width: 100%;
        margin-top: 15px;
    }
    .info-section-1__item .info-section-1__img {
        width: 100%;
    }
    .info-section-1__item .info-section-1__txt {
        width: 100%;
    }
    
    .catalog-section-1__item,
    .catalog-item-width{
        width: 100% !important;
    }
}
.catalog-item-width .row{
  justify-content: flex-start!important;
}
.catalog-item-width .row .product-page-section-1__item{
  margin-right: 10px;
}

.product-page-section-1 .similar-goods .product-page-section-1__item:first-child{
  margin-right: 10px;
}
.change_view div:hover svg path{
  fill: #365edc;
}
.change_view div:hover{
  cursor: pointer;
}
.change_view div svg path{
  fill: #999;
}
.change_view .active svg path{
  fill: #333;
}
.change_view{
  display: flex;
  position: absolute;
  right: 12px;
  top: 4px;
}
.change_view .list{
  margin-left: 15px;
}

.product-page-section-1 .similar-goods .view_list{
  width: 100%;
  align-items: center;
  display: none;
}
.product-page-section-1 .similar-goods .view_list .right{
  flex-basis: 70%;
}
.product-page-section-1 .similar-goods .view_list a h5{
  margin-bottom: 0;
}
.product-page-section-1 .similar-goods .view_list .img-center{
  margin: 0;
  margin-bottom: 20px;
  width: 176px;
}
.product-page-section-1 .similar-goods .view_list .btn:not(:last-child){
  margin-bottom: 0;
  margin-right: 10px;
}
.content-item .more-articles:hover{
  color: #d90102;
  border-color: #d90102;
}
.content-item .more-articles:hover:after{
  background-image: url(../img/more-hover.png);
}
.method .item{
  display: flex;
  align-items: center;
  margin: 0 30px 30px 30px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 20px;
}
.method .item:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.method .item .more-articles{
  margin: 0!important;
  width: 227px!important;

}

.method-all-info .item h5{
  width: auto!important;
  margin-left: 20px!important;
  margin-right: 20px!important;
}
.method-all-info .item{
  margin-top: 30px;
}

.open-info-section-1__item .filter{
  padding: 20px;
  -webkit-box-shadow: inset 0 -8px 24px rgba(0, 32, 97, 0.13);
  box-shadow: inset 0 -8px 24px rgba(0, 32, 97, 0.13);
}

.open-info-section-1__item .filter .btn{
  padding: 5px 30px;
}
.open-info-section-1__item .filter .btn:disabled{
  opacity: .6;
}
.open-info-section-1__item .filter .btn:disabled:hover{
  background-color: #002061;
  color: #ffffff;
  cursor: default;
}

.open-info-section-1__item .filter form{
   display: flex;
   align-items: flex-end;
 }
.ajax_sub_cat,.ajax_product{
  display: none;
}
.open-info-section-1__item .filter .wrapper,.open-info-section-1__item .filter .ajax_sub_cat,.open-info-section-1__item .filter .ajax_product,.type_materials{
  margin-right: 20px;
}
.open-info-section-1__item .filter .wrapper label,.open-info-section-1__item .filter .ajax_sub_cat label,.open-info-section-1__item .filter .ajax_product label,.type_materials label{
  margin-bottom: 5px;
  display: block;
  color: #002061;
}
.open-info-section-1__item .filter  select{
  width: 146px;
  padding: 10px 30px 10px 10px;
}
.open-info-section-1__item .filter  .selectric-wrapper{
   width: 146px;
 }
.result-products-downloads .articles{
  margin-bottom: 40px;
}
.open-info-section-1 .filter_title{
  padding: 0;
  padding-bottom: 20px;
  box-shadow:none;
  font-size: 25px;
}
a.home-slide span {
  color: #d90102 !important;
  font-weight: 600 !important;
}

@media only screen and (max-width:600px) {
  .type-post table, td {width: 100% !important;}
  .type-post tr {display: flex !important; flex-wrap: wrap;}
  .type-post td {display: block !important;}
  .type-post td:first-child {order: 2;}
  .type-post td:last-child {order: 1; text-align: center !important;}
  .info-section-1 .content-container .info-section-1__item-inner-2 {
    width: 100%;
  }
  .content-item .more-articles {
    max-width: 100%;
    width: 100%;
  }
}
.special-btn{
  padding: 5px 15px!important;
  max-width: 150px;
}


.special-for-catalog-btn{
  position: relative;
    display: block;
    padding: 25px 0;
    margin-top: 20px;
    max-width: 100%;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: underline;
    background: #e6eeff;
    color:#002061;
}
a.special-for-catalog-btn:after{
  position: absolute;
    content: " ";
    top: 23%;
    right: 5%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url(../img/more.png);
    background-size: cover;
    background-position: center;
}

.about-company-section-1__item.row {
  margin-right: 15px;
}
.special-for-width{
  width: 50%;
}

/* service page */
.service-info__wrap {
    display: flex;
  flex-wrap: wrap;
}

.service-info__item {
  flex-basis: 48%;
  margin-top: 50px !important;
  margin-bottom: 70px !important;
}

.cursor-special > a {
  color: inherit;
}

.cursor-special > a > span {
  font-size: inherit;
  font-weight: inherit;
}

.open-product-page-section-2__item a {
  text-decoration: none;
}

@media only screen and (max-width: 568px) {
 .special-for-width{
  width: 100%;
 }
  .open-info-section-1 .row {
    flex-wrap: unset!important;
  }
  .open-info-section-1__item .filter form {
    flex-direction: column;
    align-items: flex-start;
  }
  .open-info-section-1__item .filter form .wrapper,
  .open-info-section-1__item .filter form .ajax_sub_cat,
  .open-info-section-1__item .filter form .ajax_product,
  .open-info-section-1__item .filter form .dop_cat{
    margin-bottom: 10px; 
  }
}
@media  (min-width: 568px) and (max-width: 993px) {
  .special-for-width{
    width: 100%;
  }
}

@media  (min-width: 768px) and (max-width: 993px) {
  .catalog-item-width--service {
    width: 100% !important;
  }

  .service-info__item {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .service-info__wrap {
    display: block;
  }

  .catalog-item-width--service {
    width: 100% !important;
  }

  .service-info__item {
    margin-bottom: 0 !important;
  }
}

/*  Fixes  */
.breadcrumb {
  margin-bottom: 17px;
  margin-top: 10px;
}

.box-h5 {
  padding: 10px 20px 20px 20px;
}

.index-section-3__item h5 {
  display: block;
  max-width: 100%;
}

.index-section-3__item-inner-block.row {
  display: block;
  text-align: center;
}

.index-section-4__item {
  width: 100%;
}

.product-page-section-1 .similar-goods p {
  position: relative;
  min-height: 145px;
  max-height: 145px;
  height: 100%;
  overflow: hidden;

}

.product-page-section-1 .similar-goods p:after,
.product-page-section-1 .similar-goods a h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #ffffff));background: -o-linear-gradient(top, transparent, #ffffff 30%);background: linear-gradient(180deg, transparent, #ffffff 30%);
}

.product-page-section-1 .similar-goods a h5 {
  position: relative;
  height: 110px;
  overflow-y: hidden;
}

.catalog-section-1__item .item-top-wrapper {
  align-items: flex-start !important;
}

.product-page-section-1 .similar-goods .view_list {
  justify-content: flex-start;
  align-items: flex-start !important;
}

.product-page-section-1 .similar-goods .view_list a h5 {
  max-width: 200px;
  word-break: break-all;
}

@media screen and (max-width: 992px) {
  .index-section-4 .row {
    display: block
  }

  .index-section-1__item {
    flex: 1 1 auto !important;
  }
}

@media screen and (max-width: 768px) {
  .index-section-2 .swiper-pagination span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }

  .index-section-2 .swiper-pagination span.swiper-pagination-bullet:after {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
