

/* Start:/local/templates/mayak_2020/frontend/assets/css/app.css?1669359168188678*/
/*Vendors*/

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
 /* line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active, a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 28, 2017
 */

.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

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

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

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;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;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}

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

.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-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{-webkit-flex-shrink:0;-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;transition-property:transform,-webkit-transform}

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

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{height:auto}

.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-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}

.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top{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,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(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,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.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-next, .swiper-button-prev{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-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity:.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-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.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-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}

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

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

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

.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.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(0,-50%,0);transform:translate3d(0,-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:.2s top,.2s -webkit-transform;-o-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top;-webkit-transition:.2s transform,.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top,.2s -webkit-transform;transition:.2s transform,.2s top,.2s -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:.2s left,.2s -webkit-transform;-o-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left;-webkit-transition:.2s transform,.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left,.2s -webkit-transform;transition:.2s transform,.2s left,.2s -webkit-transform}

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

.swiper-pagination-progressbar{background:rgba(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{width:100%;height:4px;left:0;top:0}

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

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

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

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

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

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

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

.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(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,.5);border-radius:10px;left:0;top:0}

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

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

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

.swiper-slide-zoomed{cursor:move}

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

.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-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

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

.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.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-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}

.swiper-container-coverflow .swiper-wrapper{-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 {
      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) {
  .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; } }

.pickmeup{
    background: white;
    border-radius: .4em;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    position: absolute;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: solid 1px #003274;
}

.pickmeup *{-webkit-box-sizing:border-box;box-sizing:border-box}

.pickmeup.pmu-flat{position:relative}

.pickmeup.pmu-hidden{display:none}

.pickmeup .pmu-instance{display:inline-block;height:13.8em;padding:.5em;text-align:center;width:15em}

.pickmeup .pmu-instance .pmu-button{color:#003274;cursor:pointer;outline:none;text-decoration:none}

.pickmeup .pmu-instance .pmu-today{background:#17384d;color:#88c5eb}

.pickmeup .pmu-instance .pmu-button:hover{background:transparent;color:#88c5eb}

.pickmeup .pmu-instance .pmu-not-in-month{color:#666}

.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover{color:#333;cursor:default}

.pickmeup .pmu-instance .pmu-selected{background:#136a9f;color:#eee}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d}

.pickmeup .pmu-instance nav{color:#eee;display:-ms-flexbox;display:-webkit-flex;display:-webkit-box;display:flex;line-height:2em}

.pickmeup .pmu-instance nav *:first-child :hover{color:#88c5eb}

.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em}

.pickmeup .pmu-instance nav .pmu-month{width:14em}

.pickmeup .pmu-instance .pmu-years *, .pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em}

.pickmeup .pmu-instance .pmu-day-of-week{color:#999;cursor:default}

.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em}

.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em}

.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next{display:block}

.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month{width:13em}

.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em}

.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years{display:none}



/**************** new style ***********************/


@font-face {
    font-family: "mayak-icons";
    src: url("/bitrix/fonts/icons/webhostinghub-glyphs.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: "Rosatom";
    src: url("/bitrix/fonts/rosatom/RST45.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Rosatom";
    src: url("/bitrix/fonts/rosatom/RST55.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Rosatom";
    src: url("/bitrix/fonts/rosatom/RST75.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "Rosatom";
    src: url("/bitrix/fonts/rosatom/RST56.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

html {
    font-family: Rosatom;
}

.full-menu {
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
    padding: 15px 20px 0px 20px;
    display: table;
}

@media (max-width: 750px) {
	.full-menu {
		padding: 10px 10px 0px 10px;
	}
}

ol, ul {
    list-style: none;
}

.menu-logo-name {
    color: #4e5f68;
    float: left;
    width: 40%;
}

@media (max-width: 750px) {
	.menu-logo-name {
		font-size: 12px;
        width: 250px;
	}
}

.header-lang {
    float: right;
}

@media (max-width: 750px) {
    .header-lang {
        position: absolute;
        right: 0px;
	}
}

.header-lang span{
    background-color: #dfe7ea;
    border-color: #dfe7ea;
}

.header-lang a:hover {
    color: #003274;
    border: 1px solid #003274;
}

.header-lang-item {
/*    width:30px; */
    float:right;
    max-width:100%;
    line-height:20px;
    border-radius:4px;
    border-bottom: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border: 1px solid white;
    color: #222222;
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 5px 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    text-transform:uppercase;
    z-index:51;
/*    background-color: #dfe7ea; */
    margin-top: 8px;
    margin-right: 10px;
}

header .logo {
    display: block;
    float: left;
    margin-right: 23px;
    position: relative;
    margin-top: 10px;
    height: 70px;
}



@media (max-width: 750px) {
	header .logo {
		height: 50px;
        margin-right: 15px;
	}
}

header .logo75 {
    display: block;
    float: left;
    position: relative;
/*    margin-top: -24px; */
    margin-right: 20px;
    display: none;
}

@media (max-width: 750px) {
	header .logo75 {
		display: none;
	}
}

header .menu {
    font-size: 15px;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-left: 26px;
    margin-right: 20px; 
/*    margin-left: 0px; */
    margin-top: 25px; 
    font-weight: bold;
}

@media (max-width: 750px) {
    header .menu {
       margin-top: 13px; 
	}
}

header .menu-2 {
    font-size: 15px;
    float: left;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    /* margin-left: 26px; */
    margin-left: 0px;
    margin-top: 25px; 
    font-weight: bold;
}


@media (max-width: 1450px) {
    header .menu-2 {
        display: none;
	}
}

.main-nav__link:hover {
    color: #003274;
}

header .menu-2 a {
    color: #4e5f68;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0 15px 0;
    box-sizing: content-box;
    height: 20px;
    margin: 0 20px;
}

header .menu .m-ico:before {
    background-position: -23px -51px;
    height: 20px;
    width: 24px;
}

header .menu .m-ico:before, header .menu .m-ico:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -10px;
    background-image: url('/images/icons/sprites.png') !important;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 750px) {
	header .menu .m-ico:before, header .menu .m-ico:before {
		left: 15px;
	}
}

.menu .m-ico:hover {
    color: #003274;
    border: 1px solid #003274;
}

header .menu .m-ico {
    display: block;
    line-height: 1.2;
    cursor: pointer;
    float: left;
    border-radius: 3px;
    border: 1px solid #c2c9cc;
    text-transform: uppercase;
    padding: 15px 25px 15px 61px;
    color: #4e5f68;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 750px) {
	header .menu .m-ico {
		padding: 13px 15px 13px 45px;
	}
}

header .menu-2 li {
    float: left;
    list-style-type: none;
}

.header__action {
    float: right;
    margin-right: 30px;
    margin-top: 8px;
}

.header__action .btn {
    padding: 8px 30px;
    background-color: #1d7dd2;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-decoration: none !important;
    border: 0;
    border-radius: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    min-width: 100px;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 750px) {

    .header__action .btn {
        min-width: 0px; 
        padding: 0px 0px 0px 8px;
    }
}
header .search {
    float: right;
    margin-top: 15px;
    margin-left: 10px;
}

header .search .btn-search {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

@media (max-width: 750px) {
	header .search .btn-search {
		position: absolute;
		right: 59px;
		top: 92px;
	}
}

.btn-play {
    position: absolute;
    top: 42%;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /* color: black; */
    text-align: center;
}

.btn-play-slide {
    position: absolute;
    top: 36%;
    left: 0px;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    /* color: black; */
    text-align: center;
}

@media (max-width: 750px) {
    .btn-play {
        top: 35%;
	}
}

.r-icon-search {
    background-position: 0 -319px;
    height: 20px;
    width: 20px;
}

.r-icon-play {
    background-position: 0 -563px;
    height: 80px;
    width: 80px;
}

.search .searchField {
    display: none;
    border-bottom: 1px solid #e0e7ea;
    position: absolute;
    top: 100%;
    padding: 17px 0 13px;
    left: 0;
    width: 100%;
    margin-top: 1px;
    background: #fff;
}

.all {
    margin: 0 auto;
    width: 100%;
    max-width: 1450px;
    padding: 0 20px;
}

@media (max-width: 1450px) {
	.all {
		max-width: 700px;
	}
}


.page-banner .all {
    position: relative;
    height: inherit;
}

.searchField label {

    font-size: 16px;
    color: #4e5f68;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: -0.6px;
}

.searchField input {

    font-size: 33px;
    color: #121a24;
    font-weight: bold;
    border: none;
    width: 100%;
    padding-right: 30px;
}

.searchField input:focus{
    outline: none;
}

header .r-icon-close {
    display: block;
    cursor: pointer;
    position: relative;
    /* right: 19px; */
    float: right;
}

#menuTop {
    display: none;
    border-bottom: 1px solid #e0e7ea;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: 0;
    z-index: 819;
    min-height: 85%;
    /* height: 805px; */
}

#menuTop .all {
    margin-top: 210px;
    margin-bottom: 5px;
    position: relative;
}

#menuTop .r-icon-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 0px;
}

.r-icon-close {
    background-position: -44px -32px;
    height: 19px;
    width: 19px;
}

#menuTop .menu-list-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}

#menuTop .menu-list-col {
/*    padding: 0 10px; */
    color: #4e5f68;
    font-size: 16px;
    margin-right: 20px;
    width: 18%;
    float: left;
}

@media (max-width: 750px) {
	#menuTop .menu-list-col {
		width: 100%;
		float: none;
	}
}

#menuTop ul li {
    margin: 0px 0px 10px -30px;
    font-style: italic;
}

#menuTop ul {
    margin: 10px 0px 0px 0px;
}

.menu-list-item {
    margin-top: 10px;
}

@media (max-width: 750px) {
	.menu-list-item {
		display: none;
	}
}

#menuTop a {
    color: inherit;
    text-decoration: none;
    line-height: 21px;
    margin-bottom: 5px;
}

/**************************************************************/

.main-slider .slider__button {
    display: none;
}

.main-nav__item {
  display: inline-block;
  width: 50%;
  margin-top: 5px;
}

.main-nav__link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  color: #12548e;
}

span.main-slider__pagination-bullet:hover {
    opacity: 1;
}

a.main-slider-link {
    text-decoration: none;
}

/**************************************************************/


.news-card-image-wrap img {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.big-item {
    height: 650px;
}

@media (max-width: 1450px) {

	.big-item {
		height: 320px;
	}
}

@media (max-width: 750px) {

	.big-item {
		height: 250px;
	}
}

.smol-item {
    height: 320px;
}

.smol-item-slide {
    height: 250px;
}

@media (max-width: 750px) {

	.smol-item {
		height: 250px;
	}

	.smol-item-slide {
		height: 200px;
	}
}

.news-card-image-wrap  {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: none !important;
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-radius: 3px;
}

.news-card-block {
  /*  margin-bottom: 40px; */
    position: relative;
    padding: 5px;
}

.blocks {
    display: table;
    width: 100%;
}

.long-item {
    width: 50%;
    max-width: 50%;
}

.long-item-slide {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 1450px) {
	.long-item {
		width: 100%;
		max-width: 100%;
	}
}
.short-item {
    width: 25%;
    max-width: 25%;
}

@media (max-width: 1450px) {
	.short-item {
		width: 50%;
		max-width: 50%;
	}
}

@media (max-width: 750px) {
	.short-item {
		width: 100%;
		max-width: 100%;
	}
}

.news-item {
    float: left;
}

.news-item a {
    text-decoration: none;
}

.news-card-image {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
/*    background-color: rgba(35,56,113,0.4); */
    background-color: rgba(0,0,0,0.4);
}

.news-card-text {
    position: absolute;
    bottom: 0px;
    /* width: 100%; */
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: 0px 0px 3px 3px;
    color: white;
    min-height: 40%;
    max-height: 40%;
    text-align: justify;
    margin: 5px;
}

@media (max-width: 1450px) {

	.news-card-text {
		 min-height: 65%;
	}
}

@media (max-width: 750px) {

	.news-card-text {
		 min-height: 45%;
	}
}

.news-card-date{
    position: absolute;
    top: 21px;
    left: 28px;
    color: white;
    width: 120px;
}

.news-card-date-day{
    font-weight: bold;
    font-size: 42px;
    float: left;
    line-height: 1;
}

.news-card-date-mounth{
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-left: 5px;
    margin-top: 2px;
    /* margin-top: 8px; */
    text-transform: uppercase;
    float: left;
}

.news-card-date-year {
    float: left;
    margin-left: 5px;
}

.news-block-title {
    margin: 70px 0px 20px 0px;
    font-size: 20pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #4e5f68;
}

@media (max-width: 750px) {
	.news-block-title {
		margin: 30px 0px 20px 0px;
	}
}

.news-item-title {
    margin: 50px 0px 50px 0px;
    font-size: 20pt;
    font-weight: bold;
/*    text-transform: uppercase; */
    color: #4e5f68;
    width: 50%;

}

.news-item-picture {
    width: 50%;
    float: left;
    padding: 0px 40px 40px 0px;
}

.news-no-image {
    background-color: white;
}

.learn-more {
    text-align: center;    
    padding: 20px 0;
}

.learn-more a {
    color: #4e5f68;
    background-color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #c2c9cc;
    line-height: 46px;
    padding: 0 40px;
    font-weight: 500;
    display: inline-block;
    position: relative;
}

.learn-more a:hover {
   color: #003274;
   border-color: #003274;
}

.text-smol-item {
    color: #4e5f68;
    background-color: white;
    font-weight: bold;
}

.date-smol-item {
    color: #4e5f68;
}

.prod-text{
    padding-left: 40px;
    text-indent: 40px;
}

@media (max-width: 750px) {
	.prod-text{
		display: none;
	}
}

.foto-icon {
    background-image: url(/images/icons/icons8-40.png) !important;
    display: inline-block;
    margin-left: 0;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.25);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.prod-card-title {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    padding: 15px;
    border-radius: 3px;
    color: white;
    min-height: 40%;
    max-height: 40%;
    text-align: justify;
    margin: 5px;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

.prod-card-title-slide {
    position: absolute;
    top: 50px;
    left: 20px;
    right: 20px;
    border-radius: 3px;
    color: white;
    min-height: 40%;
    max-height: 40%;
    margin: 5px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
}

@media (max-width: 1450px) {
    .prod-card-title {
        top: 20px;
    }
}

.media-title{
    top: 20px;
    font-weight: 200;
}

@media (max-width: 750px) {
	.media-title{
       font-size: 16px;
	}
}

.prod-btn:hover {
    color: #333333;
    background-color: white;
}

.prod-btn {
    padding: 10px 30px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    bottom: 40px;
    left: 40px;
    border: 2px solid white;
    color: white;
    background-color: rgba(42, 58, 68, 0.74);
    text-transform: uppercase;
}


.product-card__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.product-card__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product-slider__navigation {

    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 3;
}

.product-card__image-wrap {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 205px;
    height: 205px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card__image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    max-height: 100%;
}

.product-card__info-wrap {
    padding: 40px 80px;
    margin-left: -102px;
    padding-left: 120px;
    border: 2px solid #c2c9cc;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: white;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.product-card__title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    position: relative;
}

.index-products {
    display: flex;
}

@media (max-width: 750px) {
	.index-products {
		display: block;
	}
}

.index-products__right {
    min-width: 0px;
    margin-top: 60px;
}

.index-products__text {
    font-size: 16pt;
}

.index-products__link {
/*    text-align: left;
    margin-top: 40px; */
    padding-bottom: 0px;
}

.index-products__left {
    min-width: 50%;
    width: 50%;
}

.slider__button {
    color: #4e5f68;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #1d7dd2;
    line-height: 46px;
    font-weight: 500;
    display: inline-block;
    /* position: absolute; */
    float: right;
    bottom: 0px;
    margin-left: 20px;
    cursor: pointer;
}

.index-tiles__left {
    float: left;
    width: 50%;
}

@media (max-width: 1450px) {
	.index-tiles__left {
		width: 100%;
	}
}

.index-tiles__right {
    float: right;
    width: 50%;
    text-align: center;
}

@media (max-width: 1450px) {
	.index-tiles__right {
		display: none;
	}
}

.index-tiles__company {
    height: 300px;
    overflow: hidden;
}

.history-block-title {
    color: rgb(35,88,158);
    font-size: 22pt;
    font-weight: bold;
}

.history-card-text {
    font-size: 16pt;
    margin-bottom: 20px;
}



/*********************** footer *******************************/

.i-icon {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

[class^="r-icon-"] {
  background-image: url('/images/icons/sprites.png') !important;
  /* background-repeat: no-repeat; */
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  text-indent: -555em;
  overflow: hidden;
  text-align: left;
}

.icon-link {
    text-decoration: none;
}

.icon-link:not([href]) span {
  text-decoration: none !important;
}

.icon-link > * {
  vertical-align: middle;
}

.icon-link:hover {
  text-decoration: none;
}

.icon-link:hover span {
  text-decoration: none;
}

.icon-link .i-icon {
  margin-right: 5px;
}

.icon-link .i-icon * {
  fill: currentColor;
}

.icon-link span {
  text-decoration: underline;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.icon-link--expand {
  color: #999999;
  font-weight: 500;
  cursor: pointer;
}

.icon-link--expand span {
  border-bottom: 1px dashed;
}

.icon-link--expand .i-icon {
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0;
  margin-left: 5px;
}

.icon-link--expand .i-icon path {
  fill: currentColor;
}

.icon-link--big {
  font-weight: 500;
  margin: 15px 0;
  display: inline-block;
}

.icon-link--big .i-icon {
  width: 2.1em;
  height: 2em;
  margin-right: 10px;
}

.cross, .menu-popup__close, .search-popup__close {
    position: relative;
    cursor: pointer;
}

.cross::after, .cross::before, .menu-popup__close::after, .menu-popup__close::before, .search-popup__close::after, .search-popup__close::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: currentColor;
}

.cross::after, .menu-popup__close::after, .search-popup__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid, .contacts-page__subs, .develop-wrap, .news-wrap, .product-list, .service-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -30px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .grid, .contacts-page__subs, .develop-wrap, .news-wrap, .product-list, .service-cards {
    margin-left: -20px
  }
}

@media (max-width: 750px) {

  .grid, .contacts-page__subs, .develop-wrap, .news-wrap, .product-list, .service-cards {
    margin-left: -10px
  }
}

.grid-col {
    width: 8.3333%;
    margin-bottom: 30px;
}

.col-in-row, .grid-col-3, .grid-col-2, .grid-col-1, .contacts-page__subs .service-card, .develop-wrap .develop-card, .news-wrap > *, .product-list .product-card, .service-cards .service-card {
    margin-left: 30px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .col-in-row, .grid-col-3, .grid-col-2, .grid-col-1, .contacts-page__subs .service-card, .develop-wrap .develop-card, .news-wrap > *, .product-list .product-card, .service-cards .service-card {
    margin-left: 20px
  }
}

@media (max-width: 750px) {

  .col-in-row, .grid-col-3, .grid-col-2, .grid-col-1, .contacts-page__subs .service-card, .develop-wrap .develop-card, .news-wrap > *, .product-list .product-card, .service-cards .service-card {
    margin-left: 10px
  }
}

.grid-col-3, .contacts-page__subs .service-card, .news-wrap > * {
    width: calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    margin-bottom: 40px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .grid-col-3, .contacts-page__subs .service-card, .news-wrap > * {
    width: calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
    margin-bottom: 30px
  }
}

@media (max-width: 750px) {

  .grid-col-3, .contacts-page__subs .service-card, .news-wrap > * {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px);
    margin-bottom: 25px
  }
}

.grid-col-2, .develop-wrap .develop-card, .product-list .product-card, .service-cards .service-card {
    width: calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-bottom: 30px;
}

@media (max-width: 1450px) {

  .grid-col-2, .develop-wrap .develop-card, .product-list .product-card, .service-cards .service-card {
    margin-bottom: 20px
  }
}

@media (min-width: 751px) and (max-width: 1450px) {

  .grid-col-2, .develop-wrap .develop-card, .product-list .product-card, .service-cards .service-card {
    width: calc(50% - 20px);
    max-width: calc(50% - 20px)
  }
}

@media (max-width: 750px) {

  .grid-col-2, .develop-wrap .develop-card, .product-list .product-card, .service-cards .service-card {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px)
  }
}

.grid-col-2:last-child, .develop-wrap .develop-card:last-child, .product-list .product-card:last-child, .service-cards .service-card:last-child {
  margin-bottom: 0;
}

.grid-col-1 {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin-bottom: 30px;
}

@media (max-width: 750px) {

  .grid-col-1 {
    width: calc(100% - 10px);
    max-width: calc(100% - 10px)
  }
}

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

html {
    height: 100% !important;
    font-size: 16px;
/*    line-height: 1.5;
/*    font-family: "Roboto", sans-serif; */
    font-weight: 400;
}

@media (min-width: 751px) and (max-width: 1450px) {

  html {
    font-size: 14px
  }
}

@media (max-width: 750px) {

  html {
    font-size: 13px;
    overflow-x: hidden
  }
}

body {
    color: #222222;
    height: 100% !important;
    max-height: 100%;
 /*   overflow: hidden;
    overflow-y: auto;
*/
}

body.menu-is-opened {
  overflow: hidden;
}

#svg-sprite {
    display: none !important;
}

.flow-container {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 3;
    width: 100%;
    min-height: 100%;
}

.content {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.content > .container {
  margin: 0 auto;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/*
.container {
    max-width: 1450px;
    margin: auto;
    padding: 0 15px;
}


@media (min-width: 751px) and (max-width: 1450px) {

  .container {
    padding: 0 20px
  }
}

@media (max-width: 750px) {

  .container {
    padding: 0 20px
  }
}

*/

.container--no-padding {
  padding: 0;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-bottom: 10px;
    margin-top: 30px;
    line-height: 1.3;
}

@media (max-width: 750px) {

  h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    line-height: 1.2
  }
}

h1, .h1 {
    font-size: 42px;
    font-weight: 500;
}

@media (min-width: 751px) and (max-width: 1450px) {

  h1, .h1 {
    font-size: 36px
  }
}

@media (max-width: 750px) {

  h1, .h1 {
    font-size: 30px;
    line-height: 1.2
  }
}

h2, .h2 {
    font-size: 34px;
    font-weight: 500;
}

@media (min-width: 751px) and (max-width: 1450px) {

  h2, .h2 {
    font-size: 28px
  }
}

@media (max-width: 750px) {

  h2, .h2 {
    font-size: 22px
  }
}

h3, .h3 {
    font-size: 28px;
    font-weight: 500;
}

@media (min-width: 751px) and (max-width: 1450px) {

  h3, .h3 {
    font-size: 20px
  }
}

@media (max-width: 750px) {

  h3, .h3 {
    font-size: 18px
  }
}

h4, .h4 {
    font-size: 25px;
    font-weight: 500;
}

@media (min-width: 751px) and (max-width: 1450px) {

  h4, .h4 {
    font-size: 22px
  }
}

@media (max-width: 750px) {

  h4, .h4 {
    font-size: 18px
  }
}

h5, .h5 {
    font-size: 20px;
    font-weight: 500;
}

@media (min-width: 751px) and (max-width: 1450px) {

  h5, .h5 {
    font-size: 16px
  }
}

@media (max-width: 750px) {

  h5, .h5 {
    font-size: 14px
  }
}

img {
    max-width: 100%;
    max-height: 100%;

}

a {
    color: #2d70bb;
    text-decoration: none;
    //border-bottom: 2px solid transparent;
    //transition: .3s;
}

a:hover {
  //border-color: #12548e;
  //text-decoration: underline;
  text-decoration: none;
}

.more-link {
    text-decoration: none;
    color: #12548e;
    border-bottom: 1px dotted;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-weight: 500;
    font-size: 16px;
}

@media (max-width: 750px) {

  .more-link {
    font-size: 14px
  }
}

.more-link:hover {
  border-color: transparent;
}

.clearfix:after, .clearfix:before, .double-image:after, .double-image:before, .person:after, .person:before, .sitemap:after, .sitemap:before {
    content: '';
    display: table;
    clear: both;
}

/*
ul, ol {
    list-style-type: none;
    margin: 0;
    margin-left: 40px;
    padding: 0;
}

@media (max-width: 750px) {

  ul, ol {
    margin-left: 20px
  }
}

ul > li, ol > li {
  padding-left: 25px;
}

@media (max-width: 1450px) {

  ul > li, ol > li {
    padding-left: 20px
  }
}

ul li, ol li {
  margin: 15px 0;
}

ul > li {
  position: relative;
}

ul > li::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #12548e;
}

ul.type-2::before {
  //width: 10px;
  //height: 7px;
}

*/

ol {
    counter-reset: list 0;
}

ol ul {
  opacity: 0.8;
}

ol > li {
  position: relative;
}

ol > li::before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #12548e;
}

.theme-dark ol > li::before {
  color: #2d70bb;
}

blockquote {
    background-color: #eef5fb;
    padding: 40px;
    margin: 0;
    font-style: italic;
}

@media (max-width: 750px) {

  blockquote {
    padding: 20px
  }
}

.theme-dark blockquote {
  background-color: #3a597a;
}

.has-overlay blockquote {
  background-color: #e3eef9;
  padding: 40px 100px;
  margin: 40px -60px;
}

@media (max-width: 750px) {

  .has-overlay blockquote {
    padding: 20px 40px;
    margin: 30px -40px
  }
}

blockquote p:first-child {
  margin-top: 0;
}

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

p {
    margin: 20px 0;
}

p:first-of-type {
  margin-top: 0;
}

img[align=left] {
  margin-right: 30px;
  margin-bottom: 30px;
}

@media (max-width: 750px) {

  img[align=left] {
    float: none
  }
}

img[align=right] {
  margin-left: 30px;
  margin-bottom: 30px;
}

@media (max-width: 750px) {

  .page-heading {
    margin-top: 0
  }
}

.page-description {
    margin-bottom: 20px;
}

.wisywig {
    //font-size: 16px;
}

.lead {
    color: #222222;
    background-color: #caecfb;
    border-left: 5px solid #12548e;
    padding: 25px 45px;
    margin: 20px 40px;
}

.lead--decor {
  color: white;
  background-image: url(/local/templates/mayak_2020/frontend/assets/css/../images/decor4.png);
}

@media (max-width: 750px) {

  .lead {
    margin: 20px 0;
    padding: 20px
  }
}

.source {
    color: #888888;
    font-size: 0.938rem;
    margin-top: 40px;
}

@media (max-width: 750px) {

  .source {
    margin-top: 30px
  }
}

.layout {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.layout.is-shown {
  visibility: visible;
  opacity: 0.5;
}

.go-back {
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 20px;
}

@media (max-width: 750px) {

  .go-back {
    font-size: 13px
  }
}

.go-back:hover {
  color: #2d70bb;
}

.go-back__icon {
  margin-right: 10px;
}

.go-back__icon * {
  fill: currentColor !important;
}

.go-back__label {}

.table-wrapper {
    max-width: 100%;
    overflow-x: auto;
}

.partial-text:not(.is-expanded) .partial-text__hidden {
  display: none;
}

.show-more {
    display: inline-block;
    color: #12548e;
    cursor: pointer;
    font-weight: 500;
    margin-top: 20px;
}

.show-more__text {
  display: inline-block;
  border-bottom: 1px dashed;
}

.show-more__text .active {
  display: none;
}

.show-more.is-expanded .show-more__text .active {
  display: block;
}

.show-more__text .unactive {
  display: block;
}

.show-more.is-expanded .show-more__text .unactive {
  display: none;
}

.show-more__icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  height: 11px;
  width: 13px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.show-more.is-expanded .show-more__icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.show-more__icon * {
  fill: currentColor !important;
}

.block {
    margin-top: 30px;
}

.block:not(:last-child) {
  margin-bottom: 60px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .block:not(:last-child) {
    margin-bottom: 35px
  }
}

@media (max-width: 750px) {

  .block:not(:last-child) {
    margin-bottom: 20px
  }
}

.block__title {
  margin-top: 0;
  margin-bottom: 20px;
}

.double-image a {
  max-width: calc(50% - 15px);
  margin-bottom: 30px;
  float: left;
}

@media (max-width: 750px) {

  .double-image a {
    margin-bottom: 15px;
    max-width: calc(50% - 7px)
  }
}

.double-image a:nth-child(odd) {
  margin-right: 15px;
}

@media (max-width: 750px) {

  .double-image a:nth-child(odd) {
    margin-right: 7px
  }
}

.double-image a:nth-child(even) {
  margin-left: 15px;
}

@media (max-width: 750px) {

  .double-image a:nth-child(even) {
    margin-left: 7px
  }
}

.icon-row {
    margin: 9px 0;
}

.icon-row .i-icon * {
  fill: #12548e
}

.no-select {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/*empty*/

input {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
}

select, input, button, textarea, [type='submit'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border-radius: 0;
    font-family: inherit;
}

textarea {
    width: 100%;
    resize: vertical;
    padding: 15px;
}

button {
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    background-color: transparent;
}

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

.form {
    margin-left: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

@media (max-width: 750px) {

  .form {/*margin-left: 0;*/
  }
}

.form-block {
    position: relative;
}

.form-block__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
}

@media (max-width: 750px) {

  .form-block__icon {
    padding-right: 15px;
    width: 30px
  }
}

.form-block__icon .i-icon {
  width: 20px;
  height: 20px;
  vertical-align: text-top;
}

@media (max-width: 750px) {

  .form-block__icon .i-icon {
    width: 15px;
    height: 15px
  }
}

.form-block__error {
  color: #db3d27;
  font-weight: 500;
  margin-top: 10px;
  display: none;
}

.form-block__error::before {
  content: '!';
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 100%;
  margin-right: 10px;
  text-align: center;
}

.form-block--icon .form-input {
  padding-right: 40px;
}

.form-block > label {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.form-block textarea {
  padding: 15px;
  height: 230px;
}

.form-block.invalid .form-block__error {
  display: block;
}

.form-block.invalid .form-input {
  border-color: #db3d27;
}

.form-input:hover {
    border-color: #003274;
}


.mobal__body .form-input,
.feedback__form .form-input {
    border-radius: 10px;
}

.form-input {
    width: 100%;
    background-color: #fff;
    color: #003274;
    border: 1px solid #b9b9b9;
    border-radius: 100px;
    height: 40px;
    padding: 0 15px;
}

@media (max-width: 750px) {

  .form-input {
    height: 35px
  }
}

.form-input::-webkit-input-placeholder {
  color: #888888;
  opacity: 1;
}

.form-input:-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.form-input::-ms-input-placeholder {
  color: #888888;
  opacity: 1;
}

.form-input::placeholder {
  color: #888888;
  opacity: 1;
}

.form-input:focus {
  outline: 0;
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    margin-left: -30px;
}

.form-row:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 751px) and (max-width: 1450px) {

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

@media (max-width: 750px) {

  .form-row {
    display: block
  }
}

.form-row .form-block {
  width: 100%;
  max-width: 100%;
  margin-left: 30px;
  margin-bottom: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 750px) {

  .form-row .form-block:not(:last-child) {
    margin-bottom: 10px
  }
}

.form-row--errors {
  display: block;
}

.form-row--alerts {
  margin-left: 0;
}

.form-row--alerts .alert {
  margin: 0;
}

@media (max-width: 750px) {

  .form-row--confirm {
    display: block
  }
}

@media (min-width: 1171px) {

  .form-row--2 .form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 30px);
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px)
  }
}

.checkbox-simple {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    min-height: 18px;
}

@media (max-width: 750px) {

  .checkbox-simple {
    min-height: 15px
  }
}

@media (max-width: 750px) {

  .checkbox-simple {
    padding-left: 25px
  }
}

.checkbox-simple input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 750px) {

  .checkbox-simple input {
    width: 15px;
    height: 15px
  }
}

.checkbox-simple input:checked + .checkbox-simple__emulator .i-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox-simple__emulator {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background-color: #fff;
  border: 1px solid transparent;
}

@media (max-width: 750px) {

  .checkbox-simple__emulator {
    width: 15px;
    height: 15px;
    line-height: 13px
  }
}

.checkbox-simple__emulator .i-icon {
  width: 15px;
  height: 15px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox-simple__emulator .i-icon path {
  fill: white;
}

.invalid .checkbox-simple__emulator {
  border-color: #db3d27;
}

.checkbox-simple__label {
  font-size: 14px;
  display: block;
  color: white;
}

@media (max-width: 1450px) {

  .checkbox-simple__label {
    font-size: 13px
  }
}

.checkbox-simple__label a {
  color: #2d70bb;
}

.checkbox-simple__label-note {
  display: inline-block;
  margin-top: 10px;
  color: #999999;
}

.radio-simple {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
}

.radio-simple input {
  display: none;
}

.radio-simple input:checked + .radio-simple__check::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.radio-simple__check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  position: relative;
  background-color: #fff;
  display: inline-block;
  margin-right: 15px;
}

.radio-simple__check::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: white;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.radio-simple__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*All components*/

.about__slider {
  margin: 40px 0;
}

@media (max-width: 1450px) {

  .about__slider {
    margin: 15px 0
  }
}

.alert:not(:last-child) {
  margin-bottom: 15px;
}


/******* breadcrumbs *********/

/* Menu container */
.breadcrumbs {

    font-size: 16px;
    overflow: hidden;
    margin-bottom: 50px;
    width: 100%;
    background-color: white;
    border-bottom: solid 1px #025EA1;
}

@media (max-width: 1450px) {
	.breadcrumbs {
		font-size: 12px;
	}
}

/* Menu */
.breadcrumbs ul {
    display: flex; /* A key part of our menu, displays items side by side, and allows reversing them */
    flex-direction: row-reverse; /* Reverse the items */
    /* Reset styles, overwrite browser defaults */
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.breadcrumbs ul li {
    margin: 0;
}

.breadcrumbs  ul li a {
    display: inline-block;
    font-size: 0.9em;
    /* font-weight: 600; */
    padding: 10px 50px 10px 75px;
    margin-left: -40px;
    color: white;
    background-color: #025EA1;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0 0px 150px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Hover event */
.breadcrumbs ul li:hover a {
    background-color: #003274;
}

/* Remove the shadow for first item, last in the right side when it gets reversed */
.breadcrumbs ul li:first-child a {
    box-shadow: none;
}

/* Active item is a bit different */
.breadcrumbs ul li.active a {
    color: #025EA1;
    background-color: white;
}

/* Remove the shadow for the active's next item, to match the design more accurately */
.breadcrumbs ul li.active + li a {
 /*   box-shadow: none; */
}


/************** breadcrumbs end ********************/

h1.page-heading {
    margin: 0px;
}



/*

.breadcrumbs {
    margin: 40px 0;
    color: #c0c0c0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
	position: absolute;
}

.sides .breadcrumbs {
  margin-top: 0;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .breadcrumbs {
    margin: 30px 0
  }
}

@media (max-width: 750px) {

  .breadcrumbs {
    display: none
  }
}

.breadcrumbs__item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  color: #6a6a6a;
}

.breadcrumbs__item:not(:last-child)::after {
  content: '>';
  margin: 0 5px
}

.breadcrumbs__link {
  color: #12548e;
  text-decoration: underline;
}

.breadcrumbs__link:hover {
  text-decoration: none
}

*/

.btn {
    padding: 10px 30px;
    background-color: #1d7dd2;
    font-size: 14px;
    font-weight: 500;
    color: white;
    text-decoration: none !important;
    border: 0;
    border-radius: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: inline-block;
    cursor: pointer;
    min-width: 130px;
    text-align: center;
    white-space: nowrap;
}

@media (max-width: 750px) {

  .btn {
    font-size: 13px;
    padding: 11px 15px;
    min-width: 110px
  }
}

.btn:hover {
  background-color: #085ca7;
}

.btn:hover .btn__icon {
  -webkit-animation: wiggle .7s;
  animation: wiggle .7s;
}

/*
.btn:first-letter {
  text-transform: uppercase;
}
*/

.btn__icon {
  width: 8px;
  height: 8px;
  margin-left: 3px;
}

.btn--thin {
  padding: 7px 27px;
}

.btn--blue {
  border: 2px solid currentColor;
  color: #0d66c0;
}

.btn--blue:hover {
  background-color: white;
}

.btn--lightblue {
  background-color: #1d7dd2;
}

.btn--white {
  background-color: white;
  border: 2px solid currentColor;
  color: #12548e;
}

.btn--white .btn__icon * {
  fill: currentColor;
}

.btn--white:hover {
  color: white;
  border-color: transparent;
}

.btn--no-border {
  border: 0;
}

.btn--transparent {
  background-color: transparent;
}

.btn--black {
  border: 2px solid white;
  color: white;
  background-color: rgba(42, 58, 68, 0.74);
}

.btn--black:hover {
  background-color: white;
  color: #222222;
}

.btn--red {
  background-color: #db3d27;
}

.btn--red:hover {
  background-color: #bd2713;
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(3px);
                transform: translateX(3px);
    }
    100% {
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

.pickmeup {
    z-index: 2;
}

.company-card {
    height: 165px;
    position: relative;
    padding: 30px 40px;
    background-image: url('/local/templates/mayak_2020/frontend/assets/css/../images/decor2.png');
    background-size: cover;
    background-position: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

@media (max-width: 750px) {

  .company-card {
    height: 78px;
    padding: 15px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.company-card:hover {
  opacity: 0.7;
}

.company-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.company-card__title {
  font-size: 18px;
  font-weight: 500;
  color: white;
}

@media (max-width: 750px) {

  .company-card__title {
    font-size: 15px
  }
}

.company-card__icon-wrap {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

@media (max-width: 750px) {

  .company-card__icon-wrap {
    right: 20px;
    bottom: auto;
    position: static;
    width: 33px;
    height: 33px
  }
}

.company-card__icon {
  display: block;
}

@media (max-width: 1450px) {

  .company-part {
    max-width: 160px
  }
}

@media (max-width: 750px) {

  .company-part {
    max-width: 100%
  }
}

.company-part__title {
  color: white;
  background-color: #11538d;
  padding: 10px 12px;
  font-weight: 500;
}

.company-part__table {
  width: 100%;
  border-spacing: 0;
}

.company-part__table tr:nth-child(odd) {
  background-color: #c4e3f7;
}

.company-part__table tr:nth-child(even) {
  background-color: #82c3ed;
}

.company-part__table td {
  width: 50%;
  padding-top: 1px;
  padding-bottom: 1px;
}

.company-part__table td:first-child {
  font-weight: 500;
  padding-left: 12px;
}

.company-programs {
    margin-bottom: 100px;
}

@media (max-width: 750px) {

  .company-programs {
    margin-bottom: 40px
  }
}

.company-programs__heading {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px; 
  color: #222222;
  padding-top: 20px;
}

@media (max-width: 750px) {

  .company-programs__heading {
    font-size: 18px;
    margin-bottom: 15px
  }
}

.company-programs__body {}

.contacts-blocks {
    padding: 15px 40px;
    border: 2px solid #eef2f5;
}

@media (max-width: 750px) {

  .contacts-blocks {
    padding: 0
  }
}

.contacts-blocks .contacts-block {
  margin: 0;
  border: 0;
}

.contacts-blocks .contacts-block:not(:last-child) {
  border-bottom: 1px solid #eef2f5;
}

.contacts-blocks .contacts-block__col:first-child {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.contacts-blocks .contacts-block__col:last-child {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-left: auto;
}

.contacts-blocks--col-3 .contacts-block__col {
  -webkit-flex-basis: 33.33% !important;
  -ms-flex-preferred-size: 33.33% !important;
  flex-basis: 33.33% !important;
}

.contacts-block {
    border: 2px solid #eef2f5;
    padding: 20px 25px;
    margin: 25px 0;
}

@media (min-width: 751px) {

  .contacts-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 750px) {

  .contacts-block {
    margin: 15px 0
  }
}

.contacts-block__col {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  line-height: 1.7;
}

@media (min-width: 751px) {

  .contacts-block__col:not(:last-child) {
    padding-right: 20px
  }
}

@media (max-width: 750px) {

  .contacts-block__col:not(:last-child) {
    margin-bottom: 8px
  }
}

.contacts-block__col .i-icon {
  color: #005198;
}

.contacts-block__title {
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 750px) {

  .contacts-block__title br {
    display: none
  }
}

.contacts-page__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

@media (max-width: 750px) {

  .contacts-page__main {
    display: block
  }
}

.contacts-page__main .icon-row {
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  margin-top: 0;
}

.contacts-page__main .icon-row:first-child {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.contacts-page__subs {
  margin-top: 40px;
}

.develop-wrap {
    margin-bottom: 50px;
}

.develop-wrap .develop-card {
  margin-bottom: 30px;
}

@media (max-width: 750px) {

  .develop-wrap .develop-card:last-child {
    margin-bottom: 0
  }
}

.develop-card {
    height: 245px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px;
    padding-right: 30px;
    background-color: #12548e;
}

.develop-card--placeholder {
  background-size: auto;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .develop-card {
    height: 205px;
    padding: 40px;
    padding-right: 20px
  }
}

@media (max-width: 750px) {

  .develop-card {
    height: 170px;
    padding: 35px;
    padding-right: 15px
  }
}

.develop-card__title {
  color: white;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.3;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .develop-card__title {
    font-size: 20px
  }
}

@media (max-width: 750px) {

  .develop-card__title {
    font-size: 17px
  }
}

.expand {
    border: 2px solid rgb(230,230,230);
    background: rgba(108,172,228, 0.1);
    border-radius: 5px;
    margin: 15px 0;
}

.expand__top {
  padding: 20px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media (max-width: 750px) {

  .expand__top {
    padding: 15px 25px
  }
}

.expand__body {
  display: none;
  padding: 20px 40px;
  padding-left: 95px;
  padding-top: 0;
}

@media (max-width: 750px) {

  .expand__body {
    padding-left: 25px;
    padding-right: 25px
  }
}

.is-expanded .expand__body {
  display: block;
}

.expand__body ul {
  margin: 0;
  padding: 0px;
}

.expand__body ul li {
/*  padding-left: 15px; */
    margin-bottom: 10px;
}

/*.expand__body ul li::before {
  content: '>';
  font-size: 10px;
  height: auto;
  background: none;
  top: 3px;
  width: 15px;
}
*/

.expand__body a {
  color: #12548e;
/*  text-decoration: underline; */
}

.expand__body a:hover {
  text-decoration: none;
}

.expand__label {
  font-weight: 500;
  text-transform: uppercase;
  color: #003274;
  padding-left: 55px;
  position: relative;
}

@media (max-width: 750px) {

  .expand__label {
    padding-left: 35px
  }
}

.expand__label::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: #12548e;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 750px) {

  .expand__label::before {
    width: 15px
  }
}

.expand__icon {
  margin-left: auto;
}

.expand__icon .i-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.is-expanded .expand__icon .i-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.expand__icon .i-icon * {
  fill: #12548e;
}

.faq-item {
    margin: 5px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: relative;
    -webkit-box-shadow: 0 0 0 1px #12548e;
            box-shadow: 0 0 0 1px #12548e;
}

.faq-item:hover {
  -webkit-box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.19);
  z-index: 2;
}

.faq-item.is-opened .faq-item__body {
  display: block;
}

.faq-item.is-opened .faq-item__cross {
  color: #12548e;
}

.faq-item.is-opened .faq-item__cross::before {
  opacity: 0;
}

.faq-item__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 45px;
  background-color: white;
  cursor: pointer;
}

@media (max-width: 750px) {

  .faq-item__top {
    padding: 15px
  }
}

.faq-item__top:hover .faq-item__cross {
  color: #12548e;
}

.faq-item__body {
  padding: 35px 45px;
  padding-top: 0;
  background-color: white;
  display: none;
  overflow: hidden;
}

@media (max-width: 750px) {

  .faq-item__body {
    padding: 15px;
    padding-top: 0
  }
}

.faq-item__label {
  font-size: 18px;
  font-weight: 500;
  margin-right: 15px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .faq-item__label {
    font-size: 16px
  }
}

@media (max-width: 750px) {

  .faq-item__label {
    font-size: 14px
  }
}

.faq-item__cross {
  margin-left: auto;
  width: 20px;
  height: 20px;
  position: relative;
  color: #c2c2c2;
}

@media (max-width: 750px) {

  .faq-item__cross {
    width: 15px;
    height: 15px
  }
}

.faq-item__cross::after, .faq-item__cross::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.faq-item__cross::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.file-change {
    margin-bottom: 40px;
}

.file-change__form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: -30px;
}

@media (max-width: 750px) {

  .file-change__form-wrap {
    display: block;
    margin-left: 0
  }
}

.file-change__form-left {
  max-width: 780px;
  margin-right: 35px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (max-width: 750px) {

  .file-change__form-left {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px
  }
}

.file-change__form-right {
  width: 325px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

@media (max-width: 750px) {

  .file-change__form-right {
    width: 100%
  }
}

.file-change__heading {
  font-size: 30px;
  top: -85px;
  position: absolute;
  left: 30px;
}

@media (max-width: 750px) {

  .file-change__heading {
    position: static;
    font-size: 20px;
    margin-bottom: 15px
  }
}


.gallery-card {
    position: relative;
}

.gallery-card__link {
  text-decoration: none;
  color: inherit;
}

.gallery-card__link:hover {
  text-decoration: none;
}

.gallery-card__link:hover .gallery-card__image-wrap::after {
  opacity: 0.2;
}

.gallery-card__info {
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  z-index: 2;
}

.gallery-card__title {
  font-weight: 500;
}

.gallery-card__date {
  font-size: 0.9em;
}

.gallery-card__image-wrap {
  height: 190px;
  position: relative;
}

.gallery-card__image-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.gallery-card__image {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
}

header {
    background: #fff;
    height: 180px;
    position: relative;
    z-index: 820;
    /*padding: 15px 0;*/
    border-bottom: 1px solid #e0e7ea;
    margin-bottom: 0px;
}

@media (max-width: 750px) {

  .header {
    height: 150px;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: calc(8.3333% * 3);
  min-height: 160px;
}

@media (max-width: 1450px) {

  .header__wrap {
    min-height: 120px
  }
}

@media (min-width: 751px) and (max-width: 1450px) {

  .header__wrap {
    padding-left: 140px
  }
}

@media (max-width: 750px) {

  .header__wrap {
    min-height: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.header__logo {
  width: calc(8.3333% * 2);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .header__logo {
    width: 110px
  }
}

@media (max-width: 750px) {

  .header__logo {
    position: static;
    width: auto;
    margin-right: 15px
  }
}

.header__logo a {
  display: block;
  max-width: 100%;
  height: 100%;
}

.header__logo img {
  display: block;
}

.header__nav {
  margin-top: auto;
  min-height: 0;
  max-width: 69%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1450px) {

  .header__nav {
    padding-left: 0
  }
}

@media (max-width: 750px) {

  .header__nav {
    margin-top: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    max-width: none
  }
}

@media (max-width: 1450px) {

  .header__nav-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 50px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

@media (max-width: 750px) {

  .header__nav-right {
    width: 35px
  }
}

.header__burger {
  position: relative;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 500;
  color: #12548e;
  cursor: pointer;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.header__burger:hover {
  color: #db3d27;
}

.header__burger-lines {
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  position: relative;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .header__burger-lines {
    margin-left: -10px
  }
}

.header__burger-text {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 1450px) {

  .header__burger-text {
    display: none
  }
}

.header__burger-line {
  width: 20px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: currentColor;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@media (max-width: 750px) {

  .header__burger-line {
    width: 15px;
    right: auto
  }
}

.header__burger-line:nth-child(1) {
  top: 10px;
}

.header__burger-line:nth-child(3){
  top: -10px;
}

.header__note {
  color: #2d70bb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1450px) {

  .header__note {
    font-size: 11px;
    width: 87%;
    padding-left: 50px
  }
}

@media (max-width: 750px) {

  .header__note {
    display: none
  }
}

@media (max-width: 1450px) {

  .header__note br {
    display: none
  }
}

.header__search {
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  color: rgb(185, 185, 185);
}

.header__search:hover {
  color: #222222;
}

@media (max-width: 1450px) {

  .header__search {
    min-width: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -10px
  }
}

@media (max-width: 750px) {

  .header__search {
    display: none
  }
}

.header__search-icon * {
  fill: currentColor;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header__lang {
  font-size: 14px;
  margin-left: auto;
}

@media (max-width: 1450px) {

  .header__lang {
    font-size: 13px
  }
}

@media (max-width: 750px) {

  .header__lang {
    margin-left: 0
  }
}

.header__lang-item {
  margin-left: 5px;
}

.header__lang-item[href] {
  text-decoration: underline;
}

.header__lang-item[href]:hover {
  text-decoration: none;
}

@media (max-width: 1450px) {

  .header__lang-item:not([href]) {
    display: none
  }
}

.header__actions {
  margin-left: auto;
  margin-top: auto;
  text-align: right;
}

@media (max-width: 750px) {

  .header__actions {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 750px) {

  .header__action {
    margin-left: 10px;
    position: absolute;
    right: 10px;
    top: 86px;
    margin: 0px;
  }
}

.header__phone-wrap {
  margin-bottom: 10px;
}

@media (max-width: 750px) {

  .header__phone-wrap {
    margin-bottom: 0
  }
}

.header__phone {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .header__phone {
    font-size: 16px
  }
}

@media (max-width: 750px) {

  .header__icon {
    background-color: #1a67c7;
    font-size: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    min-width: 0;
    padding: 0;
    display: block;
    text-align: center;
    line-height: 30px
  }
}

.header__icon--dark {
  background-color: #11407b;
}

.header__icon .i-icon {
  display: none;
}

@media (max-width: 750px) {

  .header__icon .i-icon {
    display: inline-block;
    width: 14px;
    height: 14px
  }
}

.header__icon .i-icon * {
  fill: white;
}

.history-block {
    position: relative;
    color: white;
    padding: 50px 100px;
    padding-left: 0;
    margin: 35px 0;
}

@media (max-width: 1450px) {

  .history-block {
    padding: 35px 0;
    margin: 25px 0
  }
}

@media (max-width: 750px) {

  .history-block {
    padding: 20px 0
  }
}

.history-block::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-image: url(/local/templates/mayak_2020/frontend/assets/css/../images/decor5.png);
  background-size: cover;
  right: 0;
  left: -100px;
  z-index: -1;
}

@media (max-width: 1450px) {

  .history-block::before {
    left: -20px;
    right: -20px
  }
}

@media (min-width: 751px) {

  .history-block__images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -3px
  }
}

.history-block__image-wrap {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (min-width: 751px) {

  .history-block__image-wrap {
    width: 33.33%;
    margin-left: 3px
  }
}

@media (max-width: 750px) {

  .history-block__image-wrap:not(:last-child) {
    margin-bottom: 15px
  }
}

.history-block__image-wrap:hover {
  opacity: 0.8;
}

.history-block__image {
  display: block;
}

@media (max-width: 750px) {

  .history-block__image {
    margin: auto
  }
}

.history-block__title {
  margin: 0;
}

.history-block__quote {
  padding-left: 40px;
  font-weight: 500;
}

@media (max-width: 750px) {

  .history-block__quote {
    padding-left: 0
  }
}

.history-block__btn-wrap {
  margin-top: 25px;
}

@media (max-width: 750px) {

  .history-block__btn-wrap {
    margin-top: 20px
  }
}

@media (max-width: 750px) {

  .history-block__btn {
    width: 100%
  }
}

.index-develop {
    margin-top: -215px;
    position: relative;
    top: 40px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-develop {
    margin-top: -185px;
    top: 85px
  }
}

@media (max-width: 750px) {

  .index-develop {
    margin-top: 30px;
    padding-bottom: 30px;
    top: 0
  }
}

.index-news {
    padding: 80px 100px;
    margin-top: -50px;
    margin-right: -1000px;
    padding-right: 1000px;
    background-color: white;
    position: relative;
    z-index: 2;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-news {
    margin-top: -30px;
    margin-right: -20px;
    padding: 50px 60px
  }
}

@media (max-width: 750px) {

  .index-news {
    margin: 0 -20px;
    padding: 40px 20px
  }
}

.index-news__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 750px) {

  .index-news__top {
    display: block
  }
}

.index-news__heading {
  margin: 0;
}

.index-news__tabs {
  min-width: 0;
}

.index-news__tab-links {
  margin-left: 35px;
}

@media (max-width: 750px) {

  .index-news__tab-links {
    margin-left: 0;
    margin-top: 10px
  }
}

.index-news__body {
  margin-top: 25px;
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; */
  display: block; 
}

@media (max-width: 750px) {

  .index-news__body {
    display: block;
    position: relative
  }
}

.index-news__messenger {
/*  margin-left: 30px; 
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px; */
    width: 24%;
    display: inline-table;
    margin: 0 1% 0 0%;
}

@media (max-width: 750px) {

  .index-news__messenger {
    margin-left: 0;
    position: initial;
    right: -20px;
    top: 10px;
    z-index: 1;
    /* display: none; */
    width: 100%;
    /* height: 60px; */
    display: inline-table;
    /* margin: 0 1% 0 1%; */
  }
}

.vestnik {
/*    background-color: #ea3426; */
    background-color: #025EA1;
    display: block;
    text-decoration: none;
    padding: 5px;
/*    height: 190px; */
    position: relative;
    margin-top: 10px;
/*    background-image: url(/local/templates/mayak/frontend/assets/images/decor7.png); */
    background-size: cover;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .vestnik {
/*    height: 160px */
  }
  .vestnik__label {
    display: none;
  }
}

@media (max-width: 750px) {

  .vestnik {
    height: 55px;
    padding: 5px;
    /* background-color: #ea3426; */
    background-color: #025EA1;
    display: block;
    text-decoration: none;
    position: relative;
    margin-top: 3px;
/*    background-image: url(/local/templates/mayak/frontend/assets/images/decor7.png); */ 
    background-size: cover;
  }
}

.vestnik__img {
/*  margin-top: 15px; */
  display: block;
  max-height: 80px;
}

@media (max-width: 750px) {

  .vestnik__img {
    /* margin-top: 15px; */
    display: block;
    max-height: 100%;
  }
}

.vestnik__label {
  position: absolute;
  /* left: 15px; */
  /* bottom: 15px; */
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  opacity: 0.9;
  right: 20px;
  top: 30px;
  border: solid 2px white;
  padding: 5px;
}

@media (max-width: 750px) {

  .vestnik__label {
    position: absolute;
    /* left: 15px; */
    /* bottom: 15px; */
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    opacity: 0.9;
    right: 0px;
    top: 0px;
    border: solid 2px white;
    padding: 5px;
    margin: 14px;
  }
}

@media (min-width: 1171px) {

  .index-products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.index-products__left {
  position: relative;
  z-index: 2;
  background-color: white;
}

@media (min-width: 1171px) {

  .index-products__left {
    width: calc(8.3333% * 4);
    min-width: calc(8.3333% * 4);
    margin-right: 30px;
    margin-left: -20px;
    padding-left: 20px
  }
}

@media (max-width: 750px) {

  .index-products__left {
    display: block;
    background-color: transparent;
    width: 100%;
  }
}

/*
.index-products__left::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
  background-color: rgba(255, 255, 255, 0.8196078431372549);
}

@media (max-width: 1450px) {

  .index-products__left::before {
    display: none
  }
}
*/

.index-products__right {
  min-width: 0;
  margin-top: 15px;
}

@media (max-width: 1450px) {

  .index-products__right {
    margin-top: 110px
  }
}

@media (max-width: 750px) {

  .index-products__right {
    margin-top: 30px
  }
}

.index-products__heading {
  margin: 0;
}

@media (min-width: 1171px) {

  .index-products__heading {
    margin-bottom: 15px
  }
}

@media (max-width: 750px) {

  .index-products__heading {
    margin-bottom: 10px
  }
}

.index-products__text {
  font-size: 16px;
  color: #666666;
}

@media (max-width: 1450px) {

  .index-products__text {
    font-size: 15px
  }
}

@media (max-width: 750px) {

  .index-products__text {
    font-size: 14px
  }
}

@media (max-width: 750px) {

  .index-products__text br {
    display: none
  }
}

/*
.index-products__link {
  margin-top: 35px;
}

@media (max-width: 1450px) {

  .index-products__link {
    margin-top: 10px
  }
}
*/



@media (max-width: 1450px) {

  .index-products__link a {
    font-size: 15px
  }
}

@media (max-width: 750px) {

  .index-products__link a {
    font-size: 10px
  }
}

.index-section {
    position: relative;
}

.index-section--blue {
  background-color: #caecfb;

}

.index-section--products {
  padding: 130px 0;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-section--products {
    padding-top: 155px;
    padding-bottom: 100px
  }
}

@media (max-width: 750px) {

  .index-section--products {
    padding: 40px 0;
    background-color: #caecfb
  }
}

.index-tiles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-tiles {
    margin-top: 50px
  }
}

@media (max-width: 750px) {

  .index-tiles {
    margin-top: 35px;
    display: block
  }
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-tiles__left {
    -webkit-flex-basis: calc(8.3333% * 7);
    -ms-flex-preferred-size: calc(8.3333% * 7);
    flex-basis: calc(8.3333% * 7);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-tiles__right {
    width: auto
  }
}

.index-tiles__heading {
  margin-top: 0;
  margin-bottom: 25px;
}

@media (max-width: 1450px) {

  .index-tiles__heading {
    margin-bottom: 15px
  }
}

.index-tiles__subtext {
  font-size: 16px;
  color: #666666;
}

@media (max-width: 1450px) {

  .index-tiles__subtext br {
    display: none
  }
}

@media (max-width: 750px) {

  .index-tiles__subtext {
    font-size: 14px
  }
}

.index-tiles__history {
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 8.3333%;
  position: relative;
  height: 430px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-tiles__history {
    padding-left: 20px;
    padding-top: 30px;
    margin-left: -20px;
    margin-top: 25px;
    height: 285px
  }
}

@media (max-width: 750px) {

  .index-tiles__history {
    padding: 20px 0;
    margin-left: -20px;
    margin-top: 20px;
    padding-left: 20px;
    height: auto
  }
}

.index-tiles__history::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100vw;
  z-index: 0;
  background-color: white;
}

@media (max-width: 750px) {

  .index-tiles__history::after {
    display: none
  }
}

.index-tiles__history-bg {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
  background-image: url('/local/templates/mayak_2020/frontend/assets/css/../images/decor.png');
  background-attachment: fixed;
  margin-left: calc(100% - 50vw);
}

@media (max-width: 1450px) {

  .index-tiles__history-bg {
    margin-left: 0
  }
}

@media (max-width: 750px) {

  .index-tiles__history-bg {
    z-index: 1
  }
}

.index-tiles__history-block {
  position: relative;
  z-index: 2;
  color: white;
}

@media (max-width: 750px) {

  .index-tiles__history-block {
    padding-left: 50px
  }
}

.index-tiles__history-logo {
  margin-bottom: 20px;
  width: 40px;
}

@media (max-width: 1450px) {

  .index-tiles__history-logo {
    margin-bottom: 0
  }
}

@media (max-width: 750px) {

  .index-tiles__history-logo {
    position: absolute;
    left: 0;
    top: 0
  }
}

.index-tiles__history-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 1450px) {

  .index-tiles__history-title {
    font-size: 22px;
    margin-bottom: 5px
  }
}

@media (max-width: 750px) {

  .index-tiles__history-title {
    font-size: 19px
  }
}

.index-tiles__history-text {
  font-size: 14px;
}

@media (max-width: 1450px) {

  .index-tiles__history-text {
    opacity: 0.8
  }
}

@media (max-width: 750px) {

  .index-tiles__history-text {
    font-size: 13px
  }
}

@media (max-width: 1450px) {

  .index-tiles__history-text br {
    display: none
  }
}

.index-tiles__company {
  position: relative;
  z-index: 2;
}

.index-tiles__company-img {
    float: right;
}

@media (max-width: 750px) {

  .index-tiles__company {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0
  }
}

.index-tiles__company-text {
  padding: 30px 50px;
}

@media (max-width: 1450px) {

  .index-tiles__company-text {
    padding: 20px 30px
  }
}

@media (max-width: 750px) {

  .index-tiles__company-text {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    padding: 20px 0
  }
}

.main-nav {
    font-size: 0;
}

@media (max-width: 750px) {

  .main-nav {
    display: none
  }
}

.main-nav__item {
  display: inline-block;
  width: 50%;
  margin-top: 5px;
}

.main-nav__link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
  color: #12548e;
}

@media (max-width: 1450px) {

  .main-nav__link {
    font-size: 14px
  }
}

.main-nav__link:hover {
  text-decoration: none;
}

.main-slider__slide {
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .main-slider__slide {
    height: 350px
  }
}

@media (max-width: 750px) {

  .main-slider__slide {
    height: 180px
  }
}

.main-slider__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.main-slider__bg img {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}

.main-slider__bg img:first-child {
 /*   right: 0px; */
}

.main-slider-baner img:first-child {
 /*   z-index: 20; */
}

.main-slider__block {
    position: relative;
    z-index: 2;
    color: white;
    width: 40%;
/*    padding-bottom: 100px; */

}

@media (max-width: 750px) {
	.main-slider__block {
		padding-bottom: 0px;
	}
}

.main-slider__heading {
    font-size: 55px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 15px;
}

@media (max-width: 1450px) {

  .main-slider__heading {
    font-size: 40px;
    line-height: 48px
  }
	.main-slider__block {
		width: 70%;
        padding-bottom: 0px;
	}

}

@media (max-width: 750px) {

  .main-slider__heading {
    font-size: 30px;
    line-height: 36px
  }
}

.main-slider__text {
  font-size: 17px;
  margin-bottom: 30px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .main-slider__text {
    font-size: 15px;
    margin-bottom: 20px
  }
}

@media (max-width: 750px) {

  .main-slider__text {
    display: none
  }
}

.main-slider__navigation {
  position: relative;
  bottom: 70px;
  left: 0;
  right: 0;
  z-index: 3;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .main-slider__navigation {
    bottom: 50px
  }
}

@media (max-width: 750px) {

  .main-slider__navigation {
    bottom: 30px
  }
}

.main-slider__navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-slider__navigation-wrap .slider__buttons {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main-slider__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-slider__pagination-bullet {
  font-size: 12px;
  color: white;
  width: 15px;
  height: 15px;
  line-height: 38px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
/*  min-width: 40px; */
  border: 1px solid;
  border-radius: 100%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  opacity: 0.5;
}

@media (max-width: 1450px) {

  .main-slider__pagination-bullet {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 28px
  }
}

@media (max-width: 1450px) {

  .main-slider__pagination-bullet {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }
}

.main-slider__pagination-bullet--active {
/*  font-size: 14px;
  font-weight: 500;
  background-color: #12548e;
  border-color: transparent;
*/
	opacity: 1;
}

.main-slider__pagination-bullet:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 1450px) {

  .main-slider__pagination-bullet:not(:last-child) {
    margin-right: 30px
  }
}

@media (max-width: 750px) {

  .main-slider__pagination-bullet:not(:last-child) {
    margin-right: 20px
  }
}

/*
.main-slider__pagination-bullet:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 47px;
  margin-left: 7px;
  border-bottom: 1px dashed white;
}

@media (max-width: 1450px) {

  .main-slider__pagination-bullet:not(:last-child)::after {
    width: 17px
  }
}

*/

@media (max-width: 750px) {

  .media-tile {
    margin-left: -10px
  }
}

.index-section  .media-tile {
  /* margin-top: -55px; */
  margin-bottom: 50px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .index-section  .media-tile {
    margin-top: -50px;
    margin-bottom: 55px
  }
}

@media (max-width: 750px) {

  .index-section  .media-tile {
    margin-top: 0;
    margin-bottom: 40px
  }
}

.media-tile__item {
  float: left;
/*  width: calc(8.3333% * 3); */
   width: 50%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1450px) {

  .media-tile__item {
/*    width: calc(8.3333% * 4) */
  }
}

@media (max-width: 750px) {

  .media-tile__item {
  /*  width: calc(50% - 10px);
    -webkit-flex-basis: calc(50% - 10px);
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    margin-left: 10px;*/
    margin-bottom: 10px
  }
}

.media-tile__item:hover img {
  opacity: 0.7;
}

.media-tile__item::after {
  content: '';
  display: block;
  height: 150px;
}

@media (max-width: 1450px) {

  .media-tile__item::after {
    height: 125px
  }
}

@media (max-width: 750px) {

  .media-tile__item::after {
    height: 75px
  }
}

.media-tile__item img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media (min-width: 751px) {

  .media-tile__item--big::after {
    height: 300px
  }
}

@media (max-width: 1450px) {

  .media-tile__item--big::after {
    height: 250px
  }
}

@media (max-width: 750px) {

  .media-tile__item--big::after {
    height: 170px
  }
}

.media-tile__item--big .media-tile__icon {
  left: 20px;
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.media-tile__item--double {
/*  width: calc(8.3333% * 6); */
    width: 50%;
}

@media (max-width: 1450px) {

  .media-tile__item--double {
/*    width: calc(8.3333% * 8) */
    width: 50%;
  }
}

@media (max-width: 750px) {

  .media-tile__item--double {
 /*   width: calc(100% - 10px);
    -webkit-flex-basis: calc(100% - 10px);
    -ms-flex-preferred-size: calc(100% - 10px);
    flex-basis: calc(100% - 10px) */
  }
}

.media-tile__item--right{
  float: right;
}

@media (max-width: 1450px) {

  .media-tile__item--right{
/*    display: none */
  }
}

.media-tile__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #12548e;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-align: center;
  line-height: 33px;
}

.media-tile__text {
  font-size: 18px;
  color: white;
  left: 30px;
  bottom: 30px;
  position: absolute;
}

@media (max-width: 1450px) {

  .media-tile__text {
    font-size: 17px
  }
}

@media (max-width: 750px) {

  .media-tile__text {
    font-size: 15px;
    line-height: 22px;
    bottom: 15px;
    left: 20px
  }
}

.media-tile__text--small {
  font-size: 14px;
  right: 20px;
  bottom: 20px;
  left: auto;
}

@media (max-width: 1450px) {

  .media-tile__text--small {
    bottom: 15px
  }
}

@media (max-width: 750px) {

  .media-tile__text--small {
    right: 10px;
    bottom: 10px;
    font-size: 13px
  }
}

@media (max-width: 1450px) {

  .media-tile__text br {
    display: none
  }
}

.media_small {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: white;
    background: #12548e;
    padding: 5px;
    display: flex;
	cursor: pointer;
	z-index: 3;
}

.media_small-article__title {
    padding-right: 3px;
    padding-left: 5px;
}

.menu-popup {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    visibility: hidden;
}

.menu-popup__layout {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1450px) {

  .menu-popup {
    -ms-touch-action: none;
    touch-action: none
  }
}

.menu-is-opened .menu-popup {
  opacity: 1;
  visibility: visible;
}

.menu-popup__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
}

@media (max-width: 1450px) {

  .menu-popup__container {
    padding: 0
  }
}

.menu-popup__wrap {
  margin: 70px 0;
  padding-top: 95px;
  padding-bottom: 60px;
  position: relative;
  background-color: white;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

@media (max-width: 1450px) {

  .menu-popup__wrap {
    margin: 0
  }
}

@media (max-width: 750px) {

  .menu-popup__wrap {
    padding-bottom: 0;
    overflow: hidden
  }
}

@media (max-width: 750px) {

  .dropdown-shown .menu-popup__wrap {
    padding-top: 0
  }
}

.menu-is-opened .menu-popup__wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.menu-popup__item {
  line-height: 1;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.menu-popup__item:hover, .menu-popup__item.is-active {
  border-color: transparent;
}

.menu-popup__item:hover .menu-popup__link, .menu-popup__item.is-active .menu-popup__link {
  color: black;
  background-color: white;
}

.menu-popup__item:hover::after, .menu-popup__item.is-active::after {
  border-left: 3px solid currentColor;
}

.menu-popup__item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid white;
  display: none;
}

@media (max-width: 750px) {

  .menu-popup__item::after {
    display: block
  }
}

.menu-popup__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 0;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

@media (max-width: 750px) {

  .menu-popup__main {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

.menu-popup__bottom {
  margin-top: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.menu-popup__link {
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-decoration: none !important;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  padding: 15px  20px;
  padding-right: 30px;
  margin-right: -30px;
}

@media (max-width: 750px) {

  .menu-popup__link {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
  }
}

.menu-popup__dropdown {
  display: none;
}

.menu-popup__dropdown.is-active {
  display: block;
}

.menu-popup__dropdown-back {
  display: none;
  padding: 20px 40px;
  font-size: 17px;
  margin: 0 -40px;
}

@media (max-width: 750px) {

  .menu-popup__dropdown-back {
    display: block
  }
}

.menu-popup__sub-current {
  display: none;
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 500;
  margin: 0 -40px;
  margin-bottom: 20px;
  background-color: #e7f6fd;
}

@media (max-width: 750px) {

  .menu-popup__sub-current {
    display: block
  }
}

.menu-popup__dropdown-back-label {
  margin-left: 15px;
}

.menu-popup__dropdown-back-icon .cls-arrow-left-1 {
  fill: currentColor;
}

.menu-popup__sub-item {
  line-height: 1.2;
}

.menu-popup__sub-item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 750px) {

  .menu-popup__sub-item:not(:last-child) {
    margin-bottom: 25px
  }
}

.menu-popup__sub-link {
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: underline;
}

.menu-popup__sub-link:hover {
  text-decoration: none;
}

.menu-popup__sub-link:not([href]) {
  color: black;
  text-decoration: none;
}

.menu-popup__sub-list {
  margin: 0;
}

.menu-popup__sub-list li {
  padding-left: 20px;
}

.menu-popup__sub-list li::before {
  height: 1px;
  width: 7px;
}

.menu-popup__sub-list li a:not([href]) {
  color: #222222;
  text-decoration: none;
}

.menu-popup__left {
  position: relative;
  overflow: auto;
  padding-left: 100px;
  margin-top: -95px;
  padding-top: 95px;
  margin-bottom: -60px;
  padding-bottom: 60px;
  padding-right: 30px;
  background-color: #12548e;
}

@media (max-width: 1450px) {

  .menu-popup__left {
    padding-left: 45px
  }
}

@media (max-width: 750px) {

  .menu-popup__left {
    padding-left: 15px;
    margin-bottom: -85px;
    padding-bottom: 85px;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
  }
}

.menu-popup__left::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #12548e;
}

.menu-popup__left::-webkit-scrollbar-thumb {
  background: white;
}

@media (max-width: 750px) {

  .dropdown-shown .menu-popup__left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden
  }
}

.menu-popup__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: auto;
  margin-left: 100px;
  margin-right: 50px;
}

@media (max-width: 1450px) {

  .menu-popup__right {
    margin-left: 60px;
    margin-right: 60px
  }
}

@media (max-width: 750px) {

  .menu-popup__right {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
  }
}

.menu-popup__right::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #12548e;
}

.menu-popup__right::-webkit-scrollbar-thumb {
  background: white;
}

@media (max-width: 750px) {

  .dropdown-shown .menu-popup__right {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
  }
}

.menu-popup__bottom-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 35px;
}

@media (max-width: 1450px) and (orientation: portrait) {

  .menu-popup__bottom-item {
    display: block;
    margin-right: 0;
    margin-top: 15px
  }
}

@media (max-width: 750px) {

  .menu-popup__bottom-item {
    margin-top: 10px
  }
}

.menu-popup__close {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 3;
  width: 20px;
  height: 20px;
  color: #888888;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 1450px) {

  .menu-popup__close {
    right: 30px;
    top: 30px
  }
}

@media (max-width: 750px) {

  .menu-popup__close {
    color: white;
    right: 40px;
    top: 25px
  }
}

@media (max-width: 750px) {

  .dropdown-shown .menu-popup__close {
    color: black
  }
}

.menu-popup__search {
  display: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 15px;
  padding-bottom: 30px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.dropdown-shown .menu-popup__search {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  display: none;
}

@media (max-width: 750px) {

  .menu-popup__search {
    display: block
  }
}

.menu-popup__search-form {
  position: relative;
}

.menu-popup__search-form .form-input {
  height: 40px;
}

.menu-popup__search-btn {
  position: absolute;
  right: 0;
  width: 45px;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 35px;
}

.menu-popup__search-btn .i-icon {
  width: 17px;
  height: 17px;
}

.mfp-bg {
 /*   background: #1d7dd2;
    opacity: 0.8; */
    background-color: rgba(0, 0, 0, 0.6);
}

.mfp-content {
    padding: 20px;
}

.mfp-image-holder .mfp-content {
    padding: 0;
}

.mfp-iframe-scaler video {
    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;
}

.modal {
    padding: 65px 70px;
    background: white;
    max-width: 890px;
    width: 100%;
    overflow: visible;
    margin: auto;
    position: relative;
}

@media (max-width: 750px) {

  .modal {
    padding: 30px
  }
}

.modal__heading {
  margin: 0;
  margin-bottom: 20px;
}

.modal__subheading {
  margin: 20px 0;
}

.modal__buttons {
  margin-top: 40px;
}

.modal--product-added .modal__buttons {
  margin-top: 20px;
}

@media (max-width: 750px) {

  .modal__buttons {
    margin-top: 20px
  }
}

.modal__btn {
  margin-right: 15px;
  margin-bottom: 7px;
}

.modal__color {
  color: #999999
}

.modal__added-name {
  color: #12548e;
  font-weight: 500;
}

.modal--success {}

.modal .mfp-close {
  color: #999999 !important;
  width: 50px;
  height: 50px;
  padding: 0;
  opacity: 1;
  cursor: pointer;
}

.modal .mfp-close:hover {
  color: #222222 !important;
}

.modal .mfp-close::before, .modal .mfp-close::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modal .mfp-close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-wrap .news-card--2 {
  margin-bottom: 50px;
}

.news-card {
    position: relative;
}

.news-card:hover .news-card__text {
  text-decoration: none;
}

.news-card:hover.news-card--2 .news-card__image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*
.news-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
*/
.news-card__image-wrap {
  position: relative;
  height: 190px;
  background-color: #eef5fa;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .news-card__image-wrap {
    height: 160px
  }
}

@media (max-width: 750px) {

  .news-card__image-wrap {
    height: 140px
  }
}

.news-card__image-wrap--no-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news-card__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  display: block;
}

.news-card--2 .news-card__image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.news-card__image-wrap--no-image .news-card__image {
  width: auto;
  height: auto;
  -o-object-fit: none;
  font-family: "object-fit:none";
  object-fit: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.news-card__type {
  position: absolute;
  left: 15px;
  bottom: 15px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
}

.news-card__text {
  margin-top: 15px;
  text-decoration: underline;
  color: #3b8aba;
}

.news-card--2 .news-card__text {
  text-decoration: none;
  color: #222222;
  margin-top: 10px;
}

.news-card__date {
  font-size: 14px;
  color: #888888;
  margin-top: 15px;
}

.news-card--2 .news-card__date {
  color: #db3d27;
  font-weight: 500;
}

@media (max-width: 1450px) {

  .news-card__date {
    font-size: 13px
  }
}

@media (max-width: 750px) {

  .news-card__date {
    margin-top: 7px
  }
}

.news-card__year {
  background-image: url(/local/templates/mayak_2020/frontend/assets/css/../images/corner.png);
  width: 126px;
  height: 111px;
  position: absolute;
  left: -14px;
  top: -18px;
  color: white;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  padding-top: 35px;
  padding-right: 12px;
}

.page-banner {
    height: 300px;
 /*   margin-bottom: 50px;    */
    width: 100%;
    position: relative;
}

.banner-img {
    height: 100%;
    width: 100%;
    position: absolute;
}

.page-title {
    position: absolute;
    bottom: 50px;
    color: white;
    right: 50px;
    max-width: 40%;
    text-align: right;
}

/*
@media (min-width: 751px) and (max-width: 1450px) {

  .page-banner {
    height: 175px;    
  }
}
*/

@media (max-width: 750px) {

  .page-banner {
    height: 160px
  }
}

.page-banner__img, .page-banner img {
    height: inherit;
    width: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover;object-position:center";
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
}

.page-banner img:last-child {
	right: 0px;
}


.page-nav {
    margin-bottom: 20px;
}

.page-nav__item {
  display: inline-block;
  border-bottom: 2px dotted;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 10px;
}

.page-nav__item:not(:last-child) {
  margin-right: 24px;
}

.page-nav__item--external {
  border-bottom: 1px solid;
}

.page-nav__item:hover {
  text-decoration: none;
  border-color: transparent;
}

.page-nav__item.is-active {
  border: 0;
  color: #222222;
}

.pagination {
    margin: 30px 0;
}

.pagination__item {
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #eef5fa;
  text-transform: none;
  border-radius: 100%;
  margin: 0 5px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .pagination__item {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px
  }
}

@media (max-width: 750px) {

  .pagination__item {
    font-size: 13px;
    width: 23px;
    height: 23px;
    line-height: 23px
  }
}

.pagination__item:hover {
  color: white;
  background-color: #1d7dd2;
  text-decoration: none;
}

.pagination__item--active {
  color: white;
  font-weight: 400;
  background-color: #1d7dd2;
}

.pagination__nav {
  background-color: white;
  color: #3b8aba;
  border: 1px solid currentColor;
  line-height: 25px;
}

@media (max-width: 750px) {

  .pagination__nav {
    line-height: 21px
  }
}

.pagination__nav .i-icon {
  width: 7px;
  height: 7px;
}

.pagination__nav .i-icon path {
  fill: currentColor;
}

.pagination__nav--next .i-icon {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.product-list {
    margin-bottom: 40px;
}

.product-card {
    position: relative;
}

.product-card:hover .product-card__info-wrap {
  border-color: #3b8aba;
}

.product-card:hover .product-card__title::after {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.product-card--2:hover .product-card__title::after {
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.product-card__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 750px) {

  .product-card__block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media (max-width: 750px) {

  .product-card--2 .product-card__block {
    overflow: visible
  }
}

.product-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.product-card__image-wrap {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 205px;
  height: 205px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1450px) {

  .product-card__image-wrap {
    width: 120px;
    height: auto
  }
}

@media (max-width: 750px) {

  .product-card__image-wrap {
    width: 90px;
    height: 115px
  }
}

.product-card--2 .product-card__image-wrap {
  width: 90px;
  height: 90px;
}

@media (max-width: 750px) {

  .product-card--2 .product-card__image-wrap {
    display: none
  }
}

.product-card__image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.product-card__info-wrap {
  padding: 40px 80px;
  margin-left: -102px;
  padding-left: 120px;
  border: 2px solid #eef2f5;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: white;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media (max-width: 1450px) {

  .product-card__info-wrap {
    padding: 30px;
    margin-left: -75px;
    padding-left: 105px
  }
}

@media (max-width: 750px) {

  .product-card__info-wrap {
    padding: 25px;
    padding-right: 10px;
    margin-left: -50px;
    padding-left: 70px;
    min-width: 0
  }
}

.product-card--2 .product-card__info-wrap {
  padding: 20px 30px;
  margin-left: -20px;
  padding-left: 45px;
}

@media (min-width: 1171px) {

  .product-card--2 .product-card__info-wrap {
    min-height: 88px
  }
}

@media (max-width: 750px) {

  .product-card--2 .product-card__info-wrap {
    margin-left: 0;
    padding-left: 40px
  }
}

.product-card__title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  position: relative;
}

@media (max-width: 1450px) {

  .product-card__title {
    font-size: 17px;
    line-height: 24px
  }
}

@media (max-width: 750px) {

  .product-card__title {
    font-size: 16px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
  }
}

/*
.product-card__title::after {
  content: '';
  margin-right: 20px;
  right: 100%;
  top: 10px;
  height: 3px;
  width: 50vw;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: -1;
  background-color: #0264cb;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-card--2 .product-card__title::after {
  height: 2px;
  margin-right: 15px;
}

@media (max-width: 750px) {

  .product-card--2 .product-card__title::after {
    z-index: 1
  }
}

.product-card--no-line .product-card__title::after {
  display: none;
}

*/

.product-card--2 .product-card__title {
  font-size: 16px;
  line-height: 22px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .product-card--2 .product-card__title {
    font-size: 15px;
    line-height: 21px
  }
}

@media (max-width: 750px) {

  .product-card--2 .product-card__title {
    font-size: 14px;
    line-height: 20px
  }
}

@media (max-width: 1450px) {

  .product-card__title br {
    display: none
  }
}

.product-card__type {
  font-size: 14px;
  margin-top: 10px;
  color: #888888;
}

@media (max-width: 1450px) {

  .product-card__type {
    margin-top: 5px
  }
}

.row-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 50%;
    float: left;
    height: 400px;
}

@media (max-width: 1450px) {

	.row-card {
		width: 100%;
	}
}

@media (max-width: 750px) {

  .row-card {
    display: block
  }
}

.row-card:not(:last-child) {
  margin-bottom: 45px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .row-card:not(:last-child) {
    margin-bottom: 40px
  }
}

@media (max-width: 750px) {

  .row-card:not(:last-child) {
    margin-bottom: 30px
  }
}

.row-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.row-card__left {
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 260px;
  -ms-flex: 1 0 260px;
  flex: 1 0 260px;
  height: inherit;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .row-card__left {
    margin-right: 20px
  }
}

@media (max-width: 750px) {

  .row-card__left {
    margin-right: 0;
    margin-bottom: 10px
  }
}

.row-card__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-right: 30px;
  position: relative;
}

.row-card__image-wrap {
  display: block;
}

.row-card__image {
  display: block;
  height: inherit;
}

.row-card__date {
    font-size: 20px;
    color: #7F7F7F;
    margin-bottom: 10px;
}


@media (max-width: 750px) {

  .row-card__date {
    font-size: 12px;
    margin-bottom: 5px
  }
}

.row-card__title {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 15px;
    color: #003274;
    line-height: 0.7em;
}



@media (max-width: 750px) {

  .row-card__title {
    font-size: 13px;
    margin-bottom: 7px
  }
}

.row-card__text {
  max-height: 89px;
  overflow: hidden;
  margin-top: 10px;
}

@media (max-width: 1450px) {

	.row-card__text {
		max-height: 170px;
		font-size: 20px;
	}
}

@media (max-width: 750px) {

  .row-card__text {
    max-height: 77px
  }
}

.row-card__actions {
  position: absolute;
  bottom: 40px;
}

.row-card__actions a:hover {
    text-decoration: none;
    color:#cf2b2b;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .row-card__actions {
    margin-top: 7px;
    font-size: 20px;
  }
}

.row-card__actions .icon-link {
  margin: 0;
}

.row-card__actions .icon-link:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 750px) {

  .row-card__actions .icon-link:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width: 1450px) {

  .row-card__actions .icon-link .i-icon {
    width: 1.5em;
    height: 1.5em
  }
}

.search-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-bottom: 50px;
}

.search-result {
    display: table;
}

@media (max-width: 750px) {

  .search-block {
    display: block
  }
}

[class^="btn-anim-"] {
    overflow: hidden;
    position: relative;    
    text-decoration: none;
    letter-spacing: 0.04em;
    padding: 0 15px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
}

[class^="btn-anim-"]:before, [class^="btn-anim-"]:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: -1; 
}

[class^="btn-anim-"]:before {

  right: -50px;
  border-right: 50px solid transparent;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[class^="btn-anim-"]:after {

  left: -50px;
  border-left: 50px solid transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

[class^="btn-anim-"]:hover:before {
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
}

[class^="btn-anim-"]:hover:after {
  -webkit-transform: translateX(49%);
          transform: translateX(49%);
}

.menu-item-12 .btn-anim-menu,
.menu-item-25 .btn-anim-menu,
.menu-item-34 .btn-anim-menu,
.menu-item-17 .btn-anim-menu,
.menu-item-67 .btn-anim-menu,
.menu-item-26 .btn-anim-menu,
.menu-item-66 .btn-anim-menu,
.menu-item-23 .btn-anim-menu {
  color: #003274;
  border: 1px solid #003274;
}

.menu-item-12 .btn-anim-menu:hover,
.menu-item-25 .btn-anim-menu:hover,
.menu-item-34 .btn-anim-menu:hover,
.menu-item-17 .btn-anim-menu:hover,
.menu-item-67 .btn-anim-menu:hover,
.menu-item-26 .btn-anim-menu:hover,
.menu-item-66 .btn-anim-menu:hover,
.menu-item-23 .btn-anim-menu:hover   {
  color: white;
}

.menu-item-12 .btn-anim-menu:before,
.menu-item-25 .btn-anim-menu:before,
.menu-item-34 .btn-anim-menu:before,
.menu-item-17 .btn-anim-menu:before,
.menu-item-67 .btn-anim-menu:before,
.menu-item-26 .btn-anim-menu:before,
.menu-item-66 .btn-anim-menu:before,
.menu-item-23 .btn-anim-menu:before {
  border-bottom: 34px solid #003274;
}

.menu-item-12 .btn-anim-menu:after,
.menu-item-25 .btn-anim-menu:after,
.menu-item-34 .btn-anim-menu:after,
.menu-item-17 .btn-anim-menu:after,
.menu-item-67 .btn-anim-menu:after,
.menu-item-26 .btn-anim-menu:after,
.menu-item-66 .btn-anim-menu:after,
.menu-item-23 .btn-anim-menu:after {
  border-top: 34px solid #003274;
}

.menu-item-45 .btn-anim-menu:hover,
.menu-item-37 .btn-anim-menu:hover,
.menu-item-57 .btn-anim-menu:hover,
.menu-item-16 .btn-anim-menu:hover,
.menu-item-44 .btn-anim-menu:hover  {
  color: #edac09;
}

.menu-item-22 .btn-anim-menu:hover,
.menu-item-15 .btn-anim-menu:hover,
.menu-item-55 .btn-anim-menu:hover,
.menu-item-24 .btn-anim-menu:hover,
.menu-item-27 .btn-anim-menu:hover,
.menu-item-56 .btn-anim-menu:hover,
.menu-item-33 .btn-anim-menu:hover {
  color: #1f978b;
}

.menu-item-22 .btn-anim-menu:hover,
.menu-item-35 .btn-anim-menu:hover,
.menu-item-14 .btn-anim-menu:hover,
.menu-item-47 .btn-anim-menu:hover,
.menu-item-77 .btn-anim-menu:hover,
.menu-item-36 .btn-anim-menu:hover,
.menu-item-46 .btn-anim-menu:hover,
.menu-item-13 .btn-anim-menu:hover  {
  color: #6eb2ff;
}

.btn-anim-menu {
  color: white;
  border: 1px solid white;
}

.btn-anim-menu:before {
  border-bottom: 34px solid white;
}
.btn-anim-menu:after {
  border-top: 34px solid white;
}

.btn-anim-white {
  color: white;
  border: 1px solid white;
}
.btn-anim-white:hover  {
/*  color: #4e5f68; */
    color: rgba(0, 0,0,0.9);
}
.btn-anim-white:before {
  border-bottom: 34px solid white;
}
.btn-anim-white:after {
  border-top: 34px solid white;
}

.btn-anim-blue {
  color: #003274;
  border: 1px solid #003274;
}
.btn-anim-blue:hover  {
  color: white;
}
.btn-anim-blue:before {
  border-bottom: 34px solid #003274;
}
.btn-anim-blue:after {
  border-top: 34px solid #003274;
}



.button-more strong {
    color: #025EA1;
    border: 1px solid #025EA1;
    text-decoration: none;
    display: block;
    letter-spacing: 0.04em;
    padding: 0 15px;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    display: inline-block;
}

.search-block__input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 20px;
}

@media (max-width: 750px) {

  .search-block__input {
    margin-bottom: 15px
  }
}

.search-block__input--double {
  max-width: 465px;
  width: 100%;
}

@media (max-width: 750px) {

  .search-block__input--double {
    max-width: none;
    width: auto
  }
}

.search-block__input--submit {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.search-block__input--submit .btn {
  width: 100%;
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search-popup.is-opened {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.search-popup__form {
  padding: 50px 0;
  background-color: white;
}

.search-popup__form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-popup__form-wrap > *:not(:last-child) {
  margin-right: 40px;
}

.search-popup__form-wrap > *:nth-child(2) {
  margin-right: 30px;
}

.search-popup__field {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.search-popup__close {
  width: 40px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  cursor: pointer;
  color: #888888;
  border-radius: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search-popup__close:hover {
  background-color: #1d7dd2;
  color: white;
}

.search-popup__close::before, .search-popup__close::after {
  width: 25px;
}

.search {
/*    margin-bottom: 70px; */
}

@media (max-width: 750px) {

  .search {
/*    margin-bottom: 20px */
  }
}

.search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 750px) {

  .search__form {
    padding: 0;
    margin-bottom: 15px
  }
}

.search__form-input {
  background-color: white;
  width: 100%;
  padding: 0 20px;
  padding-right: 60px;
  min-width: 100%;
  outline: none;
  font-weight: 700;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search__form-input::-webkit-input-placeholder {
  font-weight: 400;
}

.search__form-input:-ms-input-placeholder {
  font-weight: 400;
}

.search__form-input::-ms-input-placeholder {
  font-weight: 400;
}

.search__form-input::placeholder {
  font-weight: 400;
}

.search__form-input:focus {
  border-color: #12548e;
}

.search__form-btn {
  width: 60px;
  border: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  right: 60px;
  z-index: 2;
  cursor: pointer;
}

.search__form-btn .i-icon .cls-zoom-1 {
  stroke: #12548e;
}

.search__form-btn .i-icon .cls-zoom-2 {
  stroke: #12548e;
}

.search__count {
  margin-bottom: 30px;
  color: #999999;
}

@media (max-width: 750px) {

  .search__count {
    margin-bottom: 15px
  }
}

.search__list {
  counter-reset: list 0;
}

.search__item {
  border-top: 1px solid #d7d7d7;
  padding: 35px 0;
  padding-left: 70px;
  position: relative;
}

@media (max-width: 750px) {

  .search__item {
    padding: 15px;
    padding-left: 30px
  }
}

.search__item::before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: 0;
  color: #999999
}

.search__item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 750px) {

  .search__item-title {
    font-size: 18px
  }
}

.search__item-title a {
  text-decoration: none;
  border-bottom: 1px solid;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.search__item-title a:hover {
  color: #12548e;
}

.search__item-text {
  margin-bottom: 15px;
}

.search__item-type {
  color: #999999
}

@media (min-width: 1171px) {

  .service-cards .service-card--big {
    -webkit-flex-basis: calc(100% - 30px);
    -ms-flex-preferred-size: calc(100% - 30px);
    flex-basis: calc(100% - 30px);
    max-width: calc(100% - 30px)
  }
}

@media (min-width: 751px) and (max-width: 1450px) {

  .service-cards .service-card--big {
    -webkit-flex-basis: calc(100% - 20px);
    -ms-flex-preferred-size: calc(100% - 20px);
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px)
  }
}

.service-card {
    padding: 30px 35px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    color: white;
    display: block;
    position: relative;
    height: 115px;
}

@media (max-width: 1450px) {

  .service-card {
    font-size: 17px;
    height: 95px;
    padding: 30px 35px
  }
}

@media (max-width: 750px) {

  .service-card {
    font-size: 18px;
    height: 125px;
    padding: 30px 45px;
    padding-right: 20px
  }
}

.service-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(/local/templates/mayak_2020/frontend/assets/css/../images/decor6.png);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.service-card:hover {
  text-decoration: none;
}

.service-card:hover::before {
  opacity: 0.8;
}

.service-card--big::before {
  background-image: url(/local/templates/mayak_2020/frontend/assets/css/../images/decor7.png);
}

@media (max-width: 750px) {

  .service-card--big::before {
    background-image: url(/local/templates/mayak_2020/frontend/assets/css/../images/decor6.png)
  }
}

.service-links:not(:last-child) {
  margin-bottom: 70px;
}

@media (max-width: 1450px) {

  .service-links:not(:last-child) {
    margin-bottom: 40px
  }
}

.service-link {
    background-color: #f0f9fb;
    background-image: url(/local/templates/mayak_2020/frontend/assets/css/../images/decor3.png);
    background-position: right;
    background-repeat: no-repeat;
    border: 2px solid #f1f1f1;
    text-decoration: none;
    color: #222222;
    padding: 15px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin: 15px 0;
    min-height: 70px;
}

@media (max-width: 1450px) {

  .service-link {
    min-height: 60px
  }
}

@media (max-width: 750px) {

  .service-link {
    min-height: 0;
    padding: 15px 25px;
    background-size: cover;
    background-position: center right -270px
  }
}

.service-link:hover {
  text-decoration: none;
}

.service-link::before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  bottom: -2px;
  width: 3px;
  background-color: #12548e;
}

.service-link__label {
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 750px) {

  .service-link__label {
    font-size: 15px
  }
}

.service-link__btn {}

@media (max-width: 750px) {

  .service-link__icon {
    display: none
  }
}

.service-link__icon .i-icon {
  width: 21px;
  height: 21px;
}

.service-link__icon .i-icon * {
  fill: #12548e;
}

.side-nav__item {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  margin: 10px 0;
}

.side-nav__link {
  text-decoration: underline;
  font-weight: 400;
  color: #12548e;
}

.side-nav__link:hover {
  text-decoration: none;
}

.sides {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

@media (max-width: 1450px) {

  .sides {
    display: block
  }
}

.sides__sidebar {
  width: 195px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1450px) {

  .sides__sidebar {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px
  }
}

@media (max-width: 750px) {

  .sides__sidebar {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media (min-width: 1171px) {

  .sides__sidebar-block {
    padding-bottom: 30px
  }
}

@media (max-width: 1450px) {

  .sides__sidebar-block {
    margin-left: 20px
  }
}

.sides__sidebar-block:not(:last-child) {
  border-bottom: 2px solid #12548e;
}

@media (max-width: 1450px) {

  .sides__sidebar-block:not(:last-child) {
    border-bottom: 0
  }
}

@media(min-width: 1171px) {

  .sides__sidebar-block:not(:first-child) {
    padding-top: 20px
  }
}

@media (max-width: 1450px) {

  .sides__sidebar-block--nav {
    display: none
  }
}

@media (max-width: 1450px) {

  .sides__sidebar-block--articles {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media (max-width: 750px) {

  .sides__sidebar-block--articles {
    display: block;
    margin-top: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
  }
}

@media (max-width: 1450px) {

  .sides__sidebar-block--articles .small-article:not(:last-child) {
    margin-right: 20px
  }
}

@media (max-width: 750px) {

  .sides__sidebar-block--articles .small-article:not(:last-child) {
    margin-right: 0
  }
}

@media (max-width: 1450px) {

  .sides__sidebar-block--share {
    min-width: 160px;
    padding: 25px 0;
    border-bottom: 2px solid #12548e !important;
    border-top: 2px solid #12548e !important
  }
}

@media (max-width: 750px) {

  .sides__sidebar-block--share {
    min-width: 0;
    width: calc(50% - 20px)
  }
}

@media (max-width: 750px) {

  .sides__sidebar-block--parts {
    width: calc(50% - 20px)
  }
}

/*
.sides__content {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  padding-right: 100px;
}

@media (max-width: 1450px) {

  .sides__content {
    padding-right: 0;
    margin-bottom: 20px
  }
}

*/

.simple-tabs__links {
  font-size: 16px;
}

.simple-tabs__tabs {
  margin-top: 30px;
}

.simple-tabs-tab {
    /*display: none;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
}

.simple-tabs-tab.is-active {
  display: block;
  -webkit-animation: showItem .2s;
  animation: showItem .2s;
}

.simple-tabs-link {
    color: #222222;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
}

.simple-tabs-link:not(:last-child) {
  margin-right: 15px;
}

.simple-tabs-link:hover {
  text-decoration: none;
}

.simple-tabs-link.is-active {
  cursor: default;
  color: #12548e;
  border-color: currentColor;
}

@-webkit-keyframes showItem {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes showItem {
    0% {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    100% {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.sitemap__item {
  line-height: 1.2;
  width: 50%;
  float: left;
}

@media (max-width: 750px) {

  .sitemap__item {
    width: 100%
  }
}

.sitemap__item:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 750px) {

  .sitemap__item:not(:last-child) {
    margin-bottom: 25px
  }
}

.sitemap__link {
  font-size: 17px;
  font-weight: 700;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: underline;
}

.sitemap__link:hover {
  text-decoration: none;
}

.sitemap__link:not([href]) {
  color: black;
  text-decoration: none;
}

.sitemap__list {
  margin: 0;
}

.sitemap__list li {
  padding-left: 20px;
}

.sitemap__list li::before {
  height: 1px;
  width: 7px;
}

.slider__button {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
 /* background-color: #1d7dd2; */
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

@media (max-width: 1450px) {

  .slider__button {
    height: 30px;
    width: 30px;
    line-height: 28px
  }
}

.slider__button:not(:first-child) {
  margin-left: 10px;
}

@media (max-width: 750px) {
	.slider__button:not(:first-child) {
		position: absolute;
		left: 80px;
	}
}

.slider__button .i-icon {
  width: 10px;
  height: 20px;
}

@media (max-width: 1450px) {

  .slider__button .i-icon {
    width: 7px;
    height: 17px
  }
}

.slider__button .i-icon path {
  fill: #1d7dd2;
}

.slider__button--next .i-icon {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slider__button:hover {
  -webkit-animation: pulse .6s;
  animation: pulse .6s;
}

.slider__pagination {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 3px;
  background: #eef5fa;
}

.slider__pagination .swiper-pagination-progressbar-fill {
  background: #1d7dd2;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.news-slider .swiper-slide {
  width: 260px;
}

@media (min-width: 751px) and (max-width: 1450px) {

  .news-slider .swiper-slide {
    width: 220px
  }
}

@media (max-width: 750px) {

  .news-slider .swiper-slide {
    width: 190px
  }
}

@media (max-width: 750px) {

  .news-slider__navigation {
    display: none
  }
}

.news-slider__navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.news-slider .slider__buttons {
  margin-right: 30px;
}

@media (max-width: 750px) {

  .news-slider--index .swiper-container {
    margin: 0 -20px;
    padding: 0 20px
  }
}

@media (max-width: 750px) {

  .develop-slider {
    margin: 0 -20px;
    padding-left: 20px;
    overflow: hidden
  }
}

.develop-slider .swiper-slide.swiper-slide-active .develop-slider__slide::after {
  opacity: 0;
}

.develop-slider .swiper-slide.swiper-slide-active .develop-slider__slide-label {
  font-size: 24px;
  font-weight: 500;
  color: white;
}

@media (max-width: 1450px) {

  .develop-slider .swiper-slide.swiper-slide-active .develop-slider__slide-label {
    font-size: 20px
  }
}

@media (max-width: 750px) {

  .develop-slider .swiper-slide.swiper-slide-active .develop-slider__slide-label {
    font-size: 18px
  }
}

.develop-slider .swiper-container {
  overflow: visible;
  width: 765px;
  margin: 0;
}

@media (max-width: 1450px) {

  .develop-slider .swiper-container {
    width: 650px
  }
}

@media (max-width: 750px) {

  .develop-slider .swiper-container {
    width: 240px
  }
}

.develop-slider__slide {
  display: block;
  text-decoration: none;
  color: white;
}

.develop-slider__slide::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.8;
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.develop-slider__slide-img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
  font-family: "object-fit:cover";
  object-fit: cover;
  display: block;
}

@media (max-width: 1450px) {

  .develop-slider__slide-img {
    height: 185px
  }
}

@media (max-width: 750px) {

  .develop-slider__slide-img {
    height: 140px
  }
}

.develop-slider__slide-label {
  font-size: 20px;
  color: #999999;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 100px;
}

@media (max-width: 1450px) {

  .develop-slider__slide-label {
    padding-left: 60px
  }
}

@media (max-width: 750px) {

  .develop-slider__slide-label {
    padding-left: 30px
  }
}

.develop-slider .slider__buttons {
  position: absolute;
  z-index: 2;
  right: calc(100% - 765px);
  margin-right: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1450px) {

  .develop-slider .slider__buttons {
    right: calc(100% - 650px)
  }
}

@media (max-width: 750px) {

  .develop-slider .slider__buttons {
    right: calc(100% - 240px)
  }
}

/*
.product-slider .swiper-container {
  overflow: visible;
  padding-right: calc(8.3333% * 2);
  margin: 0;
}

@media (max-width: 1450px) {

  .product-slider .swiper-container {
    padding-right: calc(8.3333% * 3)
  }
}

@media (max-width: 750px) {

  .product-slider .swiper-container {
    padding: 0;
    overflow: hidden
  }
}

*/

.product-slider .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-slider__navigation {
  position: absolute;
  left: calc(8.3333% * 10);
  right: 0;
  top: 0;
  height: 100%;
  margin-right: -100vw;
  padding-right: 100vw;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
/*  background-color: rgba(255, 255, 255, 0.8196078431372549);*/
}

@media (max-width: 1450px) {

  .product-slider__navigation {
    left: 0px;
  }

	.slider__buttons {
		bottom: 22px;
		position: absolute;
	}

}

@media (max-width: 750px) {

    .index-products__right .slider__buttons {
        bottom: 22px;
        position: absolute;
        width: 100%;
	}

    .index-products__right .slider__button--next {
        position: absolute;
        right: 80px;
    }

}

@media (max-width: 750px) {

  .product-slider__navigation {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    background-color: transparent;
    display: block;
    text-align: right
  }
}

.complex-slider .swiper-container {
  padding-right: 70px;
}

@media (max-width: 1450px) {

  .complex-slider .swiper-container {
    padding-right: 60px
  }
}

@media (max-width: 750px) {

  .complex-slider .swiper-container {
    padding-right: 50px
  }
}

.complex-slider .swiper-slide img {
  display: block;
}

.complex-slider .slider__buttons {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background-color: white;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1450px) {

  .complex-slider .slider__buttons {
    width: 60px
  }
}

@media (max-width: 750px) {

  .complex-slider .slider__buttons {
    width: 50px
  }
}

.card-slider .swiper-container {
  overflow: visible;
}

@media (max-width: 1450px) {

  .card-slider .swiper-container {
    width: calc(8.3333% * 10);
    margin: 0
  }
}

@media (max-width: 750px) {

  .card-slider .swiper-container {
    width: 100%
  }
}

@media (max-width: 750px) {

  .card-slider .swiper-wrapper {
    display: block
  }
}

.card-slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0.6;
}

@media (max-width: 750px) {

  .card-slider .swiper-slide:not(:last-child) {
    margin-bottom: 10px
  }
}

@media (max-width: 750px) {

  .card-slider .swiper-slide {
    width: 100% !important
  }
}

.small-article {
    position: relative;
    padding-top: 65px;
}

@media (max-width: 750px) {

  .small-article {
    padding-top: 0
  }
}

.small-article:not(:last-child) {
  margin-bottom: 20px;
}

.small-article:hover .small-article__title {
  color: #12548e;
}

.small-article__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.small-article__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 15px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

@media (max-width: 750px) {

  .small-article__top {
    position: static;
    margin-bottom: 10px
  }
}

.small-article__title {
  /*font-size: 20px;*/
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  height: 65px;
  overflow: hidden;
}

.banner__label {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 10px;
}

.small-article-banner {
    position: relative;
    padding-top: 20px;
}

.small-article__title_banner {
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    height: 23px;
    overflow: hidden;
}

@media (max-width: 750px) {

  .small-article__title_banner {
    font-size: 19px;
  }
}

@media (max-width: 1450px) {

  .small-article__title {
    font-size: 19px
  }
}

@media (max-width: 750px) {

  .small-article__title {
    font-size: 18px;
	height: 50px;
  }
}

@media (max-width: 750px) {

  .small-article__title br {
    display: none
  }
}

.small-article__icon {
  width: 15px;
  height: 15px;
  position: relative;
  background-color: #12548e;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 5px;
  margin-top: 4px;
}

.small-article__icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid white;
}

@media (max-width: 750px) {

  .small-article__image {
    width: 100%
  }
}

.soc-page__contacts {
  margin: 20px 0;
}

.socials {
/*    font-size: 0; */
}

.socials--2 .socials__item:hover .socials__item-label {
  color: #12548e
}

.socials__item-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.socials__item-icon:hover {
  border-color: white;
}

.socials__item-icon .i-icon {
  max-width: 45%;
  max-height: 45%;
}

.socials--2 .socials__item-icon .i-icon * {
  fill: white;
}

.socials__item-wrap .socials__item-icon {
  margin-right: 10px;
}

.socials--2 .socials__item-icon {
  width: 25px;
  height: 25px;
  border: 0;
  line-height: 25px;
  background-color: #318ab8;
  vertical-align: middle;
}

.socials__item-label, .socials .ya-share2__title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

@media (max-width: 750px) {

  .socials__item-label, .socials .ya-share2__title {
    font-size: 14px
  }
}

.socials__item-wrap:not(:last-child) {
  margin-bottom: 10px;
}

.socials__item {
  margin-left: 10px;
}

.socials__item-wrap .socials__item {
  margin-left: 0;
  margin-right: 10px;
}

.socials__label {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  margin-bottom: 20px;
}

@media (max-width: 1450px) {

  .socials__label {
    font-size: 19px;
    margin-bottom: 15px
  }
}

@media (max-width: 750px) {

  .socials__label {
    font-size: 18px
  }
}

.socials .ya-share2__list {
  display: block;
}

.socials .ya-share2__list_direction_horizontal > .ya-share2__item {
  font-family: inherit;
  display: block;
  padding: 0;
  margin: 0;
}

.socials .ya-share2__list_direction_horizontal > .ya-share2__item::before {
  content: none;
}

.socials .ya-share2__list_direction_horizontal > .ya-share2__item:not(:last-child) {
  margin-bottom: 10px;
}

.socials .ya-share2__badge {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  line-height: 24px;
  background-color: #318ab8 !important;
  text-align: center;
}

.socials .ya-share2__container_size_m .ya-share2__icon {
  height: 19px;
  width: 19px;
  vertical-align: middle;
}

.socials .ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
  display: inline-block;
}

.typography__heading {
  font-size: 60px;
  font-weight: 300;
  margin-bottom: 60px;
}

.typography__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.typography__label {
  min-width: 130px;
  max-width: 195px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 195px;
  -ms-flex: 1 1 195px;
  flex: 1 1 195px;
  font-size: 13px;
  color: #7c7c7c;
  text-transform: uppercase;
}

.typography__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

/*Main styles*/

@media (max-width: 750px) {

  .hidden-mobile {
    display: none !important
  }
}

@media (min-width: 751px) {

  .visible-mobile {
    display: none !important
  }
}

@media (max-width: 750px) {

  .hidden-desktop-below {
    display: none !important 
  }
}


/******** bottom menu *********/

.bottom-menu {
    margin-top: 50px;
}

.menu-item {
    float: left;
    width: 25%;
    max-width: 25%;
}
@media (max-width: 1450px) {
	.menu-item {
		width: 50%;
		max-width: 50%;
	}
}

.menu-card-block {
    position: relative;
    margin: 5px;
    color: white;
}

.menu-card-back {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #6eb2ff;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    z-index: -2;
}

.menu-card-text {
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 130px;
    left: 30px;
    right: 20px;
}
.menu-card-num {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: 28px;
    top: 21px;
}

.menu-item .button-more {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.menu-item .button-more strong {
    color: white;
    border: 1px solid white;
}


.menu-item-12 .menu-card-back {
    background-color: white;
}

.menu-item-12 .menu-card-block {
    color: #003274;
}

.menu-item-12 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}

.menu-item-23 .menu-card-back {
    background-color: white;
}

.menu-item-23 .menu-card-block {
    color: #003274;
}

.menu-item-23 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}

.menu-item-33 .menu-card-back {
    background-color: #1f978b;
}

.menu-item-24 .menu-card-back {
    background-color: #1f978b;
}

.menu-item-34 .menu-card-back {
    background-color: white;
}

.menu-item-34 .menu-card-block {
    color: #003274;
}

.menu-item-34 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}

.menu-item-44 .menu-card-back {
    background-color: #edac09;
}


.menu-item-15 .menu-card-back {
    background-color: #1f978b;
}

.menu-item-25 .menu-card-back {
    background-color: white;
}

.menu-item-25 .menu-card-block {
    color: #003274;
}

.menu-item-25 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}

.menu-item-45 .menu-card-back {
    background-color: #edac09;
}

.menu-item-55 .menu-card-back {
    background-color: #1f978b;
}

.menu-item-16 .menu-card-back {
    background-color: #edac09;
}

.menu-item-26 .menu-card-back {
    background-color: white;
}

.menu-item-26 .menu-card-block {
    color: #003274;
}

.menu-item-26 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}

.menu-item-56 .menu-card-back {
    background-color: #1f978b;
}

.menu-item-66 .menu-card-back {
    background-color: white;
}

.menu-item-66 .menu-card-block {
    color: #003274;
}

.menu-item-66 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}

.menu-item-17 .menu-card-back {
    background-color: white;
}

.menu-item-17 .menu-card-block {
    color: #003274;
}

.menu-item-17 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}

.menu-item-27 .menu-card-back {
    background-color: #1f978b;
}

.menu-item-37 .menu-card-back {
    background-color: #edac09;
}

.menu-item-57 .menu-card-back {
    background-color: #edac09;
}

.menu-item-67 .menu-card-back {
    background-color: white;
}

.menu-item-67 .menu-card-block {
    color: #003274;
}

.menu-item-67 .button-more strong {
    color: #003274;
    border: 1px solid #003274;
}


.menu-item-12,.menu-item-22,.menu-item-33,.menu-item-55,.menu-item-45,.menu-item-35,.menu-item-36,.menu-item-46,.menu-item-17 {
    width: 50%;
    max-width: 50%;
}

@media (max-width: 1450px) {
	.menu-item-12,.menu-item-22,.menu-item-33,.menu-item-55,.menu-item-45,.menu-item-35,.menu-item-36,.menu-item-46,.menu-item-17 {
		width: 100%;
		max-width: 100%;
	}
}

/********* end bottom menu ****/


/********* gallery  *************/

.main-gallery-list {
    display: table;
    width: 100%;
}

.block-item {
    float: left;
}

.block-item-right {
    float: right;
}

.block-item a {
    text-decoration: none;
}

.block-item-body {
    /* margin-bottom: 40px; */
    position: relative;
    padding: 5px;
}

.block-item-image-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    background: none !important;
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    border-radius: 3px;
    z-index: -2;
}

.block-item-image {
    height: 100%;
    width: 100%;
    display: block;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
}

.block-item-back {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
/*    background-color: rgba(35,56,113,0.4);*/
    background-color: rgba(0,0,0,0.4);
}

.block-item-text {
    position: absolute;
    bottom: 0px;
    /* width: 100%; */
    right: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.5);
    padding: 15px;
    border-radius: 0px 0px 3px 3px;
    color: white;
    min-height: 40%;
    max-height: 40%;
    text-align: justify;
    margin: 5px;
    z-index: -2;
}

.block-item-date {
    position: absolute;
    top: 21px;
    left: 28px;
    color: white;
    width: 120px;
}

.block-item-date-day {
    font-weight: bold;
    font-size: 42px;
    float: left;
    line-height: 1;
}

.block-item-date-mounth {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.04em;
    margin-left: 5px;
    margin-top: 2px;
    /* margin-top: 8px; */
    text-transform: uppercase;
    float: left;
}

.block-item-date-year {
    float: left;
    margin-left: 5px;
}

.block-item-body .button-more {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.block-item-body .button-more strong {
    color: white;
    border: 1px solid white;
}

.button-block {
    text-align: center;
    padding: 20px 0;
    width: 100%;
    float: left;
}

.load_more:hover {
    color: #003274;
    border-color: #003274;
}

.load_more {
    color: #4e5f68;
    background-color: #fff;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #c2c9cc;
    line-height: 46px;
    padding: 0 40px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/********** end gallery ************/



/******* footer ************/


.footer {
 /*   border-top: 2px solid #20599d;
    padding: 20px 0px; */
    color: #737980;
    height: 190px;
    position: relative;
    margin-top: 90px;
}

@media (max-width: 1450px) {

  .footer {
    margin-top: 50px;;
  }
}

@media (max-width: 750px) {

  .footer {
    font-size: 13px;
    padding: 20px 0;
    height: 260px;
  }
}

.footer-left {
    position: absolute;
    left: 6px;
    bottom: 0px;
    z-index: -1;
}

.footer-right {
    margin: 0px 6px 0px 440px;
    border-top: 1px solid #025EA1;
    height: 100%;
}

@media (max-width: 1450px) {
    .footer-left {
        opacity: 0.1;
    }
    .footer-right {
        margin: 0px 6px 0px 0px;
	}
}

.footer__wrap {
    height: 100%;
}

footer a{
    text-decoration: none;
    color: #737980;
    display: block;
}

.footer a:hover {
    color: #003274;
    /* font-weight: bold; */
}

footer a span{
 /*   margin-left: 20px; */
}

.r-icon-share-vk {
    background-position: -26px -119px;
    height: 24px;
    width: 24px;
    margin-top: 10px;
    margin-left: 3px;
}

.r-icon-share-fb {
    background-position: -13px -95px;
    height: 24px;
    width: 24px;
    margin-top: 10px;
    margin-left: 7px;
}

.r-icon-share-insta {
    background: url(/images/icons/footerInstLogo.png) !important;
    background-position: 0 !important;
    height: 24px;
    width: 24px;
    margin-top: 9px;
    margin-left: 5px;
}

.social-item-vk {
    background-color: #537ca6;
}

.social-item-fb {
    background-color: #385a97;
}

.social-item-insta {
    background-color: #DE184C;
}

.socials__item {
    display: block;
    float: left;
    margin-left: 10px;
    /* margin-bottom: 10px; */
    width: 42px;
    height: 42px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    text-align: center;
}


/*
.footer__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 1450px) {

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

@media (max-width: 750px) {

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

*/

.footer__logo {
  margin-left: auto;
  opacity: 0.3;
}

.footer__logo .i-icon {
  width: 30px;
  height: 30px;
}

@media (max-width: 750px) {

  .footer__logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto
  }
}

.footer__copyright {
    padding: 5px 0px 5px 10px;
    width: 100%;
    float: left;
}


@media (max-width: 750px) {

  .footer__copyright {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (max-width: 750px) {

  .footer__contacts {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    min-width: 50%;
  }
}

.footer__contacts .icon-link {
  color: inherit;
  display: inline-block;
}

@media (min-width: 1171px) {

  .footer__contacts .icon-link {
    margin-right: 25px
  }
}

@media (max-width: 1450px) {

  .footer__contacts .icon-link {
    display: block
  }
}

.footer__contacts .icon-link span {
  border: 0;
}

.footer-menu {
    margin: 0px 0px 0px 50px;
    border-right: 1px solid #025EA1;
    padding: 10px 30px 10px 0px;
    text-transform: uppercase;
    line-height: 22px;
}

@media (max-width: 1450px) {
	.footer-menu {
		margin: 0px;
	}
}

footer .b-subscribe:hover, footer .b-subscribe.hover {
    border-color: #2286f7;
}

footer .b-subscribe {
    background: url(/images/icons/i-mail.png) #fff 20px 50% no-repeat;
    margin-left: 10px;
    border-radius: 25px;
    border: 1px solid #e0e7ea;
    padding-left: 50px;
    height: 40px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
}

footer .b-subscribe .pole {
    color: #809097;
    width: 80%;
    background: none;
    height: 38px;
    line-height: 1;
    font-style: italic;
    border: 0 none;
    font-size: 16px;
    outline: 0 none;
    font-family: Rosatom;
}

footer .b-subscribe .btn {
    background: url(/images/icons/mail-arr.png) 50% no-repeat;
    position: relative;
    left: -9px;
    border: none;
    cursor: pointer;
    height: 40px;
    float: right;
    width: 25px;
    margin-right: 5px;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    min-width: 0px;
    padding: 0px;
}

.sign-text {
    margin-bottom: 10px;
    margin-left: 10px;
}

.footer-item:first-child{
    width: 35%;
    /* margin-right: 10px; */
    /* border-right: 1px solid #025EA1; */
    text-align: right;
    padding-right: 20px;
}

.footer-item:last-child{
    width: 65%;
}

@media (max-width: 750px) {
	.footer-item:first-child{
		display: none;
	}

	.footer-item:last-child{
		width: 100%;
	}
}

.footer-item {
    float: left;
    height: 100%;
    position: relative;
    padding-top: 10px;
}

/*
.footer__wrap [class^="footer__"] {
    position: absolute;
    bottom: 0px;
}
*/

.footer__sign {
    width: 60%;
    float: left;
    margin-top: 10px;
}

@media (max-width: 750px) {
	.footer__sign {
		width: 100%;
	}
}
/*
.socials {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
*/
.footer__socials {
    display: inline-block;
    margin: 10px 0px 0px 20px;
}

@media (max-width: 750px) {

  .footer__socials {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-left: auto;
    margin-top: 15px;
    width: 100%;
    text-align: right;
    margin: 10px 0px 0px 0px;
  }
}

.socials-text {
    margin-bottom: 5px;
    margin-left: 10px;
    text-align: left;
}

.footer__contacts {
    display: table;
    width: 100%;
}

.footer__contacts a {
    float: left;
    margin-right: 30px;
    padding-left: 10px;
    margin-top: 28px;
}

@media (max-width: 1450px) {
	.footer__contacts a {
		margin-top: 15px;
	}
}

@media (max-width: 750px) {
	.footer__contacts a {
		margin-right: 0px;
	}
}

.footer i {
    color:  #025EA1;
}

/********* end footer menu ******/



/**** mayak-icons ****/

[class^="m-ico-"] {
    font-family: mayak-icons;
    font-style: normal;
    margin-right: 10px;
/*    vertical-align: bottom; */
}

.socials [class^="m-ico-"] {
    border: 1px solid #e0e7ea;
    border-radius: 100%;
    padding: 10px;
    color: white;
}

.m-ico-tel::before {
    content: '\f15b';
}

.m-ico-next::before {
    content: '\f469';
}

.m-ico-prev::before {
    content: '\f46a';
}

.m-ico-vk::before {
    content: '\f168';
}

.m-ico-fb::before {
    content: '\f14b';
}

.m-ico-insta::before {
    content: '\f14a';
}

.m-ico-mail::before {
    content: '\f049';
}

.m-ico-home::before {
    content: '\21b8';
}

.m-ico-download::before {
    content: '\f089';
}

.m-ico-suppliers::before {
    content: '\f25e';
}

.m-ico-about::before {
    content: '\f315';
}

.m-ico-active_programs::before {
    content: '\f218';
}

.m-ico-products_services::before {
    content: '\f272';
}

.m-ico-careers::before {
    content: '\f288';
}

.m-ico-press_center::before {
    content: '\f19b';
}

.m-ico-newspaper::before {
    content: '\f256';
}

.m-ico-press::before {
    content: '\f18c';
}

.m-ico-doc_view::before {
    content: '\f419';
}

.m-ico-question::before {
    content: '\f013';
}

.m-ico-question {
    vertical-align: middle;
}

.m-ico-download {
    font-size: 40px;
    color: #cf2b2b;
}

.m-ico-vk {
    background-color: #537ca6;
}

.m-ico-fb {
    background-color: #385a97;
}

.m-ico-insta {
    background-color: #DE184C;
}

.m-ico-doc_view {
    color: #cf2b2b;
    font-size: 20px;
}

.m-ico-prev, .m-ico-next {
    margin-left: 10px;
    color: #003274;
}

@media (max-width: 750px) {
  .m-ico-prev, .m-ico-next {
    font-size: 10px;
  }
}








/* End */


/* Start:/local/templates/mayak_2020/frontend/assets/css/animate.css?159777444575436*/


/* Start:/local/tpl/css/libs/animate.css?158659941875357*/
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated_1 {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated_2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated_3 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated2 {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swipe {
    from, to, 40%, 80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

@keyframes swipe {
    from, to, 40%, 80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    20%, 60% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
}

.swipe {
    -webkit-animation-name: swipe;
    animation-name: swipe;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* End */


/* End */
/* /local/templates/mayak_2020/frontend/assets/css/app.css?1669359168188678 */
/* /local/templates/mayak_2020/frontend/assets/css/animate.css?159777444575436 */
