

/* Start:/local/templates/.default/style/common.css?16196160551820*/
/*Yahoo!3.2.0b2676*/
html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}caption{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
/* End */


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

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

.fancybox-skin {
	position: relative;
	border-radius: 5px;
	background: none;
}

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

.fancybox-opened .fancybox-skin {
	
}

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

.fancybox-inner {
	overflow: hidden;
}

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

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

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

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

#fancybox-loading, , .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/.default/fancybox/fancybox_sprite.png');
	border: 0;
}

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

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

.fancybox-close {
	background: url(/local/templates/.default/fancybox/../img/ico_close.png) no-repeat center center;
	border: 0;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 5px;
	right: -30px;
	cursor: pointer;
	z-index: 8040;
}


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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 49px;
	height: 49px;
	margin-top: -25px;
	cursor: pointer;
	z-index: 8040;
	background: url(/local/templates/.default/fancybox/../img/arrow_reviews.png) no-repeat;
}

.fancybox-prev span {
	left: -60px;
	background-position: 0 0;
}
.fancybox-prev span:hover{
	background-position: 0 -49px;
	}

.fancybox-next span {
	right: -60px;
	background-position: -49px 0;
}
.fancybox-next span:hover{
	background-position: -49px -49px;
	}
.fancybox-nav:hover span {
	visibility: visible;
}

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

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.88);
	}

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

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

/* Title helper */

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

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

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	left: 3px;
	margin-bottom: -45px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	/* margin-right: -100%; */
	padding: 0 20px 0 33px;
	background: url(/local/templates/.default/fancybox/../img/ico_link.png) no-repeat 10px center #fff;
	border: 1px solid #40c0fa;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	
	color: #00b4ff;
	font-weight: 300;
	line-height: 28px;
	white-space: nowrap;
	font-size: 14px;
	height: 28px;
}

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

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

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

/* End */


/* Start:/local/templates/.default/style/slick.css?16196160553058*/
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url('/local/templates/.default/style/ajax-loader.gif') center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
/* .slick-slide img { display: block; } */
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
/* .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } */

/* Icons */

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }



.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
/* .slick-slider { margin-bottom: 30px; } */

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }

/* End */


/* Start:/local/templates/.default/style/animate.css?161961605568760*/
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 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;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

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

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

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

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

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

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

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

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

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

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

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

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

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

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

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

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

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

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

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

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

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

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

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

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

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

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

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

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

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

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

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

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

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

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

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

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

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

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

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

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

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

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* End */


/* Start:/local/templates/.default/style/style.css?161961605538427*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,700,700italic,800&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Exo+2:400,700,300,400italic,500,600,500italic,600italic,700italic,800&subset=latin,cyrillic);
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	}
body{
	font-family: 'Exo 2', Arial, sans-serif;
	font-size: 13px;
	color: #212121;
	line-height: 20px;
	}
p{
	margin-bottom: 16px;
	}
#tov .block_popup_container{
	min-width: auto;
}
a{
	color: #0e9ed3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
	}
#main{
	position: relative;
	min-height: 100%;
	width: 100%;
	}
.center{
	width: 980px;
	margin: 0 auto;
	}
.main_block{
	margin: 0 0 70px 0;
	}
.header_top_line{
	background: #333;
	height: 54px;
	overflow: hidden;
	}
.header_top_line a{
	color: #ccc;
	text-decoration: none;
	font-weight: 400;
	}
.header_top_line .center,
.h_top_line_left,
.h_top_line_right{
	height: 100%
}
.h_top_line_left{
	float: left;
	}
.h_top_line_left a{
	margin-right: 16px;
	}
.h_top_line_right{
	float: right;
	width: 28%;
	}
.h_top_line_right a{
	margin-left: 16px;
	}

.link_phone{
	padding-left: 18px;
	display: block;
	position: relative;
}
.link_phone:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 11px;
	height: 10px;
	background: url(/local/templates/.default/style/../img/icon_tel.png) no-repeat;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	}
.link_email:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 13px;
	height: 10px;
	background: url(/local/templates/.default/style/../img/icon_mail.png) no-repeat;
	}
.header_links{
	/*padding-top: 15px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	}
.bl_header_search{
	/*padding-top: 15px;*/
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: nowrap;
	height: 100%;
	width: 100%;
	float: right;
	}

.bl_header_search a{
	width: auto;
	background: #0e9ed3;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	/*transition: color .5s ease;*/
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/*border-right: 1px solid #ccc;*/
}
	.bl_header_search a:first-child{
		/*border-left: 1px solid #ccc;*/
	}

	.bl_header_search a:hover{
		/*color: #0369af;*/
	}
.bl_search{
	height: 32px;
	border: 1px solid #555;
	border-radius: 3px;
	background: #444;
	width: 200px;
	position: relative;
	}
.bl_search input[type="text"]{
	background: none;
	height: 32px;
	border: 0;
	outline: none;
	color: #fff;
	padding: 0 5px;
	width: 158px;
	}
.bl_search input[type="submit"]{
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	outline: none;
	background: url(/local/templates/.default/style/../img/icon_search.png) no-repeat center center;
	cursor: pointer;
	}
.header_content{
	background: #fff;
	padding: 28px 0;
	}
.logo{
	float: left;
	}
/* .logo img{
	width: auto;
	height: 80px;
	} */
.main_menu{
	float: right;
	text-align: right;
	padding-top: 40px;
	}
