

/* Start:/bitrix/templates/magicfire/css/reset.css?15423703112879*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* End */


/* Start:/bitrix/templates/magicfire/css/global.css?1542370311527*/
.wrapper {
	max-width: 1070px;
	margin: 0 auto;
	min-width: 320px;
	padding: 0 55px;
}
.nav {
	margin: 0;
	padding-left: 0;
	list-style: none;
}
.hidden {
	display: none;
}
.transition {
	-webkit-transition: .4s;
	   -moz-transition: .4s;
	        transition: .4s;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.clearfix::after,
.wrapper::after,
.grid::after,
.form::after {
	content: "";
	display: table;
	clear: both;
}
.table-responsive {
	overflow: visible;
}
/* End */


/* Start:/bitrix/templates/magicfire/css/basic.css?1542370311526*/
html {
	font-size: 10px;
}
html, body {
	height: 100%;
}
body {
	color: #424141;
	min-width: 320px;
}
body {
	font: 17px/1.5 "MyriadPro-Regular", serif;
}
* p:last-child {
	margin-bottom: 0!important;
}
.wrapper table {
	width: 100%;
}
.wrapper table td,
.wrapper table th {
	border: 1px solid #9ca3b1;
	padding: 8px 15px;
}
.wrapper table th {
	color: #f43e3f;
	text-align: center;
}
.wrapper table {
	border-bottom: 5px solid #f43e3f;
}
a {
	color: #f43e3f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/magicfire/lib/selecter/jquery.fs.selecter.css?15423703114721*/
/* 
 * Selecter v3.2.3 - 2014-10-24 
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library. 
 * http://formstone.it/selecter/ 
 * 
 * Copyright 2014 Ben Plum; MIT Licensed 
 */


.selecter {
  position: relative;
  display: block;
  z-index: 1;
}
.selecter:focus {
  box-shadow: none;
  outline: none;
}
.selecter,
.selecter * {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}
.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.selecter-element,
.selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
.no-opacity .selecter-element {
  left: -999999px;
}
.selecter-selected {
  position: relative;
  background: #f5f6f6;
  border: 1px solid transparent;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  padding: 3px 15px;
  text-overflow: clip;
  z-index: 2;
}
.selecter-selected:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 32px;
  content: '';
  display: block;
  background: #f43e3f;
}
.selecter-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 1px;
  right: 7px;
  bottom: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  content: '';
  display: block;
  margin: auto 0;
}
.no-touch .selecter-selected:hover {
  color: #333333;
}
.no-touch .selecter.disabled .selecter-selected:hover {
  color: #cccccc;
}
.selecter-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.selecter-options.scroller {
  position: absolute;
}
.no-opacity .selecter-options {
  width: auto;
}
.selecter-group {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.selecter-item {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: 0;
  overflow: hidden;
  padding: 3px 15px;
  text-decoration: none;
  text-overflow: ellipsis;
}
.selecter-item.placeholder {
  display: none;
}
.selecter-item.selected {
  background: #eeeeee;
}
.selecter-item.disabled {
  color: #999999;
  cursor: default;
}
.selecter-item:first-child {
  border-radius: 0;
}
.selecter-item:last-child {
  border-bottom: 0;
}
.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
  color: #333333;
  background-color: #cccccc;
}
.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter.open {
  z-index: 3;
}
.selecter.open .selecter-selected {
  z-index: 51;
}
.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}
.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
}
.selecter.cover .selecter-options .selecter-item.first {
}
.selecter.cover.open .selecter-selected {
  z-index: 49;
}
/*.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}
.selecter.bottom .selecter-item:last-child {
  border: none;
}
.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0;
}*/
.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 1px;
  display: block;
  box-shadow: none;
}
.selecter.disabled .selecter-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #cccccc;
}
.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}
.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa;
}
.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}
.selecter-options.scroller {
  overflow: hidden;
}
.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

/* End */


