

/* Start:/bitrix/templates/new/css/owl.carousel.css?17587993974638*/
/* 
 *  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;
  /*max-height:500px;*/
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

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

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

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

/* End */


/* Start:/bitrix/templates/new/css/owl.theme.css?17587993972980*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls{

}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav div{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	width:64px;
	height:64px;
	overflow:hidden;
	line-height:999;
	top:50%;
	margin-top:-11px;
	position:absolute;
}
.owl-carousel .owl-controls .owl-nav div.owl-prev {
	background: url(/bitrix/templates/new/css/la.png) no-repeat center center;
	top:50%;
	margin-top:-32px;
	left:30px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
    background: url(/bitrix/templates/new/css/ra.png) no-repeat center center;
    top: 50%;
    margin-top: -32px;
    right: 30px;
}
#owl-demo3 .owl-controls .owl-nav div.owl-prev,
#owl-demo5 .owl-controls .owl-nav div.owl-prev {
	background: url(/bitrix/templates/new/css/left.png) no-repeat center center !important;
	top:55px !important;
	margin-top:0px !important;
	left:-45px !important;
}
#owl-demo3 .owl-controls .owl-nav div.owl-next,
#owl-demo5 .owl-controls .owl-nav div.owl-next {
	background: url(/bitrix/templates/new/css/right.png) no-repeat center center !important;
	top:55px !important;
	margin-top:0px !important;
	right:-45px !important;
}
#owl-demo5 .owl-controls .owl-nav div.owl-prev {
	left:-55px !important;
	top:17px !important;
}
#owl-demo5 .owl-controls .owl-nav div.owl-next {
	right:-55px !important;
	top:17px !important;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-dots {
    z-index: 540;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    overflow: hidden;
	max-width:1150px;
	margin:auto;
	display:block;
	position: relative;
	margin-top:10px;
	clear:both;
	height:7px;
}
.owl-theme .owl-controls .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	display: block;
	width: 20%;
	height: 10px;
	float:left;
}
.owl-theme .owl-controls .owl-dot span {
	display: block;
	height:3px;
	margin:2px;
	background: #42292a;
	filter: Alpha(Opacity=25);
	opacity: 0.25;
	background: #869791;
}
.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls .owl-dot:hover span {
	background: #42292a;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-dot span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(/bitrix/templates/new/css/AjaxLoader.gif) no-repeat center center
}
/* End */


/* Start:/bitrix/templates/new/css/owl.transitions.css?17587993976242*/
.m-cat-icon .draw {
	background: none;
	border: 0;
	box-sizing: border-box;
	font-size: inherit;
	font-weight: 700;
	text-align: center;
	text-transform: capitalize;
	position: relative;
	vertical-align: middle;	
	display: block;
	position:absolute;	
	left: 10px;
	bottom: 10px;
	right: 10px;
	top: 10px;	
	z-index:4;
	border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	-ms-border-radius:2px;
}
.m-cat-icon .draw::before, .m-cat-icon .draw::after {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.m-cat-icon .draw {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.m-cat-icon .draw::before, .m-cat-icon .draw::after {
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
.m-cat-icon .draw::before {
  top: 0;
  left: 0;
}
.m-cat-icon .draw::after {
  bottom: 0;
  right: 0;
}
.m-cat-icon:hover .draw {
  color: #60daaa;
}
.m-cat-icon:hover .draw::before, .m-cat-icon:hover .draw::after {
  width: 100%;
  height: 100%;
}
.m-cat-icon:hover .draw::before {
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.m-cat-icon:hover .draw::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* End */


/* Start:/bitrix/templates/new/css/touchTouch.css?17587993972902*/
#galleryOverlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:200001;
	background: rgba(0,0,0,0.80);
	overflow:hidden;
	display:none;
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}
#galleryOverlay.visible {
	opacity:1;
}
#gallerySlider {
	height:100%;	
	left:0;
	top:0;	
	width:100%;
	white-space: nowrap;
	position:absolute;	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}
#gallerySlider .placeholder {
	background: url("/bitrix/templates/new/css/preloader2.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}
#gallerySlider .placeholder:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}
#gallerySlider .placeholder img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
    max-height: 90%;
    max-width: 90%;
	vertical-align: middle;
}
#gallerySlider.rightSpring {
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}
#gallerySlider.leftSpring {
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}
@-moz-keyframes rightSpring {
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}
@-moz-keyframes leftSpring {
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}
@-webkit-keyframes rightSpring {
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}
@-webkit-keyframes leftSpring {
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}
#btnClose {
	border:none;
	text-decoration:none;
	background:url('/bitrix/templates/new/css/cross.png') no-repeat;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
	cursor:pointer;
	position:absolute;
	width:64px;
	height:64px;
	top:40px;
	right:30px;
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}
#prevArrow, #nextArrow {
	border:none;
	text-decoration:none;
	background:url('/bitrix/templates/new/css/arrows.png') no-repeat;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
	cursor:pointer;
	position:absolute;
	width:64px;
	height:64px;	
	top:50%;
	margin-top:-29px;	
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}
#prevArrow:hover, #nextArrow:hover, #btnClose:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#prevArrow {
	background-position:left top;
	left:30px;
}
#nextArrow {
	background-position:right top;
	right:30px;
}
/* End */