.main_menu > ul > li{
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	}
.main_menu > ul > li > a{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	color: #212121;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	}
.main_menu a:hover{
	color: #0e9ed3;
	}
.main_page_slider, .slider_item_slide .center, .slider_item_slide{
	height: 700px;
	}
.main_page_slider{
	background: #000;
	}
.slider_item_slide_pic{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.6;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	}
.slider_item_slide .center{
	position: relative;
	z-index: 2;
	}
.slider_item_slide_text{
	position: absolute;
	left: 0;
	bottom: 260px;
	color: #fff;
	font-size: 26px;
	line-height: 34px;
	font-weight: 400;
	opacity: 1;
	}
.slider_text_header:before{
	content: '';
	display: block;
	width: 66px;
	height: 4px;
	background: #0e9ed3;
	margin: 0 0 20px 0;
	z-index: 2;
	}
.slider_text_header{
	display: block;
	font-size: 54px;
	font-weight: 800;
	line-height: 70px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	}
.main_page_slider_slick .slick-prev{
	width: 44px;
	height: 44px;
	left: 0px;
	top: 50%;
	margin-top: -22px;
	background: url(/local/templates/.default/style/../img/slider_arrow_left.png) no-repeat;
	}
.main_page_slider_slick .slick-next{
	width: 44px;
	height: 44px;
	right: 0px;
	top: 50%;
	margin-top: -22px;
	background: url(/local/templates/.default/style/../img/slider_arrow_right.png) no-repeat;
	}
.main_page_services{
	background: #1b2936;
	padding: 0 0 70px 0;
	margin: 0 0 70px 0;
	}
.m_service_items{
	position: relative;
	font-size: 0;
	margin-bottom: 50px;
	text-align: center;
	}
.m_service_item{
	background: #fff;
	display: inline-block;
	vertical-align: top;
	/*width: 316px;*/
	font-size: 13px;
	text-decoration: none;
	position: relative;
	padding-top: 15px;
	color: #212121;
	}

	.main_page .m_service_item:nth-last-child(2):first-child ~ .m_service_item,
	.main_page .m_service_item:nth-last-child(2):first-child{
		width: 48%;
	}

	.main_page .m_service_item:nth-last-child(2):first-child ~ .m_service_item .m_service_item_image,
	.main_page .m_service_item:nth-last-child(2):first-child .m_service_item_image{
		top: -216px;
	}

	.main_page .m_service_item:nth-last-child(3):first-child ~ .m_service_item,
	.main_page .m_service_item:nth-last-child(3):first-child{
		width: 316px;
	}

.m_service_item_btn{
	position: absolute;
	left: 0;
	bottom: 0px;
	right: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.m_service_item:hover .m_service_item_btn{
	opacity: 1;
	bottom: 30px;
	}
.m_service_item_btn span{
	display: inline-block;
	vertical-align: top;
	background: #0e9ed3;
	color: #fff;
	height: 30px;
    line-height: 30px;
	padding: 0 16px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	}
.m_service_item_image{
	height: 210px;
	position: absolute;
	overflow: hidden;
	top: -210px;
	}
.m_service_item_image img{
	max-width: 100%;
	transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    opacity: 1;
	}
.m_service_item:hover .m_service_item_image img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    opacity: 1;
}
.main_page_services .m_service_item:nth-child(3n+2){
	margin: 0 15px;
	}
.m_service_item_name{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	padding: 0 15px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.m_service_item:hover .m_service_item_name{
	color: #0e9ed3;
	}
.m_service_item_name:before{
	content: '';
	display: block;
	width: 33px;
	height: 3px;
	background: #0e9ed3;
	margin-bottom: 15px;
	}
.m_service_item_description{
	padding: 15px 15px 40px 15px;
	line-height: 20px;
	}
.bl_btn_more{
	text-align: center;
	}
.link_btn{
	display: inline-block;
	vertical-align: top;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	border-radius: 5px;
	padding: 0 40px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	text-decoration: none;
	border: 2px solid #0e9ed3;
	}
.link_btn:hover{
	background: #0e9ed3;
	color: #fff;
	}
.common_block_header{
	position: relative;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 700;
	}
.common_block_header:before{
	content: '';
    display: block;
    width: 33px;
    height: 3px;
    background: #0e9ed3;
    margin-bottom: 12px;
	}
.block_company_col_big{
	display: inline-block;
	vertical-align: top;
	width: 600px;
	margin-right: 40px;
	font-size: 13px;
	}
.block_company_container--news_empty .block_company_col_big{
	width: auto;
	display: block;
	margin-right: 0;
	}
.block_company_col_small{
	display: inline-block;
	vertical-align: top;
	width: 340px;
	font-size: 13px;
	}
.block_project_container, .block_company_container{
	font-size: 0;
	}
.bl_projects_item{
	display: inline-block;
	vertical-align: top;
	width: 480px;
	font-size: 13px;
	margin: 0 10px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	}
.bl_projects_item+.bl_projects_item{
	margin: 0 0 0 20px;
	/**Здесь был Данил*/
	}
.bl_projects_row+.bl_projects_row{
	margin-top: 30px;
	}
.bl_projects_item_name{
	margin-bottom: 10px;
	}
.bl_projects_item_name a{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	color: #212121;
	text-decoration: none;
	}
.bl_projects_item_name a:hover{
	color: #0e9ed3;
	}
.bl_projects_item_descr_category a{
	color: #929292;
	text-decoration: none;
	border-bottom: 1px solid #929292;
	}
.bl_projects_item_descr_category a:hover{
	border-color: transparent;
	}
.bl_projects_item_descr_category{
	margin-bottom: 10px;
	font-style: italic;
	}
.bl_projects_item_pic img{
	max-width: 100%;
	}
.bl_projects_item_pic a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(/local/templates/.default/style/../img/arrow_right.png) no-repeat 50% 60% rgba(0, 109, 183, 0.5);
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.bl_projects_item_pic a:hover:before{
	background-position: 50% 50%;
	opacity: 1;
	}
.bl_projects_item_pic{
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
	line-height: 0;
	}
.item_bl_news_pic{
	width: 120px;
	float: left;
	}
.item_bl_news_pic img{
	max-width: 100%;
	}
.item_bl_news_info{
	margin-left: 135px;
	}
.item_bl_news{
	margin: 0 0 15px 0;
	}
.item_bl_news_date{
	font-style: italic;
	color: #929292;
	margin-bottom: 6px;
	}
.item_bl_news_date:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
	background: url(/local/templates/.default/style/../img/calendar-icons.png) no-repeat;
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	margin-right: 6px;
	}
.item_bl_news_name{
	line-height: 18px;
	}
.item_bl_news_name a{
	text-decoration: none;
	}
.block_logo_item{
	text-align: center;
	width: 180px;
	}
.block_logo_item img{
	max-width: 90%;
	}
.block_logos{
	margin-bottom: 0;
	background: #f6f6f6;
	padding: 50px 0;
	}
#content{
	padding-bottom: 300px;
	}
footer{
	height: 300px;
	color: #fff;
	background: #1b2936;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	}
footer .center{
	height: 300px;
	position: relative;
	overflow: hidden;
	}
.footer_bottom_block{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 60px;
	border-top: 1px solid #384653;
	}
.f_bottom_left{
	float: left;
	}
.footer_copyright{
	color: #ccc;
	font-size: 12px;
	padding-top: 20px;
	}
.f_bottom_right{
	float: right;
	}
.footer_dev{
	padding-top: 14px;
	}
.footer_dev a{
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	}
.footer_dev img{
	vertical-align: middle;
	margin-left: 6px;
	}
.footer_container{
	font-size: 0;
	padding-top: 30px;
	}
.f_common_block_header{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	}
.f_contacts_tel a, .f_contacts_email a{
	color: #ccc;
	text-decoration: none;
	}
.f_contacts_addr, .f_contacts_tel, .f_contacts_email{
	margin-bottom: 5px;
	color: #ccc;
	}
.f_block_social{
	padding-top: 18px;
	}
.f_block_social a{
	text-decoration: none;
	margin-right: 10px;
	}
.f_block_social img{
	width: 32px;
	}
.block_popular_products{
	background: #1b2936;
    padding: 70px 0;
	color: #fff;
	}
.f_block_links ul{
	display: inline-block;
	vertical-align: top;
	margin-right: 50px;
	}
.f_block_links li{
	list-style: none;
	}
.f_block_links li+li{
	margin-top: 10px;
	}
.f_block_links li a{
	color: #ccc;
	text-decoration: none;
	text-transform: lowercase;
	}
.f_block_links li a:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 7px;
	height: 10px;
	background: url(/local/templates/.default/style/../img/arrow.png) no-repeat;
	margin-top: -2px;
	}
footer a:hover{
	color: #fff;
	}
.item_block_product{
	background: #fff;
	width: 230px;
	padding: 0 0 15px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	}
.item_block_product_image{
	text-align: center;
	margin: 0 0 10px 0;
	height: 160px;
	position: relative;
	overflow: hidden;
	}
.item_block_product_image img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	}
.item_block_product_category{
	font-style: italic;
	color: #929292;
	margin: 0 0 10px 0;
	font-size: 12px;
	padding: 0 15px;
	}
.item_block_product_category a{
	color: #929292;
    text-decoration: none;
    border-bottom: 1px solid #929292;
	}
.item_block_product_category a:hover{
	border-color: transparent;
	}
.item_block_product_name{
	font-size: 14px;
	padding: 0 15px;
	}
.item_block_product_name a{
	text-decoration: none;
	}
.item_block_product_price{
	color: #212121;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 0 15px;
	padding-top: 10px;
	text-align: center;
	}
.block_logos .center{
	position: relative;
	}
.block_popular_products .slick-prev{
	width: 13px;
	height: 24px;
	background: url(/local/templates/.default/style/../img/carosel_arrows_blue.png) no-repeat 0 0;
	left: auto;
	right: 40px;
	top: -50px;
	position: absolute;
	display: block;
	z-index: 99;
	}