/* Start:/bitrix/templates/magicfire/lib/animate/animate.css?154237031178695*/
@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 bounceInUp1 {
  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(1700px, 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 bounceInUp1 {
  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(1700px, 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);
  }
}

.bounceInUp1 {
  -webkit-animation-name: bounceInUp1;
  animation-name: bounceInUp1;
}

@-webkit-keyframes bounceInUp2 {
  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(1400px, 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 bounceInUp2 {
  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(1400px, 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);
  }
}

.bounceInUp2 {
  -webkit-animation-name: bounceInUp2;
  animation-name: bounceInUp2;
}

@-webkit-keyframes bounceInUp3 {
  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(-1000px, 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 bounceInUp3 {
  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(-1000px, 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);
  }
}

.bounceInUp3 {
  -webkit-animation-name: bounceInUp3;
  animation-name: bounceInUp3;
}

@-webkit-keyframes bounceInUp4 {
  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(-1400px, 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 bounceInUp4 {
  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(-1400px, 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);
  }
}

.bounceInUp4 {
  -webkit-animation-name: bounceInUp4;
  animation-name: bounceInUp4;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* End */


/* Start:/bitrix/templates/magicfire/lib/owl-carousel/owl.carousel.css?15423703114509*/
/* 
 *  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-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/magicfire/lib/owl-carousel/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;
}

/* End */


/* Start:/bitrix/templates/magicfire/lib/range/nouislider.min.css?15423703113554*/
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */


.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-origin{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-handle{position:relative;z-index:1}.noUi-stacking .noUi-handle{z-index:10}.noUi-state-tap .noUi-origin{-webkit-transition:left .3s,top .3s;transition:left .3s,top .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-background{background:#FAFAFA;box-shadow:inset 0 1px 1px #f0f0f0}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-origin{border-radius:2px}.noUi-target{border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-target.noUi-connect{box-shadow:inset 0 0 3px rgba(51,51,51,.45),0 3px 6px -5px #BBB}.noUi-draggable{cursor:w-resize}.noUi-vertical .noUi-draggable{cursor:n-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect,[disabled].noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-origin{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;padding:5px;text-align:center}.noUi-horizontal .noUi-handle-lower .noUi-tooltip{top:-32px}.noUi-horizontal .noUi-handle-upper .noUi-tooltip{bottom:-32px}.noUi-vertical .noUi-handle-lower .noUi-tooltip{left:120%}.noUi-vertical .noUi-handle-upper .noUi-tooltip{right:120%}
/* End */


/* Start:/bitrix/templates/magicfire/lib/fancybox/jquery.fancybox.css?15423703114460*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #000;
	text-shadow: none;
	border: 2px solid #f43e3f;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/magicfire/lib/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/magicfire/lib/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 7px;
	right: 7px;
	width: 23px;
	height: 23px;
	cursor: pointer;
	z-index: 8040;
	background: url(/bitrix/templates/magicfire/lib/fancybox/fancy-close.png);
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/magicfire/lib/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/magicfire/lib/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding: 10px 10px;
}
.fancy-title {
	font-size: 120%;
	font-weight: bold;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.fancybox-inner {
	overflow: visible!important;
}

@media (max-width: 768px) {
	.fancybox-skin {
		padding-left: 10px !important;
		padding-right: 10px !important;
		padding-bottom: 10px !important;
	}
	.fancybox-youtube .fancybox-skin {
		padding-left: 0px !important;
		padding-right: 0px !important;
		padding-bottom: 0px !important;
	}
}
/* End */


/* Start:/bitrix/templates/magicfire/lib/datepicker/jquery-ui.css?154237031110272*/
/*! jQuery UI - v1.11.4 - 2015-06-21
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-datepicker {
	width: 17em;
	padding: 20px 20px 15px 20px;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 4px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
/*	top: 1px;*/
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker-prev span {
	background: url(/bitrix/templates/magicfire/lib/datepicker/calendar_prev.png) no-repeat -4px 0;
}
.ui-datepicker-next span {
	background: url(/bitrix/templates/magicfire/lib/datepicker/calendar_next.png) no-repeat 4px 0;
}
.ui-datepicker-prev:hover span {
	background-position: -3px -16px;
}
.ui-datepicker-next:hover span {
	background-position: 3px -16px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: 1em .3em 1.2em;
	text-align: center;
	font-weight: bold;
	border: 0;
	color: #b0b0b0;
}
.ui-datepicker td {
	border: 1px solid #fff;
	padding: 0;
}
.ui-datepicker-calendar {
	border-bottom: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	background: #fff;
	color: #000;
	font: 17px 'Roboto', sans-serif;
	text-transform: uppercase;
	-webkit-box-shadow: 0 10px 51px rgba(0, 0, 0, 0.53);
	   -moz-box-shadow: 0 10px 51px rgba(0, 0, 0, 0.53);
	        box-shadow: 0 10px 51px rgba(0, 0, 0, 0.53);
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #000;
	text-transform: none;
	font-size: 20px;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-booked {
	background: #f00;
	color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	padding: 9px 7px;
	text-align: center;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	color: #fa3c3d;
	cursor: pointer;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	padding: 9px 7px;
	color: #fff;
	background: #fa3c3d;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
/*	background: #ffe45c;*/
/*	color: #363636;*/
}
.ui-state-active {
	color: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}
/* End */


/* Start:/bitrix/templates/magicfire/components/bitrix/search.title/search/style.css?15423703112960*/
.bx_search_container{
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.bx_search_container .bx_field{
	position: relative;
	margin-top: 15px;
	height: 30px;
	border-top:    1px solid #8ca3ae;
	border-right:  1px solid #a0b4be;
	border-bottom: 1px solid #b6c8d1;
	border-left:   1px solid #a0b4be;
	border-radius: 3px;
	background: #fff;
	box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.1);
	line-height: 30px;
}
.bx_search_container .bx_field .bx_input_text{
	position: absolute;
	left: 0;
	height: 30px;
	outline: none;
	border: none;
	background: none;
	line-height: 30px;
	width: 100%;
	padding-right: 40px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
}
.bx_search_container .bx_field .bx_input_submit{
	position: absolute;
	top: 2px;
	right: 0;
	bottom: 0;
	width: 34px;
	border: none;
	background: url('/bitrix/templates/magicfire/components/bitrix/search.title/search/images/search_lupe.png') no-repeat left center;
	cursor: pointer;

}

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 270px;
	margin-left: 0;
	margin-top:-2px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/magicfire/components/bitrix/search.title/search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 45px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}
/* End */


/* Start:/bitrix/templates/magicfire/template_styles.css?154237031067507*/
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Regular.eot');
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Regular.woff2') format('woff2'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Regular.woff') format('woff'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Regular.ttf') format('truetype'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Semibold';
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Semibold.eot');
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Semibold.woff2') format('woff2'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Semibold.woff') format('woff'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Semibold.ttf') format('truetype'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Semibold.svg#MyriadPro-Semibold') format('svg'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeueBold';
	src: url('/bitrix/templates/magicfire/font/BebasNeueBold.eot');
	src: url('/bitrix/templates/magicfire/font/BebasNeueBold.woff2') format('woff2'),
	   url('/bitrix/templates/magicfire/font/BebasNeueBold.woff') format('woff'),
	   url('/bitrix/templates/magicfire/font/BebasNeueBold.ttf') format('truetype'),
	   url('/bitrix/templates/magicfire/font/BebasNeueBold.svg#BebasNeueBold') format('svg'),
	   url('/bitrix/templates/magicfire/font/BebasNeueBold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Light';
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Light.eot');
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Light.woff2') format('woff2'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Light.woff') format('woff'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Light.ttf') format('truetype'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Light.svg#MyriadPro-Light') format('svg'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Bold.eot');
	src: url('/bitrix/templates/magicfire/font/MyriadPro-Bold.woff2') format('woff2'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Bold.woff') format('woff'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Bold.ttf') format('truetype'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'),
	   url('/bitrix/templates/magicfire/font/MyriadPro-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BebasNeueRegular';
	src: url('/bitrix/templates/magicfire/font/BebasNeueRegular.woff') format('woff'),
	   url('/bitrix/templates/magicfire/font/BebasNeueRegular.ttf') format('truetype'),
	   url('/bitrix/templates/magicfire/font/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}

strong {
	font-family: 'MyriadPro-Semibold';
}
.header-main {
	padding-bottom: 30px;
	background: url(/bitrix/templates/magicfire/images/bg-header.jpg) no-repeat center center;
/*	border: 1px solid transparent;*/
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.header-sticky--float {
	background: url(/bitrix/templates/magicfire/images/bg-header.jpg) no-repeat center top;
	-webkit-background-size: 103.5% auto;
	-moz-background-size: 103.5% auto;
	background-size: 103.5% auto;
}
.header-main--small .header-sticky--float {
	background: url(/bitrix/templates/magicfire/images/bg-header--small.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.box-question {
	background: url(/bitrix/templates/magicfire/images/bg-question.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	margin-top: 23px;
	padding-top: 36px;
}
.box-question__phone {
	padding-bottom: 30px;
	background: url(/bitrix/templates/magicfire/images/bg-iphone.jpg) no-repeat center bottom;
}
.header-main__logo {
	margin-top: 36px;
	width: 44%;
	padding-right: 10px;
}
.header-main__logo img {
	max-width: 100%;
	height: auto;
}
.nav-main__item {
	display: inline-block;
	padding: 0 8px;
	position: relative;
}
.header-main__logo,
.header-main__panel {
	float: left;
}
.header-main__panel {
	width: 56%;
	margin-top: 38px;
}
.nav-main__link {
	color: #fff;
	text-decoration: none;
}
.nav-main__link:hover {
	text-decoration: underline;
}
.nav-main {
	float: left;
	margin-top: 20px;
}
.callback-wrap {
	float: right;
}
.i-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.icon-search--big {
	width: 26px;
	height: 26px;
	background-image: url(/bitrix/templates/magicfire/images/icon-search--big.png);
}
.icon-phone {
	background-image: url(/bitrix/templates/magicfire/images/icon-phone.png);
}
.icon-mail {
	background-image: url(/bitrix/templates/magicfire/images/icon-mail.png);
}
.icon-map {
	background-image: url(/bitrix/templates/magicfire/images/icon-map.png);
}
.icon-map--color {
	background-image: url(/bitrix/templates/magicfire/images/icon-map--color.png);
}
.icon-home {
	background-image: url(/bitrix/templates/magicfire/images/icon-home.png);
	margin-right: 6px;
}
.icon-star {
	background-image: url(/bitrix/templates/magicfire/images/icon-star.png);
	background-position: 0 0;
	width: 16px;
	height: 16px;
}
.icon-star.active,
.icon-star:hover {
	background-position: 0 100%;
}
.nav-main__link--search {
	position: relative;
	top: -4px;
}
.phone-number {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-family: 'MyriadPro-Semibold';
	line-height: 1;
	margin-left: 9px;
	letter-spacing: 0.02em;
}
.btn {
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	white-space: nowrap;
	background: #fa3c3d;
	color: #fff;
	padding: 7px 14px 5px;
	font-size: 22px;
	border: 0;
}
.btn:hover {
	background: #d52122;
	text-decoration: none;
}
.callback-wrap__row {
	margin-bottom: 3px;
}
.nav-cat__item {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.nav-cat__link {
	width: 180px;
	height: 120px;
	background-color: #062961;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: table;
}
.cat-icon {
	margin: 0 auto 10px;
}
.nav-cat__link:hover .cat-icon {
	background-position: 0 100%;
}
.nav-cat__link:hover {
	color: #f43e3f;
	text-decoration: none;
}
.icon-portfolio {
	width: 57px;
	height: 44px;
	background-image: url(/bitrix/templates/magicfire/images/cat-portfolio.png);
}
.icon-news {
	width: 55px;
	height: 54px;
	background-image: url(/bitrix/templates/magicfire/images/cat-news.png);
}
.icon-event {
	width: 58px;
	height: 57px;
	background-image: url(/bitrix/templates/magicfire/images/cat-event.png);
}
.icon-store {
	width: 56px;
	height: 56px;
	background-image: url(/bitrix/templates/magicfire/images/cat-store.png);
}
.icon-festival {
	width: 66px;
	height: 65px;
	background-image: url(/bitrix/templates/magicfire/images/cat-festival.png);
}
.icon-service {
	width: 59px;
	height: 57px;
	background-image: url(/bitrix/templates/magicfire/images/cat-service.png);
}
.cat-scene-1 {
	padding-bottom: 135px;
	background-image: url(/bitrix/templates/magicfire/images/cat-scene-1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 183px;
	height: auto;
}
.cat-scene-2 {
	padding-left: 135px;
	background-image: url(/bitrix/templates/magicfire/images/cat-scene-2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 179px;
	width: auto;
}
.cat-scene-3 {
	padding-bottom: 132px;
	background-image: url(/bitrix/templates/magicfire/images/cat-scene-3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 180px;
	height: auto;
}
.cat-scene-4 {
	padding-right: 134px;
	background-image: url(/bitrix/templates/magicfire/images/cat-scene-4.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 179px;
	width: auto;
}
.cat-scene-5 {
	padding-top: 119px;
	background-image: url(/bitrix/templates/magicfire/images/cat-scene-5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 175px;
	height: auto;
}
.cat-scene-6 {
	padding-left: 170px;
	background-image: url(/bitrix/templates/magicfire/images/cat-scene-6.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 179px;
	width: auto;
}
.nav-cat__inner {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 30px;
}
.nav-cat {
	text-align: center;
}
.nav-cat__item--space-big {
	margin: 0 55px;
}
.header-main__nav {
/*	margin-top: 35px;*/
	position: relative;
}
.nav-cat__item--space-small {
	margin: 0 25px;
}
.header-main__nav-slogan {
	font-family: 'BebasNeueBold';
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 25.5%;
	left: 0;
	width: 100%;
	z-index: 1;
}
.nav-slogan__headline {
	font-size: 185px;
	margin: 0;
	line-height: 1;
}
.nav-slogan__subheadline {
	font-size: 55px;
	font-weight: normal;
	line-height: 1;
	background-color: #f43e3f;
	display: inline-block;
	padding: 7px 15px 8px 15px;
	display: inline-block;
	margin: 0;
	position: relative;
	top: -26px;
	font-family: 'BebasNeueRegular';
}
.scroll-down {
	margin: 27px auto 0;
	width: 33px;
	height: 51px;
	background: url(/bitrix/templates/magicfire/images/scroll-down.png) no-repeat center center;
}
.scroll-down--gray {
	background: url(/bitrix/templates/magicfire/images/scroll-down--gray.png) no-repeat center center;
}
.scroll-down:hover {
	background-image: url(/bitrix/templates/magicfire/images/scroll-down--active.png);
}
.page__event-slider {
	margin-top: 22px;
}
.carousel {
	position: relative;
}
.carousel__img {
	display: block;
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	position: relative;
	z-index: 2;
}
.carousel__img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.grid__img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 1;
}
.carousel__inner {
	position: relative;
	display: inline-block;
	margin-top: 13px;
	margin-left: 13px;
}
.carousel__outer {
	display: inline-block;
}
.carousel__inner::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: -13px;
	top: -13px;
	right: 13px;
	border: 1px solid #f43e3f;
	z-index: 1;
}
.grid__inner {
	position: relative;
	display: inline-block;
}
.carousel__inner::after,
.grid__inner::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f43e3f;
	height: 6px;
	z-index: 2;
}
.carousel__item {
	background-position: 90% 85px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.owl-prev,
.owl-next {
	display: block;
	width: 36px;
	height: 36px;
	background: url(/bitrix/templates/magicfire/images/arr-prev.png);
	text-indent: -9999px;
	position: absolute;
	top: 66px;
	left: -55px;
}
.owl-next {
	background: url(/bitrix/templates/magicfire/images/arr-next.png);
	left: auto;
	right: -55px;
}
.owl-prev:hover,
.owl-next:hover {
	background-position: 0 100%;
}
.headline {
	text-align: center;
	font-family: 'BebasNeueBold';
	color: #062961;
	font-size: 40px;
	margin: 0 0 10px;
}
.headline__line {
	position: relative;
}
.headline__line::before {
	content: "";
	display: inline-block;
	width: 43px;
	height: 3px;
	background-color: #f43e3f;
	position: absolute;
	left: 0;
	bottom: 3px;
}
.carousel__text {
	font-size: 20px;
	line-height: 1.2;
	color: #231f20;
	margin-top: 10px;
	text-align: center;
	width: 185px;
}
.page__popular {
	background: url(/bitrix/templates/magicfire/images/bg-popular.jpg) no-repeat center top;
	margin-top: 12px;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.section-buy {
	background: url(/bitrix/templates/magicfire/images/bg-buy.png) no-repeat center top;
	margin-top: 33px;
	padding-top: 30px;
	padding-bottom: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.scroll-down--space-top {
	margin-top: 303px;
}
.page__pluses {
	background: url(/bitrix/templates/magicfire/images/bg-boom.jpg) no-repeat center top;
	padding-top: 30px;
	padding-bottom: 20px;
}
.page__footer {
	background: url(/bitrix/templates/magicfire/images/bg-footer.jpg) no-repeat center top;
	padding-top: 30px;
	padding-bottom: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: 'MyriadPro-Light';
}
.headline--lite,
.headline--white {
	color: #fff;
	font-size: 50px;
}
.headline--white {
	font-size: 40px;
}
.grid {
	margin-top: 36px;
}
.grid__item {
	float: left;
	width: 48.75%;
	margin-right: 2.5%;
	color: #fff;
}
* .grid__item:last-child {
	margin-right: 0;
}

.grid__inner::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 15px;
	left: -15px;
	top: -15px;
	right: 5px;
	border: 1px solid #f43e3f;
	z-index: 0;
}
.grid__inner--right::before {
	bottom: 15px;
	right: -15px;
	top: -15px;
	left: 5px;	
}
.btn-play {
	width: 97px;
	height: 97px;
	background: url(/bitrix/templates/magicfire/images/play.png) no-repeat left top;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -48px;
	margin-left: -48px;
	z-index: 3;
}
.btn-play--small {
	width: 77px;
	height: 77px;
	margin-top: -38px;
	margin-left: -38px;
	background: url(/bitrix/templates/magicfire/images/play--small.png) no-repeat left top;
}
*:hover > .btn-play {
	background-position: 0 100%;
}
.grid__desc {
	font-family: 'MyriadPro-Light';
	font-size: 18px;
	line-height: 1.2;
	text-align: justify;
}
.grid__headline {
	text-transform: uppercase;
	font-size: 24px;
	margin: 0;
	font-family: 'MyriadPro-Semibold';
	line-height: 1;
	margin-bottom: 5px;
}
.grid__price {
	text-transform: none;
	float: right;
	font-weight: bold;
	font-family: 'MyriadPro-Bold';
	font-size: 27px;
	position: relative;
	top: -2px;
}
.grid__inner-after {
/*	padding-right: 20px;*/
	margin-top: 10px;
}
.btn--upper {
	text-transform: uppercase;
	font-family: 'MyriadPro-Semibold';
	padding: 12px 24px 6px;
}
.grid__btn-wrap {
	margin-top: 18px;
}
.grid__item--small {
	width: 31%;
	margin-right: 2%;
}
.grid__inner--nostyle::before {
	display: none;
}
.grid__price--line,
.btn--line {
	float: none;
	position: static;
}
.grid__inner--nostyle + .grid__inner-after {
	padding-right: 0;
}
.grid__btn-wrap--table {
	display: table;
	width: 100%;
}
.grid__btn-cell {
	display: table-cell;
	vertical-align: middle;
}
.grid__btn-cell--fix {
	width: 1px;
}
.page__step {
	background: url(/bitrix/templates/magicfire/images/bg-step.jpg) no-repeat center top;
	padding-top: 53px;
}
.step__item {
	text-align: center;
}
.step__circle {
	background: #07177c;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	position: relative;
	display: inline-block;
}
.step__num {
	font-size: 40px;
	font-family: 'MyriadPro-Light';
	color: #fff;
	position: absolute;
	top: -27px;
	left: -5px;
}
.step__desc {
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	margin-top: 20px;
}
.step__item {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	position: relative;
}
.step {
	font-size: 0;
	margin-top: 35px;
}
.step__item-1,
.step__item-5 {
	margin-top: 100px;
}
.step__item-2,
.step__item-4 {
	margin-top: 30px;
}
/*
.step__item::before {
	content: "";
	display: block;
	position: absolute;
}
.step__item-1::before {
	width: 106px;
	height: 58px;
	background: url(/bitrix/templates/magicfire/images/step-next-1.png) no-repeat;
	right: -47px;
	top: -45px;
}
.step__item-2::before {
	width: 118px;
	height: 36px;
	background: url(/bitrix/templates/magicfire/images/step-next-2.png) no-repeat;
	right: -51px;
	top: -10px;
}
.step__item-3::before {
	width: 115px;
	height: 37px;
	background: url(/bitrix/templates/magicfire/images/step-next-3.png) no-repeat;
	right: -58px;
	top: 5px;
}
.step__item-4::before {
	width: 111px;
	height: 45px;
	background: url(/bitrix/templates/magicfire/images/step-next-4.png) no-repeat;
	right: -67px;
	top: 30px;
}*/
.step__item .step__arrow {
	content: "";
	display: block;
	position: absolute;
}
.step__item-1 .step__arrow {
	width: 106px;
	height: 58px;
	background: url(/bitrix/templates/magicfire/images/step-next-1.png) no-repeat;
	right: -47px;
	top: -45px;
}
.step__item-2 .step__arrow {
	width: 118px;
	height: 36px;
	background: url(/bitrix/templates/magicfire/images/step-next-2.png) no-repeat;
	right: -51px;
	top: -10px;
}
.step__item-3 .step__arrow {
	width: 115px;
	height: 37px;
	background: url(/bitrix/templates/magicfire/images/step-next-3.png) no-repeat;
	right: -58px;
	top: 5px;
}
.step__item-4 .step__arrow {
	width: 111px;
	height: 45px;
	background: url(/bitrix/templates/magicfire/images/step-next-4.png) no-repeat;
	right: -67px;
	top: 30px;
}
.step__item-4 .step__num,
.step__item-5 .step__num {
	left: auto;
	right: -5px;
}
.step__circle {
	background-position: center center;
	background-repeat: no-repeat;
}
.step-1 {
	background-image: url(/bitrix/templates/magicfire/images/step1.png);
}
.step-2 {
	background-image: url(/bitrix/templates/magicfire/images/step2.png);
}
.step-3 {
	background-image: url(/bitrix/templates/magicfire/images/step3.png);
}
.step-4 {
	background-image: url(/bitrix/templates/magicfire/images/step4.png);
}
.step-5 {
	background-image: url(/bitrix/templates/magicfire/images/step5.png);
}
.text-prolog {
	color: #fff;
	text-align: justify;
	margin: 22px 100px;
}
.grid-product {
	margin-top: 44px;
}
.grid-product__item {
	width: 23.125%;
	position: relative;
	float: left;
	margin-right: 2.5%;
}
* .grid-product__item:last-child,
* .thumb-list__item:last-child,
* .thumb-list__item:nth-child(4n) {
	margin-right: 0;
}
.grid-product__item-bg {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 16px;
	text-align: center;
}
.grid-product__item:hover::after {
	content: "";
	display: block;
	background: #fd3a3b;
	height: 6px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.grid-product__item:hover::before {
	content: "";
	display: block;
	border: 1px solid #fd3a3b;
	position: absolute;
	top: -10px;
	left: -10px;
	right: 10px;
	bottom: 102px;
}
.grid-product__img {
/*	border: 2px solid #e6e5eb;*/
	max-width: 100%;
	max-height: 100%;
}
.grid-product__name {
	font-size: 20px;
	color: #000;
	line-height: 1.2;
	padding-bottom: 3%;
}
.btn--full {
	display: block;
	width: 100%;
}
.grid-product__price {
	font-family: 'MyriadPro-Semibold';
	color: #fd3a3b;
	font-size: 23px;
	margin-top: 14px;
}
.grid-product__btn-wrap {
	margin-top: 15px;
}
.grid-product__more-wrap {
	text-align: left;
}
.link-more {
	color: #a09fa7;
	font-size: 18px;
	font-family: 'MyriadPro-Light';
	line-height: 1;
}
.link-more:hover {
	text-decoration: none;
}
.grid-product__more-wrap {
	margin-top: 18px;
}
.thumb-list__item {
	margin-right: 3.5%;
	width: 22.375%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding-top: 50px;
}
.thumb-list__img-wrap {
	position: relative;
}
* .thumb-list__item:nth-child(5n) .thumb-list__img-wrap::after,
* .thumb-list__item:first-child .thumb-list__img-wrap::after {
	content: "";
	display: block;
	width: 960px;
	height: 1px;
	background: url(/bitrix/templates/magicfire/images/dash-line.png) repeat-x;
	position: absolute;
	top: -25px;
	left: 0;
}
* .thumb-list__item:nth-child(5n) .thumb-list__num::before,
* .thumb-list__item:first-child .thumb-list__num::before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
	bottom: 0;
	right: 68%;
}
* .thumb-list__item:nth-child(4n) .thumb-list__num::after,
* .thumb-list__item:last-child .thumb-list__num::after {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 68%;
}
* .thumb-list__item:last-child .thumb-list__num::after {
	background: red;
	height: 1px;
	top: 41px;
	bottom: auto;
	width: 320px;
	background: #fff;
}
.thumb-list__num-place {
	background: #fff;
	padding: 0 10px;
}
.thumb-list__num {
	font-size: 76px;
	color: #dfe6f3;
	font-family: 'BebasNeueBold';
	position: absolute;
	top: -66px;
	left: 0;
	right: 0;
	z-index: 1;
}
.thumb-list__img {
	position: relative;
	z-index: 2;
	width: 100%;
	display: block;
}
.thumb-list {
	font-size: 0;
	text-align: center;
}
.thumb-list__name {
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	margin-top: 20px;
}
.thumb-list__img-wrap::before {
	content: "";
	display: block;
	border: 1px solid #fd3a3b;
	position: absolute;
	top: -8px;
	left: 8px;
	right: -8px;
	bottom: 8px;
	z-index: 2;
}
.show-all {
	text-align: center;
	margin-top: 50px;
}
.map {
	width: 100%;
	height: 570px;
}
.map--side {
	height: 630px;
}
.footer__row {
	display: table;
	width: 100%;
}
.footer__cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px;
	border-right: 1px solid #1d5d99;
}
.footer__cell--center {
	text-align: center;
}
.nav-footer__link {
	color: #fff;
	text-decoration: none;
	line-height: 1;
}
.nav-footer__link:hover {
	text-decoration: underline;
}
.nav-footer__item {
	display: inline-block;
	min-width: 80px;
	line-height: 1;
	white-space: nowrap;
}
.nav-footer {
	line-height: 1.2;
}
.social {
	white-space: nowrap;
	margin-bottom: 2px;
}
.social__item {
	display: inline-block;
	margin: 0 3px;
}
.social__img {
	display: block;
}
* .footer__cell:last-child {
	padding-right: 0;
	border-right: 0;
}
* .footer__cell:first-child {
	padding-left: 0;
}
.nav-footer__item--big {
	width: 140px;
}
.footer__col-label {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.footer__col {
	float: left;
	width: 33.333333%;
}
.footer__cell--big {
	border-right: 0;
	padding: 0;
}
* .footer__cell--big:last-child {
	width: 1px;
}
.footer__col-row {
	white-space: nowrap;
}
* .footer__row:first-child {
	margin-bottom: 10px;
}
.slider-photo {
	width: 832px;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 40px;
}
.slider-photo__img-main {
	position: relative;
}
.slider-photo__img {
	display: block;
	position: relative;
	z-index: 2;
	width: 100%;
}
.slider-photo__img-main::before {
	content: "";
	display: block;
	border: 1px solid #fd3a3b;
	position: absolute;
	top: -12px;
	left: -12px;
	right: 12px;
	bottom: 30px;
	z-index: 1;
}
.slider-photo__img-main::after {
	content: "";
	display: block;
	background: #fd3a3b;
	position: absolute;
	height: 8px;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.slider-photo__thumbs {
	margin-top: 15px;
}
.slider-photo__thumb-item {
	width: 32%;
	margin-right: 2%;
	float: left;
	position: relative;
}
.slider-photo__thumb-item:hover::after,
.photo-preview:hover::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(38, 45, 84, .8) url(/bitrix/templates/magicfire/images/icon-zoom.png) no-repeat center center;
	z-index: 3;
}
.video-preview {
	position: relative;
	cursor: pointer;
}
.video-preview::after,
.video-preview:hover::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(38, 45, 84, .8);
	background: none;
	z-index: 2;
}
* .slider-photo__thumb-item:last-child {
	margin-right: 0;
}
.form {
	width: 525px;
	margin: 0 auto;
}
.form--space-top {
	margin-top: 87px;
	position: relative;
}
.form__headline {
	color: #000;
	font-size: 27px;
	text-align: center;
	font-family: 'MyriadPro-Light';
	line-height: 1;
	margin-bottom: 45px;
}
.grid-form {
	display: table;
	width: 100%;
}
.grid-form__row {
	display: table-row;
}
.grid-form__cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	padding-right: 26px;
	padding-bottom: 14px;
}
.field {
	border: 0;
	font-family: 'MyriadPro-Light';
	width: 100%;
	padding: 6px 12px;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
}
textarea.field {
	resize: none;
	min-height: 100px;
}
.btn--middle {
	text-transform: uppercase;
	font-size: 18px;
	padding: 12px 14px 7px;
}
.pagination__item {
	display: inline-block;
	margin: 0 8px;
}
.pagination-wrap {
	clear: both;
}
.pagination {
	text-align: center;
	font-family: 'MyriadPro-Light';
	font-size: 18px;
	color: #9fa7a9;
}
.pagination__link {
	color: #9fa7a9;
	text-decoration: none;
	padding: 2px 5px;
}
.pagination__link:hover,
.pagination__link--active {
	background: #fd3a3b;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
}
.page__photo {
	padding-bottom: 30px;
}
.btn--small {
	font-size: 98%;
	padding-bottom: 8px;
}
.field-holder {
	background: #fff;
	position: relative;
}
.field-holder .field {
	background: transparent;
	position: relative;
	z-index: 2;
}
.text-danger {
	color: #f00;
}
.field-holder__label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-family: 'MyriadPro-Light';
	padding: 0 12px;
	font-size: 18px;
	color: #888c93;
	z-index: 1;
	white-space: nowrap;
	line-height: 34px;
}
.grid__price--sm {
	display: none;
}
.to-top {
	width: 65px;
	height: 65px;
	background: url(/bitrix/templates/magicfire/images/to-top.png) no-repeat;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
	z-index: 1000;
	cursor: pointer;
	opacity: .8;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
}
.to-top:hover {
	opacity: 1;
}
.to-top--show {
	display: block;
}
.page__pluses .wrapper {
	overflow-x: hidden;
}
.footer__row--lg {
	display: none;
}
.nav-main__search {
	position: absolute;
	right: 0;
	top: -5px;
	width: 275px;
	display: none;
}
.field--border {
	border: 1px solid #fa3c3d;
	color: #000;
}
.form-search {
	position: relative;
}
.form-search__btn {
	position: absolute;
	right: 1px;
	bottom: 1px;
	top: 1px;
	width: 40px;
	border: 0;
	background: #fff url(/bitrix/templates/magicfire/images/btn-search.jpg) no-repeat center center;
	text-indent: -9999px;
}
.form-search__input {
	padding-right: 52px;
}
.header__search {
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	display: none;
}
.nav-second {
	text-align: center;
	padding: 15px 0;
}
.nav-second__item {
	display: inline-block;
	margin: 0 7px;
	position: relative;
}
.nav-second__link {
	color: #0e2f6a;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
	display: block;
	position: relative;
	text-align: center;
	min-width: 105px;
	padding: 10px 15px 6px 15px;
	position: relative;
}
.drop-menu {
	position: absolute;
	left: 0;
	top: 100%;
	min-width: 175px;
	background: #eb3d41;
	z-index: 10;
	text-align: left;
	font-size: 18px;
	font-family: 'MyriadPro-Light';
	padding: 5px 0;
	display: none;
}
.drop-menu__link {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 6px 17px 4px;
	line-height: 1;
	white-space: nowrap;
	position: relative;
}
.drop-menu__link:hover {
	background: #d13437;
	font-family: 'MyriadPro-Semibold';
	text-decoration: none;

}
.drop-menu__link:hover::before {
	content: "";
	display: block;
	background: #0e2f6a;
	width: 7px;
	position: absolute;
	left: 0;
	top: 8px;
	bottom: 8px;
}
.nav-second__item.active .nav-second__link,
.nav-second__link:hover {
	background: #0e2f6a;
	color: #fff;
	text-decoration: none;
}
.nav-second__item.active .drop-menu {
	display: block;
}
.nav-second__item.active .nav-second__link::after,
.nav-second__link:hover::after {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	background: #f2384e;
	position: absolute;
	bottom: 0;
	left: 0;
}
.nav-second__icon {
	height: 65px;
}
.icon-vertical {
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.nav-second__icon::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.nav-second__icon {
	margin-bottom: 5px;
}
.nav-second .icon-portfolio {
	width: 53px;
	height: 43px;
	background-image: url(/bitrix/templates/magicfire/images/cat-portfolio--second.png);
}
.nav-second .icon-news {
	width: 47px;
	height: 47px;
	background-image: url(/bitrix/templates/magicfire/images/cat-news--second.png);
}
.nav-second .icon-event {
	width: 49px;
	height: 49px;
	background-image: url(/bitrix/templates/magicfire/images/cat-event--second.png);
}
.nav-second .icon-store {
	width: 47px;
	height: 48px;
	background-image: url(/bitrix/templates/magicfire/images/cat-store--second.png);
}
.nav-second .icon-festival {
	width: 57px;
	height: 57px;
	background-image: url(/bitrix/templates/magicfire/images/cat-festival--second.png);
}
.nav-second .icon-service {
	width: 51px;
	height: 50px;
	background-image: url(/bitrix/templates/magicfire/images/cat-service--second.png);
}
.nav-second__item.active .cat-icon,
.nav-second__link:hover .cat-icon {
	background-position: 0 100%;
}
.breadcrumb__link {
	color: #9ca3b1;
	text-decoration: none;
	vertical-align: middle;
	line-height: 1;
}
.breadcrumb__link:hover {
	text-decoration: underline;
}
.breadcrumb__item {
	display: inline-block;
	font-size: 18px;
	color: #9ca3b1;
}
.breadcrumb__item .i-icon {
	position: relative;
	top: -3px;
}
.breadcrumb__item::after {
	content: "/";
}
.breadcrumb__item:last-child::after {
	display: none;
}
.breadcrumb__link.active {
	color: #f43e3f;
}
.breadcrumb-wrap {
	padding: 16px 0;
}
.cols {
	margin-top: 35px;
}
.cols__item {
	float: left;
	width: 50%;
	padding-right: 8px;
	padding-left: 8px;
}
* .cols__item:last-child {
	padding-right: 0;
}
* .cols__item:first-child {
	padding-left: 0;
}
.subheadline {
	margin: 0;
	font-family: 'MyriadPro-Semibold';
	text-transform: uppercase;
	text-align: center;
}
.contacts__name {
	color: #f43e3f;
}
.contacts__item {
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 15px;
}
.contacts__name .i-icon {
	position: relative;
	top: -2px;
	margin-right: 6px;
	left: -2px;
}
.contacts__content {
	padding-left: 26px;
}
.subheadline--space-left {
	margin-left: 24px;
	margin-bottom: 20px;
	text-align: left;
}
.subheadline--left {
	text-align: left;
	text-transform: none;
	color: #000;
	font-size: 22px;
	font-family: 'MyriadPro-Regular';
}
.field--color {
	background: #f5f6f6;
}
.form__col {
	float: left;
	width: 40.5%;
	margin-right: 5%;
}
.form__col--last {
	margin-right: 0;
	width: 54.5%;
}
.grid-form__cell {
	font-size: 18px;
}
.form--full {
	width: 100%;
}
.grid-form__cell-label {
	vertical-align: top;
	width: 22%;
	padding-top: 9px;
	padding-bottom: 24px;
}
.grid-form__cell-field {
	padding-right: 0;
}
.grid-form__cell-label--small {
	width: 1%;
}
.prefooter {
	margin-top: 25px;
	margin-bottom: 40px;
}
.form__col--full {
	clear: both;
	text-align: center;
}
.form__col {
	margin-top: 16px;
}
.header-main--small .header-main__logo {
	width: 35%;
	margin-top: 30px;
	padding-right: 20px;
}
.header-main--small .header-main__panel {
    margin-top: 19px;
    width: 65%;
}
.header-main--small .nav-main {
	margin-top: 24px;
}
.header-main--small .nav-main__item {
    padding: 0 12px;
    font-size: 19px;
}
.header-main--small {
	padding-bottom: 0px;
	background-image: url(/bitrix/templates/magicfire/images/bg-header--small.jpg);
}
.header-sticky {
	padding-bottom: 30px;
}
.header-main--small .header-sticky {
	padding-bottom: 17px;
}
.header-sticky--float {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.headline--split {
	position: relative;
	margin-bottom: 22px;
}
.headline--split::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	background: #f2384e;
	position: absolute;
	left: 50%;
	margin-left: -21px;
	bottom: 10px;
}
.news-preview__img-wrap {
	position: relative;
}
.news-preview__img {
	display: block;
	width: 100%;
	margin-bottom: 13px;
}
.news-preview__name {
	text-align: left;
	margin-bottom: 10px;
}
.news-preview,
.sidecontent {
	font-size: 18px;
	line-height: 1.3;
	font-family: 'MyriadPro-Light';
}
.news-preview b,
.news-preview strong,
.sidecontent b,
.sidecontent strong {
	font-family: 'MyriadPro-Regular';
}
.news-preview__text {
	border: 1px solid transparent;
	color: #000;
}
.news-preview__text p:first-child {
	margin-top: 0;
}
.news-preview {
	border-bottom: 1px solid #9ca3b1;
	padding-bottom: 18px;
	margin-bottom: 25px;
}
.news-preview__link {
	color: #000;
}
.news-preview__link:hover {
	color: #f43e3f;
}
.news-preview__controls {
	margin-top: 10px;
	overflow: hidden;
}
.news-preview__date {
	float: right;
}
.date {
	font-size: 16px;
}
.cols__item--space-big {
	padding-right: 0;
	padding-left: 0;
	width: 47%;
	margin-right: 4%;
}
* .cols__item--space-big:nth-child(2n) {
	margin-right: 0;
}
.news-preview__video {
	position: relative;
}
.news-preview__video::after {
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	background: #f43e3f;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.news-preview__video::before {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(38, 45, 84, .8);*/
    z-index: 2;
cursor: pointer;
}
.pagination-wrap--space-big {
	margin-top: 16px;
	margin-bottom: 26px;
}
.contact-float {
	background: #fa3c3d;
	padding: 18px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	margin-top: -80px;
}
.contact-float img {
	display: block;
}
.contact-float__item {
	margin-bottom: 16px;
}
* .contact-float__item:last-child {
	margin-bottom: 0;
}
.bordered-preview {
	margin: 13px 13px 0 13px;
	position: relative;
}
.bordered-preview::before {
	content: "";
	display: block;
	position: absolute;
	left: -13px;
	top: -13px;
	right: 13px;
	bottom: 30px;
	border: 1px solid #f43e3f;
	z-index: 1;
}
.bordered-preview::after {
	content: "";
	display: block;
	height: 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f43e3f;
	z-index: 3;
}
.bordered-preview__img,
.photo-preview__img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}
.news-detail__col {
	float: left;
	width: 50%;
}
.rating__item {
	display: inline-block;
}
.detail__headline {
	color: #000;
	text-align: left;
	font-size: 22px;
	line-height: 1;
}
.detail__date {
	float: right;
}
.detail__news-preview {
	border-bottom: 0;
	margin-bottom: 0;
	text-align: justify;
}
.detail__news-preview p {
	margin: 15px 0;
}
.detail__news-preview p:first-child {
	margin-top: 0;
}
.detail__meta {
	margin-bottom: 5px;
}
.news-detail__top {
	margin-top: 8px;
}
.photo-preview {
	position: relative;
}
.grid-album {
	font-size: 0;
}
.grid-album__item {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.7%;
	width: 24.475%;
	padding-bottom: 0.7%;
}
.grid-album__item:nth-child(4n) {
	margin-right: 0;
}
.news-detail__bottom {
	margin: 18px 0 50px;
}
.grid-form__cell--cols {
	padding: 0;
}
* .grid-form__cell--cols:first-child {
	padding-right: 10px;
}
.captcha {
	display: block;
}
.grid-form__col-right {
	float: right;
}
.form__info {
	font-family: 'MyriadPro-Light';
	color: #726d6d;
	font-size: 16px;
}
.review__text {
	font-size: 19px;
	font-family: 'MyriadPro-Light';
	color: #000;
	line-height: 1.2;
}
.review__headline {
	color: #000;
	text-transform: uppercase;
	margin: 0;
	line-height: 1;
}
.review__meta {
	margin-bottom: 15px;
}
.review-list__item {
	padding: 35px 20px 23px;
	border-bottom: 1px solid #9ca3b1;
}
.review__page {
	margin-bottom: 60px;
}
.headline-split {
	font-family: 'BebasNeueBold';
	font-size: 24px;
	text-transform: uppercase;
	position: relative;
	line-height: 1;
	white-space: nowrap;
	margin-bottom: 14px;
}
.headline-split::after {
	content: "";
	display: block;
	height: 1px;
	background: #9ca3b1;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	z-index: 1;
}
.headline-split__link {
	color: #062961;
	text-decoration: none;
	position: relative;
	z-index: 2;
	background: #fff;
	padding-right: 2px;
}
.headline-split__link:hover {
	color: #f43e3f;
	text-decoration: underline;
}
.grid-desc,
.grid-picture {
	font-size: 0;
}
.grid-desc__item {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	padding-bottom: 3%;
}
* .grid-desc__item:last-child,
* .grid-desc__item:nth-child(2n) {
	margin-right: 0;
}
.grid-desc__preview,
.grid-desc__text {
	float: left;
	width: 50%;
}
.grid-desc__preview {
	width: 48%;
}
.grid-desc__text {
	width: 52%;
	padding-left: 12px;
}
.bordered-preview--small {
	margin: 5px 5px 0 5px;
}
.bordered-preview--small::before {
	left: -5px;
	top: -5px;
	right: 5px;
	bottom: 20px;
}
.bordered-preview--small-fix::before {
	bottom: 9px;
}
.bordered-preview--small::after {
	height: 4px;
}
.grid-desc__headline {
	font-family: 'MyriadPro-Regular';
	color: #000;
	text-align: left;
	line-height: 1.2;
	font-size: 18px;
}
.grid-desc__text {
	color: #000;
}
.grid-desc__text p {
	margin: 5px 0;
}
.grid-desc__news-preview {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	font-size: 17px;
}
.grid-picture__item {
	display: inline-block;
	vertical-align: top;
	margin-right: 0.7%;
	width: 24.475%;
	margin-bottom: 10px;
}
* .grid-picture__item:last-child {
	margin-right: 0;
}
* .grid-picture__item:nth-of-type(4n) {
	margin-right: 0;
}
.simple-preview {
	position: relative;
}
.simple-preview::after {
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f43e3f;
	z-index: 3;
}
.grid-picture__text,
.grid-desc__name {
	font-size: 18px;
	color: #000;
	line-height: 1.2;
	margin-top: 15px;
}
.grid-line {
	margin-bottom: 36px;
}
.grid-desc__name {
	margin-top: 25px;
}
.portfolio__pagination {
	margin: 24px 0 50px;
}
.headline-split__link--active {
	text-decoration: underline;
}
.sidebar,
.sidecontent {
	float: left;
}
.sidebar {
	width: 22%;
}
.sidecontent {
	width: 78%;
	padding-left: 25px;
	color: #000;
}
.nav-vertical {
	background: #f4f6fb;
	font-size: 20px;
	font-family: 'MyriadPro-Light';
	border-bottom: 5px solid #f43e3f;
}
.nav-vertical__link {
	color: #2f2c2c;
	text-decoration: none;
	display: block;
	line-height: 1;
	padding: 12px 10px 12px 33px;
	position: relative;
}
.nav-vertical__link:hover,
.nav-vertical__link.active {
	color: #f43e3f;
	text-decoration: none;
}
.nav-vertical__item {
	border-bottom: 1px solid #e1e5ef;
}
* .nav-vertical__item:last-child {
	border-bottom: 0;
}
.sidecontent h3 {
	font-family: 'MyriadPro-Semibold';
	text-transform: uppercase;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 10px;
}
.form__col--equal {
	width: 49%;
	margin-right: 2%;
}
.form__col--equal.form__col--last {
	margin-right: 0;
}
.grid-form__cell-label--space-small {
	padding-right: 10px;
	width: 24%;
}
textarea.field--big {
	min-height: 140px;
}
textarea.field--large {
	min-height: 158px;
	display: block;
}
.noUi-target,
.noUi-background {
	border: 0;
	border-radius: 0;
	height: 6px;
	background: #9ca3b1;
	box-shadow: none;
}
.noUi-background::before,
.noUi-background::after,
.noUi-target::before,
.noUi-target::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.noUi-target::after,
.noUi-background::after {
	top: auto;
	bottom: 0;
}
.noUi-connect,
.noUi-horizontal .noUi-handle {
	background: #f43e3f;
}
.noUi-horizontal .noUi-handle {
    width: 4px;
    height: 10px;
    left: -3px;
    top: -2px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	display: none;
}
.field--inline {
	display: inline-block;
	width: 60%;
	border-right: 8px solid #f43e3f;
}
.field--num {
	width: 70px;
}
.grid-form__cell--inline {
	width: auto;
	white-space: nowrap;
	padding-right: 0;
}
.grid-form__cell--fix {
	width: 1%;
}
.grid-desc-after {
	font-size: 0;
	margin-top: 45px;
}
.grid-desc-after__item {
	width: 48.75%;
	margin-right: 2.5%;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 5%;
}
* .grid-desc-after__item:nth-child(2n) {
	margin-right: 0;
}
.grid-desc-after__text {
	font-size: 18px;
	margin-top: 15px;
}
.grid-desc-after__headline {
	font-family: 'MyriadPro-Regular';
	text-align: left;
	margin-bottom: 0;
}
.grid-desc-after__link {
	color: #000;
}
.grid-desc-after__link:hover {
	color: #f43e3f;
}
.grid-desc-after__more {
	margin-top: 10px;
}
.form__col--full-left {
	text-align: left;
	padding-top: 25px;
}
.noUi-marker-normal {
	display: none;
}
.noUi-value-sub {
	font-size: 15px;
}
.noUi-pips-horizontal {
	padding-top: 3px;
}
.sidecontent__form {
	margin-top: 40px;
}
.nav-vertical__link:hover::before,
.nav-vertical__link.active::before {
    content: "";
    display: block;
    background: #f43e3f;
    width: 6px;
    position: absolute;
    left: 0;
    top: 17px;
    bottom: 17px;
}
.grid-bnr__img {
	display: block;
	width: 100%;
}
.grid-bnr__item {
	float: left;
	width: 32%;
	margin-right: 2%;
}
* .grid-bnr__item:last-child {
	margin-right: 0;
}
.grid-bnr {
/*	margin-top: 32px;*/
	margin-bottom: 30px;
}
.form__col--space-left {
	padding-left: 45px;
}
.grid-form--space-top {
	margin-top: 3px;
}
.event-full__item {
	border-bottom: 2px solid #9ca3b1;
	margin-top: 40px;
}
* .event-full__item:last-child {
	border-bottom: 0;
}
.event-full__item-product,
.event-full__item-text {
	float: left;
}
.event-full__item-product {
	width: 36%;
}
.event-full__item-text {
	width: 64%;
	padding-left: 22px;
}
.product-single {
	background: #f5f6f6;
	padding: 20px;
}
.product-single__img {
	border: 1px solid #cfd6e2;
	width: 100%;
	display: block;
}
.product-single__price {
	font-family: 'MyriadPro-Semibold';
    color: #000;
    font-size: 23px;
    margin-top: 18px;
    text-align: center;
}
.grid-product__btn-wrap {
	text-align: center;
}
.param-list {
	max-width: 300px;
	margin-bottom: 12px;
}
.param-list__item {
	display: inline-block;
	width: 130px;
}
.event-full__headline {
	text-align: left;
	text-transform: none!important;
}
.event-full__link-wrap {
	margin-top: 10px;
}
.event-full__album {
	clear: both;
}
.grid-album__item--3,
.grid-album__item--3:nth-child(4n) {
	width: 32.3333333%;
	margin-right: 1.5%;
	padding-bottom: 2.5%;
}
.grid-album__item--3:nth-child(3n) {
	margin-right: 0;
}
.event-full__album {
	padding: 35px 0 20px;
}
.noUi-marker-sub,
.noUi-marker-large,
.noUi-value-sub {
	display: none;
}
.range-left {
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}
.range-right {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
}
.sidecontent__form--space-bottom {
	margin-bottom: 55px;
}
.is-mobile,
.is-tablet {
	display: none;
}
.service__album {
	margin: 30px 0 40px;
}
.logo-place {
	background-color: #f4f6fb;
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 0;
}
.logo-place::before {
	content: "";
	display: inline-block;
	padding-top: 80%;
	height: 100%;
	vertical-align: middle;
}
.page-list__picture,
.page-list__text {
	float: left;
	width: 20%;
}
.page-list__text {
	width: 80%;
	padding-left: 13px;
}
.logo-place__img {
	display: inline-block;
	vertical-align: middle;
	max-width: 75%;
	height: auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.logo-place__img.active,
.logo-place__img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.page-list__name {
	color: #000;
	text-decoration: none;
	font-size: 20px;
	font-family: 'MyriadPro-Semibold';
	line-height: 1;
}
.page-list__name:hover {
	color: #f43e3f;
}
span.page-list__name:hover {
	color: #000;
}
.page-list__name-wrap {
	margin-bottom: 23px;
	margin-top: 2px;
}
.page-list__item {
	border-bottom: 1px solid #e1e5ef;
	padding-bottom: 15px;
	margin-bottom: 12px;
}
* .page-list__item:last-child {
	border-bottom: 0;
}
.partner__pagination {
	margin-top: 31px;
	margin-bottom: 46px;
}
.slider .owl-dot {
	display: inline-block;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 50%;
	margin: 0 3px;
}
.slider .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	text-align: center;
}
.slider .owl-dot.active {
	background: #f43e3f;
}
.slider__img {
	max-width: 100%;
}
.bordered-preview--right-fix {
	margin-right: 0;
}
.grid--space-bottom .grid__item {
	padding-bottom: 2.5%;
	margin-bottom: 0;
}
.total__grid {
	margin-bottom: 50px;
}
.user {
	font-size: 18px;
	white-space: nowrap;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 5px;
}
.user__img,
.user__name {
	display: inline-block;
	vertical-align: bottom;
}
.user__img {
	margin-right: 10px;
}
.user__name {
	position: relative;
	top: 5px;
}
.photo-preview__label {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
	display: none;
	padding: 0 10px;
}
.photo-preview__label::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.photo-preview__label-inner {
	color: #fff;
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
}
.photo-preview--album:hover::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(38, 45, 84, .8);
	z-index: 3;
}
.photo-preview--album:hover .photo-preview__label {
	display: block;
}
.photo-preview--album {
	text-align: center;
}
.user__img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.user__img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.grid-album__item--space-bottom {
	margin-bottom: 10px;
}
.photo-wrap {
	margin: 25px 0 50px;
}
.form--popup {
	width: 890px;
	padding: 0 2px;
}
.headline--popup {
	font-size: 30px;
	color: #fd3a3b;
	margin-top: 8px;
}
.form__col--full-right {
	text-align: right;
	padding-top: 5px;
}
.form__col--popup {
	width: 45%;
	margin-right: 10%;
}
.popup-bg {
	background: #fff url(/bitrix/templates/magicfire/images/popup-bg.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.popup-bg .fancybox-skin {
	background: none;
}
.popup-wrap {
	width: 600px;
}
.popup-text--important {
	text-align: center;
	font-size: 26px;
	line-height: 1.2;
	margin-top: 12px;
}
.popup-wrap {
	padding-top: 15px;
	padding-bottom: 25px;
}
.form-search__input {
	height: 36px;
}
.nav-cat__inner {
	position: relative;
	z-index: 2;
}
.nav-cat__inner-fix {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
}
.prolog-text {
	font-size: 19px;
    font-family: 'MyriadPro-Light';
    color: #000;
    line-height: 1.2;
    margin-bottom: 40px;
}
* .grid-form__cell:last-child {
	padding-right: 0;
}
.form .btn {
	width: 100%;
}
.nav-cat__toggle,
.header-main__nav--double,
.header-main__nav--double + .scroll-down,
.nav-main__item--sm {
	display: none;
}
.footer__cell--flex {
	padding-right: 0;
}
.form__info--sm {
	display: none;
}
.slider__img {
	width: 100%;
}
/*.ui-datepicker {
	z-index: 10!important;
}*/
.grid__headline--limit {
	height: 48px;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.grid__desc-wrap {
	overflow: hidden;
	height: 87px;
}
.scroll-down {
	cursor: pointer;
}


@media (max-width: 1060px) {
	.header-main__panel {
		float: none;
		width: 100%;
		clear: both;
	}
	.nav-footer__item {
		width: 48%;
	}
	.header-main--small {
		padding-bottom: 12px;
	}
}
@media (max-width: 1024px) {
	.table-responsive {
		overflow: auto;
	}
	.btn-play--small {
	    width: 97px;
	    height: 97px;
	    background: url(/bitrix/templates/magicfire/images/play.png) no-repeat left top;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -48px;
	    margin-left: -48px;
	    z-index: 3;
	}
	.nav-footer__item {
		width: 48%;
	}
	.nav-footer__item:nth-child(odd) {
		width: 60%;
	}
	.nav-footer__item:nth-child(even) {
		width: 38%;
	}
	.map {
		height: 300px;
	}
	.nav-footer {
		margin-bottom: 10px;
	}
	.nav-cat__link {
		padding: 0;
		background: #062961;
	}
	.header-main__nav-slogan {
		position: static;
		margin-top: 20px;
	}
	.nav-slogan__headline {
		font-size: 100px;
	}
	.nav-slogan__subheadline {
		font-size: 40px;
		top: -9px;
		line-height: 40px;
		padding: 6px 8px;
	}
	.nav-slogan__inner {
		display: table-cell;
		vertical-align: middle;
		padding: 0 12px 0;
	}

	.nav-cat__item,
	.nav-cat__link {
		display: block;
		margin: 0;
		width: 33.333333%;
		text-align: center;
		height: auto;
		float: left;
	}
	.nav-cat__link {
		width: 100%;
		height: 130px;
		float: none;
		display: table;
		font-size: 16px;
	}
	.nav-cat__inner {
		display: table-cell!important;
		vertical-align: bottom;
	}
	.nav-cat__item {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}
	.nav-cat__item:nth-child(3n) {
		border-right: 0;
	}


	.nav-cat__inner {
		display: inline-block;
	}
	.grid__item--small {
		width: 44%;
		margin-right: 11%;
		margin-bottom: 20px;
	}
	.grid__item--small:nth-child(2n) {
		margin-right: 0;
	}
	.thumb-list__item:nth-child(3n) {
		margin-right: 0;
	}
	* .thumb-list__item:nth-child(4n) {
		margin-right: 3.5%;
	}





	.page__step {
		background: #6c9ad6;
	}
	.section-buy {
		margin-top: 0;
	}
	.grid-product__item {
		width: 40%;
		margin-bottom: 20px;
		margin-right: 5%;
		display: inline-block;
		float: none;
	}
	* .grid-product__item:nth-child(2n) {
		margin-right: 0;
	}
	.grid-product {
		text-align: center;
	}
	.slider-photo {
		width: 100%;
	}
	.thumb-list__item {
		width: 30%;
	}
	.header-main__logo,
	.header-main--small .header-main__logo {
		width: auto;
	}
	* .thumb-list__item:nth-child(5n) .thumb-list__img-wrap::after,
	* .thumb-list__item:first-child .thumb-list__img-wrap::after,
	* .thumb-list__item:nth-child(5n) .thumb-list__num::before,
	* .thumb-list__item:first-child .thumb-list__num::before,
	* .thumb-list__item:nth-child(4n) .thumb-list__num::after,
	* .thumb-list__item:last-child .thumb-list__num::after {
		display: none;
	}
	.footer__row--lg {
		display: none;
	}
	.social {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.nav-main__item--lg {
		display: none;
	}
	.header__search {
		display: block;
	}
	.nav-second__item {
		display: block;
	}
	.breadcrumb {
		text-align: center;
	}

	.map--side {
		margin-bottom: 30px;
	}
	.header-main--small .header-main__panel {
		width: 100%;
	}

	.drop-menu {
		position: static;
		width: 100%;
	}


	.sidebar,
	.sidecontent {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.sidebar {
		margin-bottom: 30px;
	}
	.form__col--space-left {
		padding-left: 0;
	}
	.form--popup {
		width: 650px;
	}
	.grid__item--small {
		width: 48.75%;
		margin-right: 2.5%;
	}
	.grid__inner--nostyle {
		display: block;
	}
	.scroll-down--space-top {
		display: none;
	}
	.page__popular {
		padding-bottom: 0;
	}
	.slider-photo {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.nav-cat__toggle {
		display: block;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		line-height: 1;
		padding: 12px 10px 8px 10px;
		text-transform: uppercase;
		text-align: left;
		margin-top: 3px;
	}
	.nav-cat__toggle-humb {
		float: right;
		width: 20px;
		display: block;
		height: 2px;
		background: #fff;
		position: relative;
		margin-top: 5px;
	}
	.nav-cat__toggle-humb::before,
	.nav-cat__toggle-humb::after {
		content: "";
		display: block;
		height: 2px;
		width: 100%;
		background: #fff;
		position: absolute;
		top: -6px;
	}
	.nav-cat__toggle-humb::after {
		top: auto;
		bottom: -6px;
	}
	.header-main__nav {
		margin-top: 0px;
	}
	.header-main__logo {
		margin-top: 25px;
	}
	.nav-cat {
		display: none;
	}
	.content__nav-second {
		display: none;
	}
	.header-main__nav--double {
		display: block;
	}

	.nav-main__item--sm {
		display: inline-block;
	}
	.form-search-sm-wrap {
		display: none;
	}

	.scroll-down {
	    display: none;
	}
	.carousel__img,
	.user__img,
	.logo-place__img {
	    -webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	    -o-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	.nav-slogan__headline {
	    font-size: 125px;
	}
	.slogan__subheadline {
	    font-size: 45px;
	    line-height: 45px;
	}
	.android .nav-slogan__inner-text {
		overflow: hidden;
		height: 32px;
		white-space: nowrap;
	}
	.header-main__panel {
		position: relative;
	}
	.callback-wrap {
		position: absolute;
		top: -70px;
		right: 0;
	}
	.nav-main {
		float: none;
		margin-bottom: 10px;
	}
	* .grid__item--small:nth-child(n+3),
	* .thumb-list__item:nth-child(n+7) {
		display: none;
	}
	.text-prolog {
		line-height: 1.2;
	}
	.grid-product {
		margin-top: 24px;
	}
	.grid-product__price {
		margin-top: 0px;
	}
	.grid-product__btn-wrap {
		margin-top: 4px;
	}
	.grid-product__more-wrap {
		margin-top: 10px;
	}
	.scroll-down--space-top {
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.contact-float {
		display: none;
	}
	.grid-form__cell-label {
		padding-right: 6px;
	}
	.is-tablet {
		display: block;
	}
	.nav-vertical__item {
		width: 33.3333333%;
		float: left;
	}
	.nav-vertical {
		overflow: hidden;
	}
	.form--popup {
		width: 720px;
	}
	.sidecontent__form,
	.contact__form,
	.review__form,
	.portfolio__form,
	.sidecontent__choose,
	.about__form {
		border: 2px solid #f43e3f;
		padding: 1em;
	}
	.sidecontent__form--space-bottom {
		margin-bottom: 2em;
	}
	.grid-product__img-wrap {
		height: 190px;
	}
}

@media (max-width: 992px) {
	.step__item::before,
	.step__item .step__arrow {
		display: none;
	}
	.footer__row,
	.footer__cell {
		display: block;
		border-right: 0;
		padding-right: 0;
		padding-left: 0;
		text-align: center;
	}
	.nav-footer__item,
	.nav-footer__item:nth-child(odd),
	.nav-footer__item:nth-child(even) {
		width: 25%;
	}
	.is-mobile {
		display: block;
	}

	.grid-form__cell-label {
		padding-bottom: 0;
	}
	.grid-desc__item {
		width: 100%;
		margin-right: 0;
	}
	.grid-picture__item {
		width: 48%;
		margin-right: 4%;
		padding-bottom: 2%;
	}
	.grid-picture__item:nth-child(2n) {
		margin-right: 0;
	}
	.news-detail__col {
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	* .news-detail__col:last-child {
		margin-bottom: 0;
	}
	.form__info--lg {
		display: none;
	}
	.form__info--sm {
		display: block;
		margin-top: 10px;
	}
	.grid-form__cell {
		padding-bottom: 11px;
	}
	.grid-form__cell-label,
	.grid-form__cell {
		font-size: 90%;
	}
	.field {
		height: 30px;
		font-size: 90%;
		line-height: normal!important;
	}
	.selecter-selected,
	.selecter-item {
		font-size: 90%;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	textarea.field--big {
	    min-height: 100px;
	}
	.form__col--full-left {
		padding-top: 15px;
	}
	textarea.field {
		min-height: 72px;
	}
	.review__form .form__col {
		float: none;
		width: 100%;
	}
	.review__form .grid-form__cell-label {
		width: 10%;
	}
	.grid-form__cell .grid-form__cell {
		padding-bottom: 0;
	}
	.grid-form__cell-label--space-small {
		width: 26%;
	}
	.form__col {
		width: 48%;
		margin-right: 4%;
	}
	.form__col--last {
		margin-right: 0
	}
	.review__form .form__col--last {
		margin-top: 0;
	}
}

@media (max-width: 860px) {
	.form--popup {
		width: 670px;
	}
}

@media (max-width: 768px) {
	.nav-vertical__item {
		width: 50%;
	}
	.is-tablet {
		display: none;
	}
	.form {
		width: auto;
	}
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.callback-wrap {
		display: inline-block;
		margin-top: 20px;
		float: none;
	}
	.nav-main {
		text-align: center;
		float: none;
	}
	.nav-main__item,
	.header-main--small .nav-main__item {
	    padding: 0 4px;
	    font-size: 16px;
	}
	.grid__inner::before,
	.slider-photo__img-main::before,
	* .thumb-list__item:nth-child(5n) .thumb-list__img-wrap::after,
	* .thumb-list__item:first-child .thumb-list__img-wrap::after,
	* .thumb-list__item:nth-child(5n) .thumb-list__num::before,
	* .thumb-list__item:first-child .thumb-list__num::before,
	.thumb-list__img-wrap::before {
		display: none;
	}
	.grid__item {
		margin-bottom: 30px;
	}
	.grid__price--line {
		font-size: 20px;
	}
	.text-prolog {
		margin-left: 0;
		margin-right: 0;
		font-size: 15px;
	}
	.grid-product {
		margin: 0;
	}
	.grid-product__name {
		font-size: 17px;
	}
	.grid-product__price {
		font-size: 18px;
		margin-top: 0;
	}
	.link-more {
		font-size: 15px;
	}
	.grid__inner-after {
		padding-right: 0;
	}
	.grid-form__cell .btn {
		width: 100%;
	}
	.headline {
		font-size: 35px;
	}
	.grid-product__btn-wrap {
		margin-top: 5px;
	}
	.page__pluses .wrapper {
		overflow: hidden;
	}
	.carousel__item {
	    background-position: 100% 80%;
	}
	.carousel__inner {
		display: block;
	}
	.carousel__outer {
		width: 100%;
	}
	.carousel__img {
		width: 100%;
	}
	.grid__price--sm {
		display: block;
		float: none;
	}
	.grid__price--lg {
		display: none;
	}
	.carousel {
		padding-left: 30px;
		padding-right: 30px;
	}
	.owl-prev,
	.owl-next {
		left: -10px;
		top: 30%;
	}
	.owl-next {
		background: url(/bitrix/templates/magicfire/images/arr-next.png);
		left: auto;
		right: -10px;
	}
	.grid__inner {
		display: block;
	}
	.form__headline {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.form--space-top {
		margin-top: 0;
	}
	.map {
		height: 250px;
	}
	.to-top {
		width: 46px;
		height: 46px;
		bottom: 10px;
	}
	.header-main__panel {
		text-align: center;
	}
	.slider-photo__thumb-item:hover::after {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
	.scroll-down--space-top {
	    margin-top: 20px;
	    margin-bottom: 25px;
	}
	.btn--sm {
		font-size: 28px;
	}
	.carousel__text {
	    font-size: 18px;
	    margin-top: 18px;
	}
	.box-question__phone {
		background: none;
	}
	.section-buy {
		background-position: center -45px;
	}
	.section-buy {
		background: url(/bitrix/templates/magicfire/images/bg-buy--sm.png) no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.page__popular {
		background: url(/bitrix/templates/magicfire/images/bg-popular--sm.jpg) no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.header__search {
		padding-bottom: 0;
	}



	.captcha {
		margin-bottom: 7px;
	}
	.grid-desc__preview,
	.grid-desc__text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.grid-desc__text {
		margin: 10px 0 20px;
	}
	.grid-picture__item {
		width: 100%;
		margin-right: 0;
		padding-bottom: 4%;
	}
	.grid-desc__name {
		margin-bottom: 10px;
	}
	.range-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.grid-form__cell-label--small {
		text-align: left;
	}

	.grid-form__cell--inline {
		display: inline-block;
		width: auto;
		padding-right: 15px;
	}
	* .grid-form__cell--inline:first-child {
		padding-left: 0;
		display: block;
	}
	.contact-float {
		display: none;
	}
	.page-list__name-wrap {
		margin-bottom: 8px;
	}
	.page-list__picture {
		margin-bottom: 15px;
	}
	.grid-album__item--space-bottom {
		margin-bottom: 25px;
	}
	.popup-wrap {
		width: 215px;
	}
	.popup-text--important {
		font-size: 20px;
	}
	.popup-text--important br {
		display: none;
	}
	.headline--popup {
		line-height: 1;
	}
	.popup-bg {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
	/* Fix */
	.grid {
		margin-top: 0;
	}
	.grid__desc {
		font-size: 15px;
	}
	.grid__headline {
		line-height: 1.2;
	}
	.grid__headline,
	.grid__price {
		font-size: 20px;
	}
	.btn {
		font-size: 15px;
	}
	.btn--upper {
	    padding: 9px 24px 6px;
	}
	.grid__item--small {
		width: 48.75%;
		margin-right: 2.5%;
	}

	.scroll-down {
		display: none;
	}
	.step__desc {
	    font-size: 15px;
	    margin-top: 10px;
	}
	.thumb-list__name {
		font-size: 17px;
	}
	.form__headline {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.show-all {
	    margin-top: 25px;
	}
	.header-main__logo,
	.header-main--small .header-main__logo {
		margin-top: 10px;
	}
	.btn--sm {
		font-size: 22px;
	}
	.header-main__logo {
		float: none;
		display: inline-block;
		padding-right: 0;
	}
	.header-main__panel,
	.header-main--small .header-main__panel {
		margin-top: 0;
	}
	.page__header-main {
		text-align: center;
	}
	.nav-main,
	.header-main--small .nav-main {
		margin-top: 0;
	}
	.header-main {
		padding-bottom: 15px;
	}

	.carousel__img {
	    -webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    -ms-filter: grayscale(0%);
	    -o-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	.step__item {
		padding-left: 27%;
		padding-right: 27%;
	}
	.nav-slogan__headline {
	    font-size: 100px;
	}
	.nav-slogan__subheadline {
	    font-size: 36px;
	    line-height: 36px;
	    padding: 6px 7px;
	}
	.android .nav-slogan__inner-text {
		overflow: hidden;
		height: 28px;
		white-space: nowrap;
	}
	.callback-wrap {
		position: static;
	}
	.nav-main {
		margin-bottom: 0;
	}
	.step__item {
		margin-top: 0;
		display: inline-block;
		width: 50%;
		margin-bottom: 30px;
		padding-left: 10%;
		padding-right: 10%;
	}
	.step__item-4 .step__num, .step__item-5 .step__num {
	    left: -5px;
	    right: auto;
	}
	.step__item::before,
	.step__item .step__arrow {
		display: none;
	}
	.step__item {
		width: 100%;
		text-align: left;
		padding-left: 25%;
		padding-right: 25%;
	}
	* .step__item:nth-child(odd) .step__circle {
		float: left;
		margin-right: 10px;
	}
	* .step__item:nth-child(even) .step__circle {
		float: right;
		margin-left: 10px;
	}
	.step__desc {
		text-align: center;
		margin-top: 0;
		height: 100px;
	}
	.step__desc::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.step__desc span {
		vertical-align: middle;
	    width: 50%;
	    display: inline-block;
	}
	.nav-cat__link {
		font-size: 15px;
	}
	.nav-slogan__inner {
		padding: 0 8px 0;
	}

	.scroll-down--space-top {
		display: block;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.form--popup .grid-form__cell-label {
		width: 1%;
	}
	.grid-form__cell-label {
		width: 13%;
	}

	.cols__item,
	.form__col {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-top: 0;
	}
	textarea.field--large {
		min-height: 100px;
	}
	.carousel__text {
		width: auto;
	}
}
@media (max-width: 650px) {
	.nav-vertical__link {
		padding: 5px 6px;
		white-space: nowrap;
		font-size: 90%;
	}
	.headline {
	    font-size: 28px;
	}

	.nav-footer__item {
		width: 100%;
	}
	.nav-cat__link {
		height: 143px;
	}
	.nav-cat__item,
	.nav-cat__item:nth-child(3n) {
		width: 50%;
		border-right: 2px solid #fff;
	}
	.nav-cat__item:nth-child(2n) {
		border-right: 0;
	}
	.nav-cat__inner {
		padding-left: 0;
		padding-right: 0;
	}

	.section-buy,
	.page__popular {
		-webkit-background-size: initial;
		-moz-background-size: initial;
		background-size: initial;
	}
	.section-buy {
		/*background-color: #2159b0;*/
	}
	.page__popular {
		background-color: #1a3a83;
	}
	.nav-slogan__headline {
		font-size: 66px;
	}
	.nav-slogan__subheadline {
		font-size: 30px;
		line-height: 30px;
		padding: 6px 7px;
	}
	.android .nav-slogan__inner-text {
		overflow: hidden;
		height: 23px;
		white-space: nowrap;
	}
	.nav-slogan__headline {
		letter-spacing: 0;
	}
	.field {
		font-size: 16px;
		height: 26px;
		line-height: normal!important;
	}
	textarea.field--big,
	textarea.field--large {
		min-height: 60px;
	}
	.grid-form__cell-label {
		padding-top: 4px;
	}
	.form__col--full-left {
		padding-top: 10px;
	}
	.selecter-selected,
	.selecter-item {
		font-size: 16px;
		padding-top: 2px;
		padding-bottom: 2px;
	}
}
@media (max-width: 600px) {
	.grid-form__cell {
		padding-bottom: 3px;
	}
	.grid-form__cell,
	.prolog-text,
	.review__text,
	.sidecontent {
		font-size: 16px;
	}
	.hidden-xs {
		display: none!important;
	}
	.grid-product__item,
	.grid__item,
	.thumb-list__item {
		width: 100%;
		margin-right: 0;
	}
	.grid-form,
	.grid-form__row,
	.grid-form__cell,
	.review__form .grid-form__cell-label {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.form {
		width: auto;
	}
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.callback-wrap {
		display: inline-block;
		margin-top: 20px;
		float: none;
	}
	.nav-main {
		text-align: center;
		float: none;
	}
	.nav-main__item,
	.header-main--small .nav-main__item {
	    padding: 0 4px;
	    font-size: 16px;
	}
	.grid__inner::before,
	.slider-photo__img-main::before,
	* .thumb-list__item:nth-child(5n) .thumb-list__img-wrap::after,
	* .thumb-list__item:first-child .thumb-list__img-wrap::after,
	* .thumb-list__item:nth-child(5n) .thumb-list__num::before,
	* .thumb-list__item:first-child .thumb-list__num::before,
	.thumb-list__img-wrap::before {
		display: none;
	}
	.grid__item {
		margin-bottom: 20px;
	}
	.grid__price--line {
		font-size: 20px;
	}
	.text-prolog {
		margin-left: 0;
		margin-right: 0;
	}
	.grid__inner-after {
		padding-right: 0;
	}
	.grid-form__cell .btn {
		width: 100%;
	}
	.page__pluses .wrapper {
		overflow: hidden;
	}
	.carousel__item {
	    background-position: 100% 80%;
	}
	.carousel__inner {
		display: block;
	}
	.carousel__outer {
		width: 100%;
	}
	.carousel__img {
		width: 100%;
	}
	.grid__price--sm {
		display: block;
		float: none;
	}
	.grid__price--lg {
		display: none;
	}
	.carousel {
		padding-left: 30px;
		padding-right: 30px;
	}
	.owl-prev,
	.owl-next {
		left: -10px;
		top: 30%;
	}
	.owl-next {
		background: url(/bitrix/templates/magicfire/images/arr-next.png);
		left: auto;
		right: -10px;
	}
	.grid__inner {
		display: block;
	}
	.form__headline {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.form--space-top {
		margin-top: 0;
	}
	.map {
		height: 250px;
	}
	.to-top {
		width: 46px;
		height: 46px;
		bottom: 10px;
	}
	.header-main__panel {
		text-align: center;
	}
	.slider-photo__thumb-item:hover::after {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
	.scroll-down--space-top {
	    margin-top: 20px;
	    margin-bottom: 25px;
	}
	.btn--sm {
		font-size: 28px;
	}

	.box-question__phone {
		background: none;
	}
	.section-buy {
		background-position: center -45px;
	}
	.section-buy {
		background: url(/bitrix/templates/magicfire/images/bg-buy--sm.png) no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.page__popular {
		background: url(/bitrix/templates/magicfire/images/bg-popular--sm.jpg) no-repeat center top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.header__search {
		padding-bottom: 0;
	}
	.grid-album__item--3, 
	.grid-album__item--3:nth-child(4n),
	.grid-album__item {
		width: 100%;
		margin-right: 0;
		padding-bottom: 2%;
	}
	.hidden-xs {
		display: none;
	}
	.grid-form__col-right {
		float: none;
	}
	.captcha {
		margin-bottom: 7px;
	}
	.grid-desc__preview,
	.grid-desc__text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.grid-desc__text {
		margin: 10px 0 20px;
	}
	.grid-picture__item,
	.grid-bnr__item,
	.event-full__item-product,
	.event-full__item-text {
		width: 100%;
		margin-right: 0;
		padding-bottom: 4%;
	}
	.grid-desc__name {
		margin-bottom: 10px;
	}
	.range-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.grid-form__cell-label--small {
		text-align: left;
	}
	.grid-desc-after__item {
		width: 100%;
		margin-right: 0;
	}
	.grid-form__cell--inline {
		display: inline-block;
		width: auto;
		padding-right: 15px;
	}
	* .grid-form__cell--inline:first-child {
		padding-left: 0;
		display: block;
	}
	.event-full__item-text {
		padding-left: 0;
	}
	.contact-float {
		display: none;
	}
	.page-list__picture,
	.page-list__text {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	.page-list__picture {
		margin-bottom: 15px;
	}
	.grid-album__item--space-bottom {
		margin-bottom: 25px;
	}
	.popup-wrap {
		width: 215px;
	}
	.popup-text--important {
		font-size: 20px;
	}
	.popup-text--important br {
		display: none;
	}
	.headline--popup {
		line-height: 1;
	}
	.popup-bg {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		background-size: contain;
	}
	.grid-product__more-wrap {
		margin-top: 12px;
	}
	.grid-product__item-bg {
		padding: 8px;
	}
	.page__header-main {
		overflow: hidden;
	}
	.btn--sm {
		font-size: 22px;
	}
	.step__item {
		padding-left: 10%;
		padding-right: 10%;
	}
	* .grid-product__item:last-child {
		margin-bottom: 0;
	}
	.grid-product__img {
		max-height: none;
		max-width: none;
		width: 100%;
		height: auto;
	}
	.grid-product__img-wrap {
		height: auto;
	}
}

@media (max-width: 450px) {
	.nav-footer__item {
		min-width: 100%;
	}
}

@media (max-width: 360px) {
	.nav-vertical__item {
		width: 100%;
		float: none;
		text-align: center;
	}
}
.text404 {
	text-align: center;
	padding-bottom: 10%;
}
.page__inner {
	min-height: 100%;
	position: relative;
}
.popup-youtube {
	display: none;
	width: 960px;
	padding: 0;
	position:relative;
}
.fancybox-inner .popup-youtube {
	display: block;
}
.popup-youtube__wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.popup-youtube__frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 1023px) {
	.popup-youtube {
		width: 860px;
	}
}
@media (max-width: 992px) {
	.popup-youtube {
		width: 700px;
	}
}

.rating__radio {
	display: none;
}
.rating__cnt {
	position: relative;
	top: 2px;
}
.form-callback {
	width: 450px;
}
.news-detail + br {
	display: none;
}
.answer-empty {
	text-align: center;
	color: red;
	padding: 20% 0;
}
.fancybox-photos:hover {
	text-decoration: none;
}
span.headline-split__link:hover {
	text-decoration: none;
	color: #062961;
}
.subheadline__link,
.subheadline__link:hover {
	color: inherit;
	text-decoration: none;
}
.developer {
	font-size: 90%;
	line-height: 1.1;
	padding-top: 1.2em;
}
.developer a {
	color: inherit;
}
.watermark{
	background-image: url(/bitrix/templates/magicfire/images/watermark.png);
	position:absolute;
	top:40px;
	right:60px;
	width: 160px;
    height: 81px;
    z-index: 111;
}
.sidecontent .sidecontent {
	float: none;
	padding: 0;
	width: auto;
}
/* End */
/* /bitrix/templates/magicfire/css/reset.css?15423703112879 */
/* /bitrix/templates/magicfire/css/global.css?1542370311527 */
/* /bitrix/templates/magicfire/css/basic.css?1542370311526 */
/* /bitrix/templates/magicfire/lib/selecter/jquery.fs.selecter.css?15423703114721 */
/* /bitrix/templates/magicfire/lib/animate/animate.css?154237031178695 */
/* /bitrix/templates/magicfire/lib/owl-carousel/owl.carousel.css?15423703114509 */
/* /bitrix/templates/magicfire/lib/range/nouislider.min.css?15423703113554 */
/* /bitrix/templates/magicfire/lib/fancybox/jquery.fancybox.css?15423703114460 */
/* /bitrix/templates/magicfire/lib/datepicker/jquery-ui.css?154237031110272 */
/* /bitrix/templates/magicfire/components/bitrix/search.title/search/style.css?15423703112960 */
/* /bitrix/templates/magicfire/template_styles.css?154237031067507 */