/* Start:/bitrix/templates/new/css/animate.css?175879939772259*/
@charset "UTF-8";

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

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

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

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

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

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

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

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

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

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

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

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

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

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

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

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

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

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

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

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

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

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

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

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

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

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/bitrix/templates/new/css/twentytwenty.css?17587993974972*/
.do-posle-right
{
	width:30%;
	float:right;
	margin-bottom:35px;
}
.do-posle-left
{
	width:65%;
	float:left;
	margin-bottom:35px;
}
.twentytwenty-wrapper {
	/*width:550px;
	height:311px;
	padding:42px;
	background:url(/upload/bs.jpg) no-repeat center center;
	clear:both;
	margin:auto;
	margin-bottom:45px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;*/
	border:1px solid #42292a;
}
.twentytwenty-handle:before, .twentytwenty-handle:after {
	content: " ";
	display: block;
	width: 1px;
	background: #42292a;
	height: 9999px;
	position: absolute;
	left: 50%;
	margin-left:-1px;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.75);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.75);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.75);
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s; 
}
.twentytwenty-before-label, .twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity; 
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em; 
}
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 50%;
	margin-top: -19px;
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px; 
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
	top: 50%;
	margin-top: -6px; 
}
.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none; 
}
.twentytwenty-container img {
	position: absolute;
	top: 0;
	display: block;
	width:100%;
	height:auto;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0); 
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
	opacity: 0; 
}
.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
.twentytwenty-before-label {
	opacity: 0; 
}
.twentytwenty-before-label:before {
	content: "Before";
	left: 10px; 
}
.twentytwenty-after-label {
	opacity: 0; 
}
.twentytwenty-after-label:before {
	content: "After";
	right: 10px; 
}
.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
	display:none !important;
}
.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, 0.5); 
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1; 
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1; 
}
.twentytwenty-before {
	z-index: 20; 
}
.twentytwenty-after {
	z-index: 10; 
}
.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -18px;
	margin-top: -22px;
	/*border: 2px solid white;	*/
    background: #42292a;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40; 
	cursor:w-resize;
}
.twentytwenty-handle:before {
	bottom: 50%;
	/*margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); */
}
.twentytwenty-handle:after {
	top: 50%;
	/*margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);*/
}
.twentytwenty-left-arrow {
	border-right: 6px solid white;
	left: 50%;
	margin-left: -17px; 
}
.twentytwenty-right-arrow {
	border-left: 6px solid white;
	right: 50%;
	margin-right: -17px; 
}
/* End */


/* Start:/bitrix/templates/new/css/media.css?1758799397258*/
﻿@media (max-width: 1400px) {
	/*.main {
		min-width:1280px;
		margin:auto;
	}*/
	.slider h2 {
		font-size: 40px;
		line-height: 45px;
		margin-bottom: -50px;
	}	
}


@media screen and (max-width: 767px) {
	header {
    display: none;
	}
}
/* End */


/* Start:/bitrix/templates/new/components/bitrix/menu/horizontal/style.css?17587993975999*/
/**Top menu**/
#horizontal-multilevel-menu, #horizontal-multilevel-menu ul
{
	/*margin:0; 
	padding:0;
	background:#BC262C url(/bitrix/templates/new/components/bitrix/menu/horizontal/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;*/
}
#horizontal-multilevel-menu
{
	display: table;
}
/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	/*padding:5px 10px;
	padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
	border:0px none;
}
#horizontal-multilevel-menu li
{
	display: table-cell;
	position: relative;
}
/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    padding: 21px 21px 20px 20px;
    border-left: 1px solid rgba(255,255,255,0.15);
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
	position:relative;
}
#horizontal-multilevel-menu li:last-child a.root-item
{
    border-right: 1px solid rgba(255,255,255,0.15);
}
/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/new/components/bitrix/menu/horizontal/images/arrow.gif) center right no-repeat;
}
/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/new/components/bitrix/menu/horizontal/images/lock.gif) center right no-repeat;
}
/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    padding: 21px 22px 20px 23px;
    border-left: 1px solid rgba(255,255,255,0.1);
    -webkit-box-shadow: inset #000 0px 1px 25px;
    -moz-box-shadow: inset #000 0px 1px 25px;
    box-shadow: inset #000 0px 1px 25px;
	background:#554242;
	text-shadow: 0px 1px 2px rgba(0,0,0,0);
}
/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#554242;
    -webkit-box-shadow: inset #000 0px 1px 25px;
    -moz-box-shadow: inset #000 0px 1px 25px;
    box-shadow: inset #000 0px 1px 25px;
	color:#fff;
}
/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	color:#fff;
}
/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	color:#fff;
}
/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	width: auto;
	background: #FFF;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
    box-shadow: 0 1px 6px rgba(0,0,0,.15);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	padding:10px 15px;
}
/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	display: block;
}
/*Item link*/
#horizontal-multilevel-menu li ul li a
{
	text-align:left;
	padding:15px 45px 14px 10px;
	border-bottom:1px dotted #ccc;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
}
#horizontal-multilevel-menu li ul li.item-selected a {
	color:#ba9395 !important;
}
#horizontal-multilevel-menu li ul li.item-selected ul li a {
	color: #252525 !important;
}
#horizontal-multilevel-menu li ul li.item-selected a:hover,
#horizontal-multilevel-menu li ul li.item-selected ul li a:hover,
#horizontal-multilevel-menu li ul li a:hover {
	color:#ba9395 !important;
}
#horizontal-multilevel-menu li ul li:last-child a
{
	border-bottom:0px none;
}
/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#252525;
	font-weight:400;
	white-space: nowrap;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#111;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-52px 0 0 270px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

/* End */


/* Start:/bitrix/templates/new/components/bitrix/menu/mobile/style.css?17587993971455*/
.container {
  display: block;

  text-align: center;
  margin: 0 auto;
  z-index: 1;
  padding: .5em;
  padding-left: 0em;

  width:100%;
}

/* Style Hamburger*/
.bar1, .bar3, .bar2 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  margin-left: 20px;
}


/* Rotate first bar */
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
/*========= Mobile Menu ==================*/
#mobile-menu{
  position: absolute;
  text-align: center;
  list-style: none;
  background: white;
  width: 100%;
  color: black;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .0), 0 6px 6px rgba(0, 0, 0, 0.1);
}
#mobile-menu ul{
  margin: none !important;

}
#mobile-menu li{
  margin: none !important;
}
#mobile-menu li a{
  border-style: solid;
  border-top:  solid #564040;
  border-left-style: none;
  border-bottom: none;
  display:inline-block;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  color: black;
  transition: background-color 0.6s ease;

}
#mobile-menu li a:hover{
  transition: background-color 0.6s ease;
}
.menu-hidden{
  display: none;
}

/* End */