.block_popular_products .slick-next{
	position: absolute;
	display: block;
	width: 13px;
	height: 24px;
	right: 10px;
	top: -50px;
	background: url(/local/templates/.default/style/../img/carosel_arrows_blue.png) no-repeat 0 -24px;
	z-index: 99;
	}
.btn_read_more{
	display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 11px;
    color: #0e9ed3;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
	border: 2px solid #0e9ed3;
	position: relative;
	top: 10px;
	}
.btn_read_more:hover{
	background: #0e9ed3;
	color: #fff;
	}
.main_menu > ul > li:hover .second_submenu{
	display: block;
	}
.second_submenu{
	position: absolute;
	background: #fff;
	z-index: 99;
	text-align: left;
	padding: 10px 20px 10px 20px;
	margin-left: -20px;
	border: 1px solid #eee;
	display: none;
	}
.second_submenu > li > a{
	display: block;
	color: #212121;
	text-decoration: none;
	padding: 15px 50px 15px 0;
	border-bottom: 1px dotted #ccc;
	}
.second_submenu > li:last-child > a{
	border: 0;
	}
.block_projects_v2 .bl_projects_item{
	padding-top: 100px;
	text-align: center;
	}
.block_projects_v2 .bl_projects_item_pic{
	width: 200px;
	height: 134px;
	margin: 0 auto 15px auto;
	position: relative;
	overflow: visible;
	}
.block_projects_v2 .bl_projects_item_pic:before{
	content: '';
	display: block;
	position: absolute;

	width: 196px;
	height: 130px;
	border: 5px solid rgba(14, 158, 211, 0.42);
	right: -25px;
	top: -15px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.block_projects_v2 .bl_projects_item_pic img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	z-index: 2;
	}
.block_projects_v2 .bl_projects_item:hover .bl_projects_item_pic:before{
	right: -50px;
	top: -33px;
	}
.block_projects_v2 .bl_projects_item_pic a:before{
	display: none!important;
	}
.block_benefits{
	background: #1b2936;
    color: #fff;
	position: relative;
	}
.block_benefits_left{
	padding: 70px 0;
	width: 50%;
	}
.block_benefits_right{
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	}
.block_benefits_container{
	width: 490px;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 30px;
	}
.item_block_benefit i{
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	position: relative;
	}
.item_block_benefit i img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 95%;
	max-height: 95%;
	}
.item_block_benefit span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
	}
.item_block_benefit+.item_block_benefit{
	margin-top: 20px;
	}
.item_block_benefits{
	padding-top: 20px;
	}
.slick-dots li button{
	width: 12px;
	height: 12px;
	background: #fff;
	font-size: 0;
	border-radius: 50%;
	border: 2px solid #ccc;
	}
.slick-dots li button:before{
	display: none;
	}
.slick-dots li.slick-active button{
	background: #0e9ed3;
	}
.contacts_block_map{
	height: 400px;
	position: relative;
	overflow: hidden;
	}
.bl_navigation{
	margin: 0 0 15px 0;
	}
.bl_navigation li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #ADACAC;
	margin-right: 4px;
	}
.bl_navigation li:after{
	content: '>';
	vertical-align: top;
	margin-left: 6px;
	}
.bl_navigation li a{
	color: #ADACAC;
	}
h1{
	font-size: 32px;
	line-height: 34px;
	font-weight: 600;
	margin: 0 0 24px 0;
	}
.contacts_block_item_icon img{
	width: 32px;
	height: 32px;
	}
.contacts_block_item_icon{
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	}
.contacts_block_item_cont{
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	font-size: 14px;
	}
.contacts_block_item{
	margin: 0 0 30px 0;
	}
.p_contacts_left_info{
	display: inline-block;
	vertical-align: top;
	width: 460px;
	margin-right: 50px;
	}
.p_contacts_right_form{
	display: inline-block;
	vertical-align: top;
	width: 460px;
	}
.p_contacts_right_form_cont{
	background: #1b2936;
	padding: 40px;
	}
.block_form_row{
	margin: 0 0 16px 0;
	}
.block_form_row_header{
	font-weight: 400;
    font-size: 13px;
    color: #fff;
	margin: 0 0 5px 0;
	}
.block_form_row input{
	height: 30px;
	border: 0;
	background: #f6f6f6;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	outline: none;
	}
.block_form_row textarea{
	height: 90px;
	border: 0;
	background: #f6f6f6;
	width: 100%;
	padding: 5px;
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	outline: none;
	}
.block_form_row input:focus, .block_form_row textarea:focus{
	background: #fff;
	}
.block_form_btn_send{
	padding-top: 10px;
	text-align: right;
	}
.block_form_btn_send input{
	display: inline-block;
    vertical-align: top;
    background: #0e9ed3;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
	border: 0;
	cursor: pointer;
	}
.contacts_social_block{
	padding-top: 20px;
	}
.contacts_social_block a{
	text-decoration: none;
	margin-right: 7px;
	}
.contacts_social_block img{
	width: 32px;
	height: 32px;
	}
.inner_page_container{
	padding-bottom: 70px;
	}
.inner_left_col_small{
	float: left;
	width: 300px;
	}
.inner_right_col_big{
	float: right;
	width: 640px;
	}
.left_col_links{
	margin-bottom: 30px;
	}
.left_col_links li{
	list-style: none;
	}
.left_col_links > ul > li > a{
	display: block;
    color: #212121;
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    border-bottom: 1px dotted #ccc;
    position: relative;
	}
.left_col_links > ul > li > a:after{
	content: '';
	display:block;
    width: 7px;
    height: 10px;
    background: url(/local/templates/.default/style/../img/arrow.png) no-repeat;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	margin: auto 0;
	}
.left_col_links > ul > li.active > a:after{
	background: url(/local/templates/.default/style/../img/arrow_white.png) no-repeat;
	}
.left_col_links > ul > li > a:hover, .left_col_links > ul > li.active > a{
	background: #0e9ed3;
	color: #fff;
	border-color: transparent;
	}
.left_col_links > ul > li:hover > a:after{
	background: url(/local/templates/.default/style/../img/arrow_white.png) no-repeat;
	}
.left_col_links > ul ul{
	padding: 10px;
	background: #f5f6f7;
	}
.left_col_links > ul ul a{
	display: block;
    color: #212121;
    text-decoration: none;
    padding: 3px 5px 3px 10px;
    position: relative;
	font-size: 12px;
	}
.left_col_links > ul ul li.active a{
	color: #0e9ed3;
	}
.btn_download a{
	display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 11px;
    color: #0e9ed3;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
    border: 2px solid #0e9ed3;
    position: relative;
	}
.left_col_btns > div{
	margin-bottom: 30px;
	text-align: center;
	}
.btn_feedback a{
	display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 30px;
    font-weight: 600;
    font-size: 11px;
    color: #0e9ed3;
    text-transform: uppercase;
    background: #fff;
    text-decoration: none;
    border: 2px solid #0e9ed3;
    position: relative;
	}
.btn_feedback a:hover, .btn_download a:hover {
    background: #0e9ed3;
    color: #fff;
	}
body:not(.main_page) .bl_projects_item{
	width: 310px;
	}
body:not(.main_page) .bl_projects_item:nth-child(3n + 1){
	margin-right: 0px;
}
.bl_projects_row{
	font-size: 0;
	}
.bl_pagination{
	margin: 30px 0;
	}
.bl_pagination li{
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	}
.bl_pagination li a{
	display: block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
	border: 1px solid #ccc;
	}
.bl_pagination li.active a, .bl_pagination li a:hover{
	border-color: #0e9ed3;
	background: #0e9ed3;
	color: #fff;
	}
