/*! * animate.css -http://daneden.me/animate  * Version - 3.5.2  * * Copyright (c) 2017 Daniel Eden  */
.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
/* owl carousel 2 */ .owl-carousel .animated {-webkit-animation-duration: 1000ms;animation-duration: 1000ms;-webkit-animation-fill-mode: both;animation-fill-mode: both;}.owl-carousel .owl-animated-in {z-index: 0;}.owl-carousel .owl-animated-out {z-index: 1;}.owl-carousel .fadeOut {-webkit-animation-name: fadeOut;animation-name: fadeOut;}@-webkit-keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}@keyframes fadeOut {0% {opacity: 1;}100% {opacity: 0;}}.owl-height {-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}.owl-carousel {display: none;width: 100%;-webkit-tap-highlight-color: transparent;position: relative;z-index: 1;}.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;}.owl-carousel .owl-stage:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}.owl-carousel .owl-stage-outer {position: relative;overflow: hidden;-webkit-transform: translate3d(0px, 0px, 0px);}.owl-carousel .owl-controls .owl-nav .owl-prev,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-dot {cursor: pointer;cursor: hand;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.owl-carousel.owl-loaded {display: block;}.owl-carousel.owl-loading {opacity: 0;display: block;}.owl-carousel.owl-hidden {opacity: 0;}.owl-carousel .owl-refresh .owl-item {display: none;}.owl-carousel .owl-item {position: relative;min-height: 1px;float: left;-webkit-backface-visibility: hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}.owl-carousel .owl-item img {display: block;width: 100%;-webkit-transform-style: preserve-3d;}.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;user-select: auto;}.owl-carousel .owl-grab {cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}.owl-carousel.owl-rtl {direction: rtl;}.owl-carousel.owl-rtl .owl-item {float: right;}.no-js .owl-carousel {display: block;}.owl-carousel .owl-item .owl-lazy {opacity: 0;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}.owl-carousel .owl-item img {transform-style: preserve-3d;}.owl-carousel .owl-video-wrapper{position: relative;height: 100%;background: #000;}.owl-carousel .owl-video-play-icon{position: absolute;height: 80px;width: 80px;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;background: url("owl.video.play.png") no-repeat;cursor: pointer;z-index: 1;-webkit-backface-visibility: hidden;-webkit-transition: scale 100ms ease;-moz-transition: scale 100ms ease;-ms-transition: scale 100ms ease;-o-transition: scale 100ms ease;transition: scale 100ms ease;}.owl-carousel .owl-video-play-icon:hover {-webkit-transition: scale(1.3, 1.3);-moz-transition: scale(1.3, 1.3);-ms-transition: scale(1.3, 1.3);-o-transition: scale(1.3, 1.3);transition: scale(1.3, 1.3);}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}.owl-carousel .owl-video-tn {opacity: 0;height: 100%;background-position: center center;background-repeat: no-repeat;-webkit-background-size: contain;-moz-background-size: contain;-o-background-size: contain;background-size: contain;-webkit-transition: opacity 400ms ease;-moz-transition: opacity 400ms ease;-ms-transition: opacity 400ms ease;-o-transition: opacity 400ms ease;transition: opacity 400ms ease;}.owl-carousel .owl-video-frame {position: relative;z-index: 1;}
/* -------------------------------------------------------------- css reset -------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, input, select, textarea{margin: 0;padding: 0;font-size: 100%;vertical-align: baseline;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}blockquote, q{quotes: none;}blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}table{border-collapse: collapse;border-spacing: 0;}input,select, textarea, button{outline: none;resize:none;-webkit-appearance:none;-moz-appearance:none;}input[type="submit"]{cursor: pointer;border:none;}select::-ms-expand {display: none;}
/* -------------------------------------------------------------- base layout -------------------------------------------------------------- */
html,body{
	height: 100%;
	margin:0;
	padding: 0;
}
body{
	line-height: 1;
	font-family: 'Circe';
	font-size: 18px;
	background-color: #fff;
	font-weight: 400;
	color: #000;
}
#wrap{
	overflow: hidden;
}
#page{
	position: relative;
	min-height: 100%;
}
.cnt{
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}
.clr:after{content: '.';display: block;clear: both;visibility: hidden;height: 0;}
*::selection{background-color: rgba(28, 133, 232, 0.1);}
/* -------------------------------------------------------------- typography -------------------------------------------------------------- */
@font-face {
	font-family: 'Circe';
	src: url('../fonts/subset-Circe-Light.woff2') format('woff2'),
		url('../fonts/subset-Circe-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/subset-Circe-Regular.woff2') format('woff2'),
		url('../fonts/subset-Circe-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/subset-Circe-Bold.woff2') format('woff2'),
		url('../fonts/subset-Circe-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/subset-Circe-ExtraBold.woff2') format('woff2'),
		url('../fonts/subset-Circe-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}
a{
	color:#000;
	text-decoration: none;
	outline: none;
}
a:hover{transition:.2s ease;-webkit-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;}
hr{
	display: block;
	border:none;
	height: 1px;
	background: #e1e1e1;
}
strong{
	font-weight: 600;
}
.link,.bodyfield a{
	color: #76009d;
    border-bottom: 1px solid #76009d;
}
.link:hover,.bodyfield a:hover{
	color: #4d0066;
	border-bottom: 1px solid #4d0066;
	transition:.2s ease;-webkit-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;
}
.btn{
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: #1c85e8;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;-o-border-radius: 30px;
	color: #fff;
	font-size: 20px;
	z-index: 2;
	font-weight: 300;
	cursor: pointer;
	padding: 0 30px;
	text-align: center;
	background-image: -moz-linear-gradient( 0deg, rgb(79,198,254) 0%, rgb(79,211,254) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(79,198,254) 0%, rgb(79,211,254) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(79,198,254) 0%, rgb(79,211,254) 100%);
}
.btn:hover{
	background-image: -moz-linear-gradient( 0deg, rgb(71,187,242) 0%, rgb(97,216,255) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(71,187,242) 0%, rgb(97,216,255) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(71,187,242) 0%, rgb(97,216,255) 100%);
}
.btn_wrap{
	text-align: center;
}
.btn:hover input{
	color: #fff;
}
.btn:active input{
	color: #0d3c6d;
}
.btn input{
	background: none;
	color: #fff;
	line-height: 40px;
	border:none;
	font-family: 'Roboto';
	font-weight: 600;
}
/* -------------------------------------------------------------- forms -------------------------------------------------------------- */
input.error, textarea.error, select.error{
	background-color: #ffcece;
}
.modal_overlay{
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	transition:.3s ease;-webkit-transition:.3s ease;-moz-transition:.3s ease;
}
.modal_overlay.visible{
	display: block;
	animation: overlay .3s;
    -webkit-animation: overlay .3s;
}
@keyframes overlay{from{opacity:0;}to{opacity:1;}}
@-webkit-keyframes overlay{from{opacity:0;}to{opacity:1;}}
.modal_form{
	display: none;
	position: fixed;
    z-index: 99;
    top: -2000px;
    left: 50%;
    background: #fff;
    width: 600px;
    margin: 0 0 0 -300px;
    padding: 40px;
}
.is_important{
	z-index: 100;
}
.modal_form.visible{
	top: 50%;
	animation: modal .3s;
    -webkit-animation: modal .3s;display: block;
}
@keyframes modal{from{opacity:0;top:-50%;}to{opacity:1;top:50%;}}
@-webkit-keyframes modal{from{opacity:0;top:-50%;}to{opacity:1;top:50%;}}
.modal_form .btn{
	margin-top: 20px;
}
.modal_form__heading{
	text-align: center;
}
.modal_form__heading .title{
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 10px;
	font-weight: 600;
	clear: both;
}
.modal_form__heading .subtitle{
	font-size: 16px;
	line-height: 25px;
}
.modal_form .close_icon {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 45px;
    right: 30px;
}
.modal_form .close_icon:before {content: '';position: absolute;top: -14px;left: 0;width: 30px;height: 30px;cursor: pointer;z-index: 9;}
.modal_form .close_icon span {position: absolute;display: block;width: 30px;height: 4px;background-color: #3ad6ff;}
.modal_form .close_icon span:first-child {transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);}
.modal_form .close_icon span:last-child {transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);}
.modal_form h2{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    padding: 0 40px 0 0;
    text-align: left;
    letter-spacing: 0;
}
.form-item{
	position: relative;
	margin-bottom: 30px;
}
.form-item input,
.form-item select,
.form-item textarea{
	position: relative;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-family: 'Circe';
	padding: 0 15px;
	border:none;
	border-bottom:2px solid #3bd5ff;
	-webkit-appearance:none;
	-moz-appearance:none;
	font-weight: 300;
	width: 100%;
	color: #000;
	border-radius: 0 !important;-webkit-border-radius: 0 !important;-moz-border-radius: 0 !important;-o-border-radius: 0 !important;
}
.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus{
	border-color: #000;
}
.form-item select option:first-child{
	display: none;
}
.form-item textarea{
    height: 100px;
    border: 2px solid #3bd5ff;
    line-height: 22px;
    padding: 15px;
}
.modal_form input[type="submit"]{
	padding: 0 60px;
	font-family: 'Circe';
}
.personal_data{
	clear: both;
	margin-top: 20px;
}
.checkbox{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../img/checkbox.png) no-repeat;
    cursor: pointer;
}
.checkbox.active{
	background-position: 0 -38px;
}
.personal_data__text{
    font-size: 13px;
    display: inline-block;
    width: 85%;
    vertical-align: middle;
    margin-left: 10px;
    cursor: pointer;
}
#agreement{
	width: 800px;
    margin-left: -400px;
    overflow-y: scroll;
    padding: 30px;
    height: 800px;
    z-index: 999;
}
.agreement__text p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
#success {
    width: 600px;
    margin-left: -300px;
    height: auto;
    padding: 65px 100px;
}
#success h2{
	text-align: left;
	margin-bottom: 20px;
}
#success .agreement__text{
	font-size: 16px;
	line-height: 24px;
}
/* -------------------------------------------------------------- header -------------------------------------------------------------- */
.hdr{
	padding-top: 70px;
}
.topline{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 70px;
	z-index: 9;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}