/* Start:/bitrix/templates/new/components/bitrix/breadcrumb/breadcrumb/style.css?1758799397591*/
.bx-breadcrumb {
	margin:0 0 30px 0;
	color:#999;
	font-weight:normal;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	border-bottom: none;
	color:#999;
	font-weight:normal;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175879936851*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/new/styles.css?17587993971588*/
@font-face {
	font-family: "helveticaneuecyr";
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Bold.eot');
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-style:normal;
	font-weight:600;
}
@font-face {
	font-family: "helveticaneuecyr";
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Light.eot');
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Light.woff2') format('woff2'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Light.woff') format('woff'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "helveticaneuecyr";
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Roman.eot');
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "helveticaneuecyr";
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Medium.eot');
	src: url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
	url('/bitrix/templates/new/fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-style: normal;
	font-weight: 500;
}
/* End */


/* Start:/bitrix/templates/new/template_styles.css?175880688940898*/
* {
	margin: 0;
	padding: 0;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::-webkit-input-placeholder {
	color:#888;
    font-weight: 300;
}
:-moz-placeholder {
	color:#888;
    font-weight: 300;
}
::-moz-placeholder {
	color:#888;
    font-weight: 300;
}
:-ms-input-placeholder {
	color:#888;
    font-weight: 300;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
 blockquote, q {
	quotes: none;
}
 blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
} 
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	background:#fff;
    height: 100%;
	min-height:100%;
}
body {
	font-family: 'PT Serif', Times New Roman;
    font-family: 'helveticaneuecyr';
	background:#fff;
	font-weight: 400;
	font-size:15px;
	margin:0px;
	padding:0px;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	position:relative;
    width: 100%;
    height: 100%;
    position: relative;
}
a {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    text-decoration: none !important;
	color:#222;
	border-bottom:1px solid #333;
}
a:hover {
	color:#ba9395;
	border-bottom:0px none;
}
.clear {
	clear:both;
}
#topcontrol {
    z-index: 10;
    color: #fff;
    background: #42292a;
    font-size: 42px;
    width: 60px;
    height: 50px;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -o-border-radius:5px 5px 0 0;
    -ms-border-radius:5px 5px 0 0;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#topcontrol i {
    display: block;
    height: 50px;
    line-height: 45px;
}
#topcontrol:hover {
    background: #42292a;
    color: #c48738;
}
.main {
	min-width:1024px;
}
header {
	display:block;
	padding-top:30px;
	padding-bottom:25px;
	padding-left:40px;
	padding-right:40px;
	max-width:1200px;
	margin:auto;
}
.logo {
	float:left;
	width:180px;	
}
footer .logo {
	width:125px;
}
.logo a {
	border:0px none;	
}
footer .logo {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/bitrix/templates/new/css/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
footer .logo:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url(/bitrix/templates/new/css/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.title-header {
    font-size:15px;
    line-height: 20px;
    font-weight: normal;
	padding:7px 0px 6px 40px;
	margin-left:40px;
    margin-top:10px;
    width: 300px;
    float: left;
    color: #777;
	border-left: 1px solid #e5e5e5;
	font-weight:300;
}
footer .title-header {
    font-size:15px;
    line-height: 18px;
	padding:4px 0px 3px 40px;
    margin-top:5px;
    color: #ccc;
	font-weight:300;
}
.top-menu {
	float:right;
	width:250px;
	text-align:right;
	font-weight:normal;
	color:#ccc;
	margin-top: 20px;
	margin-right:45px;
}
.top-menu a {
	color:#333;
	font-size:15px;
	/*border-bottom:1px solid #666;*/
	border:0px none;
	margin-bottom:7px;
	position:relative;
    text-decoration: none !important;
    display: block;
}
.top-menu a span {
	border-bottom:1px solid #666;
	color:#333;
}
.top-menu a:hover span {
	color:#ba9395;
	border-bottom:0px none;
}
.phone {
	float:right;
	width:540px;
	font-weight:normal;
	text-align:right;
	color:#999;
	width:270px;
	float:right;
	font-size:14px;
	color:#666;
	font-weight:300;
	margin-top: 20px
}
footer .phone {
	margin-top:5px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(/bitrix/templates/new/css/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
footer .top-phone:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: url(/bitrix/templates/new/css/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.phone span {
	display:block;
	position:relative;
	margin-bottom:4px;
}
.phone span a {
	font-size:25px;
	font-weight:400;
	color: #010101;
    text-decoration: none !important;
	border:0px none;
}
.top-phone span strong {
	font-weight:normal;
}
#menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.20);
}
.logo-small {
	display:none;
}
#menu.fixed .logo-small {
	display:table-cell;
}
nav {
    background: #42292a;
    background: -moz-linear-gradient(top, #645050 0%, #42292a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #645050), color-stop(100%, #42292a));
    background: -webkit-linear-gradient(top, #645050 0%, #42292a 100%);
    background: -o-linear-gradient(top, #645050 0%, #42292a 100%);
    background: -ms-linear-gradient(top, #645050 0%, #42292a 100%);
    background: linear-gradient(to bottom, #645050 0%, #42292a 100%);
    z-index: 540;
    /*overflow: hidden;*/
	margin:auto;
	display:block;
	position: relative;
	box-shadow: rgba(0,0,0,0.5) 0px 10px 15px -10px;
    /*max-width: 1280px;
    margin: auto;*/
}
nav table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
	max-width:1280px;
	margin:auto;
}
#horizontal-multilevel-menu {
    border-collapse: collapse;
    border-spacing: 0;
	width:1200px;
	margin:auto;
}
nav table td {
    border-left: 1px solid rgba(255,255,255,0.1);
}
nav table td:last-child {
    border-right:1px solid rgba(255,255,255,0.1);
}
nav table a {
    border: none;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    padding: 21px 20px 19px 20px;
    text-align: center;
    position: relative;
    /*text-transform: uppercase;*/
    color: #ffffff;
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
#menu.fixed nav table a {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    padding: 18px 20px 17px 20px;
}
nav table a:hover {
    background: #4f3839 !important;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#ba9395 !important;
    text-decoration: none !important;
}
nav table a:active, nav table a.selected {
    background: #42292a !important;
    -webkit-box-shadow: inset #000 0px 2px 15px;
    -moz-box-shadow: inset #000 0px 2px 15px;
    box-shadow: inset #000 0px 2px 15px;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#9b8b8b !important;
    text-decoration: none !important;
}
.slider {
    position: relative;
    overflow: hidden;
    margin-bottom:60px;
    z-index: 500;
    border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
}
.slider .slider-border
{
    background: url(/bitrix/templates/new/images/border-decor.png) repeat-x bottom left;	
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index:550;
}
.owl-height {
	height:500px;
}
#owl-demo .owl-stage-outer:after {
    position: absolute;
    right:0px;
	left:0px;
    bottom:0;
    height:50px;
    content: '';
	-webkit-box-shadow: inset 0px -10px 15px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0px -10px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: inset 0px -10px 15px 0px rgba(0, 0, 0, 0.10);
    z-index:550;
}
#owl-demo .owl-stage-outer:before {
    position: absolute;
    right:0px;
	left:0px;
    top:0;
    height:50px;
    content: '';
	-webkit-box-shadow: inset 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: inset 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: inset 0px 10px 15px 0px rgba(0, 0, 0, 0.10);
    z-index:550;
}
/*.slider:after {
    content: '';
	position:absolute;
	bottom:0px;
	left:0px;
	height:10px;
	width:100%;
    background: url(/bitrix/templates/new/images/section-bg.png) repeat-x bottom left;	
    z-index:550;
}*/
.slider .item img {
	width:100%;
	display:block;
	height:auto;
}
.slider .item {
	position:relative;
}
.slider h2 {
	font-weight:600;
	font-size:50px;
	line-height:55px;
	text-align:left;
	color:#fff;
	position:absolute;
	bottom:50%;
	margin-bottom:-87px;
	left:20%;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.95);
    text-transform: uppercase;
    z-index:550;
    /*background: rgba(0,0,0,0.7);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	width:510px;
	background: rgba(66,41,42,0.38);
}
.slider h2:before {
    position: absolute;
    right: 0;
    bottom: -66px;
    width: 0;
    height: 0;
    content: '';
    border-width: 66px 66px 0 0;
    border-style: solid;
    border-color: rgba(66,41,42,0.38) transparent transparent transparent;
}
.slider h2:after {
    position: absolute;
    bottom: -66px;
    left: 0;
    width: 444px;
    height: 66px;
    content: '';
    background: rgba(66,41,42,0.38);
}
.slider h2 span {
	display:block;	
    padding: 10px 37px 0 68px;
	position:relative;
}
.slider h2 span:before {
    position: absolute;
    left: 0;
    top: -66px;
    width: 0;
    height: 0;
    content: '';
    border-width: 66px 66px 0 0;
    border-style: solid;
    border-color: transparent rgba(66,41,42,0.38) transparent transparent;
}
.slider h2 span:after {
    position: absolute;
    top: -66px;
    right: 0;
    width: 444px;
    height: 66px;
    content: '';
    background: rgba(66,41,42,0.38);
}
/*.slider-form {
	position:absolute;
	height:60px;
	bottom:0px;
	width:100%;	
	background: rgba(66,41,42,0.35);
    z-index:550;
}*/
.m-text {
	max-width:1200px;
	padding-left:40px;
	padding-right:40px;
	margin:auto;
	margin-bottom:30px;
	margin-top:45px;
}
.small-arhio {
    background: url(/bitrix/templates/new/images/s-arhio.png) no-repeat center right;	
}
.big-arhio {
    background: url(/bitrix/templates/new/images/big-arhio.png) no-repeat center right;	
}
.m-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #555;
    margin-bottom: 13px;
}
.m-text ul {
	padding-left:20px;
	margin-bottom:20px;
}
.m-text li {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #555;
    margin-bottom: 13px;
	margin-bottom:5px;
	list-style:disc;
}
.m-text h1, .m-text h2, .m-cat h2, h2.title-text {
    font-size:27px;
    line-height:33px;
    color: #252525;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: left;
	position:relative;
	letter-spacing:0px;
	font-family: 'PT Serif', sans-serif !important;
}
.m-text h1:after, .m-text h2:after, .m-cat h2:after, h2.title-text:after {
    display:block;
    content: "";
    position: absolute;
    width:25%;
    height:1px;
    background: #252525;
    bottom:-1px;
    left:0px;
}
.m-text h3 {
    font-size:21px;
    line-height:25px;
    color: #333;
    font-weight: 600;
    margin-bottom:20px;
	margin-top:20px;
	position:relative;
}
.m-text h3 a {
    color: #333 !important;
}
.m-text h3 a:hover {
	color:#ba9395 !important;
}
.m-cat {
	max-width:1200px;
	padding-left:40px;
	padding-right:40px;
	margin:auto;
	margin-bottom:15px;
	margin-top:45px;
}
.m-cat .m-cat-center {
	margin-left:-10px;
	margin-right:-10px;
	position:relative;
}
.m-cat .m-cat-icon {
	width:25%;
	float:left;
}
.m-cat-padding {
	margin:10px;
    border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
	height:285px;
	overflow:hidden;
	position:relative;
}
.m-cat .icon {
	overflow:hidden;
	position:relative;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
}
.m-cat .m-cat-icon:hover .icon {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.m-cat .m-cat-icon h3 {
	font-weight:400;
	font-size:18px;
	line-height:22px;
	text-align:left;
	color:#fff;
	position:absolute;
	bottom:20px;
	left:20px;
	margin-right:20px;
	z-index:5;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
    border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
	background:rgba(66,41,42,0.75);
	background:rgba(0,0,0,0.65);
	padding:8px 10px;
	display:inline-block;
    font-family: 'helveticaneuecyr' !important;
	margin-bottom:0px;
	letter-spacing:0px;
}
.m-cat .m-cat-icon a {
    opacity: 0;
    background-color: rgba(0,0,0,.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index:10;
	border:0px none;
}
.fact {
	margin-left:-25px;
	margin-right:-25px;
	margin-top:25px;
}
.fact-item {
	width:33.333333%;
	float:left;
	height:290px;
    display: block;
    vertical-align: top;
    text-align: left;
	padding:25px;
	margin-top:-15px;
}
.fact-counter {
    color: #6f5051;
	color:#c48738;
	color: #fbd34b;
    font: 700 90px/90px PT Serif;
}
.fact-text {
    background: #fff;
    padding: 2px 0;
    position: relative;
    margin-top: -41px;
}
.fact-text h3 {
	margin-top:7px;
	margin-bottom:10px;
}
.fact-text h3 a {
    background: #fff;
    padding: 2px 0;
    position: relative;
    margin-top: -20px;
    color: #42292a !important;
	border-color:#6f5051;
	font-family: 'PT Serif', sans-serif !important;
    font-size:20px !important;
    line-height:32px !important;
	margin-top:5px;
	font-weight:500;
}
.m-objects {
    position: relative;
    overflow: hidden;
	margin-bottom:0px;
	margin-top:0px;
	top:-30px;
}
.m-objects .item a {
	position:relative;
	display:block;
	border:0px none;
}
.m-objects .item img {
	width:100%;
	display:block;
	height:auto;
}
.m-objects .owl-item {
	position:relative;
    /*opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
/*.m-objects .owl-item:hover {
    opacity: 100 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}*/
.m-objects .owl-item:hover a h3 {
    display: block !important;
}
/*.m-objects .owl-item:after {
	background: rgba(0,0,0,0.35);
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
    display: block;
    content: '';
} 
.m-objects .center:after {
    display: none !important;
}*/
.m-objects .center {
    opacity: 100 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}
.m-objects .item a h3 {
	font-weight:400;
	font-size:17px;
	line-height:23px;
	text-align:center;
	text-align:left;
	color:#fff;
	position:absolute;
	bottom:25px;
	left:25px;
	max-width:300px;
	background:rgba(66,41,42,0.75);
	background:rgba(0,0,0,0.65);
	padding:11px 15px;
	z-index:5;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
    border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
    -ms-border-radius:2px;
    display: none;
}
.m-objects .center a h3 {
    display: block !important;
}
.m-form {
    position: relative;
    overflow: hidden;
    background-image: url(/bitrix/templates/new/images/bs2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
	margin-top:60px;
}
.m-form-bg {
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
    display: block;
    content: '';
}
.m-form-center {
	width:840px;
	margin:auto;
	padding-top:75px;
	padding-bottom:75px;
}
.m-form-right {
	float:right;
	width:40%;
}
.m-form-left {
	float:left;
	width:40%;
}
.m-form h3 {
	color:#fbd34b;
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
	font-weight:600;
}
.m-form p {
	color:#fff;
	font-size:21px;
	line-height:25px;
	margin-bottom:20px;
	font-weight:normal;	
}
.m-form .messages {
	font-size:21px;
	line-height:25px;
}
.m-form .input, .m-form textarea {
    position: relative;
    border: 1px solid #fff;
    background: #fff;
    margin: 5px 0;
	font-weight:normal;
	font-size:16px;
	font-family: 'PT Serif', sans-serif;
    padding: 14px 25px;
    width: 320px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.input:focus, textarea:focus {
	box-shadow:0 0 10px #fff;
}
.input.si-error, textarea.si-error {
	color:#cb0707;
	border-color:#cb0707 !important;
	margin:5px;
}
.m-form textarea {
	resize:none;
	overflow:hidden;
	margin:5px;
	width:655px;
	border:2px solid #000;
}
.input.border {
	border:2px solid #000;
	margin:5px;
}
.submit {
	-webkit-appearance:none;
	cursor:pointer;
	border:0;
	position:relative;
	width:320px;
	margin:10px 0;
	font-family: 'PT Serif', sans-serif;
	font-weight:normal;
	color:#010101;
	font-size:16px;
	line-height:20px;
	padding:20px 0;
	background:#fbd34b;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	-o-transition:all 0.2s ease-out 0s;
	transition:all 0.2s ease-out 0s;
}
.submit:hover {
	background:#ffdb61
}
.submit:active {
	background:#e2b51e;
	top:1px;
}
.submit.disabled {
	cursor:default;
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter:gray;
	-webkit-filter:grayscale(100%);
}
.submit.dark {
	color:#fff;
	background:#000;
	border:4px solid #fbd34b;
	outline:10px solid #000;
	margin:25px 0;
}
.submit.dark:hover {
	background:#fbd34b;
	color:#000;
}
.submit.dark:active {
	background:#e2b51e;
	border-color:#e2b51e;
	color:#000;
}
.m-maps {
	position:relative;
	overflow:hidden;
}
/*.m-maps:after {
    position: absolute;
    right:0px;
	left:0px;
    bottom:0;
    height:20px;
    content: '';
	-webkit-box-shadow: inset 0px -10px 10px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px -10px 10px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px -10px 10px 0px rgba(0, 0, 0, 0.05);
    z-index:550;
}
.m-maps:before {
    position: absolute;
    right:0px;
	left:0px;
    top:0;
    height:20px;
    content: '';
	-webkit-box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
    z-index:550;
}*/
.m-maps-contact {
    text-align: left;
    color: #fff;
    position: absolute;
    bottom: 50%;
	width:350px;
    margin-bottom: -105px;
    left: 20%;
    z-index: 550;
	background: rgba(0,0,0,0.65);
	padding:25px 30px;
}
.m-maps-contact h3 {
    font-weight: 600;
    font-size:24px;
    line-height:24px;
	margin-bottom:10px;
    color: #fbd34b;
}
.m-maps-contact p {
    font-weight: normal;
    font-size:15px;
    line-height:23px;
	color:#fff;
}
.content {
	padding-left:40px;
	padding-right:40px;
	max-width:1200px;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 45px;
}
.content h1 {
    font-size: 32px;
    line-height: 36px;
    color: #252525;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    position: relative;
	/*white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;*/
	padding-right:150px;
	letter-spacing:0px;
	font-family: 'PT Serif', sans-serif !important;
}
.content h1 .social {
    display:block;
    position: absolute;
    top:5px;
    right:0px;
	text-align:right;
}
.content h1 .social a {
	text-decoration:none;
	border:0px none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    /*opacity: 0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";*/
}
/*.content h1 .social a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}*/
.content h1:after {
    display:block;
    content: "";
    position: absolute;
    width:20%;
    height:1px;
    background: #42292a;
    bottom:-1px;
    left:0px;
}
.content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #555;
    margin-bottom: 13px;
}
.content ul, .content ol {
	padding-left:20px;
	margin-bottom:20px;
}
.content ul ul {
	margin-top:10px;
}
.content ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    color: #555;
    margin-bottom: 13px;
	margin-bottom:5px;
	list-style:disc;
}
.content ol li {
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
	color:#333;
	margin-bottom:5px;
	list-style:decimal;
}
.content h2, .content h3 {
    font-size:25px;
    line-height:28px;
    color: #333;
    font-weight: 600;
    margin-bottom:25px;
	margin-top:40px;
	position:relative;
	letter-spacing:0px;
	font-family: 'PT Serif', sans-serif;
}
.content .bx_item_description h2 {
    font-size:22px;
    line-height:26px;
}
.content .news-item-info h2, .content .news-item-info h3
{
	margin-top:10px;
}
.content h2.title-text {
    margin-bottom:30px;
}
.content h2 a, .content h3 a {
    color: #333 !important;
	font-family: 'PT Serif', sans-serif;
}
.content h2 a:hover, .content h3 a:hover {
	color:#ba9395 !important;
}
.m-text .tablitca, .content .tablitca {
	border-collapse:collapse;
	margin-bottom:15px;
	margin-top:25px;
}
.m-text .tablitca tbody td, .content .tablitca tbody td, .m-text .tablitca thead td, .content .tablitca thead td {
	padding:11px;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #555;
	border:1px solid #ccc;
	color:#333;
	vertical-align:middle;
	text-align:center;
}
.m-text .tablitca thead td, .content .tablitca thead td {
	background:#f5f5f5;
	font-weight:400;
	text-align:center;
}
.m-text .tablitca tbody tr.td-arhio td, .content .tablitca tbody tr.td-arhio td {
	font-weight:600;
}
.content .small-tablitca tbody td, .content .small-tablitca thead td {
	font-size:12px;
	line-height:16px;
	padding:8px;
}
.content .palitra, .content .document {
	margin-bottom:25px;
}
.content .palitra a, .content .document a {
	display:block;
	border:0px none;	
	text-align: center;
}
.content .palitra a img, .content .document a img {
	display:block;
	width:100%;
	height:auto;
	/*width:auto;
	display:inline;*/
}
.content .document a img {
	border:1px solid #d2d2d2;
}
.content .palitra a span, .content .document a span {
	display:block;
	width:100%;
	padding:10px 5px;
	text-align:center;
	color: #999;
	font-weight:600;
	font-size:13px;
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
}
.content #owl-demo5 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	height:150px;
}
.content #owl-demo5:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.content #owl-demo5 a span {
	display:none !important;
	white-space:nowrap !important;
	font-size:13px !important;
	line-height:16px;
}
.content #owl-demo5:hover a span {
	display:block !important;
}
/*.catalog-bg {
    background: url(/upload/vidy-izdelii-arhio.jpg) no-repeat right top;	
}*/
.menu-left {
	float:left;
	width:25%;
}
.catalog-right {
	float:right;
	width:70%;
}
.catalog-flip {
	margin-top:65px;
	margin-bottom:35px;
}
.catalog-flip .catalog-flip-link {
	padding-top:5px;
	font-size:14px;
	line-height:18px;
	color:#666;
}
.catalog-flip .catalog-flip-link a {
	font-weight:400;
	font-size:15px;
	line-height:20px;
	position:relative;
}
.catalog-flip .catalog-flip-link span {
	margin-top:5px;
	margin-bottom:8px;
	display:block;
}
.catalog-flip .catalog-flip-image {
	border:0px none;
	margin-right:25px;
	margin-bottom:10px;
	float:left;
}
.catalog-flip .catalog-flip-image img {
	display:block;
	box-shadow: -1px 2px 3px 0px rgba(1,1,1,.22);
}
.our-products {
	margin-left:-20px;
	position:relative;
}
.our-products a.our-products-item {
	width:20%;
	float:right;
	display:block;
	text-decoration:none !important;
	border:0px none;
	padding-right:15px;
	padding-left:60px;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	color:#111;
	height:30px;
}
.our-products a:last-child {
	padding-right:0px;
}
.our-products a.ideastone {
    background: url(/bitrix/templates/new/images/iis.png) no-repeat 20px center;	
}
.our-products a.klinkershop {
    background: url(/bitrix/templates/new/images/iks.png) no-repeat 20px center;	
}
.our-products a.vsestupeni {
    background: url(/bitrix/templates/new/images/ivs.png) no-repeat 20px center;	
}
.our-products a.idealfasad {
    background: url(/bitrix/templates/new/images/iif.png) no-repeat 20px center;	
}
.our-products a.italgranitigroup {
    background: url(/bitrix/templates/new/images/iig.png) no-repeat 20px center;	
}
.our-products a.our-products-item:hover {
	color:#ba9395;
}
footer {
	position:relative;
	width:1200px;
	margin:auto;
	padding-left:40px;
	padding-right:40px;
	padding-top:35px;
	/*margin-top:45px;*/
	padding-bottom:35px;
	/*border-top:1px solid #d2d2d2;*/
}
.main_tabs_div .tabs {
    border-bottom: 1px solid #d9e1e3;
    text-align: left;
    padding: 0;
    vertical-align: bottom;
    margin: 16px 0;
}
.main_tabs_div .tabs li {
    vertical-align: bottom;
    border: 1px solid #d9e1e3;
    border-bottom: 0;
    display: inline-block;
    border-radius: 3px 3px 0 0;
    background: #f7f7f7;
    box-shadow: inset 0 -10px 5px -10px rgba(0,0,0,.05);
	margin-bottom:0px !important;
}
.main_tabs_div .tabs li span {
    display: block;
    cursor: pointer;
    line-height: 48px;
    height: 48px;
    color: #999;
    text-decoration: none;
    font-size: 18px;
    padding: 0 20px;
    box-shadow: none;
}
.main_tabs_div .tabs li.active span {
    background: #fff;
    line-height: 48px;
    height: 50px;
    color: #3f3f3f;
    position: relative;
    bottom: -2px;
}
.content-right .main_tabs_div ul, .content-right .main_tabs_div ul li {
	padding:0px;
	margin:0px;
}
.tabs_divs .tab_div {
	display:none;
	padding-bottom:45px;
}
.tabs_divs .active {
    display: block;
}
.shops-list {
	clear:both;
}
.shops-item {
    position: relative;
    overflow: hidden;
    min-height: 69px;
    padding: 25px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #383838;
}
.shops-list .shops-item:last-child {
    border-bottom: 0px none;
}
.shops-item-block {
	width:22%;
	margin-right:2%;
	float:left;
    line-height: 24px;
	font-size: 16px; 
}
.shops-item-block small {
	font-size:13px;
	line-height:15px !important;
	color:#999;
	display:block;
	margin-top:5px;
}
.shops-item-name {
	width:73%;
	padding-left:20px;
}
.shops-item-block span {
    color: #ccc;
}
.shops-item-name a {
	border-bottom: 1px solid #333;
}
.shops-item-name a:hover {
	border-bottom: 1px solid #fff;
}
.shops-item-name b {
	display:block;
	margin-bottom:5px;	
	font-weight: 700;
}
.shops-item-images {
	width:12%;	
	margin-right:6%;
	border:1px solid #f5f5f5;
	display:none;
}
.shops-item-images img {
	width: 100%;
    display: block;
    height: auto;
    border: 3px solid #f5f5f5;
}
.shops-item-rezhim, .shops-item-phone {
	text-align:right;
	margin-right:0%;
	margin-left:2%;
}
.shops-item-phone {
	padding-right:20px;
}
.shops-item-block a {
	text-decoration:none;
}
.show-city {
    float: right;
    color: #ccc !important;
    font-size: 14px !important;
    margin-right: 25px;
    margin-bottom: 10px;
}
.show-city a {
    text-decoration: none;
}
.studio {
	padding:4px 80px 0px 3px ;
    margin-top:5px;
    color: #ccc;
	font-weight:300;
	float: right;
}
.studio p {
	color: #ccc; 
    font-size:15px;
    line-height: 18px;
}
.studio p a {
	font-size: 14px;
	color: #ccc !important;
	display: block;
	text-decoration: none;
	border: 0px none;
}
.news-date-time {
    display: block;
    color: #ccc;
    font-size: 14px;
    line-height: 14px;
    
}
.stati-list {
	word-wrap: break-word;
    margin-left: -25px;
    margin-right: -25px;
	margin-bottom:50px;
}
.stati-item {
    width: 50%;
    float: left;
    /*height: 290px;*/
    display: block;
    vertical-align: top;
    text-align: left;
    padding: 10px 25px 10px;
}
/*.stati-item-text {
    background: #fff;
    padding: 2px 0;
    position: relative;
    margin-top: -21px;	
}*/
.content .stati-item h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.stati-item h3 a {
    background: #fff;
    padding: 2px 0;
    position: relative;
    margin-top: -20px;
    color: #42292a;
    border-color: #6f5051;
    font-size: 18px;
    line-height: 28px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'helveticaneuecyr';
}
.stati-item .stati-date-time {
	color:#999;
	display:block;
    color: #6f5051;
    color: #c48738;
    color: #fbd34b;
    font: 700 18px/18px Minion;
    display: none;
}

.arcticmodal-overlay, .arcticmodal-container {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none;
}
.arcticmodal-show {
	display: block !important;
}
.arcticmodal-overlay {
    background-color: rgb(0,0,0) !important;
    opacity: .6!important;
}
.arcticmodal-container {
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
}
.arcticmodal-container_i {
    height: 100%;
    margin: 0 auto;
}
.arcticmodal-container_i2 {
    padding: 24px;
    margin: 0;
    border: 0;
    vertical-align: middle;
}
.box-modal {
    position: relative;
    width: auto;
    padding: 0;
    margin-top: 15px;
}
.box-modal_close {
    cursor: pointer;
    z-index: 999;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/bitrix/templates/new/images/cross-white.png);
    position: absolute;
    top: -50px;
    right: -50px;
    opacity: 0.5;
}
.box-modal_close:hover {
    opacity: 0.9;
}
.white-form {
    display: block;
    padding: 64px 100px;
    margin: 0 auto;
    text-align: center;
    width: 600px;
    position: relative;
    background: #fff;
}
.box-modal .white-form {
    padding-top: 70px;
    -webkit-box-shadow: 0px 21px 86px 0px rgba(34, 33, 40, .15);
    -moz-box-shadow: 0px 21px 86px 0px rgba(34, 33, 40, .15);
    box-shadow: 0px 21px 86px 0px rgba(34, 33, 40, .15);
    border-radius: 11px;
}
.white-form .z-row {
    display: block;
    padding: 0 0 6px;
    margin: 0;
    position: relative;
    text-align: left;
}
.white-form.center-zag .z-row {
    padding-bottom: 5px;
    text-align: center;
}
.white-form .zag {
    font-size: 32px;
    line-height: 32px;
    color: #252525;
    font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    letter-spacing: 0px;
    font-family: 'PT Serif', sans-serif !important;
}
.white-form.center-zag .zag {
    display: block;
    text-align: center;
    width: auto;
}
.white-form .subzag {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 19px;
    color: #535252;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    width: 136px;
}
.white-form.center-zag .subzag {
    display: block;
    margin: 10px 0 5px;
    text-align: center;
    position: relative;
    top: 0;
    right: 0;
    width: auto;
}
.white-form .note {
    display: block;
    padding: 0;
    margin: 18px 0 0;
    font-size: 13px;
    line-height: 17px;
    color: #b2b2b2;
    position: relative;
}
.white-form .note a {
    color: inherit;
    text-decoration: none !important;
    border-bottom: 0px none;
}
.ttle-inps {
	position: relative;
}
.white-form .ttle {
    font-family: 'helveticaneuecyr';
    color: #888;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: 300;
    margin-top: 14px;
    position: absolute;
    left: 0px;
    bottom: 24px;
}
.white-form .inps input {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 42px;
    border: none;
    border-bottom: 1px solid #c6c6c6;
    font-family: 'helveticaneuecyr';
    color: #292929;
    font-size: 15px;
    line-height: 15px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0;
    outline: none;
    position: relative;
    z-index: 1;
    text-align: right;
    font-weight: 400;
    background: 0 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    padding-left: 100px;
}
.button-yellow {
    display: block;
    vertical-align: top;
    margin: 0 auto;
    margin-top: 0;
    position: relative;
    padding: 0;
    width: 300px;
    height: 56px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: 'helveticaneuecyr';
    color: #1f1d14;
    background: #edcd36;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
}
.button-yellow.shadow {
    -webkit-box-shadow: 0px 15px 50px rgba(188, 188, 188, .4);
    -moz-box-shadow: 0px 15px 50px rgba(188, 188, 188, .4);
    box-shadow: 0px 15px 50px rgba(188, 188, 188, .4);
}
.white-form .submit-button {
    margin-top: 30px;
    width: 100%;
}
@media screen and (min-width: 767px) {
.hide-md {
        display: none;
    }
}

.begunok {
    width:65%; float:right; margin:10px 0px 20px 45px;
}

.about-img {
    float:right; margin-left:35px; margin-bottom:10px; width:256px; height:256px;
}

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

    .hide-xs {
        display: none;
    }
    .m-cat .m-cat-icon {
        width: 100%;
    }
     .main {
        min-width: auto; 
        width: 100%;
    }

        .logo {
        float: none;
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .phone {
        float: none;
        width: 100%;
        font-weight: normal;
        text-align: center;
        color: #999;
        width: 270px;
        font-size: 14px;
        color: #666;
        font-weight: 300;
        margin: auto;
        margin-bottom: 20px;
    }

    .top-menu {
        display: none;
    }

    .title-header {
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
        padding: 0px;
        margin-left: 0px; 
        margin-top: 10px;
        width: 300px;
        float: none;
        color: #777;
        border-left: none;
        font-weight: 300;
        text-align: center;
    }

    .fact-item {
        width: 100%;
    }

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


    .bx_catalog_item  {
        min-height: 180px !important;
    }

    .bx_catalog_list_home .bx_catalog_item_title {
        overflow: hidden;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
        text-overflow: unset !important; 
        white-space: pre-wrap;
    }
    div.modern-page-navigation {
            text-align: center;
    }

    footer .phone, footer .logo, footer .studio {
        display: none;
    }
    footer {
        width: 100%;
        border-top: 1px solid #cfcfcf;
    }
    footer .title-header {
        padding: 0px;
        margin: auto;
    }
    #CalltouchWidgetFrame {
        right: auto !important;
    }

    .stati-item {
        width: 100%;
    }
    table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

th, td {
  text-align: left;
  padding: 8px;
}
.table-block {
  overflow-x:auto; 
}


.box-modal .white-form {
    width: 100%;
}

.news-item-info {
    width: 100%;
    padding: 0px;
    padding-top: 10px;
}

.news-list .news-item-image {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.begunok {
    width:100%; float:right; margin:10px 0px 20px 45px;
}

.about-img {
    float:right; margin-left:35px; margin-bottom:10px; width:100%; height:auto;
}

.shops-item-name {
    width: 100%;
    padding-left: 20px;
}
.shops-item-block {
    width: 100%;
    margin-right: 2%;
    float: left;
    line-height: 24px;
    font-size: 16px;
}
.shops-item-rezhim, .shops-item-phone {
    text-align: left;
    margin-right: 0%;
    margin-left: 0; 
    padding-left: 20px;
}

.content h1 {
    padding-right: 0px;
}

.description-top .description-top-img {
    float: none;
}

.white-form {
    display: block;
    padding: 64px 50px;
    margin: 0 auto;
    text-align: center;
    width: 600px;
    position: relative;
    background: #fff;
}

.box-modal_close {
    cursor: pointer;
    z-index: 999;
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/bitrix/templates/new/images/cross-white.png);
    position: absolute;
    top: -29px;
    right: -17px;
    opacity: 0.5;
}
.bx_item_slider_lupe {
    display: none !important;
}

.do-posle-right {
    width: 100%;
    float: right;
    margin-bottom: 35px;
}

.do-posle-left {
    width: 100%;
}
.sticky {
     position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, #645050 0%, #42292a 100%);
    z-index: 99;
}
.phone-sticky{
position: absolute;
    top: 15px;
    font-size: 24px;
    color: white;
    right: 23px;
}
.phone-sticky:hover {
    color: white;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
header {
    display: none;
}
.content {
    margin-top: 75px;
}
.m-objects {
    top: 20px;
}
#owl-demo2 .item {
    width: 100vw;
}
#owl-demo2 {
    margin-top: 40px;
}

}