.inner_сol_without_left .m_service_item_image{
	position: relative;
	top: 0;
	margin-bottom: 15px;
	}
.inner_сol_without_left .m_service_item{
	padding-top: 0;
	width: 312px;
	margin: 0 0px 20px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
	}
.inner_сol_without_left .m_service_item:nth-child(3n+2){
	margin: 0 20px 20px 20px;
	}
.inner_сol_without_left .m_service_item .m_service_item_btn{
	opacity: 1;
	bottom: 30px;
	}
.text_image{
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 16px 0;
	}
.main_menu > ul > li:hover .big_submenu{
	display: block;
	}
.big_submenu {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 980px;
    right:0;
    left: 0;
    text-align: left;
    margin: 0 auto;
	display: none;
	border: 1px solid #eee;
	padding: 20px;
	box-sizing: border-box;
}

.big_submenu > ul{
	padding: 50px 0 0 40px;
	text-align: left;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
.big_submenu > ul > li{
	display: block;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	padding-right: 20px;
	min-width: 200px;
	}
.services_sub_menu{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	padding-left: 0!important;
	padding-top: 20px!important;
	}

	.services_sub_menu:last-child{
		width: 700px;
	}

		.services_sub_menu:last-child ul:after{
			display: table;
			clear: both;
			content: "";
		}

		.services_sub_menu:last-child ul li{
			display: inline-block;
			width: 31%;
			box-sizing: border-box;
			vertical-align: middle;
			vertical-align: -webkit-baseline-middle;
			/*min-height: 40px;*/
		}

		/*	.services_sub_menu:last-child ul li:nth-child(3n + 1){
				padding-right:  2%;
			}

			.services_sub_menu:last-child ul li:nth-child(3n + 2){
				padding: 0 2%;
			}

			.services_sub_menu:last-child ul li:nth-child(3n + 3){
				padding-left: 2%;
			}*/

.link--catalog_navesnoe-oborudovanie ul li{
	width: 31%
}
.link--catalog_navesnoe-oborudovanie ul{
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
       -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.big_submenu > ul > li a{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	}
.big_submenu > ul > li > ul a{
	font-weight: normal;
	}
.big_submenu > ul > li > ul{
	padding-top: 5px;
	}
.big_submenu > ul > li > ul li{
	margin-bottom: 5px;
	}
.block_review_item_author{
	font-size: 15px;
	margin: 0 20px 10px 20px;
	text-align: right;
	}
.block_review_item_name_comp{
	font-style: italic;
	font-size: 13px;
	}
.block_review_item_name{
	font-weight: bold;
	}
.block_review_item_text{
	background: #f5f6f7;
	padding: 20px 20px 5px 20px;
	position: relative;
	}
.block_review_item_text:before{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: -47px;
	background: url(/local/templates/.default/style/../img/icon_quote.png) no-repeat;
	background-size: 32px auto;
	width: 32px;
	height: 32px;
	}
.block_review_item{
	margin: 0 0 30px 0;
	}
.bl_docs_row {
    font-size: 0;
	}
.block_doc_item{
	display: inline-block;
    vertical-align: top;
	width: 202px;
    font-size: 13px;
    margin: 0 10px 20px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	border: 1px solid #ccc;
	}
.block_doc_item_pic{
	text-align: center;
	width: 202px;
	height: 202px;
	position: relative;
	}
.block_doc_item_pic img{
	max-width: 90%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 90%;
	}
h2{
	position: relative;
    font-size: 24px;
	line-height: 28px;
    margin-bottom: 25px;
    font-weight: 600;
	padding-top: 10px;
	}
h3{
	position: relative;
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 300;
	padding-top: 10px;
	}
.inner_block_projects h2:before {
    content: '';
    display: block;
    width: 33px;
    height: 3px;
    background: #0e9ed3;
    margin-bottom: 12px;
	}
.inner_block_projects{
	padding-top: 50px;
	}

p.tx_before_sp{
	margin: 0 0 4px 0;
	}
.article_tx ol li{
	margin: 0 0 4px 0;
	}
.article_tx ol{
	list-style-position: inside;
	padding: 0 0 0 18px;
	margin: 0 0 16px 0;
	}
.article_tx ul{
	padding: 0 0 0 38px;
	list-style-position: inside;
	margin: 0 0 16px 0;
	}
.article_tx ul li{
	margin: 0 0 4px 0;
	list-style: none;
	position: relative;
	}
.article_tx ul li:before{
	content: '\2014';
	position: absolute;
	left: -20px;
	top: 0px;
	}
.article_tx .bl_pagination ul li:before{
	display: none;
	}
.article_tx table{
	background: #fff;
	margin: 10px 0 16px 40px;
	margin-left: 0;
	width: 100%;
	}
.article_tx table tr{
	border-bottom: 1px solid #ececec;
	}
.article_tx table tr:last-child{
	border: 0;
	}
.article_tx table tr:nth-child(odd) td{
	background: #e3e2e4;
}
.article_tx table tr td p{
	margin-bottom: 0;
}
.article_tx table tr td{
	padding: 11px 30px 10px 16px;
	background: #fff;
	vertical-align: middle;
	}
.bl_quote{
	background: #f5f6f7;
	margin: 0 0 28px 0px;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
	}
.author_quote{
	font-size: 12px;
	color: #aaaaaa;
	}
.bl_quote p{
	margin: 0 0 5px 0;
	}
.author_quote:before{
	content: '\2014';
	margin-right: 3px;
	}
.btn_text_feedback{
	display: inline-block;
	vertical-align: top;
	padding: 74px 10px 10px 10px;
	text-align: center;
	color: #212121;
	background: #f5f6f7;
	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	float: right;
	margin: 0 0 10px 26px;
	z-index: 99;
	}
.btn_text_feedback:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 64px;
	background: url(/local/templates/.default/style/../img/icon_dialog.png) no-repeat center center #0e9ed3;
	border-bottom: 1px solid #f5f6f7;
	}
.btn_text_feedback:hover{
	background: #0e9ed3;
	color: #fff;
	}
.block_popup{
	background: #fff;
	padding: 25px;
	color: #212121;
	width: 380px;
	box-sizing: border-box;
	}

.block_popup .block_popup{
	padding: 15px 0;
	width: 100%;
}

.block_popup_container{
	min-width: 360px;
	}
.block_popup_header{
	position: relative;
    font-size: 24px;
	line-height: 28px;
    margin-bottom: 25px;
    font-weight: 600;
	text-align: center;
	}
.block_popup_container .block_form_row_header{
	color: #212121;
	}
.block_form_row input, .block_form_row textarea{
	background: #fff;
	border: 1px solid #dedede;
	}
.search_form_container{
	position: relative;
	height: 32px;
	width: 300px;
	border: 1px solid #ccc;
	}
.search_form_container input[type="text"] {
    background: none;
    height: 32px;
    border: 0;
    outline: none;
    color: #212121;
    padding: 0 5px;
    width: 258px;
	}
.search_form_container input[type="submit"] {
    display: block;
    width: 32px;
    height: 34px;
    position: absolute;
    top: -1px;
    right: 0;
    border: 0;
    outline: none;
    background: url(/local/templates/.default/style/../img/icon_search.png) no-repeat center center #333;
    cursor: pointer;
	font-size: 0;
	text-indent: -9999px;
	}
.submenu{
	display: none;
	}
.active.has_submenu .submenu{
	display: block;
	}
.news_pics__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 20px 0;
	}

.main_page .gallery{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: flex-start;	
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.gallery.albums > div{
	text-align: center;
	max-width: 250px;
}

.message--success{
	background: #fff;
    text-align: center;
    padding: 30px;
    font-size: 16px;
}

#confim .block-form > div:not(:first-child){
	/*margin-top: 10px;*/
}

