

/* Start:/bitrix/templates/main/css/vendor.min.css?148605288698777*/
/*! 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 {
  font-family: sans-serif; /* 1 */
  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 {
  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 */
  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"], /* 1 */
[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 {
  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"] {
  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, /* 1 */
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;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/bitrix/templates/main/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 20px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /* border-radius: 3px; */
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: rgb(204,204,204);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: rgb(32,146,207);
}

/* 
 *  Cause - Owl Carousel CSS File
 */
.owl-theme-cause .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 20px;
  width: 31.6667%;
}
.owl-theme-cause .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme-cause .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme-cause .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme-cause .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme-cause .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: rgb(204,229,255);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme-cause .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fc8800;
}

/* 
 *  Works - Owl Carousel CSS File
 */
.owl-theme-work .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;

}
.owl-theme-work .owl-controls .owl-nav [class*='owl-'] {

  border-radius:0;
  display: block;
  cursor: pointer;
 

    -webkit-transition: background-color 0.2 ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  text-indent: -99999px;

}
.owl-theme-work .owl-controls .owl-nav .owl-prev{  width:50px; 
  height:50px; background-position:left top; position:absolute; top:60px; left:-55px;  background-image: url(/bitrix/templates/main/css/../img/w_arrows.png);background-color:rgb(153,204,255);}
.owl-theme-work .owl-controls .owl-nav .owl-next{  width:50px; 
  height:50px; background-position:right top; position:absolute; top:60px; right:-55px;  background-image: url(/bitrix/templates/main/css/../img/w_arrows.png);background-color:rgb(153,204,255);}
.owl-theme-work .owl-controls .owl-nav .owl-next:hover{background-position:right top;   background-color: rgb(32,146,207);background-image: url(/bitrix/templates/main/css/../img/w_arrows.png);}
.owl-theme-work .owl-controls .owl-nav .owl-prev:hover{background-position:left top;   background-color: rgb(32,146,207); background-image: url(/bitrix/templates/main/css/../img/w_arrows.png);
   text-decoration: none}

.owl-theme-work .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme-work .owl-dots .owl-dot {

}
.owl-theme-work .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: rgb(78,144,192);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme-work .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fc8800;
}

/* 
 *  Cause - Owl Carousel CSS File
 */
.owl-theme-cause-inner .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  bottom: 20px;
  width: 31.6667%;
}
.owl-theme-cause-inner .owl-controls .owl-nav [class*='owl-'] {

  border-radius:0;
  display: block;
  cursor: pointer;
 

    -webkit-transition: background-color 0.2 ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  text-indent: -99999px;

}
.owl-theme-cause-inner .owl-controls .owl-nav .owl-prev{z-index:3;width:24px;height:24px;background-color:transparent;background-position:left top;position:absolute;bottom: 15px;left: 135px;background-image: url(/bitrix/templates/main/css/../img/cause_arrows.png);background-position: -10px -54px;}
.owl-theme-cause-inner .owl-controls .owl-nav .owl-next{z-index:3;width:24px;height:24px;background-color:transparent;background-position:right top;position:absolute;bottom: 15px;right: 135px;background-image: url(/bitrix/templates/main/css/../img/cause_arrows.png);background-position: -10px -10px;}
.owl-theme-cause-inner .owl-controls .owl-nav .owl-next:hover{ background-color:transparent;  background-image: url(/bitrix/templates/main/css/../img/cause_arrows.png);  background-position: -54px -10px;}
.owl-theme-cause-inner .owl-controls .owl-nav .owl-prev:hover{  background-color:transparent; background-image: url(/bitrix/templates/main/css/../img/cause_arrows.png);  background-position: -54px -54px;  }
   
.owl-theme-cause-inner .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme-cause-inner .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme-cause-inner .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: rgb(78,144,192);
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme-cause-inner .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fc8800;
}

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -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 headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-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;
}

/* 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;
  box-sizing: border-box; }

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

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

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

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

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

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

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  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;
  box-shadow: none;
  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%;
    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;
  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;
    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;
    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);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/main/css/alertify.min.css?148605288618823*/
/**
 * alertifyjs 1.6.0 http://alertifyjs.com
 * AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
 * Copyright 2015 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com) 
 * Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
.alertify .ajs-dimmer,.alertify .ajs-modal{position:fixed;padding:0;z-index:1981;top:0;right:0;bottom:0;left:0}.alertify .ajs-dimmer{margin:0;background-color:#252525;opacity:.5}.alertify .ajs-modal{overflow-y:auto}.alertify .ajs-dialog{position:relative;margin:5% auto;min-height:110px;max-width:500px;padding:24px 24px 0;outline:0;background-color:#fff}.alertify .ajs-dialog.ajs-capture:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;display:block;z-index:1}.alertify .ajs-reset{position:absolute!important;display:inline!important;width:0!important;height:0!important;opacity:0!important}.alertify .ajs-commands{position:absolute;right:4px;margin:-14px 24px 0 0;z-index:2}.alertify .ajs-commands button{display:none;width:10px;height:10px;margin-left:10px;padding:10px;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.alertify .ajs-commands button.ajs-close{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAh0lEQVQYlY2QsQ0EIQwEB9cBAR1CJUaI/gigDnwR6NBL/7/xWLNrZ2b8EwGotVpr7eOitWa1VjugiNB7R1UPrKrWe0dEAHBbXUqxMQbeewDmnHjvyTm7C3zDwAUd9c63YQdUVdu6EAJzzquz7HXvTiklt+H9DQFYaxFjvDqllFyMkbXWvfpXHjJrWFgdBq/hAAAAAElFTkSuQmCC)}.alertify .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAOUlEQVQYlWP8//8/AzGAhYGBgaG4uBiv6t7eXkYmooxjYGAgWiELsvHYFMCcRX2rSXcjoSBiJDbAAeD+EGu+8BZcAAAAAElFTkSuQmCC)}.alertify .ajs-header{margin:-24px -24px 0;padding:16px 24px;background-color:#fff}.alertify .ajs-body{min-height:56px}.alertify .ajs-body .ajs-content{padding:16px 24px 16px 16px}.alertify .ajs-footer{padding:4px;margin-left:-24px;margin-right:-24px;min-height:43px;background-color:#fff}.alertify.ajs-maximized .ajs-dialog,.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-dialog{padding:0}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button,.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button{margin:4px}.alertify .ajs-footer .ajs-buttons.ajs-primary{text-align:right}.alertify .ajs-footer .ajs-buttons.ajs-auxiliary{float:left;clear:none;text-align:left}.alertify .ajs-footer .ajs-buttons .ajs-button{min-width:88px;min-height:35px}.alertify .ajs-handle{position:absolute;display:none;width:10px;height:10px;right:0;bottom:0;z-index:1;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMS8xNEDQYmMAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQ0lEQVQYlaXNMQoAIAxD0dT7H657l0KX3iJuUlBUNOsPPCGJm7VDp6ryeMxMuDsAQH7owW3pyn3RS26iKxERMLN3ugOaAkaL3sWVigAAAABJRU5ErkJggg==);-webkit-transform:scaleX(1);transform:scaleX(1);cursor:se-resize}.alertify.ajs-no-overflow .ajs-body .ajs-content{overflow:hidden!important}.alertify.ajs-no-padding.ajs-maximized .ajs-body .ajs-content{left:0;right:0;padding:0}.alertify.ajs-no-padding:not(.ajs-maximized) .ajs-body{margin-left:-24px;margin-right:-24px}.alertify.ajs-no-padding.ajs-resizable .ajs-body .ajs-content{left:0;right:0}.alertify.ajs-closable .ajs-commands button.ajs-close,.alertify.ajs-maximizable .ajs-commands button.ajs-maximize,.alertify.ajs-maximizable .ajs-commands button.ajs-restore{display:inline-block}.alertify.ajs-maximized .ajs-dialog{width:100%!important;height:100%!important;max-width:none!important;margin:0 auto!important;top:0!important;left:0!important}.alertify.ajs-maximized.ajs-modeless .ajs-modal{position:fixed!important;min-height:100%!important;max-height:none!important;margin:0!important}.alertify.ajs-maximized .ajs-commands button.ajs-maximize{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAASklEQVQYlZWQ0QkAMQhDtXRincOZX78KVtrDCwgqJNEoIB3MPLj7lRUROlpyVXGzby6zWuY+kz6tj5sBMTMAyVV3/595RbOh3cAXsww1raeiOcoAAAAASUVORK5CYII=)}.alertify.ajs-maximized .ajs-commands,.alertify.ajs-resizable .ajs-commands{margin:14px 24px 0 0}.alertify.ajs-maximized .ajs-header,.alertify.ajs-resizable .ajs-header{position:absolute;top:0;left:0;right:0;margin:0;padding:16px 24px}.alertify.ajs-maximized .ajs-body,.alertify.ajs-resizable .ajs-body{min-height:224px;display:inline-block}.alertify.ajs-maximized .ajs-body .ajs-content,.alertify.ajs-resizable .ajs-body .ajs-content{position:absolute;top:50px;right:24px;bottom:50px;left:24px;overflow:auto}.alertify.ajs-maximized .ajs-footer,.alertify.ajs-resizable .ajs-footer{position:absolute;left:0;right:0;bottom:0;margin:0}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-dialog{min-width:548px}.alertify.ajs-resizable:not(.ajs-maximized) .ajs-handle{display:block}.alertify.ajs-movable:not(.ajs-maximized) .ajs-header{cursor:move}.alertify.ajs-modeless .ajs-dimmer,.alertify.ajs-modeless .ajs-reset{display:none}.alertify.ajs-modeless .ajs-modal{overflow:visible;max-width:none;max-height:0}.alertify.ajs-modeless.ajs-pinnable .ajs-commands button.ajs-pin{display:inline-block;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAQklEQVQYlcWPMQ4AIAwCqU9u38GbcbHRWN1MvKQDhQFMEpKImGJA0gCgnYw0V0rwxseg5erT4oSkQVI5d9f+e9+xA0NbLpWfitPXAAAAAElFTkSuQmCC)}.alertify.ajs-modeless.ajs-unpinned .ajs-modal{position:absolute}.alertify.ajs-modeless.ajs-unpinned .ajs-commands button.ajs-pin{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNy8xMy8xNOrZqugAAAAcdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3JrcyBDUzbovLKMAAAAO0lEQVQYlWP8//8/AzGAiShV6AqLi4txGs+CLoBLMYbC3t5eRmyaWfBZhwwYkX2NTxPRvibKjRhW4wMAhxkYGbLu3pEAAAAASUVORK5CYII=)}.alertify.ajs-modeless:not(.ajs-unpinned) .ajs-body{max-height:500px;overflow:auto}.alertify.ajs-basic .ajs-header{opacity:0}.alertify.ajs-basic .ajs-footer{visibility:hidden}.alertify.ajs-frameless .ajs-header{position:absolute;top:0;left:0;right:0;min-height:60px;margin:0;padding:0;opacity:0;z-index:1}.alertify.ajs-frameless .ajs-footer{display:none}.alertify.ajs-frameless .ajs-body .ajs-content{position:absolute;top:0;right:0;bottom:0;left:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog{padding-top:0}.alertify.ajs-frameless:not(.ajs-resizable) .ajs-dialog .ajs-commands{margin-top:0}.ajs-no-overflow{overflow:hidden!important;outline:0}.ajs-no-selection,.ajs-no-selection *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:568px){.alertify .ajs-dialog{min-width:150px}.alertify:not(.ajs-maximized) .ajs-modal{padding:0 5%}.alertify:not(.ajs-maximized).ajs-resizable .ajs-dialog{min-width:initial;min-width:auto}}@-moz-document url-prefix(){.alertify button:focus{outline:#3593D2 dotted 1px}}.alertify .ajs-dimmer,.alertify .ajs-modal{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-property:opacity,visibility;transition-timing-function:linear;transition-duration:250ms}.alertify.ajs-hidden .ajs-dimmer,.alertify.ajs-hidden .ajs-modal{visibility:hidden;opacity:0}.alertify.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-duration:.5s;animation-duration:.5s}.alertify.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-duration:250ms;animation-duration:250ms}.alertify .ajs-dialog.ajs-shake{-webkit-animation-name:ajs-shake;animation-name:ajs-shake;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ajs-shake{0%,100%{-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 ajs-shake{0%,100%{-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)}}.alertify.ajs-slide.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-slideIn;animation-name:ajs-slideIn;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1.275);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}.alertify.ajs-slide.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-slideOut;animation-name:ajs-slideOut;-webkit-animation-timing-function:cubic-bezier(.6,-.28,.735,.045);animation-timing-function:cubic-bezier(.6,-.28,.735,.045)}.alertify.ajs-zoom.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-zoomIn;animation-name:ajs-zoomIn}.alertify.ajs-zoom.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-zoomOut;animation-name:ajs-zoomOut}.alertify.ajs-fade.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-fadeIn;animation-name:ajs-fadeIn}.alertify.ajs-fade.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-fadeOut;animation-name:ajs-fadeOut}.alertify.ajs-pulse.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-pulseIn;animation-name:ajs-pulseIn}.alertify.ajs-pulse.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-pulseOut;animation-name:ajs-pulseOut}.alertify.ajs-flipx.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInX;animation-name:ajs-flipInX}.alertify.ajs-flipx.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutX;animation-name:ajs-flipOutX}.alertify.ajs-flipy.ajs-in:not(.ajs-hidden) .ajs-dialog{-webkit-animation-name:ajs-flipInY;animation-name:ajs-flipInY}.alertify.ajs-flipy.ajs-out.ajs-hidden .ajs-dialog{-webkit-animation-name:ajs-flipOutY;animation-name:ajs-flipOutY}@-webkit-keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-pulseIn{0%,100%,20%,40%,60%,80%{transition-timing-function:cubic-bezier(.215,.61,.355,1)}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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-pulseOut{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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes ajs-pulseOut{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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@-webkit-keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes ajs-zoomIn{0%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@keyframes ajs-zoomOut{0%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}100%{opacity:0;-webkit-transform:scale3d(.25,.25,.25);transform:scale3d(.25,.25,.25)}}@-webkit-keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes ajs-fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes ajs-fadeOut{0%{opacity:1}100%{opacity:0}}@-webkit-keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutX{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes ajs-flipOutX{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@-webkit-keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes ajs-flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes ajs-flipOutY{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes ajs-flipOutY{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@-webkit-keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@keyframes ajs-slideIn{0%{margin-top:-100%}100%{margin-top:5%}}@-webkit-keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}@keyframes ajs-slideOut{0%{margin-top:5%}100%{margin-top:-100%}}.alertify-notifier{position:fixed;width:0;overflow:visible;z-index:1982;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.alertify-notifier 

.ajs-message{font-family:'Open Sans', sans-serif; font-weight: 600px; padding:40px;font-weight:600;border-radius:5px;position:relative;width:300px; text-align:left; max-height:0;padding:0;opacity:0;margin:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transition-duration:250ms;transition-timing-function:linear;color:#fff;}
.ajs-message.ajs-error{background: url(/bitrix/templates/main/css/../img/alert_ico.png) 15px 25px no-repeat #ff3235;padding-left: 60px !important;}


.alertify-notifier .ajs-message.ajs-visible{transition-duration:.5s;transition-timing-function:cubic-bezier(.175,.885,.32,1.275);opacity:1;max-height:100%;padding:15px;margin-top:10px}.alertify-notifier .ajs-message.ajs-success{background:rgba(91,189,114,.95)}.alertify-notifier 



.alertify-notifier .ajs-message.ajs-warning{background:rgba(252,248,215,.95)}.alertify-notifier.ajs-top{top:10px}.alertify-notifier.ajs-bottom{bottom:10px}.alertify-notifier.ajs-right{right:10px}.alertify-notifier.ajs-right .ajs-message{right:-320px}.alertify-notifier.ajs-right .ajs-message.ajs-visible{right:290px}.alertify-notifier.ajs-left{left:10px}.alertify-notifier.ajs-left .ajs-message{left:-300px}.alertify-notifier.ajs-left .ajs-message.ajs-visible{left:0}
/* End */