#mobile-navbar {
    height: 60px;
}
.burger {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}
.logo-new {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
        margin-top: -4px;
}

.logo-new a {
text-decoration: none;
color: white;
border: none;
}

.phone-icon  {
    width: 15%;
     display: inline-block;
    vertical-align: middle;
    color: white;
     margin-top: -6px;
}

.phone-icon a {
    color: white;
    text-decoration: none;
    border: none;

}
.phone-icon i {
    font-size: 25px;
}
.fluid{max-width: 100%; height:auto;}

.header_icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.header_icons img{
    height: 40px;
}
.header_icons a{
    text-decoration: none;
    border: 0;
}

body #owl-demo6.owl-carousel.owl-loaded{
    /*max-height: 500px;*/
}
/* End */
/* /bitrix/templates/new/css/owl.carousel.css?17587993974638 */
/* /bitrix/templates/new/css/owl.theme.css?17587993972980 */
/* /bitrix/templates/new/css/owl.transitions.css?17587993976242 */
/* /bitrix/templates/new/css/touchTouch.css?17587993972902 */
/* /bitrix/templates/new/css/animate.css?175879939772259 */
/* /bitrix/templates/new/css/twentytwenty.css?17587993974972 */
/* /bitrix/templates/new/css/media.css?1758799397258 */
/* /bitrix/templates/new/components/bitrix/menu/horizontal/style.css?17587993975999 */
/* /bitrix/templates/new/components/bitrix/menu/mobile/style.css?17587993971455 */
/* /bitrix/templates/new/components/bitrix/breadcrumb/breadcrumb/style.css?1758799397591 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175879936851 */
/* /bitrix/templates/new/styles.css?17587993971588 */
/* /bitrix/templates/new/template_styles.css?175880688940898 */