.topline__nav ul{
    text-align: justify;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom: 1;
    float: left;
    width: 80%;
}
.topline__phone{
	float: right;
	font-size: 20px;
    font-weight: 600;
    margin-top: 24px;
}
.topline__nav ul:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.topline__nav ul li{
	display: inline-block;
    text-align: left;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
}
.topline__nav ul li a{
	font-size: 18px;
    font-weight: 300;
    line-height: 70px;
}
.topline__nav ul li a:hover{
	color: #4fc7fe;
}
.hdr__inner{
	position: relative;
	background-color: #4fc7fe;
	color: #fff;
	height: 280px;
}
.hdr__inner .cnt{
	padding: 0 100px;
}
.hdr__logo{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}
.hdr__text{
	position: relative;
	z-index: 2;
	float: left;
	font-size: 18px;
	font-weight: 100;
	line-height: 30px;
	margin-top: 80px;
}
.hdr__contacts{
	position: relative;
	z-index: 2;
	float: right;
	margin-top: 80px;
	text-align: right;
}
.hdr__phone span{
	display: block;
	font-size: 14px;
	color: #b5e4ff;
	margin-bottom: 5px;
}
.hdr__phone a{
	font-size: 24px;
	font-weight: 600;
	color: #fff;
}
.hdr__trigger{
	margin-top: 10px;
	background: #fff;
	color: #4fc7fe;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.hdr__trigger:hover{
	background:#29a6d3;
	color: #fff;
}
/* -------------------------------------------------------------- fscreen -------------------------------------------------------------- */
.fscreen{
	position: relative;
	height: 520px;
	background: #3b8cee;
	color: #fff;
}
h1{
	font-size: 42px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 40px;
}
.fscreen__text{
	font-size: 22px;
	line-height: 37px;
	font-weight: 100;
	margin-bottom: 40px;
}
.fscreen__text span{
	color: #4fd3fe;
}
.fscreen__list li{
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 0 1% 0 0;
    text-align: left;
    background: url(../img/arrow.png) no-repeat;
    min-height: 67px;
    padding: 4px 0 0 90px;
}
.fscreen__trigger{
	margin-top: 70px;
}
.fscreen__left{
	padding: 65px 0 0 100px;
	float: left;
	width: 72%;
}
.fscreen__right{
	float: right;
	width: 28%;
	margin-top: -75px;
	text-align: right;
}
/* -------------------------------------------------------------- why us -------------------------------------------------------------- */
h2{
	font-size: 32px;
	font-weight: 800;
	color: #4fd2fe;
	text-align: center;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.block{
	padding: 100px 0 0 0;
}
.title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.text{
	font-size: 18px;
	line-height: 26px;
}
.text p{
	margin-bottom: 25px;
}
.whyus__list li{
	display: inline-block;
	vertical-align: top;
	width: 24%;
	text-align: center;
	padding: 0 20px;
	margin-bottom: 80px;
}
.whyus__list li:before{
	content: '';
	display: table;
	width: 30px;
	height: 3px;
	background-color: #4fd2fe;
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px;
	margin:0 auto 30px;
}
.whyus__list .title{
	margin-bottom: 20px;
}
/* -------------------------------------------------------------- staff -------------------------------------------------------------- */
.hidden{
	display: none;
}
.staff__list li{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 4% 4% 0;
    text-align: center;
}
.staff__list li:nth-child(3n){margin-right: 0;}
.staff__img{
	position: relative;
	border:1px solid #4fd2fe;
	padding: 10px;
}
.staff__img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.staff__expand{
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
}
.staff__title{
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 25px;
}
.staff__list li.last{
	height: 370px;
	border:1px solid #4fd2fe;
	padding: 40px;
	text-align: left;
}
.t_wrap{
	display: table;
	width: 100%;
	height: 100%;
}
.t_inner{
	display: table-cell;
	vertical-align: bottom;
}
.staff__list li.last p.text{
	margin-bottom: 20px;
}
#staffmodal{
	width: 800px;
	margin-left: -400px;
}
.staffmodal__content{
	padding-top: 40px;
}
.person__img{
	float: left;
	width: 45%;
	border: 1px solid #4fd2fe;
	padding: 10px;
	text-align: center;
}
.person__img img{
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.person__text{
    float: right;
    width: 50%;
    font-size: 16px;
    line-height: 24px;
}
.person__text p{
	margin-bottom: 20px;
}
.person__title{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}
.person__position{
    color: #a4a4a4;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
}
.person__contacts{
	margin-top: 10px;
	border-top: 1px solid #f1f1f1;
	padding-top: 10px;
}
.person__contacts li{
	display: inline-block;
	vertical-align: middle;
	margin:0 10px;
}
.person__contacts a.mail{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/mail.svg) no-repeat;
}
.person__contacts a.inst{
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/insta.svg) no-repeat;
    background-size: cover;
}
/* -------------------------------------------------------------- gallery -------------------------------------------------------------- */
.gallery__list{
	padding: 0 80px;
}
.gallery__list .t_inner{
	vertical-align: middle;
	padding: 0 40px;
}
.gallery__list li{
	display: block;
}
.gallery__img,.gallery__text{
	width: 50%;
}
.gallery__text{
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
.owl-prev,.owl-next{
	position: absolute;
	top: 50%;
	left: 0;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font-size: 0;
	background: #edfaff url(../img/arrow.png) no-repeat 0 -91px;
}
.owl-next{
	left: auto;
	right: 0;
	transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);
}
.owl-prev:hover,.owl-next:hover{
	background-color: #daeef6;
}
.owl-dots{
	margin-top: 80px;
	text-align: center;
}
.owl-dot{
	display: inline-block;
	vertical-align: top;
	width: 10px;
	height: 10px;
	border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-o-border-radius: 50%;
	background-color: #d9eef6;
	margin:0 8px;
}
.owl-dot.active{
	background-color: #4fd2fe;
}
/* -------------------------------------------------------------- docs -------------------------------------------------------------- */
.docs__list li{
	display: block;
	padding: 20px;
	text-align: center;
}
.docs__list li img{
	border: 1px solid #4fd2fe;
    padding: 10px;
    margin-bottom: 20px;
}
/* -------------------------------------------------------------- services -------------------------------------------------------------- */
.services{
	background-color: #edfaff;
	padding-bottom: 100px;
	text-align: center;
	margin-top: 100px;
}
.services__block{
	border:2px solid #4fd2fe;
	padding: 30px 30px 50px;
	margin-bottom: 75px;
}
h3{
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: #4fd2fe;
	letter-spacing: 6px;
	margin-bottom: 40px;
}
.services__list li{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin: 0 1.7%;
}
.services__block .btn{
	margin-bottom: -72px;
}
.services__list .title{
	height: 85px;
	margin-bottom: 20px;
}
.services__list .text{
	font-weight: 300;
}
.services__list .text:before,
.work__text:before{
	content: '';
	display: table;
	width: 30px;
	height: 3px;
	background: #4fd2fe;
	margin:20px auto;
}
/* -------------------------------------------------------------- materials -------------------------------------------------------------- */
.materials__list li{
	float: left;
	width: 19%;
	display: block;
	margin-right: 1%;
	text-align: center;
}
.materials__list li:last-child{margin:0;}
.materials__list li .t_wrap{
	background-color: #fff;
	box-shadow: 0 0 10px #e1e1e1;
	height: 100px;
	margin-bottom: 25px;
}
.materials__list li .t_inner{
	vertical-align: middle;
}
.materials__list .title{
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}
.materials__list .text{
	font-size: 16px;
	line-height: 22px;
	color: #a2a2a2;
}
/* -------------------------------------------------------------- work -------------------------------------------------------------- */
.work{
	margin-bottom: 70px;
}
.work .t_inner{
	vertical-align: middle;
}
.work__img{
	background-color: #edfaff;
	padding:50px;
}
.work__text{
	border:5px solid #edfaff;
	padding: 50px;
}
.work__text:before{
	margin-bottom: 40px;
}
#workmodal,
#pricemodal{
	overflow-y: scroll;
	margin-top: -300px;
    width: 80%;
    margin-left: -40%;
    height: 600px;
}
.workmodal__content,
.pricemodal__content{
	padding-top: 40px;
}
.work__full__img{
	margin-bottom: 20px;
	text-align: center;
}
.work__full__img img{
	border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;-o-border-radius: 10px;
	max-width: 100%;
	height: auto;
}
.work__full__text p{
	margin-bottom: 20px;
}
/* -------------------------------------------------------------- reviews -------------------------------------------------------------- */
.reviews__list li{
	display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 4% 4% 0;
    text-align: center;
}
.reviews__list li:nth-child(3n){
	margin-right: 0;
}
.reviews__list li img{
    border: 1px solid #4fd2fe;
    padding: 10px;
}
.review__img{
	position: relative;
	display: table;
	margin:0 auto 20px;
}
.reviews__list li .title{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}
.reviews__list li .text{
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 24px;
	color: #707070;
}
.video_link{
	padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -13px;
    right: -15px;
}
.video_link:before{
	content: '';
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid white;
    position: absolute;
    top: 16px;
    left: 16px;
    transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);
}
/* -------------------------------------------------------------- prices -------------------------------------------------------------- */
.prices__list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	border: 2px solid #4fd2fe;
	height: 240px;
	display: block;
	text-align: center;
}
.prices__list li:nth-child(3n){
	margin-right: 0;
}
.prices__list li .t_inner{
	vertical-align: middle;
}
.prices__list li .text{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 25px;
}
.prices__list li .text span{
	font-weight: 400;
	color: #4fc6fe;
}
.pricemodal__content h4{
	font-size: 20px;
	line-height: 30px;
    font-weight: 800;
    color: #4fd2fe;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pricemodal__content table{
	border:1px solid #f1f1f1;
	border-collapse: collapse;
}
.pricemodal__content td{
	border:1px solid #f1f1f1;
	padding: 10px;
	font-size: 16px;
	line-height: 22px;
	width: 33%;
	vertical-align: middle;
}
.pricemodal__content td img{
	max-width: 60px;
	height: auto;
}
/* -------------------------------------------------------------- faq -------------------------------------------------------------- */
.faq__list{
	padding: 0 100px;
	margin-top: -25px;
}
.faq__list li{
	display: block;
	padding: 25px;
	position: relative;
}
.q_exp{
	width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin:-3px 20px 0 0;
}
.question{
	font-size: 22px;
	line-height: 26px;
	cursor: pointer;
	transition:.2s ease;-webkit-transition:.2s ease;-moz-transition:.2s ease;-o-transition:.2s ease;
}
.answer{
	display: none;
	padding: 20px 20px 20px 60px;
}
.answer p{
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}
.faq__list li.active .answer{
	display: block;
}
.faq__list li.active{
	background-color:#edfaff;
}
/* -------------------------------------------------------------- footer -------------------------------------------------------------- */
.ftr{
	background-color: #4fc7fe;
	border-bottom: 10px solid #3b8cef;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	margin-top: 100px;
}
.ftr__title{
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 60px;
}
.ftr__phone{
	display: table;
	margin:0 auto 60px;
	font-weight: 800;
	font-size: 100px;
	color: #fff;
}
.ftr .btn{
	background: #fff324;
	color: #000;
}
.ftr .btn:hover{
	background: #ffe400;
}
/*правки - 19.10.17*/
h1{
	text-transform: uppercase;
}
.cnt > p{
	text-align: center;
	font-size: 18px;
	padding-bottom:30px;
}
/*полный прайс*/
.full-price-link{
	max-width: 1239px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 22px;
	box-sizing: border-box;
	border: 2px solid #4fd2fe;
	padding: 68px 0;
}
.full-price-link .btn{
	min-width: 50%;
}
.full-price-link .btn a{
	color: white;
    display: block;
	width: 100%;
}
.full-price-link .t_inner{
	margin: auto;
    display: block;
    text-align: center;
}
.full-price-link .t_inner p{
	font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 25px;
	font-weight: 400;
    color: #4fc6fe;
}
/*наши работы*/
section.works .work__img img{
	max-width: 538px;
	width: 100%;
}
section.works .work__img{
	width: 50%;
	box-sizing: border-box;
}
.toggler-works{
	margin-bottom: 20px;
}
section.gallery > div > ul li{
	height: 50vh;
}
section.gallery > div > ul li .gallery__img.t_inner{
	display: block;
	height: 50vh;
	width: auto;
	background-color: #edfaff;
}
section.gallery > div > ul li .gallery__img.t_inner img{
	height: 100%;
	width: auto;
	margin: auto;
}
.footr-addr{
	padding: 80px 0 0 0;
    font-size: 30px;
}
.pointer{cursor:pointer;}
.our-licenses-wrap{margin-top: 50px;}
.video_link-otd{
	position: relative;
}
.video_link-otd::before{
}
.review__img > div > span{
	color: #4fd2fe;
}
.clearfix{clear: both;float: none;}
/*прайс*/
/*.table{}
.table .row{width: 100%;float: left;clear: both;}
.table .row div{width: 40%;float:left;line-height:30px;}
.table .row div.brand-price{width: auto;}
.table .row div:nth-child(1){width:20%;}
.table .row.heading div:nth-child(1){width:60%;text-align:center;}
.table .row.no-image div:nth-child(1){width:20%;text-align:center;height:30px;}
.table .row div img{height: 30px;}
.clearfix{clear: both;float: none;}*/