/* Start:/bitrix/templates/main/fonts/fonts.min.css?1486052887329*/
@font-face {
	font-family: 'bebas-neue-bold';
	src: url('/bitrix/templates/main/fonts/bebas-neue-bold/bebas-neue-bold.eot');
	src: url('/bitrix/templates/main/fonts/bebas-neue-bold/bebas-neue-bold.woff') format('woff'), url('/bitrix/templates/main/fonts/bebas-neue-bold/bebas-neue-bold.ttf') format('truetype'), url('/bitrix/templates/main/fonts/bebas-neue-bold/bebas-neue-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/common__top/style.min.css?1486052886490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/common__top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/common__left/style.min.css?1486052886490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/common__left/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/common/style.min.css?1486052886448*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/menu/footer_common/style.min.css?1486052886490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/main/components/bitrix/menu/footer_common/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?171645268971261*/
/* =============Common=============*/
.cl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body,
html {
  height: 100%;
  width: 100%;
  min-width: 1200px;
}
.over{overflow:hidden;}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
body {
  font: 100%/1.5em 'Open Sans', sans-serif;
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
h2{ line-height: 1.2em; }

@media screen and (max-width: 640px){
  h2{ font-size: 2.2em; line-height: 1.4em; }
}

.wr {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.title {
  font-family: 'bebas-neue-bold';
  text-transform: uppercase;
  text-shadow: 2.973px 2.677px 0px #99ccff;
  text-align: center;
  font-size: 4em;
  line-height: 1.2;
  display: table;
  margin: 0 auto 30px  auto;
  letter-spacing: 8px;
  position: relative;
}
.title:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fc8800;
  margin-top: 10px;
}
.titlesmall {
  font-family: 'bebas-neue-bold';
  text-transform: uppercase;
  text-shadow: 2.973px 2.677px 0px #99ccff;
  text-align: center;
  font-size: 3em;
  line-height: 1.2;
  display: table;
  margin: 0 auto 23px  auto;
  letter-spacing: 5px;
}
.titlesmall:after {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fc8800;
  margin-top: 7px;
}
a {
  text-decoration: none;
}
.wrapper {
  position: relative;
  min-height: 100%;
  height: auto!important;
  overflow: hidden;
}
.wrapper:after {
  content: "";
  height: 402px;
  display: none;
}
.footer--inner {
  height: 402px;
  margin-top: -402px;
}
@media screen and (max-width: 639px) {
  .wr {
    width: auto;
    max-width: 400px;
    padding: 0 10px;
  }
  .wrapper:after {
    height: 0;
  }
  .footer--inner {
    height: auto;
    margin-top: 0;
  }
  body,
  html {
    font-size: 8px;
    min-width: 320px;
  }
  .title {
    margin-bottom: 25px;
    /* letter-spacing: 1px; */
    padding: 0 10px;
    letter-spacing: 4px;
  }
  .title:after{
	  margin-top:8px;
  }
  .titlesmall {
    padding-left: 10px;
    padding-right: 10px;
	letter-spacing:1px;
  text-shadow: 1.2px 1.2px 0px #99ccff;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .wr {
    width: 640px;
    margin: 0 auto;
  }
  body,
  html {
    font-size: 14px;
    min-width: auto;
  }
    .wrapper:after {
    height: 0;
  }
  .footer--inner {
    height: auto;
    margin-top: 0;
  }
  .title{
    font-size:3.857em;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1219px) {
  .wr {
    width: 1000px;
    margin: 0 auto;
  }
  body,
  html {
    font-size: 14px;
    min-width: auto;
  }
  .wrapper:after {
  content: "";
  height: 484px;
  /*display: block;*/
}
.footer--inner {
  height: 484px;
  margin-top: -484px;
}
}
/* =============Header=============*/

input[type=text].err, textarea.err{ border-color: #ff3235 !important; }

.firstSlide {
  height: 100%;
  width: 100%;
  background: #01153b url(/bitrix/templates/main/img/firstSlide_bg.jpg);
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:300px;
}
.no-backgroundsize .firstSlide {
  background-size: 100% auto;
}
.header {
  z-index: 130;
}
.header__top {
  height: 58px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #01153b;
  position: relative;
  z-index: 110;
}
.firstSlide .header__top {
  background-color: transparent;
}
.header__bottom {
  background: url(/bitrix/templates/main/img/_bar.jpg) repeat-x center top;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 110;
}
.header__logo {
  float: left;
  padding-left: 7px;
  position: relative;
}
.header__logo__text {
  display: none;
}
.header__logo__img {
  margin: -10px 0 0 0;
  z-index: 2;
  position: relative;
}
.header__logo:after {
  content: "";
  display: block;
  width: 161px;
  height: 71px;
  position: absolute;
  background: url(/bitrix/templates/main/img/_shadow.png);
  z-index: 1;
  left: -25px;
  top: 0;
}
.firstSlide .header {
  height: 100%;
}
.header__lung {
  float: left;
  margin: 18px 0 0 185px;
  padding: 0;
  z-index: 110;
  position: relative;
}
.header__lung li {
  float: left;
  list-style: none;
  margin: 0 7px;
  padding: 1px 2px 0 2px;
  height: 23px;
  border: 1px solid transparent;
  cursor: pointer;
}
.header__lung li.active {
  border: 1px solid rgb(73,116,153);
}
.header__lung li:hover {
  border: 1px solid rgb(73,116,153);
}
.header__right{
  float: right;
}
.header__mail {
  float: left;
  margin-top: 18px;
  padding-left: 30px;
  position: relative;
}
.header__mail__link {
  color: #00ccff;
  text-decoration: none;
  border-bottom: 1px solid #00719e;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__mail__link:hover {
  border-bottom: 1px solid #808a9e;
  color: #ffffff;
}
.header__mail:before {
  background-image: url(/bitrix/templates/main/img/icons_s.png);
  width: 19px;
  height: 14px;
  background-position: -20px -20px;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
}
.header__phone {
  float: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375em;
  text-transform: uppercase;
  padding-top: 16px;
  margin: 0 40px 0 40px;
}
.header__secondphone {
  float: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375em;
  text-transform: uppercase;
  padding-top: 16px;
}
.header__slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -600px;
  margin-top: -31px;
  text-align:center;
  z-index: 100;
}
.header__mousearea {
  position: relative;
  background-color: #fc8800;
  width: 62px;
  height: 77px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -31px;
}
.header__mousearea:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 11px solid #fc8800;
  border-left: 62px solid transparent;
  margin-top: -11px;
}
.header__mouse {
  background-image: url(/bitrix/templates/main/img/icons_s.png);
  cursor: pointer;
  width: 34px;
  height: 45px;
  background-position: -79px -20px;
  margin: 5px auto 0 auto;
  animation-name: mouse;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.firstSlide .header:after {
  content: '';
  display: block;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -2px;
  z-index: 10;
  background: url(/bitrix/templates/main/img/header_bot.png) repeat-x;
}
.with-menu{
  position:fixed;
  top:0;
  left:0;
  width:100%;}

.header__menu {
  float: right;
  width: 84%;
}
.header__menu__list {
  text-align: justify;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 24px 0;
}
.header__menu__list:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.header__menu__list li {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.header__menu__list li a {
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header__menu__list li a.active {
  color: #9ee7ff;
}
.header__menu__list li a:hover {
  color: #9ee7ff;
}
.header__top.fixed {
  height: 15px;
  background-color: #01153b;
}
.header__bottom.fixed {
  top: 12px;
}
@keyframes mouse {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: 15px;
  }
}
@-moz-keyframes mouse {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: 15px;
  }
}
@-webkit-keyframes mouse {
  from {
    margin-top: 5px;
  }
  to {
    margin-top: 15px;
  }
}
.mouse_pic {
  animation-name: mouse;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.header__mask{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  background: rgba(2, 21, 58, .3);
}
.header__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 90;
}
.demo__video {
  min-width: 100%;
  min-height: 100%;
}
.menu__trigger {
  display: none;
  float: right;
  width: 30px;
  border: 0;
  margin: 15px 10px 0 0;
}
.menu__trigger span {
  display: block;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
  transition: all .2s;
}
.menu__trigger.close .i1 {
  transform: translateY(10px) rotate(-135deg);
}
.menu__trigger.close .i2 {
  display: none;
}
.menu__trigger.close .i3 {
  transform: translateY(3px) rotate(135deg);
}
.mobile__menu__wrap {
  display: none;
  height: 0;
  opacity: 0;
  background: #01153a;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  padding: 200px 10px 0 10px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: opacity 0.6s ease-out, height 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out, height 0.6s ease-out
  transition: opacity 0.6s ease-out, height 0.6s ease-out;
}
.mobile__menu__wrap.show-menu {
  opacity: 1;
  height: 100%;
  z-index: 110;
}
.mobile__menu {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mobile__menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile__menu li a {
  font-size: 1.2em;
  border-bottom: 1px solid rgb(65,81,107);
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.mobile__menu li:last-child a{
  border:none;
}

@media screen and (max-width: 639px) {

  .inner .header{ background: #01153b; }
  .header__logo__img {
    width: 70px;
  }
  .header__logo:after {
    width: 115px;
    height: 51px;
    background-size: contain;
    left: -15px;
  }
  .header__mousearea {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__top {
    height: auto;
    padding: 0 10px;
    position: relative; z-index: 120;
    background: none;
  }
  .header__top .wr {
    padding-top: 40px;
  }
  .header__lung {
    position: absolute;
    left: 0;
    bottom: -55px;
    margin: 0;
    z-index: 10;
  }
  .social-links--header {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 0;
  }
  .header__mail {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 10px 0 15px 0;
    font-size: 1.75em;
  }
  .header__mail:before {
    width: 0;
  }
  .header__secondphone {
    width: 50%;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0 0 0 18px;
    font-size: 1.75em;
  }
  .header__phone {
    width: 50%;
    text-align: right;
    margin: 0 0 5px 0;
    padding: 0 18px 0 0;
    font-size: 1.75em;
    float: left;
  }
  .header__phone a,
  .header__secondphone a {
    color: #fff;
  }
  .header__logo {
    position: absolute;
    left: 50%;
    margin-left: -38px;
  }
  .header__slogan{
    text-align: center;
    margin-left: -150px;
    margin-top: 20px;
    z-index: 100;
  }
  .header__slogan img{
    width:300px;
  }
  .header__bottom {
    height: 50px;
    margin: 20px 0 20px 0;
    z-index: 115;
    position: relative;

  }
  .menu__trigger {
    display: block;
  }
  .header__lung li {
    padding: 4px 2px 0 2px;
  }

  .header__video{
    display: none;
  }
  .mobile__menu li a{
    font-size: 1.75em;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .show-menu {
    padding-top: 240px;
  }
  .inner .header{ background-color: #01153b; }
  .header__mousearea {
    display: none;
  }
  .header__menu {
    display: none;
  }
  .header__top {
    height: auto;
    padding: 0 10px;
    position: relative;
    z-index: 130;
    background: none;
  }
  .header__top .wr {
    position: relative;
  }
  .social-links--header {
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translate(-50%);
    margin: 0;
    padding: 0;
    float: none;
  }
  .header__lung {
    position: absolute;
    left: 30px;
    bottom: -48px;
    margin: 0;
    z-index: 10;
  }
  .header__right{
    float: none;
  }
  .header__mail {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 12px 0 60px 0;
    font-size: 1.1em;
  }
  .header__mail:before {
    width: 0;
  }
  .header__secondphone {
    width: 50%;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0 0 0 20px;
    font-size: 1.57em;
  }
  .header__phone {
    width: 50%;
    text-align: right;
    margin: 0 0 30px 0;
    padding: 0 20px 0 0;
    font-size: 1.57em;
    float: left;
    color: #fff;
  }
  .header__phone a {
    color: #fff;
  }
  .header__logo {
    position: absolute;
    left: 50%;
    margin-left: -55px;
  }
  .header__slogan {
    text-align: center;
    /* left: 0; */
    margin-left: -320px;
    margin-top: 30px;
    /* top: 50%; */
  }
  .header__slogan img {max-width:72%;}
  .header__bottom {
    height: 71px;
    margin-bottom: 30px;
    position: relative; z-index: 115;
  }
  .menu__trigger {
    display: block;
    margin-right: 30px;
    margin-top: 27px;
  }
  .header__lung li {
    padding: 2px;
  }
  .mobile__menu {
    margin: 0 auto;
    width: 600px;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1219px) {
  .header__slogan {
  margin-left: -500px;
 }
  .header__mail {
    margin-left: 0;
  }
  .header__lung {
    margin-left: 150px;
  }
}
/* =============Service=============*/
.service {
  background-color: #ffffff;
  padding: 50px 0;
}
.service__text {
  color: #333333;
  text-align: center;
  width: 60%;
  margin: 0 auto 80px auto;
}
.service__list {
  margin: 0;
  padding: 0;
}
.service__item {
  list-style: none;
  width: 20%;
  float: left;
  padding: 0 10px;
}
.serviceitem__img {
  margin-bottom: 5px;
  height: 147px;
  text-align: center;
  visibility: hidden;
}
.serviceitem__name {
  font-weight: 600;
  color: #000000;
  text-align: center;
  height: 60px;
  margin-bottom: 18px;
  font-size: 0.9em;
  padding: 0 5px;
}
.serviceitem__link {
  font-weight: 600;
  font-size: 0.75em;
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 639px) {
   .serviceitem__img{
	margin-bottom:0;
	height: auto;
	}
  .service__item {
    width: 100%;
    margin-bottom: 55px;
    padding: 0 10px;
  }
  .service__text {
    font-size: 1.75em;
    width: 100%;
    line-height: 1.3;
    margin-bottom: 65px;
    padding: 0 10px;
  }
  .serviceitem__name {
    font-size: 1.75em;
    line-height: 1.3;
    height: auto;
    margin-bottom: 30px;
    padding: 0 50px;
    margin-top: -20px;
  }
  .serviceitem__link {
    font-size: 1.5em;
    font-weight: 700;
  }
  .service {
    padding: 50px 0 20px 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .service__text {
    width: 80%;
    font-size: 1.142em;
    line-height:1.5;
    margin: 0 auto 90px auto;
  }
  .service__item {
    width: 50%;
    margin-bottom: 70px;
  }
  .serviceitem__img{
    margin-bottom:0;
  }
  .serviceitem__name {
    font-size: 1.1em;
    height: 60px;
    padding: 0 10%;
  }
  .service__item:nth-child(5) {
    width: 100%;
    margin-bottom: 45px;
  }
  .service {
    padding: 45px 0 0 0;
  }
    .serviceitem__link {
    font-size: 0.857em;
    font-weight: 700;
  }
}
/* =============Cause=============*/
.cause {
  background-color: #ffffff;
  padding: 0 0 40px 0;
}
.cause__blk {
  display: table;
  margin-top: 20px;
}
.cause__slide__ttl {
  display: table-cell;
  vertical-align: middle;
  background: url(/bitrix/templates/main/img/cause_bg.jpg) no-repeat;
  background-size: cover;
  width: 31.6667%;
  position: relative;
}
.cause__slide__about {
  display: table-cell;
  vertical-align: middle;
  border: 10px solid #99ccff;
  padding: 40px 55px 40px 55px;
}
.cause__maintext,  .cause__maintext p{
  font-weight: 700;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 50px;
}
.cause__maintext--blue {
  color: #2092cf;
}
.cause__text{
  height: 290px;
}
.cause__text ul{ margin: 0; padding: 40px 0 0 0; list-style: none; }
.cause__text ul li{ display: inline-block; margin: 0 20px; }
.cause__text, .cause__text p{
  margin-bottom: 28px;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cause__text .inn{ display: table-cell; vertical-align: middle; height: 290px; margin: 0; padding: 0; }

.cause__slogan {
  font-weight: 700;
  font-size: 1.1em;
}
.cause__number {
  font-family: 'bebas-neue-bold';
  font-size: 5.6em;
  color: #ffffff;
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 1.4em;
}
.cause__number:before {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-color: #73ccf8;
}
.cause__number:after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-color: #73ccf8;
  margin-top: -15px;
}
.cause__name {
  color: #ffffff;
  font-family: 'bebas-neue-bold';
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 4px;
  line-height: 1;
  display: table;
  margin: 0 auto 20px auto;
}
.cause__name:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fc8800;
  border-radius: 2px;
}
.owl-carousel .owl-item .cause__icon {
  margin: 8% auto 25px auto;
}
@media screen and (max-width: 639px) {
  .cause__text,
  .cause__slogan {
    display: none;
  }
  .cause__blk {
    display: block;
    margin-top: 0;
  }
  .cause__number:before, .cause__number:after{
    height:4px;
  }
  .cause__slide__ttl {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
  }
  .cause__slide__about {
    display: block;
    width: 100%;
    padding: 15px 20px 0 20px;
    border: none;
  }
  .cause {
    padding-bottom: 0px;
    text-align: center;
  }
  .cause__maintext {
    font-weight: 500;
    margin-bottom: 30px;
	font-size:1.75em;
	line-height:1.3;
  }
  .cause__name {
    padding-bottom: 40px;
    letter-spacing:5px;
  }
  .cause__name:after{
    margin-top: 5px;
  }
  .owl-carousel .owl-item .cause__icon {
    margin: 0 auto 15px auto;
    padding-left: 10px;
    width: 160px;
  }
  .owl-theme-cause .owl-controls {
    position: relative;
    bottom: 0;
    width: 100%;
	margin-top:0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .cause__name:after{
	  margin-top:20px;
  }
  .owl-carousel .owl-item .cause__icon{
	  width:145px;
	  margin: 0% auto 25px auto;
	 }
  .cause__name{
    font-size:3.428em;
  }.cause .title{
    margin-bottom:10px;
  }.cause__slide__ttl {
    width: 50%;
  }
  .cause__slide__about {
    width: 50%;
    padding: 35px 25px 45px 40px;
  }
  .cause__number{
    font-size:3.214em;
  }
  .cause__number:before,
  .cause__number:after{
   height:4px;
  }
  .cause__slogan {
    display: none;
  }
  .cause__maintext {
    font-weight: 600;
    font-size: 1.13em;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .cause__text {
    font-size: 0.857em;
    line-height: 1.6;
  }
  .owl-theme-cause .owl-controls {
    position: relative;
    width: 100%;
    bottom: 0;
    margin-top: 35px;
  }
}

.inner .cause{ margin-top: 40px;  }
/* =============Product=============*/
.products {
  background-color: #ffffff;
  padding: 60px 0 0 0;
}
.products .title {
  margin-bottom: 80px;
}
.products__list {
  margin: 0 0 25px 0;
  padding: 0;
  visibility: hidden;
}
.products__item {
  list-style: none;
  display: inline-block;
  position: relative;
  width: 32%;
  height: 100%;
  margin: 0 0 20px 0;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  outline: 0 solid #ffffff;
}
.productitem__link:after {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 37%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 1;
}
.products__item:nth-child(2) {
  margin: 0 18px 20px 18px;
}
.products__item:nth-child(5) {
  margin: 0 18px 20px 18px;
}
.productitem__link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.productitem__img {
  width: 100%;
  height: autof;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.productitem__names {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 2;
}
.productitem__names span {
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.375em;
  line-height: 2;
  padding: 7px 10px;
}
.products__item .productitem__btn {
  font-weight: 800;
  font-size: 0.7em;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
  display: block;
}
.products__item:hover .productitem__link:after  {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products__item:hover {
  outline: 8px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 16px #4a4a4a;
  -moz-box-shadow: 0px 0px 0px 16px #4a4a4a;
  box-shadow: 0px 0px 0px 16px #4a4a4a;
}
.products__item:hover .productitem__img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -o-transform: translate3d(20px, 20px);
  -ms-transform: translate3d(20px, 20px);
  -moz-transform: translate3d(20px, 20px);
  -webkit-transform: translate3d(20px, 20px);
  transform: translate3d(20px, 20px);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.products__item .border__button.inverted {
  border: 2px solid #fff;
  padding: 6px 20px;
  color: #fff;
}
.products__item:hover .border__button {
  color: #4a4a4a;
}
.products__item:hover .border__button:hover:after {
  height: 650%;
  opacity: 1;
}
a:hover .border__button.inverted,
a:active .border__button.inverted {
  color: #4a4a4a;
}
.products__item:hover .border__button:after {
  height: 650%;
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .products {
    padding: 40px 0 0 0;
  }
  .products__item {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .products .title {
    margin-bottom: 50px;
  }
  .productitem__names span {
    font-size: 2.75em;
    font-weight: 700;
  }
  .products__item .productitem__btn {
    font-size: 1.375em;
  }
  .productitem__names {
    text-align: center;
    top: 40%;
    width: 100%;
    left: 0;
  }
  .products__item .border__button.inverted {
    padding: 10px 25px;
  }
  .products__item .productitem__btn {
    left: 50%;
    margin-left: -66px;
  }
  .products__item:nth-child(2) {
    margin: 0 0 10px 0;
  }
  .products__item:nth-child(5) {
    margin: 0 0 10px 0;
  }
  .products__list {
    margin: 0;
    padding: 0 10px;
  }
  .products__item:hover {
    outline: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
.productitem__names span{
  font-size:1.571em;
}
  .products {
    padding: 50px 0 0 0;
  }
  .products .title {
    margin-bottom: 60px;
    display: none;
  }
  .products__list{
	  padding:0 15px;
	  margin: 0 0 5px 0;
	 }
  .products__item:nth-child(2) {
    margin: 0 0  10px 10px;
  }
  .products__item:nth-child(5) {
    margin: 0 0  10px 0;
  }
  .products__item:nth-child(4) {
    margin: 0 0  10px 10px;
  }
  .products__item:nth-child(6) {
    margin: 0 0  10px 10px;
  }
  .products__item {
    width: 49%;
    margin-bottom: 10px;
    float: left;
  }
  .products__item:hover {
    outline: 0;
    box-shadow: none;
  }
  .productitem__names {
    text-align: center;
    top: 40%;
    width: 100%;
    left: 0;
  }
  .products__item .productitem__btn.inverted {
    left: 50%;
    margin-left: -60px;
    font-size: 0.785em;
    padding: 7px 20px;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1219px) {
		.content .products__list--1{
		margin-top:60px;
	}
  .products__item:nth-child(2) {
    margin: 0 16px 20px 16px;
  }
  .products__item:nth-child(5) {
    margin: 0 16px 20px 16px;
  }
}
/* =============News=============*/
.news {
  background-color: #ffffff;
  padding: 20px 0 0 0;
}
.news__list {
  margin-bottom: 25px;
}
.news__item {
  float: left;
  width: 32%;
  text-align: center;
}
.news__item:nth-child(2) {
  margin: 0 18px;
}
.news__link {
  font-weight: 800;
  font-size: 0.7em;
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
.newsitem__date {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  position: relative;
  display: table;
  margin: 0 auto;
  color: #010101;
}
.newsitem__date:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #010101;
  margin: 20px 0 10px 0;
}
.newsitem__text {
  padding: 0 30px;
  cursor: pointer;
  display: block;
}
.newsitem__link {
  text-decoration: none;
  color: #007fbf;
  line-height: 1.8;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.newsitem__link:hover {
  color: #fc8800;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 639px) {
  .news {
    padding: 10px 10px 0 10px;
  }
  .news .title{margin-bottom:40px;}
  .news__item:nth-child(2) {
    margin: 0 0 40px 0;
  }
  .news__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .newsitem__date {
    font-size: 1.75em;
  }
  .newsitem__text {
    font-size: 1.75em;
    line-height: 1.5;
    padding: 0;
  }
  .news__link {
    font-size: 1.5em;
  }
  .news__list {
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .news {
    padding: 0;
  }
  .news__item {
    width: 50%;
	padding-left: 15px;
    padding-right: 15px;
  }
  .news__item:nth-child(2) {
    margin: 0;
  }
  .news__item:nth-child(3) {
    display: none;
  }
  .news__list{
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .newsitem__date {
    font-size: 1em;
  }
  .newsitem__date:after{
    margin:15px 0;
  }
    .newsitem__text {
    font-size: 1em;
    line-height: 1.5;
    padding: 0;
  }
  .news__link {
    font-size: 0.857em;
    font-weight: 700;
  }
}
/* =============Winner=============*/
.winners {
  background-color: #ffffff;
  padding: 105px 0 0 0;
}
.winner {
  display: table;
  padding-top: 25px;
}
.win__pic {
  width: 32%;
  background: url(/bitrix/templates/main/img/win_pic.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.win__img {
  margin: 90px auto 50px auto;
  display: block;
}
.win__medals {
  padding: 0;
  margin: 0 auto;
  width: 48%;
  display: inline-block;
  text-align: justify;
}
.win__medals:after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 0;
}
.win__medals li {
  list-style: none;
  display: inline-block;
}
.win__about {
  width: 68%;
  display: table-cell;
  color: #ffffff;
  text-align: left;
}
.about__blk {
  padding: 60px 50px 35px 65px;
  margin-left: 20px;
  background: url(/bitrix/templates/main/img/win_about.jpg) no-repeat;
  background-size: cover;
}
.about__title {
  padding-right: 100px;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.3;
}
.about__title:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background-color: #e58108;
  margin: 20px 0;
  border-radius: 2px;
}
.about__list {
  margin: 45px 0 20px 10px;
  padding: 0;
  display: inline-block;
  text-align: justify;
  width: 95%;
}
.about__list:after {
  display: inline-block;
  content: '';
  width: 100%;
  height: 0;
}
.about__list li {
  list-style: none;
  display: inline-block;
  padding-left: 30px;
  font-weight: 600;
  font-size: 1.1em;
  position: relative;
}
.about__list li:before {
  width: 16px;
  content: '';
  display: block;
  height: 19px;
  background-position: -153px -20px;
  background-image: url(/bitrix/templates/main/img/icons_s.png);
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 639px) {
  .winners {
    padding: 50px 0 0 0;
  }
  .winners__wrap {
    background: url(/bitrix/templates/main/img/win_about.jpg) no-repeat;
    background-size: cover;
    margin-top: 40px;
    text-align: left;
  }
  .winner {
    display: block;
    padding: 0;
    /* margin-top: 30px; */
  }
  .win__pic {
    display: block;
    width: 100%;
    background: none;
  }
  .win__img {
    display: none;
  }
  .win__about {
    display: block;
    width: 100%;
    padding: 0 10px;
    background: none;
  }
  .about__blk {
    padding: 0;
    background: none;
    margin: 0;
  }
  .win__medals {
    margin: 45px auto 35px auto;
    width: 57%;
  }
  .about__title {
    font-size: 2.25em;
    text-align: center;
    padding: 0;
  }
  .about__title:after {
    margin: 25px auto 20px auto;
  }
  .about__blk p {
    font-size: 1.75em;
    text-align: center;
    line-height: 1.5;
  }
  .about__list li {
    display: block;
    font-size: 1.75em;
    padding-bottom: 15px;
    font-weight: 500;
  }
  .about__list {
    margin: 30px 0 30px 30px;
    width: 70%;
  }
  .about__list li:before {
    top: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .winners {
    padding: 50px 0 0 0;
  }
  .winners__wrap {
    background: url(/bitrix/templates/main/img/win_about.jpg) no-repeat;
    background-size: cover;
    margin-top: 40px;
  }
  .winner {
    display: block;
    padding: 0;
  }
  .win__pic {
    display: block;
    width: 100%;
    background: none;
  }
  .win__img {
    display: none;
  }
  .win__about {
    display: block;
    width: 100%;
    padding: 0 10px;
    background: none;
  }
  .about__blk {
    padding: 0;
    background: none;
    margin: 0;
  }
  .win__medals {
    margin: 45px auto 25px auto;
    width: 29%;
  }
  .about__title {
    font-size: 1.714em;
    text-align: center;
    padding: 0 30px;
  }
  .about__title:after {
    margin: 40px auto;
  }
  .about__blk p {
    font-size: 1em;
    text-align: center;
    line-height: 1.5;
  }
  .about__list li {
    display: inline-block;
    font-size: 1em;
    padding-bottom: 15px;
    padding-top: 25px;
    padding-left: 0;
    font-weight: 500;
  }
  .about__list {
    margin: 55px 0 5px 60px;
    width: 80%;
  }
  .about__list li:before {
    left: 50%;
    margin-left: -8px;
    top: 0;
  }
}
/* =============Material=============*/
.material {
  background-color: #ffffff;
  padding: 120px 0 0 0;
}
.material__blk {
  overflow: hidden;
  background-color: #000000;
}
.material__blk img{ display: block;  }
.material__blk .alt_img{ display: none; }
.material .title {
  margin-bottom: 80px;
}
.materials--1 {
  margin-bottom: 20px;
}
.materials--1 {
  visibility: hidden;
}
.material__img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
  height: auto;
}
.material__blk:hover .material__img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0.8;
}
.material__names {
  position: absolute;
  left: 25px;
  top: 43%;
  text-align: left;
}
.material__names span {
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.375em;
  line-height: 2;
  padding: 7px 10px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.blk4 {
  width: 31.6667%;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.blk8 {
  width: 65.8333%;
  float: left;
  position: relative;
  margin-left: 30px;
  margin-bottom: 30px;
}
.material__blk:hover .material__names span {
  background-color: #13a6f4;
}
.materials {
  margin-top: 70px;
}
.materials .blk4:nth-child(2) {
  margin: 0 30px;
}
@media screen and (max-width: 639px) {
  .material {
    padding: 50px 10px 0 10px;
  }
  .materials {
    margin-top: 30px;
  }
  .material .title {
    margin-bottom: 60px;
  }
  .blk4 {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .materials .blk4:nth-child(2) {
    margin: 0 0 10px 0;
  }
  .blk8 {
    width: 100%;
    margin-left: 0;
	margin-bottom:0;
  }

  .material__blk .alt_img{ display: block; }
  .material__blk.blk8 .base_img{ display: none; }
  .materials--1 {
    margin: 70px 0 0 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .material__names span {
    font-size: 2.75em;
    font-weight: 700;
  }
  .material__names {
    width: 100%;
    text-align: center;
    left: 0;
    top: auto;
    bottom: 15%;
  }
  .blk8 .material__names {
    top: 20%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .material__names span{
    font-size:1.642em;
    font-weight:400;
  }
  .material {
    padding-top: 40px;
  }
  .material .title {
    margin-bottom: 40px;
  }
  .materials .blk4:nth-child(2) {
    margin: 0 0  10px 10px;
  }
  .materials .blk4:nth-child(5) {
    margin: 0 0  10px 0;
  }
  .materials .blk4:nth-child(4) {
    margin: 0 0  10px 10px;
  }
  .materials__item:nth-child(6) {
    margin: 0 0  10px 10px;
  }
  .blk4 {
    width: 49%;
    margin-bottom: 10px;
    float: left;
  }
  .blk8 {
    width: 100%;
    margin-left: 0;
	margin-bottom:0;
  }
  .material__names {
    width: 100%;
    text-align: center;
    left: 0;
    top: auto;
    bottom: 20%;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1219px) {
  .materials .blk4:nth-child(2) {
    margin: 0 25px;
  }
  .blk8 {
    margin-left: 25px;
  }
}
/* =============Partners=============*/
.partners {
  background-color: #ffffff;
  padding: 40px 0 40px 0;
}
.partners__wr {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
}
.partners__slider {
  margin-top: 50px;
}
.partners__slider .owl-item{ text-align: center; }
.partners__slider .owl-item .item{ display: inline-block; margin: auto; }
@media screen and (max-width: 639px) {
  .partners {
    padding: 20px 10px 40px 10px;
  }
  .partners__slider {
    margin-top: 0px;
  }
  .owl-theme .owl-controls {
    margin-top: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .partners {
    padding: 0 0 70px 0;
  }
  .partners__slider{
    margin-top:40px;
  }
}
/* =============Footer=============*/
.footer {
  background: url(/bitrix/templates/main/img/footer.png) no-repeat top center;
  background-size: cover;
  color: #ffffff;
  padding-top: 95px;
  overflow: hidden;
}
.footer__top {
  margin-bottom: 50px;
}
.footer__bottom {
  border-top: 1px solid #2f5274;
}
.footer__copy {
  padding: 45px 0 50px 5px;
  font-size: 0.9em;
  float: left;
}
.footer__studio {
  float: right;
  font-size: 0.9em;
  padding: 45px 5px 50px 0;
}
.footer__studio__link {
  text-decoration: none;
  color: #9ee7ff;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footer__studio:hover {
  color: #ffffff;
}
.footer__logo {
  float: left;
  width: 15.5%;
  padding-top: 20px;
}
.footer__logo__text {
  display: none;
}
.footer__logo__img {
  margin: -7px 0 0 6px;
}
.footer__menu2 {
  float: left;
  width: 36.5%;
}
.footer__menu2 .fmenu__list {
  margin: 10px 40px 0 0;
}
.footer__menu1 {
  float: left;
  width: 18.5%;
}
.footer__menu3 {
  float: left;
  width: 29.5%;
}
.fmenu__mainlink {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25em;
  text-decoration: none;
}
.fmenu__mainlink.active,
.fmenu__mainlink:hover {
  color: #9ee7ff;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fmenu__list {
  padding: 0;
  float: left;
  margin: 10px 5px 0 0;
}
.fmenu__list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fmenu__list li a {
  text-decoration: none;
  color: #9ee7ff;
  font-size: 0.9em;
  line-height: 2.4;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fmenu__list li a:hover {
  color: #ffffff;
}
@media screen and (max-width: 639px) {
   .footer__logo__img{
		width:70px;
	}
  .footer {
    padding: 20px 10px;
  }
  .footer__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer__menu1,
  .footer__menu2,
  .footer__menu3 {
    width: 100%;
    text-align: center;
  }
  .fmenu__list {
    display: none;
  }
  .fmenu__mainlink {
    font-size: 2em;
    border-bottom: 1px solid #2f5274;
    display: block;
    padding: 20px 0;
  }
  .footer__menu3 .fmenu__mainlink {
    border: none;
  }
  .footer__top {
    margin-bottom: 50px;
  }
  .footer__bottom {
    border: none;
  }
  .footer__copy {
    padding: 0 24%;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5;
  }
  .footer__studio {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 1.5em;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
	 .footer__logo__img{
		width:70px;
	}
  .footer {
    padding: 20px 10px;
  }
  .footer__logo {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .footer__menu1,
  .footer__menu2,
  .footer__menu3 {
    width: 100%;
    text-align: center;
  }
  .fmenu__list {
    display: none;
  }
  .fmenu__mainlink {
    font-size: 1.142em;
    border-bottom: 1px solid #2f5274;
    display: block;
    padding: 18px 0;
    width: 300px;
    margin: 0 auto;
  }
  .footer__menu3 .fmenu__mainlink {
    border: none;
  }
  .footer__top {
    margin-bottom: 40px;
  }
  .footer__bottom {
    border: none;
  }
  .footer__copy {
    padding: 0 30%;
    width: 100%;
    text-align: center;
    font-size: 0.857em;
    line-height: 1.5;
  }
  .footer__studio {
    padding: 20px 0;
    width: 100%;
    text-align: center;
    font-size: 0.857em;
  }
}
/* =============Breadcrumbs=============*/
.breadcrumbs {
  padding: 5px 0 0 0;
  text-align: center;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}
.breadcrumb li {
  list-style: none;
  display: inline;
  position: relative;
  font-size: 0.9em;
}
.breadcrumb li a {
  color: #2092cf;
  text-decoration: none;
  border-bottom: 1px solid #8fc8e7;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.breadcrumb li a:hover {
  color: #fc8800;
  border-color: #fc8800;
}
.breadcrumb .breadcrumb__arrow {
  padding: 0 15px;
}
@media screen and (max-width: 639px) {
  .breadcrumb li {
    font-size: 1.7em;
    line-height: 1.7;
  }
  .breadcrumb .breadcrumb__arrow {
    padding: 0 5px;
  }
  .breadcrumb{
	padding-left:5px;
	padding-right:5px;
	display: none;
	}
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .breadcrumb li {
    font-size: 1.3em;
    line-height: 1.7;
  }	
  .breadcrumb .breadcrumb__arrow {
  padding: 0 7px;
}
}

/* =============Content=============*/
.content {
  text-align: center;
  padding: 0 0 25px 0;
}
.content h1,  .content .h1{
  font-family: 'bebas-neue-bold';
  text-transform: uppercase;
  text-shadow: 3px 3px 0px #99ccff;
  text-align: center;
  font-size: 4em;
  line-height: 1;
  display: table;
  margin: 0 auto 40px  auto;
  letter-spacing: 7px;
}
.content h1:after, .content .h1:after{
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin-top: 4px;
  background-color: #fc8800;
}
.content .intro {
  width: 80%;
  font-weight: 700;
  margin: 0 auto 20px auto;
  font-size: 1.5em;
  line-height: 1.3;
}
.content p {
  font-size: 0.875em;
  color: #333333;
  width: 65%;
  margin: 20px auto;
  line-height: 1.5;
}

@media screen and (max-width: 639px) {
  .content .intro {
    font-size: 2em;
    line-height: 1.3;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	text-align:center;
  }
  .content p {
    font-size: 1.75em;
    line-height: 1.3;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
	text-align:center;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1219px) {
  .content p {
    font-size: 1em;
  }
}
/* =============Works=============*/
.works {
  padding: 35px 0;
  background-color: #ecf3f9;
}
.works__slider {
  margin: 50px 0 35px 0;
}
.works__btn {
  text-decoration: none;
  font-weight: 800;
  display: block;
  color: #000000;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 6px 30px;
  border: 2px solid #000000;
  display: table;
  margin: 0 auto;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 2px;
  font-weight: 600;
}
.works__btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.works__img {
  border: 10px solid #ffffff;
  margin: 0 0 25px 0;
}
.works__name {
  color: #333333;
  font-weight: 600;
  padding: 0 15px;
  text-align: center;
  margin: 25px 0 20px 0;
  display: block;
  font-size: 0.875em;
}
.works__name:after {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fc8800;
  margin: 25px auto 0 auto;
}
.works__client {
  font-size: 0.875em;
  font-weight: 400;
  font-style: italic;
  display: block;
  text-align: center;
}
.works__link {
  font-weight: 800;
  font-size: 0.7em;
  display: table;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 639px) {

  .works {
   margin:20px 0;
  }
  .works__name {
    font-size: 1.75em;
    line-height: 1.3;
  }
  .works__client {
    font-size: 1.75em;
    line-height: 1.3;
  }
  .works__link {
    font-size: 1.5em;
    font-weight: 600;
  }
  .works__slider {
    margin: 20px 0 15px 0;
  }

  .content h1, .content .h1{
    text-shadow: 1.2px 1.2px 0px #99ccff;
  }

  .title{
    text-shadow: 1.2px 1.2px 0px #99ccff;
  }

  
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
	  .works {
   margin:0 0 40px 0;
  }
 .works__name {
    font-size: 1.1em;
    line-height: 1.4;
  }
  .works__client {
    font-size: 1.1em;
    line-height: 1.5;
  }
  .works__link {
    /* font-size: 1.3em; */
    font-size: 0.857em;
    font-weight: 700;
  }
  .works__slider {
    margin: 20px 0 15px 0;
  }	
}
/* =============Cause__inner=============*/
.cause__inner {
  background-color: #ffffff;
  padding: 0 0 40px 0;
  position: relative;
}
.owl-theme-cause-inner-num {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 31.6667%;
  text-align: center;
  color: #fff;
}
/* =============Contact=============*/
.contact__left {
  width: 66%;
  float: left;
  text-align: left;
  padding: 30px 0 0 0;
  margin-bottom: 25px;
}
.contact__right {
  width: 32%;
  float: right;
  border: 10px solid #99ccff;
  text-align: left;
}
.contact__right form {
  border: 0;
  padding: 25px 40px 35px 40px;
  margin: 0;
}
.contact__right form fieldset {
  border: 0;
  padding: 0;
  margin: 22px 0 0 0 ;
}
.contact__right form .title {
  font-weight: 600;
  margin: 0 0 20px 0;
  display: block;
}
.contact__right form input[type=text] {
  width: 100%;
  height: 42px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 11px;
  padding: 0 0 0 18px;
  font-size: 0.95em;
}
.contact__right form textarea {
  width: 100%;
  height: 320px;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  margin-bottom: 15px;
  padding: 10px 18px 0 18px;
  font-size: 0.95em;
}
.contact__right form input[type=text]:focus, .contact__right form input[type=text]:hover, .contact__right form textarea:focus, .contact__right form textarea:hover{ border-color: #99ccff; }
.contact__phones {
  float: left;
  width: 46%;
}
.contact__emails {
  float: right;
  width: 36%;
  margin-right: 9%;
}
.contact__title {
  font-weight: 600;
}
.contact__line {
  margin: 0 0 30px 0;
}

.ok_ico{ text-align: center; margin: 0 0 20px 0; }
.ok_ico img{ display: block; margin: auto; }
.ok_mess{ display: none; text-align: center; font-size: 14px; line-height: 1.4em; }
.ok_title{ display: block; margin: 0 0 20px 0; font-size: 22px; line-height: 30px; font-weight: 700; }
.ok_text{ text-align: center;  }
.ok_text p{ margin: 20px 0; font-size: 14px; width: auto; }

.email__list {
  margin: 30px 0 0 0;
  padding: 0;
}
.email__list li {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
}
.email__list li a {
  color: #2092cf;
  text-decoration: none;
  border-bottom: 1px solid #8fc8e7;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.email__list li a:hover {
  color: #fc8800;
  border-color: #fc8800;
}
.phone__list {
  margin: 30px 0 0 0;
  padding: 0;
  float: left;
  width: 40%;
}
.phone__list:nth-child(1) {
  margin: 30px 70px 0 0;
}
.phone__list li {
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
}
.map {
  width: 100%;
  height: 355px;
  background-color: #ccc;
}
.contact__right form button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 600;
  border: 2px solid #4a4a4a;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #4a4a4a;
  background: transparent;
  letter-spacing: 0.1em;
  display: table;
  height: 42px;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 6px 30px;
  overflow: hidden;
  outline: none;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  white-space: nowrap;
}
.contact__right form button:after {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #4a4a4a;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.contact__right form button:hover {
  color: #ffffff;
}
.contact__right form button:hover:after {
  height: 750%;
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .contact__right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.75em;
  }
  .contact__left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    font-size: 1.75em;
  }
  .content h1, .content .h1 {
    margin: 0 auto 20px auto;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
  }
  .contact__phones {
    width: 100%;
  }
  .contact__emails {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .phone__list:nth-child(1) {
    margin: 20px 10px 0 0;
  }
  .phone__list {
    width: 45%;
    margin: 20px 0 0 0;
  }
  .email__list {
    margin: 20px 0 0 0;
  }
  .contact__line {
    margin: 0 0 10px 0;
    line-height: 1.3;
    text-align: center;
  }
  .contact__right form {
    text-align: center;
    padding: 25px 20px 35px 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .contact__right {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	font-size:1.2em;
  }
  .contact__left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	font-size:1.2em;
  }
  .content h1, .content .h1 {
    font-size: 3.3em;
    margin: 0 auto 20px auto;
  }
  .phone__list:nth-child(1) {
    margin: 30px 0 0 0;
  }
  .phone__list {
    width: 50%;
  }
  .contact__content {
    width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .contact__emails {
    width: 35%;
  }
  .contact__phones {
    width: 56%;
}
}
@media screen and (min-width: 1019px) and (max-width: 1219px) {
  .phone__list:nth-child(1) {
    margin: 30px 30px 0 0;
    width: 42%;
  }
  .contact__right form {
    padding: 25px 40px 20px 40px;
  }
}
/* =============Buttons=============*/
.border__button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 6px 25px;
  border: 2px solid #4a4a4a;
  color: #4a4a4a;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  outline: none;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  white-space: nowrap;
}
.border__button.active,
.border__button:hover,
.border__button:active {
  color: #ffffff;
}
.border__button:after {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #4a4a4a;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.border__button.inverted:after {
  background: #fff;
}
.border__button.active:after,
.border__button:hover:after,
.border__button:active:after {
  height: 650%;
  opacity: 1;
}
a:hover .border__button,
a:active .border__button {
  color: #ffffff;
}
a:hover .border__button.inverted,
a:active .border__button.inverted {
  color: #4a4a4a;
}
a:hover .border__button:after,
a:active .border__button:after {
  height: 650%;
  opacity: 1;
}
@media screen and (max-width: 639px) {
  .border__button {
    padding: 11px 26px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .border__button {
    padding: 7px 20px;
  }	
}
/* =============News page=============*/
.np__list {
  margin: 0 -15px 0 0;
  padding: 0;
  display: block;
  border-spacing: 25px 0;
  text-align: left;
}
.np__item {
  height: 270px;
  overflow: hidden;
  border: 10px solid #99ccff;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  margin: 0;
  padding: 0;
  transition: all 0.2s ease-out;
  text-align: left;
  padding: 35px 40px 55px;
  display: block;
  vertical-align: top;
  width: 31.6666666667%;
  margin: 0 15px 20px 0;
  float: left;
}
.np__item:hover {
  border: 10px solid #fc8800;
}
.np__date {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  position: relative;
  margin: 0 auto;
  color: #010101;
}
.np__date:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #010101;
  margin: 25px 0 20px 0;
}
.np__text {
  cursor: pointer;
  display: block;
  font-weight: 700;
}
.content .np__subtext {
  padding: 15px 0 0 0;
  width: 100%;
  line-height: 1.5;
}
.np__link {
  text-decoration: none;
  color: #007fbf;
  line-height: 1.5;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.np__link:hover {
  color: #fc8800;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.morenews__link {
  font-weight: 700;
  font-size: 1em;
  display: table;
  margin: 35px auto 0;
  overflow: hidden;
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .np__item { }
}


@media screen and (max-width: 639px) {
  .np__list{ margin: 0; } 
  .np__item {
    padding: 25px 15px 35px 15px;
    width: auto;
    height: auto;
    display: block;
    margin-bottom: 25px;
    margin: 0 0 20px 0;
  }
  .np__date {
    font-size: 1.75em;
	text-align:center;
  }
  .np__text {
    font-size: 1.75em;
    line-height: 1.3;
  }
  .np__list {
    margin: 0;
    border-spacing: 10px 0;
  }
  .morenews__link {
    font-size: 1.5em;
    margin-top: 20px;
    font-weight: 600;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .np__list{ margin: 0; } 
	  .np__item {
    padding: 25px 15px 35px 15px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 0 20px 0;
  }
  .np__item {
    padding: 25px 15px 35px 15px;
  }
  .np__date {
    font-size: 1.3em;
	text-align:center;
  }
  .np__text {
    font-size: 1.3em;
  }
  .single_ttl__icon,
  .single_ttl__value {
    text-align: center;
  }
  .content .materials {
    margin-bottom: 0;
  }
  .single_ttl__icon{
	  display:none;
  }
}
/* =============Service page=============*/
.content .service__list {
  margin-bottom: 60px;
  margin-top: 90px;
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
.content .service__list {
  margin-bottom:0;
}	
}
@media screen and (max-width: 639px) {
.content .service__list {
  margin-bottom:0;
}	
}
/* =============Products page=============*/
.content .products__list {
  text-align: left;
}
.content .products__list--1 {
  margin-top: 70px;
}
.pp__rightblk {
  float: right;
  width: 32%;
  background-color: #ebf5ff;
  text-align: left;
  padding: 25px 25px 25px 45px;
}
.pp__leftblk {
  width: 64%;
  float: left;
  text-align: left;
  padding-top: 25px;
}
.pp__leftblk .intro,
.pp__rightblk .intro {
  width: 100%;
  margin-bottom: 25px;
}
.pp__leftblk p,
.pp__rightblk p {
  width: 100%;
  margin: 0;
}
.pp__blocks {
  margin: 30px 0 0 0;
}
.pp__blk {
  width: 44%;
  float: left;
  position: relative;
}
.pp__blk:nth-child(1) {
  margin-right: 10%;
}
.pp__blk:before {
  content: '';
  display: block;
  width: 50px;
  height: 5px;
  background-color: #fc8800;
  margin-bottom: 20px;
}
@media screen and (max-width: 639px) {
  .pp__rightblk {
    width: 100%;
    padding: 20px;
  }
  .pp__leftblk {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
	padding-top:0;
  }
  .pp__blk {
    width: 100%;
    margin-bottom: 20px;
  }
  .pp__blk:nth-child(1) {
    margin-right: 0;
  }
  .pp__blk:before {
    margin:0 auto 20px auto;
  }
  .pp__leftblk p,
  .pp__rightblk p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .pp__rightblk {
    width: 100%;
  }
  .pp__leftblk {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
	padding-top:0;
  }
}
/* =============Single page=============*/
.single__right {
  float: right;
  width: 22%;
  text-align: left;
  position: static;
}

.single__right.fixed{
  position: fixed; 
  top: 0;
}
.single__right.bottom-fixed{
  position: absolute !important; 
  bottom: 0 !important; 
  right: 0 !important; 
  left: auto !important; 
  top: auto !important; 
}

.single__left {
  float: left;
  width: 75%;
  text-align: left;
  margin-top: 15px;
}
.single__left .breadcrumb{
  text-align: left;
}
.left__menu {
  padding: 0;
  margin: 0 0 0 10px;
}
.left__menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #cccccc;
}
.left__menu li:nth-child(1) {
  border-top: 0;
}
.left__menu li:hover a,
.left__menu li.active a {
  color: #fc8800;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.left__menu li a {
  color: #2092cf;
  text-decoration: none;
  font-weight: 600;
  padding: 17px 0;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}
.single__left .single__ttl {
  text-align: left;
  margin: 0 0 45px 0;
  font-size: 4em;
  display: block;
}
.single__left .single__ttl__withicon {
  text-align: left;
  margin: 0 0 45px 0;
  font-size: 3.375em;
  display: table;
}
.single__ttl__line {
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  margin: 0 0 30px 0;
  background-color: #fc8800;
}
h1.single__intro {
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  text-shadow: none;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0 0 20px 0;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: left;
}
h1.single__intro:after{ display: none; }
.single__intro{ margin-bottom: 30px; }
.news__onsingle p{ width: auto; margin: 20px 0; }

.single__img {
  margin: 10px 0 50px 0;
  position: relative;
  min-height: 300px;
}

.single__img img{
  width: 100%;
  height: auto;
}
.singleimg__blk {
  width: 50%;
  margin: 25px 12px 20px 0;
  float: right;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 45px 35px;
}
.singleimg__blk h2{ margin-top: 0; }
.singleimg__ttl {
  font-weight: 700;
  margin: 0 0 25px 0;
  font-size: 1.5em;
  line-height: 1.3;
}
.singleimg__text {
  font-size: 0.875em;
  margin-bottom: 20px;
  line-height: 1.5;
}
.content .single__text {
  width: 100%;
}
.back-link{  }
.content .single__text p{
  width: auto !important;
  margin: 20px 0 !important;
  font-size: 1em;
}

.singleimg__blk p{
  color: #fff !important;
  width: auto !important;
  font-size: 1em;
}
.singleimg__link {
  font-weight: 700;
  font-size: 0.875em;
  color: #33bbff;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.singleimg__link:hover {
  color: #fc8800;
  -webkit-transition: all 0.2 ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.types {
  width: 40%;
  float: left;
  margin-top: 35px;
}
.pluses {
  width: 54%;
  float: right;
  margin-top: 35px;
  border: 10px solid #d9d9d9;
  padding: 30px 45px;
}
.single__text ul {
  padding: 0;
  margin: 0;
}
.single__text ul li {
  list-style: none;
  padding: 0 0 10px 40px;
  margin: 0;
  background: url(/bitrix/templates/main/img/label_li.png) no-repeat left 2px;
  font-size: 0.9em;
}
.plusesof__order {
  padding: 0;
  margin: 0;
}
.plusesof__order li {
  list-style: none;
  padding: 0 0 10px 40px;
  margin: 0;
  background: url(/bitrix/templates/main/img/pluses_li.png) no-repeat left 5px;
  font-size: 0.9em;
}
.single__ttl {
  display: table;
  position: relative;
}
.single_ttl__icon,
.single_ttl__value {
  display: table-cell;
  vertical-align: middle;
}
.single_ttl__icon img {
  width: auto;
  max-width: none;
  margin-right: 30px;
}
.single_ttl__icon {
  width: 22%;
  margin-right: 20px;
}
.single__ttl:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #fc8800;
}

@media screen and (max-width: 639px) {


  .single__right {
    width: auto;
    float: none;
	 text-align:center;
  }
  .single__left {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .left__menu li a {
    font-size: 1.75em;
    line-height: 1.3;
    text-align: center;
    padding: 10px 0;
  }
  .left__menu {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .single__left .single__ttl {
    display: table;
  }
  .single_ttl__icon {
    display: none;
  }
  .single__left .single__ttl {
    margin: 0 auto 40px auto;
    font-size: 3.8em;
    padding-left: 10px;
    width: 90%;
    padding-right: 10px;
    text-align: center;
    letter-spacing: 1px;
  }

  .singleimg__blk{
    color: #fff !important;
    font-size: 1.75em;
    line-height: 1.4em;
  }

  .singleimg__blk h2{ line-height: 1.4em;  }

  .content .single__text p{
    font-size: 1.75em;
  }

  .content h1:after, .content .h1:after {
    display: block;
    content: "";
    width: 90%;
    height: 4px;
    margin: 4px auto 0 auto;
    background-color: #fc8800;
  }
  .content .single__text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .single__ttl:after {
    padding-left: 10px;
    padding-right: 10px;
  }
  .singleimg__blk {
    width: 90%;
    float: none;
    margin: 15px auto 10px auto;
    padding: 25px 10px;
  }
  

  .single__img {
    padding-top: 25px;
  }
  .singleimg__ttl {
    font-size: 2em;
  }
  .singleimg__text {
    font-size: 1.75em;
    font-size: 1.3;
  }
  .singleimg__link {
    font-size: 1.75em;
    border: 1px solid #33bbff;
    -webkit-transition: all 0.2 ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 5px 25px;
    text-transform: uppercase;
  }
   .singleimg__link:hover{
     border-color:#fc8800;
   }
  .single__img {
    margin-bottom: 20px;
  }
  .types {
    width: 100%;
    text-align: left;
    padding: 0 20px;
  }
  .pluses {
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  .single__intro {
    font-size: 1.8em;
    line-height: 1.6em;
	  text-align:center;
    margin-bottom: 30px;
  }
  .single__intro:after{
    display: none;
  }

  .typesof__label li {
    font-size: 1.75em;
    line-height: 1.5;
  }
  .plusesof__order li {
    font-size: 1.75em;
    line-height: 1.5;
  }
  .single__left .page__content {
    padding: 0;
  }

  .other_list_news{ display: none; }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {

  .other_list_news{ display: none; }
  .single__right {
    width: 100%;
  }
  .single__left {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .left__menu {
    margin: 0;
    padding: 0;
    text-align: justify;
    display: inline-block;
    width: 100%;
  }
  .left__menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
  }
  .left__menu li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 0 5px;
    width: 93px;
    border: none;
    text-align: center;
    vertical-align: middle;
  }
  .left__menu li a {
    font-size: 0.85em;
    line-height: 1.5;
    position: relative;
  }
  .left__menu li.active a:after,
  .left__menu li a:hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #fc8800;
    position: absolute;
    left: 0;
    bottom: 5px;
    -webkit-transition: all 0.2 ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .single__left .single__ttl {
    text-align: center;
    font-size: 3.8em;
	margin:0 auto 45px auto;
	display:table;
  }
  .singleimg__blk {
    width: 70%;
    float: none;
    margin: 25px auto 20px auto;
  }
    .singleimg__link:hover{
     border-color:#fc8800;
   }
  .single__img {
    padding-top: 25px;
  }
  .singleimg__ttl {
    font-size: 1.7em;
  }
  .singleimg__text {
    font-size: 1.3em;
  }
  .singleimg__link {
    font-size: 0.9em;
    border: 1px solid #33bbff;
    -webkit-transition: all 0.2 ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 5px 25px;
    text-transform: uppercase;
  }
  .content .single__text {
    padding: 0 60px;
    font-size: 1.3em;
  }
  .types {
    width: 100%;
    text-align: left;
    padding: 0 60px;
  }
  .pluses {
    width: 100%;
    text-align: left;
  }
  .single__left .page__content {
    padding: 0;
  }
  .content p {
    font-size: 1.3em;
	 width:80%;
  }
  .single__intro{ text-align: center; }
  .news__onsingle p{ width: auto; margin: 20px 0; }
  .typesof__label li{
	font-size:1.3em; 
	line-height:1.5;
  }
  .plusesof__order li{
	font-size:1.3em; 
	line-height:1.5;  
  }
  .single_ttl__icon{
	  display:none;
  }
}
/* =============Product single page=============*/
.works__item {
  float: left;
  width: 33.33%;
  padding: 0 30px 30px 0;
  height: 400px;
}
.works__item:nth-child(1) {
  margin-left: 0;
}
.works__item img {
  width: 100%;
}
.works__on__single {
  margin: 50px 0 0 0;
}
.works__onsingle__link {
  font-weight: 700;
  font-size: 0.7em;
  display: table;
  margin: 50px auto 0;
  overflow: hidden;
}
.works__list {
  margin: 40px 0 0 0;
}
.works__on__single .works__name,
.works__on__single .works__client {
  text-align: left;
  padding: 0;
}
.works__on__single .works__name:after {
  margin: 20px 0;
}
@media screen and (max-width: 639px){
  .works__on__single {
    margin: 30px 0 0 0;
  }
  .works__item:nth-child(1) {
    margin: 0 0 20px 0;

  }
  .works__item {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    height: auto;
  }
  .works__on__single .works__name,
  .works__on__single .works__client {
    padding: 0 10px;
    text-align: center;
  }
  .works__on__single .works__name:after {
    margin: 10px auto;
  }
  .works__onsingle__link {
    font-size: 1.5em;
    margin: 25px auto 0;
    font-weight: 600;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .works__item:nth-child(3) {
    display: none;
  }
  .works__item:nth-child(1) {
    margin: 0 2%;
  }
  .works__item {
    width: 46%;
    text-align: center;
    margin: 0 2%;
  }
  .works__on__single .works__name,
  .works__on__single .works__client {
    padding: 0 30px;
    text-align: center;
    font-size: 1em;
  }
  .works__on__single .works__name:after {
    margin: 20px auto;
  }
  .works__onsingle__link{
	  font-size: 1em;
	  font-weight: 600;
	 }
}


.works__list { margin: 0 -30px 0 0; }
.works__list .works__item{ width: 25%; margin: 0; padding: 0 30px 30px 0; height: 400px; }
.works__list .works__item img{ margin: 0; border: 0; }
.works__list .works__name,
.works__list .works__client { text-align: left; padding: 0; }
.works__list .works__name:after { margin: 20px 0; }

@media screen and (max-width: 1220px) {
  .works__list .works__item{ width: 33.33%; }
}

@media screen and (max-width: 1020px) {
  .works__list .works__item{ width: 50%; }
}

@media screen and (max-width: 640px) {
  .works__list{ margin: 0; }
  .works__list .works__item{ width: auto; height: auto; margin: auto; float: none; padding: 0 0 30px 0; }
}



/* =============News single page=============*/
.news__onsingle__date {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin: 0 0 20px 0;
  color: #010101;
}
.news__onsingle__img {
  margin: 15px 0 20px 0;
}
.news__onsingle__blk {
  float: left;
  width: 54%;
  padding: 50px 55px;
  margin: 30px 40px 40px 0;
  border: 10px solid #d9d9d9;
  color: #333333;
}
.news__onsingle__line {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #99ccff;
  margin: 45px 0;
}
.news__onsingle__link {
  font-weight: 800;
  font-size: 0.75em;
  display: table;
  margin: 0;
  overflow: hidden;
}
.newsmore__ttl {
  font-family: 'bebas-neue-bold';
  text-transform: uppercase;
  text-shadow: 2.973px 2.677px 0px #99ccff;
  text-align: left;
  font-size: 4em;
  line-height: 1.2;
  display: table;
  margin: 60px 0 20px 30px;
  letter-spacing: 8px;
  position: relative;
}
.newsmore__list {
  margin: 0 0 0 30px;
  padding: 0;
}
.newsmore__list li {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
}
.gallery__item {
  display: block;
  float: left;
  width: 20%;
  margin-bottom: 10px;
}
.gallery__on__single {
  margin-top: 30px;
}
@media screen and (max-width: 639px) {
  .news__onsingle__img {
   margin:0;
}
	.gallery__item {
	width:100%;
	}
  .news__onsingle__date {
    font-size: 1.75em;
  }
  .news__onsingle__blk {
    width: 100%;
    padding: 15px;
    font-size: 1.75em;
    line-height: 1.3;
  }
  .np__date:after{
	  margin:20px auto;
  }
  .news__onsingle__link {
    font-size: 1.5em;
    margin: 20px auto;
    font-weight: 600;
  }
  .news__onsingle__line {
    margin: 30px auto;
    width: 90%;
  }
  .newsmore__ttl {
    font-size: 3em;
    margin: 20px auto;
  }
  .newsmore__list {
    margin-left: 10px;
  }
  .content {
    padding: 0 0 25px 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1018px) {
  .hidden-table{
	display:none;}
  .news__onsingle__blk {
    width: 100%;
	padding: 20px 25px;
	font-size:1.3em;
	line-height:1.5;
  }
  .news__onsingle__link {
    margin: 0 auto;
    font-size: 1em;
    font-weight: 600;
  }
  .newsmore__ttl {
    font-size: 3.5em;
    text-align: center;
    margin: 20px auto;
  }
  .newsmore__list {
    padding: 0 10px;
    text-align: center;
  }
  .np__date{
	 font-size:1.3em;
  }
  .np__date:after {
    margin: 25px auto 20px auto;
  }
  .gallery__item {
    width: 18%;
    margin: 0 1% 5px 1%;
}
 .news__onsingle__line{
	 margin:30px 0;
	 }
}
@media screen and (min-width: 1019px) and (max-width: 1219px) {
.newsmore__ttl {
  font-size: 3.4em;
}
}

.content .single__left .page__content p{ width: auto !important; }
.content .single__left .page__content ul{ margin: 0; margin: 30px 0; list-style: none; padding: 0; }
.content .single__left .page__content ul li{ margin: 20px 0; padding: 0 0 0 40px; background: url(/bitrix/templates/main/img/li.png) no-repeat left top; min-height: 24px; }


@media screen and (max-width: 1000px) {
  .content .single__right .newsmore__list{ display: none; }
  .content .single__left .page__content ul{ padding: 0; margin: 0; }
  .content .single__left .page__content ul li{ margin: 20px 0; padding: 40px 0 0 0; background: url(/bitrix/templates/main/img/li.png) no-repeat center top; font-size: 14px; line-height: 1.4em; padding: 40px 20px 0 20px; }
}

@media screen and (max-width: 639px){
  .content .service__list .service__item{ margin-bottom: 60px; }
  .cause__slide__about .cause__text{ display: block !important; height: auto; }
  .single__img{ min-height: 200px; background-size: cover; overflow: hidden; }
  .single__img img{ min-height: 100%; min-width: 100%; }

}

.page404{ text-align: center; font-size: 2em; line-height: 1.6em;  }
.page404 img{ margin: 0 0 20px 0;  }
.page404 .err{ font-size: 5em; line-height: 1em; font-family: 'bebas-neue-bold'; }

.site-closed {
  background: #00224d;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  z-index: 10000;
}

.site-closed__logo {
  margin: 0 auto 20px;
}

.site-closed__text {
  font-family: 'bebas-neue-bold';
  font-size: 30px;
  line-height: 1.2;
}

.social-links {

}

.social-links--header {
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}

.social-links__item {
  display: inline-block;
  margin: 0 10px 0 0;
}

.social-links a {
  display: block;
  width: 26px;
  height: 26px;
}

/* End */
/* /bitrix/templates/main/css/vendor.min.css?148605288698777 */
/* /bitrix/templates/main/css/alertify.min.css?148605288618823 */
/* /bitrix/templates/main/fonts/fonts.min.css?1486052887329 */
/* /bitrix/templates/main/components/bitrix/menu/common__top/style.min.css?1486052886490 */
/* /bitrix/templates/main/components/bitrix/menu/common__left/style.min.css?1486052886490 */
/* /bitrix/templates/main/components/bitrix/breadcrumb/common/style.min.css?1486052886448 */
/* /bitrix/templates/main/components/bitrix/menu/footer_common/style.min.css?1486052886490 */
/* /bitrix/templates/main/template_styles.css?171645268971261 */