#confim .block-form{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}

#confim .block-form > div{
	float: left;
}

#confim{
	padding-bottom: 50px;
}

#confim .block-form:after{
	display: table;
	content: "";
	clear: both;
}
#confim .block-form label{
	margin-bottom: 5px;
	display: block;
}

#confim .row-sect label, #confim .section-OPCIY > label{
	width: 100%;
	font-weight: bold;
}
#confim .row-sect{
	float: left;
	width: 50%;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	/*align-items: stretch;*/
	flex-wrap: wrap;
	margin-bottom: 15px;
}

#confim .row-sect select{
	display: inline-block;
	vertical-align: bottom;
	align-self: flex-end;
	width: 100%;
	padding: 5px 0;
}

#confim .block_form_btn_send{
	position: absolute;
	left: -moz-calc(50% - 48px);
	left: -ms-calc(50% - 48px);
	left: calc(50% - 48px);
	bottom: 10px;
}
#confim .row-sect:nth-child(odd){
	padding-right: 10px;
}

#confim .row-sect:nth-child(even){
	padding-left: 10px;
}

.section-OPCIY{
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

.checkbox input[type="checkbox"]{
	display: none;'
}
	
	.checkbox input[type="checkbox"]:checked + label:after{
		opacity: 1;
	}

	.checkbox input[type="checkbox"] + label{
		position: relative;
		padding-left: 20px;
		cursor: pointer;
	}

		.checkbox input[type="checkbox"] + label:before,
		.checkbox input[type="checkbox"] + label:after{
			position: absolute;
			content: "";
		}

		.checkbox input[type="checkbox"] + label:before{
			width: 10px;
			height: 10px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			border: 1px solid #0e9ed3;
			left: 2px;
			top: 4px;
		}

		.checkbox input[type="checkbox"] + label:after{
			-webkit-transition: opacity .5s ease;
			-moz-transition: opacity .5s ease;
			-ms-transition: opacity .5s ease;
			transition: opacity .5s ease;
			opacity: 0;
			background: url("/local/templates/.default/style/../img/ico_checkbox_checked.png") center no-repeat;
			width: 10px;
			height: 10px;
			top: 4px;
			left: 4px;
		}

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

.main_page .bl_projects_item{
	width: 31%;
}

.main_page .block_projects .bl_btn_more{
	position: absolute;
	top: -20px;
	right: 0;
}

.inner_page .m_service_items{
	text-align: left;
}

	
	
@media screen and (max-width: 720px){
	.main_page_slider{
		display: none;
	}
	.m_service_item_image{
		position: relative;
		top: auto;
	}
	.m_service_item_btn{
		display: none;
	}
	.center{
		width: auto;
		padding: 0 20px;
	}
	.m_service_item{
		display: block;
		margin: 0 auto 20px auto!important;
		padding-top: 0;
		width: auto;
	}
	.main_page_services{
		padding: 40px 0 20px 0;
	}
	.bl_projects_item{
		width: auto;
		display: block;
		margin: 0 0 20px 0;
	}
	.bl_projects_item+.bl_projects_item{
		margin: 0 0 20px 0;
	}
	.block_company_col_big{
		display: none;
	}
	.f_bottom_right{
		display: none;
	}
	.f_bottom_left{
		float: none;
		text-align: center;
	}
	.block_company_col_small{
		display: block;
		width: auto;
	}
	.main_block{
		margin: 0 0 40px 0;
	}
	.slick-dots{
		bottom: -20px;
	}
	.h_top_line_right{
		display: none;
	}
	.h_top_line_left a{
		display: block;
	}
	.header_links{
		padding: 10px 0;
		text-align: center;
	}
	.h_top_line_left{
		float: none;
	}
	.logo{
		text-align: center;
		display: block;
		margin: 0 auto;
		width: 200px;
		float: none;
		line-height: 0;
	}
	.logo img{
		width: 200px;
		height: auto;
	}
	.inner_left_col_small{
		float: none;
		width: auto;
		max-width: 400px;
	}
	.inner_right_col_big{
		floaT: none;
		width: auto;
	}
	.article_tx img{
		max-width: 100%;
		width: auto!important;
		height: auto;
	}
	.bl_navigation{
		display: none;
	}
	h1{
		margin: 0 0 20px 0;
		font-size: 28px;
	}
	.item_block_news{
		display: block;
		width: auto;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.item_bl_news_pic{
		width: 70px;
	}
	.item_bl_news_info{
		margin-left: 90px;
	}
	
	.serv_b_col_half{
		float: none;
		width: auto;
	}
	.serv_b_col_half+.serv_b_col_half{
		padding: 0;
	}
	.bl_razdel_nav li{
		width: 33%;
	}
	.bl_razdel_nav li a{
		padding: 0;
		text-align: center;
		font-size: 11px;
	}
	.solyariy_cont_right_photo{
		float: none;
		width: auto;
	}
	.solyariy_cont_right_photo img{
		max-width: 100%;
		height: auto;
	}
	.solyariy_cont_text{
		margin: 0;
	}
	.header_top_line{
		margin-top: -68px;
		height: 68px;
	}
	.header_top_line.active{
		margin-top: 0;
	}
	.header_content{
		padding: 10px 0;
	}
	.btn_show_contacts{
		position: absolute;
		display: block;
		top: 95px;
		right: 20px;
		width: 25px;
		height: 25px;
		background: url(/local/templates/.default//style/../img/n_contacts_placemark.png) no-repeat center center;
		background-size: cover;
	}
	.link_phone:before{
		display: none;
	}
	.main_menu > ul > li{
		display: block;
		margin: 0;
	}
	.main_menu > ul > li > a{
		display: block;
		margin: 0;
		padding: 8px 0;
	}
	.main_menu{
		floaT: none;
		text-align: left;
		display: none;
	}
	.second_submenu, .link--catalog .second_submenu{
		position: relative;
		background: none;
		margin: 0;
		border: 0;
		display: block;
		padding-left: 0;
		padding-top: 0;
	}
	.link--catalog .second_submenu{
		width: auto;
	}
	.link--catalog .second_submenu li{
	float: none;
width: auto;
	}
	.article_tx table{
		width: 100%!important;
	}
	.second_submenu > li > a{
		padding: 6px 50px 6px 10px;
	}
	.h_btn_menu{
		position: absolute;
		top: 97px;
		left: 9px;
		width: 50px;
		height: 50px;
		display: block;
	}
	#hamburger-icon {
		width: 40px;
		height: 12px;
		display: block;
		z-index: 1001;
		position: absolute;
		left: 14px;
		top: 18px;
	}
	#hamburger-icon .line {
		display: block;
		background: #0e9ed3;
		width: 20px;
		height: 2px;
		position: absolute;
		left: 0;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		border-radius: 10px;
	}
	#hamburger-icon .line.line-1 {
	  top: 0;
	}
	#hamburger-icon .line.line-2 {
	  top: 50%;
	}
	#hamburger-icon .line.line-3 {
	  top: 100%;
	}
	#hamburger-icon.active .line-1 {
	  transform: translateY(6px) translateX(0) rotate(45deg);
	  -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
	  -moz-transform: translateY(6px) translateX(0) rotate(45deg);
	}
	#hamburger-icon.active .line-2 {
	  opacity: 0;
	}
	#hamburger-icon.active .line-3 {
	  transform: translateY(-6px) translateX(0) rotate(-45deg);
	  -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
	  -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
	}
	.p_contacts_left_info{
		display: block;
		width: auto;
		margin: 0 0 30px 0;
	}
	.contacts_block_item{
		margin: 0 0 10px 0;
	}
	.p_contacts_right_form{
		display: block;
		width: auto;
		margin-bottom: 30px;
	}
	.contacts_block_item_cont{
		width: 200px;
	}
	.bl_projects_item_pic{
		height: auto;
	}
	ul{
		padding-left: 20px;
	}
	.block_logos{
		display: none;
	}
	.m_service_item_image{
		height: auto;
	}
	.m_service_item_image img{
		width: 100%;
	}
	.main_menu ul{
		padding-left: 0;
	}
	.block_popup_container{
		min-width: 100%;
	}
	.bl_projects_item_pic img{
		width: 100%;
	}
	.inner_page_container .bl_projects_item{
		width: auto;
	}
	.p_contacts_right_form .block_form_row_header{
		color: #fff;
	}
	.main_page .m_service_item:nth-last-child(2):first-child ~ .m_service_item, .main_page .m_service_item:nth-last-child(2):first-child{
		width: auto;
	}
	.main_page .m_service_item:nth-last-child(2):first-child ~ .m_service_item .m_service_item_image, .main_page .m_service_item:nth-last-child(2):first-child .m_service_item_image{
		top: auto;
		line-height: 0;
	}
	.main_page .bl_projects_item{
		width: auto;
	}
	.main_page .block_projects .bl_btn_more{
		display: none;
	}
	footer .center, footer{
		height: 240px;
	}
	#content{
		padding-bottom: 240px;
	}
	.big_submenu{
		display: none!important;
	}
	.article_tx table{
		margin-left: auto;
	}
	.block_popup{
		width: auto;
		min-width: 300px;
	}
}