#pricemodal > .pricemodal__content:nth-child(2) .table:nth-child(2){border: 1px solid #f1f1f1;}
.table{max-width: 600px;margin: auto;}
.table .row{float: left;clear:both;width:100%;border: 1px solid #f1f1f1;}
.table .row.heading{font-weight: bold;}
.table .row .brand-image{width:122px;height:50px;float:left;padding: 10px;}
.table .row .brand-image img{display: block;height: 100%; max-width: 100%;margin:auto;}
.table .row .brand-name{float: left;line-height: 30px;padding-left: 20px;padding-top: 10px;padding-bottom: 10px;width: calc(100% - 242px);border-right: 2px solid #f1f1f1;}
.table .row .brand-price{float:right;width: 120px;line-height: 30px;padding:10px;}
.table .row.heading div:nth-child(1){height:30px;}
.table .row.heading div:nth-child(2){padding-left: 20px;float:left;padding-top: 10px;padding-bottom: 10px;}
.table .row.heading div:nth-child(3){width:105px;float:right;padding-top: 10px;padding-bottom: 10px;}
@media screen and (max-width: 585px){
	.table .row .brand-name{
		width: calc(100% - 242px);
	}
}
@media screen and (max-width: 485px){
	/*.table .row{
		display: flex;
		align-items: center;
	}*/
	.table .row .brand-image{
		display: none;
	}
	.table .row .brand-price{
		width: 35%;
	}
	.table .row .brand-name{
		width: 65%;
		padding: 10px 0;
	}
	
	.table .row.heading div:nth-child(2){
		width: 65%;
		padding: 10px 0;
	}
	.table .row.heading div:nth-child(3){
		width: 35%;
		padding: 10px 0;
	}
}
.table-flex{width:95%;}
.table-flex tr{display: flex;}
.pricemodal__content .table-flex td{
	width: 50%;
	width: calc(100% - 110px);
	display: block;
}
.pricemodal__content .table-flex td:nth-child(2){
	width: 110px;
}
/*кнопка "вверх"*/
.go_top {
    width: 51px;
    height: 51px;
    background: url(../img/sprt.png) no-repeat 0 0;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    transition: .3s ease;
    cursor: pointer;
    z-index: 1;
}
.go_top.visible {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}