/* End */


/* Start:/local/templates/.default/style/dev.css?1619616055791*/
#call {
	display: none;
}

footer .call {
  float: right;
  text-align: right;
  width: 15%;
  margin-right: 0.5%;
  margin-top: 55px;
}

footer .call address {
  position: relative;
}

footer .call address:before {
  content: "";
  left: -21%;
  top: 0;
  position: absolute;
  background: url("/local/templates/.default/style/../img/icon-footer-phone.png") center no-repeat, #344981;
  border-radius: 50%;
  height: 66px;
  width: 66px;
}

footer .call address a.phone {
  color: #fff;
  font-size: 24px;
  letter-spacing: -0.9px;
}

footer .call address a.fancybox {
  color: #344981;
  display: inline-block;
  margin-top: 5px;
}
footer .copy, footer .call {
    width: 100%;
    float: none;
  }
  footer .call {
    text-align: center;
  }
  footer .call a {
    display: inline;
  }
  .d--n {
    display: none;
  }

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1619615948666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/minik/styles.css?163531135018066*/
body {
   min-width: 320px;
   max-width: 3440px;
   margin-left: auto;
   margin-right: auto;
}

#content {
   opacity: 0;
   transition: all 0.3s ease;
}

#content.loaded {
   opacity: 1;
}

.h_top_line_right {
   width: auto;
}

.main_page.page_ .center {
   width: 980px;
   margin: 0 auto;
}

.center {
   width: 100%;
   max-width: 1170px;
   margin-left: auto;
   margin-right: auto;
   padding-left: 15px;
   padding-right: 15px;
}

.main_page.page_ .header_top_line {
   height: 100px;
}

.logo {
   background-image: url(/local/templates/minik/../.default/img/logo-minik.png);
}

/*.page-catalog-categories .catalog-top  {
   display: none;
}*/

.page-catalog-categories .bx_sitemap {
   display: none;
}

.catalog-categories__list {
   display: grid;
   grid-template-columns: 1fr 1fr;
   list-style: none;
}

.category-card a {
   display: block;
   padding: 30px;
   font-size: 18px;
   font-weight: 700;
   line-height: normal;
   color: #212121;
   border: 1px solid #F2F2F2;
   transition: 0.3s all ease;
}

.category-card a:hover {
   text-decoration: none;
   box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.15);
}

.category-card a span {
   color: #0e9ed3;
}

.page-catalog-category h1 {
   padding: 24px 60px;
   text-align: center;
   background: #F2F2F2;
}

.page-catalog-category .bx_sitemap h1 {
   display: none;
}

.catalog-category-body {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   gap: 30px;
}

.catalog-category-body .bx_sitemap {
   flex-basis: calc(30% + -15px);
   width: calc(30% + -15px);
   margin-bottom: 0;
}

.catalog-category-body .bx_sitemap ul {
   list-style: none;
}

.catalog-category-body .bx_sitemap .bx_sitemap_ul {
   border: 1px solid #F2F2F2;
   padding: 12px 0;
}

.catalog-category-body .bx_sitemap li h2 {
   display: block;
   margin: 0;
   padding: 0;
}

.catalog-category-body .bx_sitemap li a {
   display: block;
   margin: 0;
   padding: 12px 20px;
   font-size: 16px;
   line-height: normal;
   white-space: initial;
   color: #337ab7;
   transition: all 0.3s ease;
}

.catalog-category-body .bx_sitemap li a:hover {
   color: #212121;
}

.catalog-category-body .bx_sitemap li a span {
   font-size: 16px;
   line-height: normal;
   text-decoration: underline;
   color: inherit;
}

.catalog-category-body  .bx-section-desc,
.catalog-category-body .catalog-section {
   display: none;
}

.catalog-category-body .catalog {
   /* flex-basis: calc(70% + -15px); */
   flex: 1 0 calc(70% + -15px);
   width: calc(70% + -15px);
}

.catalog-category-body div[data-pagination-num] {
   flex: 0 0 100%;
}

.catalog__list {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   list-style: none;
}

.catalog__list.fluid {
   grid-template-columns: repeat(3, 1fr);
}

.product-item {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
   padding: 20px !important;
   text-align: center;
   border: 1px solid #F2F2F2;
   transition: 0.3s all ease;
}

.product-item:hover {
   position: relative;
   box-shadow: 0px 0px 20px rgb(0, 0, 0, 0.15);
}

.product-item .product-item-image-wrapper {
   height: 200px;
   max-height: 75vh;
   padding: 0;
}

.product-item .product-item-image-wrapper * {
   display: flex;
   width: 100%;
   height: 100%;
}

.product-item .product-item-image-wrapper img {
   -o-object-fit: contain;
      object-fit: contain;
}

.product-item-small-card > div,
.product-item-small-card > div > div {
   height: 100%;
}

.product-item-title {
   overflow: initial !important;
   white-space: initial !important;
   text-align: center;
}

.product-item .product-item-title a {
   font-size: 14px;
   color: #337ab7;
   transition: all 0.3s ease;
}

.product-item .product-item-title a:hover {
   color: #212121;
}

.bx-catalog-element .bx-title {
   display: none;
}

.bx-catalog-element .col-sm-8 {
   width: 100%;
}

.product-item-detail-pay-block {
   padding: 10px;
}

.product-item-detail-pay-block > .product-item-detail-info-container {
   margin-bottom: 0;
}

.product-item-detail-price-current {
   margin-bottom: 12px;
}

.product-item-detail-info-container {
   margin-bottom: 0 !important;
}

.product-item-detail-info-container:last-child,
.btn.product-item-detail-buy-button:last-child {
   margin-bottom: 0;
}

/* Changes by front3 */

.page-catalog-category .inner_page_container h1,
.page_basket .inner_page_container h1{
	padding: 0;
   padding-top: 20px;
	text-align: left;
	background: transparent;
	text-transform: capitalize;
   position: relative;
}

.page-catalog-category .inner_page_container h1::after,
.page_basket .inner_page_container h1::after {
   content: '';
   width: 33px;
   height: 3px;
   background: #0e9ed3;
   top: 5px;
   left: 0;
   position: absolute;
}

.page-catalog-category .center {
	width: auto;
	padding: 0 15px;
}

.catalog-section {
	/*display: grid;*/
	grid-template-columns: 1fr 1fr;
	grid-row-gap: 20px;
  }

  .col .row.mb-4 + .row.bx-blue .col .mb-4.catalog-section {
	display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .product-item-small-card > div,
  .product-item-small-card > div > div {
   height: 325px !important;
}

  .inner_page_container .product-item {
	border: 1px solid #CCC;
  }

  .bx-no-touch.bx-no-retina .col .product-item-container .product-item {
	min-height: 325px;
  }

  .product-item-container .product-item {
	padding: 0 !important;
  }

  .clearfix .row.mb-4.blue .col-md-9.col-sm-8.order-1 .row + .row + .row .col {
	  display: block;
  }

  .clearfix .row.mb-4.blue .col-md-9.col-sm-8.order-1 .row + .row + .row .col .mb-4.catalog-section {
	display: block;
  }

  .col .catalog-block-header + .row.bx-blue .col .mb-4.catalog-section {
	  display: block;
  }

  .mb-3 {
	 display: none;
  }

  .col-lg .product-item-detail-pay-block .mb-3 {
	 display: block;
  }

  .row .product-item-list-col-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 15px;
	/* margin-right: 20px; */
  }

  /* .row .product-item-list-col-3:nth-child(3n+3) {
	margin-right: 0;
  } */

  .col > ul > li > h3 > a {
	padding: 15px 30px 15px 10px;
	position: relative;
	background: #0e9ed3;
	color: #FFF;
  }

  .col > ul > li > h3 > a:hover {
	background-color:#0d8ebd;
}


  .col > ul > li > h3 > a::after {
	content: '';
    width: 7px;
    height: 10px;
    background: url(/local/templates/.default/style/../img/arrow_white.png) no-repeat;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    right: 10px;
  }

  .col > ul ul {
	padding: 10px;
  }

  .col > ul ul a {
    color: #212121;
    padding: 7px 5px 5px 10px;
  }
  .col > ul ul li:first-child a {
	  padding-top: 0;
  }

  .catalog-section-list-list {
	background: #f5f6f7;
	margin-right: 20px;
	margin-bottom: 0;
  }

  .catalog-section-list-list-link {
	color: #212121;
	font-size: 12px;
  }

  .catalog-section-list-list-title:hover {
	background-color: #f5f6f7;
  }

  .catalog-section-list-list-title::after,
  .catalog-section-list-list-title:hover::after {
	  content: none;
  }


  .catalog-section-list-item {
	list-style: none;
  }

  .catalog-section-list-item .catalog-section-list-list-title {
	display: block;
	margin-bottom: 0;
	position: relative;
  }

  .catalog-section-list-list-link {
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 10px;
	white-space: nowrap;
  }

  .bx-no-touch .product-item-container.hover .product-item {
	animation: unset;
	-webkit-animation: unset;
	position: unset;
  }

  .clearfix .new-new + .row .parts-class + .col.bx-blue {
	display: block;
  }

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

  .col {
	  display: flex;
  }

  .row.bx-blue .col {
	display: block;
  }


  /*.col .col {
	display: block;
  }*/

  .row .bx-blue {
	 margin: 0 auto;
  }

  .row .product-item-list-col-4 {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 20px;
	margin-top: 20px;
  }

  .inner_page .product-item-detail-short-card-fixed {
	  display: flex;
	  height: 120px;
	  top: -120px;
  }

  .inner_page .product-item-detail-short-card-image {
	display: none;
  }

  .inner_page .product-item-detail-short-title-container {
	padding-left: 15px;
  }

  .inner_page .product-item-detail-short-card-fixed.active {
     top: 0;
  }

  .inner_page .product-item-detail-short-card-fixed.active +.product-item-detail-tabs-container-fixed.active {
	top: 120px;
  }

  .product-item .product-item-title {
	  position: relative;
	  padding-left: 15px;
	  text-align: left;
  }

  .product-item .product-item-title::before {
	content: '';
    width: 33px;
    height: 3px;
    background: #0e9ed3;
	top: -20px;
	position: absolute;
  }

  .inner_page_container .product-item .product-item-title a {
	color: #212121;
	text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
  }

  .inner_page_container .product-item-container.hover .product-item .product-item-title a {
	color: #0e9ed3;
  }

  .popup-window-titlebar span {
   color: #212121;
  }

  .popup-window-content p {
   margin-bottom: 5px;
   margin-top: 20px;
   color: #212121;
   text-transform: uppercase;
   font-weight: 700;
   font-size: 14px;
  }

  .popup-window-buttons button,
  .popup-window-buttons span {
	margin-right: 0 !important;
	margin-bottom: 10px;
   width: 170px;
  }

  .popup-window-buttons span {
     width: 150px;
  }

  .popup-window-buttons button + button,
  .popup-window-buttons span + span {
	  margin-bottom: 0;
  }

  .btn.btn-primary.btn-md,
  .btn.btn-primary.btn-sm,
  .bx-blue .btn.btn-default {
	 display: inline-block;
	 border: 2px solid #0e9ed3;
	 padding: 0 16px;
	 height: 30px;
	 line-height: 26px;
	 color: #FFF;
	 background-color: #0e9ed3;
	 text-transform: uppercase;
	 font-size: 11px;
	 font-weight: bold;
	 white-space: nowrap;
	 cursor: pointer;
	 transition: all .3s;
  }

  .popup-window-buttons .btn.btn-default.btn-buy.btn-sm {
     line-height: 30px;
  }

  .btn.btn-primary.btn-md:hover,
  .btn.btn-primary.btn-sm:hover,
  .bx-blue .btn.btn-default:hover {
	background-color: #53A4D8;
    border-color: #53A4D8;
	box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  }

  .btn.btn-link.btn-md,
  .btn.btn-link.btn-sm {
	 border: 2px solid #0e9ed3;
	 background-color: transparent;
	 padding: 0 16px;
	 height: 30px;
	 white-space: nowrap;
	 line-height: 26px;
	 font-size: 11px;
	 font-weight: bold;
	 color: #0e9ed3;
	 text-transform: uppercase;
  }

  .bx-no-touch.bx-no-retina .product-item-container .product-item {
	  transition: all .3s;
  }

  .bx-no-touch.bx-no-retina .product-item-container.hover .product-item {
	  animation: unset;
	  position: unset;
	  -webkit-animation: unset;
	  transform: unset;
	  box-shadow: unset;
	  border-color: #CCC;
	  border: 1px solid #CCC;
  }

  .product-item-container .product-item .product-item-image-wrapper {
	  overflow: hidden;
  }

  .product-item-image-alternative {
     opacity: 1;
  }

  .product-item .product-item-image-wrapper .product-item-image-alternative {
	  transform: scale(1);
	  transition: transform .3s;
  }

  .hover .product-item .product-item-image-wrapper .product-item-image-alternative {
	  transform: scale(1.1);
	  transition: transform .3s;
  }

  footer {
	  height: auto;
  }

  footer .center {
	height: auto;
	width: auto;
  }

  .footer_container {
	margin-bottom: 40px;
  }

  .footer_bottom_block {
	position: unset;
	height: auto;
	margin-bottom: 20px;
	padding: 0 20px;
  }

  .bx-no-touch .inner_page_container .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
  }

  .popup-window.popup-window-with-titlebar {
	  width: 300px;
  }

  /* Карточка товара */

  .row-bx-new .row.bx-blue .col .bx-catalog-element .row {
	display: flex;
	justify-content: space-between;
  }

  .row-bx-new .row.bx-blue .col .bx-catalog-element .row + .row,
  .row-bx-new .row.bx-blue .col .bx-catalog-element .row + .row .row,
  .row-bx-new .row.bx-blue .col .bx-catalog-element .row .col-md-4 .row  {
	  display: block;
  }

  .row-bx-new .row.bx-blue .col .bx-catalog-element .row .col-md {
	width: 60%;
   border: 1px solid #CCC;
  }

  .row-bx-new .row.bx-blue .col .bx-catalog-element .row .col-md-4 {
	width: 30%;
  }

  .row-bx-new .product-item-detail-price-current {
    color: #212121;
    text-transform: uppercase;
    font-weight: 700;
  }

  .row-bx-new .product-item-detail-pay-block {
   border: none;
   padding: 0;
   border: none;
  }

  .row-bx-new .product-item-detail-pay-block .btn.btn-link.product-item-detail-buy-button,
  .row-bx-new .product-item-detail-pay-block .btn.btn-primary.product-item-detail-buy-button {
     margin: 5px auto;
     text-align: center;
     max-width: 130px;
     height: 30px;
     line-height: 30px;
     text-decoration: none;
     padding: 0 16px;
     font-weight: bold;
     text-transform: uppercase;
     border: 2px solid #0e9ed3;
     background-color: transparent;
     white-space: nowrap;
     font-size: 11px;
     color: #0e9ed3;
  }

  .row-bx-new .product-item-detail-pay-block .btn.btn-link.product-item-detail-buy-button {
	  background-color: #0e9ed3;
	  color: #FFF;
  }

  /*/ Карточка товара */

  /* Корзина */

  .basket-checkout-section-inner .basket-checkout-block.basket-checkout-block-btn {
   align-self: center;
  }

  .page_basket .basket-item-block-image {
   max-height: 100px;
   border: 1px solid #CCC;
   padding: 0;
   margin-right: 10px;
  }

  .page_basket .basket-item-block-image .basket-item-image {
     -o-object-fit: cover;
        object-fit: cover;
  }

  /* /Корзина */

  .row .product-item-list-col-3 {
     margin-bottom: 15px;
  }

  .row .product-item-list-col-3:last-child {
     margin-bottom: 0;
  }

  @media (max-width: 1150px) {
	.col .row.mb-4 + .row.bx-blue .col .mb-4.catalog-section {
		grid-template-columns: 1fr 1fr;
      grid-gap: 15px;
	}

   .row .product-item-list-col-3 {
      grid-template-rows: 1fr 1fr 1fr;
      grid-template-columns: none;
      grid-row-gap: 15px;
   }

	.row .product-item-list-col-3:nth-child(2n+2) {
		margin-right: 0;
	}

	.row .product-item-list-col-3:nth-child(3n+3) {
		margin-right: 0;
	}
  }

  @media (max-width: 991px) {
   .basket-checkout-section-inner .basket-checkout-block.basket-checkout-block-btn {
      padding-top: 0;
   }
  }

  @media (max-width: 830px) {
	.row .col {
		display: block;
	}

	.catalog-section-list-list {
		margin-right: 0;
	}

	.col .row.mb-4 + .row.bx-blue .col .mb-4.catalog-section {
		grid-row-gap: 10px;
	}

	.inner_page_container .row .product-item-list-col-3 {
		grid-row-gap: 15px;
      margin-bottom: 15px;
		margin-right: 0;
	}

   .inner_page_container .row .product-item-list-col-3:last-child {
      margin-bottom: 0;
   }

	.col > ul > li > h3 > a::after {
		content: unset;
	}

	.inner_page_container .row .product-item-list-col-4 {
		grid-gap: 10px;
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(2, 1fr);
		padding: 15px;
	}

	.center.clearfix .bl_navigation + h1 {
		padding-right: 50px;
	}

	.row-bx-new .row.bx-blue .col .bx-catalog-element .row {
		display: block;
	  }

	  .row-bx-new .row.bx-blue .col .bx-catalog-element .row .col-md {
		width: 100%;
		margin-bottom: 20px;
	  }

	  .row-bx-new .row.bx-blue .col .bx-catalog-element .row .col-md-4 {
		width: 100%;
	  }

     .catalog-section-list-list-link {
      white-space: normal;
     }

  }

  @media (max-width: 720px) {
	.inner_page .h_btn_menu {
		top: 81px;
		left: unset;
		right: 20px;
		width: 30px;
		height: 30px;
	}

	.inner_page .h_btn_menu #hamburger-icon {
		width: 20px;
		height: 12px;
	}

	.page_parts footer,
	.page_parts footer .center  {
		height: 150px;
	}

	.footer_bottom_block {
		border-top: none;
	}
  }

  @media (max-width: 580px) {
   .page_basket .basket-item-block-image {
      max-height: none;
   }

   .basket-item-block-info .basket-item-actions-remove {
      top: -10px;
      left: -25px;
   }
  }

  @media (max-width: 460px) {
   .basket-checkout-block-total,
   .basket-checkout-block-total-price {
      text-align: center;
   }

   .basket-checkout-block-total {
      padding-top: 0;
   }

  }

  @media (max-width: 450px) {

	.catalog-section-list-list {
		margin-right: 0;
	}

	.col .row.mb-4 + .row.bx-blue .col .mb-4.catalog-section {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}

	.inner_page_container .row .product-item-list-col-3 {
		margin-right: 0;
	}

	.inner_page_container .row .product-item-list-col-4 {
		display: flex;
		flex-direction: column;
	}
  }

 /* /changes by front3 */


@media (max-width: 992px) {
   .catalog-category-body {
      display: block;
   }

   .catalog-category-body .bx_sitemap,
   .catalog-category-body .catalog {
      width: 100%;
   }

   .catalog-category-body .bx_sitemap {
      margin-bottom: 30px;
   }

   .catalog__list.fluid {
      grid-template-columns: repeat(3, 1fr);
   }
}

@media (max-width: 768px) {
   .catalog__list,
   .catalog__list.fluid {
      grid-template-columns: 1fr 1fr;
   }
}

@media (max-width: 720px) {
   ul {
      padding-left: 0;
      padding-right: 0;
   }
}

@media (max-width: 576px) {
   .catalog-categories__list {
      grid-template-columns: 1fr;
   }
}

@media (max-width: 476px) {
   .catalog__list,
   .catalog__list.fluid {
      grid-template-columns: 1fr;
   }

   h1 {
      font-size: 24px;
   }

   .page-catalog-category h1 {
      padding: 12px;
   }

   .catalog-category-body .bx_sitemap .bx_sitemap_ul {
      padding: 8px 0;
   }

   .catalog-category-body .bx_sitemap li a {
      padding: 8px 14px;
      font-size: 14px;
   }
}
.basket-coupon-section {
display:none;
}

/* changes by front3 26.10.2021 */

.center {
   width: auto;
}

.header_content .link_phone {
   display: none;
}

@media (max-width: 720px) {
   .header_top_line {
      margin-top: 0;
   }
}

@media (max-width: 500px) {
   .header_top_line {
      height: auto;
   }

   .header_top_line .link_phone {
      display: none;
   }

   .header_content .link_phone {
      display: block;
      padding-left: 0;
      margin: 4px 0 8px;
   }
}
/* End */
/* /local/templates/.default/style/common.css?16196160551820 */
/* /local/templates/.default/fancybox/jquery.fancybox.css?16196160554099 */
/* /local/templates/.default/style/slick.css?16196160553058 */
/* /local/templates/.default/style/animate.css?161961605568760 */
/* /local/templates/.default/style/style.css?161961605538427 */
/* /local/templates/.default/style/dev.css?1619616055791 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1619615948666 */
/* /local/templates/minik/styles.css?163531135018066 */
