

/* Start:/local/templates/lp_seo/fonts/fonts.css?15961948551393*/
@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/lp_seo/fonts/Montserrat-Medium.eot');
    src: url('/local/templates/lp_seo/fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/lp_seo/fonts/Montserrat-Medium.woff2') format('woff2'),
        url('/local/templates/lp_seo/fonts/Montserrat-Medium.woff') format('woff'),
        url('/local/templates/lp_seo/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/lp_seo/fonts/Montserrat-Bold.eot');
    src: url('/local/templates/lp_seo/fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/lp_seo/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('/local/templates/lp_seo/fonts/Montserrat-Bold.woff') format('woff'),
        url('/local/templates/lp_seo/fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('/local/templates/lp_seo/fonts/Montserrat-Regular.eot');
    src: url('/local/templates/lp_seo/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/lp_seo/fonts/Montserrat-Regular.woff2') format('woff2'),
        url('/local/templates/lp_seo/fonts/Montserrat-Regular.woff') format('woff'),
        url('/local/templates/lp_seo/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-weight: 400;
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  src: local("Open Sans Regular"),
    local("OpenSans-Regular"),
    url("/local/templates/lp_seo/fonts/../fonts/opensans.woff2") format("woff2"),
    url("/local/templates/lp_seo/fonts/../fonts/opensans.woff") format("woff");
}

/* End */


/* Start:/local/templates/lp_seo/libs/slick/slick-theme.css?15961873894503*/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/lp_seo/libs/slick/./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/lp_seo/libs/slick/./fonts/slick.eot");
  src: url("/local/templates/lp_seo/libs/slick/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/lp_seo/libs/slick/./fonts/slick.woff") format("woff"), url("/local/templates/lp_seo/libs/slick/./fonts/slick.ttf") format("truetype"), url("/local/templates/lp_seo/libs/slick/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  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 {
  color: black;
  opacity: 0.75;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

[dir="rtl"] .slick-slide {
  float: right;
}

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

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=slick-theme.css.map */
/* End */


/* Start:/local/templates/lp_seo/libs/fancybox-master/jquery.fancybox.min.css?158565536113841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/lp_seo/css/style.css?174947326042917*/
@charset "UTF-8";

*::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

*:-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

*::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

*:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5;
}

body input.error,
body textarea.error,
.bottom-form-block__form .input.error {
  border: 1px solid #F67E8D;
}

body input:required:valid,
body textarea:required:valid,
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border: 1px solid #8E44AD;
}

/*bootstrap*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1170px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1460px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/**/
body {
  overflow-x: hidden;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #0D0D0D;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 100vh;
}

main {
  min-height: calc(100vh - 238px);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #0D0D0D;
}

/*colors*/
.primary {
  background: #985199;
  color: #ffffff;
}

.white-text {
  color: #ffffff;
}

.primary-text {
  color: #985199;
}

/*text*/
/*container*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mb-10 {
  margin-bottom: 10px;
}

.page-mt {
  margin-top: 80px;
}

/*main style*/
ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.fw-sbold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.fs-italic {
  font-style: italic;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn.quiz__btn--prev {
  border: 2px solid #985199;
  -webkit-box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  background-color: #ffffff;
  color: #985199;
}

.btn.quiz__btn--prev:hover {
  background-color: #985199;
  color: #ffffff;
}

.primary.btn {
  background: #985199;
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(115, 57, 116, 0.45);
  box-shadow: 0 10px 20px rgba(115, 57, 116, 0.45);
}

.primary.btn:hover {
  background: #864787;
  -webkit-box-shadow: 0 10px 40px rgba(115, 57, 116, 0.3);
  box-shadow: 0 10px 40px rgba(115, 57, 116, 0.3);
}

.success.btn {
  background: #FFD83A;
  color: #0D0D0D;
  -webkit-box-shadow: 0 10px 20px rgba(241, 196, 15, 0.45);
  box-shadow: 0 10px 20px rgba(241, 196, 15, 0.45);
}

.success.btn:hover {
  background: #F9CA0D;
  -webkit-box-shadow: 0 10px 40px rgba(241, 196, 15, 0.3);
  box-shadow: 0 10px 40px rgba(241, 196, 15, 0.3);
}

.primary {
  background: #985199;
}

.primary-text {
  color: #985199;
}

.success-block {
  background: #FFD83A;
}

span.primary,
span.success-block {
  padding: 0px 5px 5px;
  line-height: 50px;
}

.input {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #0D0D0D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  padding: 0 10px;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

.section-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 138.4%;
  letter-spacing: 0.02em;
  margin: 0;
  margin-bottom: 40px;
}

/*-----Header-----*/
.logo {
  width: 175px;
  height: 35px;
}

.header {
  height: 80px;

}

.header.scroll .header__main {
  box-shadow: 0px 0.598509px 3.99006px rgba(0, 0, 0, 0.0201946), 0px 2.01027px 13.4018px rgba(0, 0, 0, 0.0298054), 0px 9px 60px rgba(0, 0, 0, 0.05);
}

.header__main {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: all .3s;
}

.header__main-inner {
  height: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__main-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.header__burger {
  margin-left: 80px;
  width: 65px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  z-index: 51;
  cursor: pointer;
}

.header__burger span {
  height: 4px;
  background: #0D0D0D;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header__burger span:nth-child(1) {
  width: 54px;
}

.header__burger span:nth-child(2) {
  width: 37px;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.header__burger span:nth-child(3) {
  width: 65px;
}

.header .popup-menu {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  background: rgba(13, 13, 13, 0.7);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header .popup-menu__inner {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #FFD83A;
  height: 100vh;
  width: 100%;
  max-height: 100vh;
  max-width: 394px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 50px 95px 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow-y: auto;
  background-image: url(/local/templates/lp_seo/css/../img/menu-circle.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.header .popup-menu__title {
  font-weight: 900;
  font-size: 40px;
  line-height: 138.4%;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

.header .popup-menu__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header .popup-menu__link:hover {
  color: #985199;
}

.header .popup-menu__nav {
  position: relative;
  z-index: 3;
}

.header .popup-menu__bottom {
  position: relative;
  z-index: 3;
}

.header .popup-menu__burger {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 29px;
  right: 30px;
  cursor: pointer;
  z-index: 51;
  background: url(/local/templates/lp_seo/css/../img/icons/close.svg) center/contain no-repeat;
}

.header .callback {
  height: 54px;
  font-size: 18px;
  line-height: 22px;
  margin-top: 45px;
}

.header.open-menu .header__burger {
  opacity: 0;
}

.header.open-menu .popup-menu {
  opacity: 1;
  pointer-events: all;
}

.header.open-menu .popup-menu__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.social-wrap {
  margin-bottom: 20px;
}

.social-link {
  width: 36px;
  height: 36px;
}

.social-link:not(:last-child) {
  margin-right: 30px;
}

.social-link svg.ico {
  width: 36px;
  height: 36px;
  fill: #985199;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.social-link.vk-color svg.ico{
  fill: #0177FF;
}
.social-link.wa-color svg.ico{
  fill: #3BE159;
}
.social-link.tg-color svg.ico{
  fill: #29A9EB;
}

.social-link.vk-color svg.ico:hover{
  fill: #0052B1;
}
.social-link.wa-color svg.ico:hover{
  fill: #009C1C;
}
.social-link.tg-color svg.ico:hover{
  fill: #017FC0;
}

.social-link svg.ico:hover {
  fill: #864787;
}

/*---First screen---*/
.first-screen {
  overflow-x: hidden;
}

.first-screen__top {
  background: url(/local/templates/lp_seo/css/../img/first-screen-bg.jpg) center/cover no-repeat;
}

.first-screen__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.first-screen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 700px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.first-screen__img {
  position: absolute;
  left: 57%;
  width: 640px;
  height: 748px;
  bottom: -56px;
}

.first-screen__title {
  font-weight: 900;
  font-size: 46px;
  line-height: 138.4%;
}

.first-screen__avtor {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: 20px 0 55px;
  max-width: 350px;
  position: relative;
}

.first-screen__avtor:after {
  content: ' ';
  display: block;
  width: 76px;
  height: 74px;
  background: url(/local/templates/lp_seo/css/../img/apporoved.svg) center/contain no-repeat;
  position: absolute;
  top: 10px;
  right: -60px;
}

.first-screen__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  max-width: 370px;
  margin-bottom: 20px;
}

.first-screen__btn {
  padding: 16px 20px;
  max-width: 373px;
  font-size: 16px;
  line-height: 20px;
}

.first-screen__bottom {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}

.first-screen__bottom:before {
  width: 524px;
  height: 540px;
  content: ' ';
  display: block;
  position: absolute;
  background: url(/local/templates/lp_seo/css/../img/first-screen-bee.svg) center/contain;
  top: -78px;
  left: -104px;
}

.first-screen__bottom-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen__left {
  width: 50%;
}

.first-screen__left-big {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: auto;
  margin-bottom: 25px;
  max-width: 397px;
}

.first-screen__left-att {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  border-left: 4px solid #FFD83A;
  padding-left: 10px;
  max-width: 397px;
  margin: auto;
}

.first-screen__right {
  width: 50%;
}

.first-screen__right-item {
  margin: auto;
  margin-bottom: 25px;
  width: 100%;
  max-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first-screen__right-item .primary-text {
  font-weight: 900;
  font-size: 14px;
  line-height: 116.4%;
  text-align: center;
  color: #8E44AD;
  margin-right: 20px;
  width: 100%;
  max-width: 77px;
}

.first-screen__right-item .primary-text span {
  font-size: 32px;
}

/*---about---*/
.about {
  padding: 80px 0 90px 0;
  background: #F9F9F9;
}

.about .section-title {
  margin-bottom: 30px;
}

.about__slider-wrap {
  max-width: 445px;
  margin: auto;
}

.about .success-block {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 4px 5px 5px 5px;
}

.about p {
  margin: 10px 0 30px 0;
  max-width: 445px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.about__content {
  width: 50%;
}

/*---slider style---*/
.slick-dots {
  bottom: -38px;
}

.slick-dots li {
  margin: 0 6px;
}

.slick-dots li button,
.slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  content: ' ';
  display: block;
  width: 10px;
  height: 10px;
  border: 0.97049px solid #0D0D0D;
  background: #ffffff;
  border-radius: 50%;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  background: #0D0D0D;
  opacity: 1;
}

.slick-prev,
.slick-next {
  top: initial;
  bottom: -38px;
  height: 10px;
  width: 42px;
  z-index: 2;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: 0;
}

.slick-prev:before,
.slick-next:before {
  content: ' ';
  display: block;
  height: 10px;
  width: 42px;
  opacity: 1;
  background: url(/local/templates/lp_seo/css/../img/icons/switch.svg) center/contain no-repeat;
}

.slick-next:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*---why-we---*/
.why-we {
  padding: 80px 0;
  position: relative;
  background: url(/local/templates/lp_seo/css/../img/why-we/why-we-bg1.png) bottom/cover no-repeat;
}

.why-we:after {
  width: 494px;
  height: 478px;
  content: ' ';
  display: block;
  top: -151px;
  right: 0px;
  background: url(/local/templates/lp_seo/css/../img/why-we/laptop.png) right/contain no-repeat;
  position: absolute;
}

.why-we .section-title {
  margin-bottom: 54px;
  max-width: 606px;
}

.why-we__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.why-we__item {
  width: 100%;
  max-width: 33.333%;
  margin-bottom: 62px;
}

.why-we__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-we__text:before {
  width: 45px;
  height: 45px;
  display: block;
  content: ' ';
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.why-we__item:nth-child(1) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/time.svg) center/contain no-repeat;
}

.why-we__item:nth-child(2) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/Я.svg) center/contain no-repeat;
}

.why-we__item:nth-child(3) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/brain.svg) center/contain no-repeat;
}

.why-we__item:nth-child(4) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/rocket.svg) center/contain no-repeat;
}

.why-we__item:nth-child(5) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/box.svg) center/contain no-repeat;
}

.why-we__item:nth-child(6) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/wallet.svg) center/contain no-repeat;
}

.why-we__item:nth-child(7) .why-we__text:before {
  background: url(/local/templates/lp_seo/css/../img/why-we/stamp.svg) center/contain no-repeat;
}

/*---promotion---*/
.promotion {
  padding: 40px 0 50px 0;
}

.promotion .section-title {
  margin-bottom: 40px;
}

.promotion__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.promotion__item-wrap {
  width: 100%;
  max-width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.promotion__title,
.promotion__title--pro {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}

.promotion__title--pro {
  font-size: 30px;
  line-height: 37px;
}

.promotion__subtitle--pro {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 27px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  margin-top: 5px;
}

.promotion__icon {
  margin: 0 auto 30px;
  width: 62px;
}

.promotion__btn {
  width: 172px;
  height: 52px;
  margin: 43px auto 0;
}

.promotion__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 36px;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.promotion__individual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 10px;
  width: 100%;
  height: 100%;
  color: #985199;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  position: relative;
  text-align: center;
}

.promotion__individual-text {
  font-weight: normal;
  margin-top: 25px;
}

.promotion__individual-link {
  text-decoration: underline;
  color: #985199;
}

.promotion__individual:before {
  position: absolute;
  z-index: -1;
  top: -140px;
  left: -100px;
  width: 212px;
  height: 212px;
  content: ' ';
  display: block;
  background: url(/local/templates/lp_seo/css/../img/promotion/promotion-circle.svg) center/contain no-repeat;
}

/*---Promootion seo---*/
/*---Strategy---*/
.strategy {
  background: #F9F9F9;
  position: relative;
  padding: 80px 0 65px 0;
}

.strategy .section-title {
  text-align: center;
}

.strategy__item {
  background: rgba(142, 68, 173, 0.1);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: auto;
  margin-bottom: 52px;
  text-align: center;
  max-width: 690px;
  padding-left: 20px;
  height: 90px;
}

.strategy__item span {
  color: rgba(51, 51, 51, 0.08);
  font-weight: bold;
  font-size: 102px;
  line-height: 102px;
}

.strategy__item:after {
  height: 18px;
  width: 7px;
  display: block;
  content: ' ';
  background: url(/local/templates/lp_seo/css/../img/icons/down.svg) center/contain no-repeat;
  position: absolute;
  bottom: -35px;
  left: calc(50% - 4px);
}

.strategy__item:last-child:after {
  display: none;
}

.strategy__img {
  position: relative;
  top: 1px;
  right: -36px;
}

.strategy:before {
  content: ' ';
  display: block;
  width: 212px;
  height: 262px;
  position: absolute;
  left: 0;
  top: -30px;
  background: url(/local/templates/lp_seo/css/../img/strategy/strategy-rec.svg) center/contain no-repeat;
}

/*---certificate---*/
.certificates {
  padding: 80px 0;
  overflow-x: hidden;
}

.certificates__slider-wrap {
  position: relative;
}

.certificates__slider-wrap:before {
  content: ' ';
  display: block;
  width: 235px;
  height: 220px;
  position: absolute;
  top: -109px;
  right: -117px;
  z-index: -1;
  background: url(/local/templates/lp_seo/css/../img/strategy/strategy-rec.svg) center/contain no-repeat;
}

.certificates__slider-wrap .slick-next {
  right: 15px;
}

.certificates__slider-wrap .slick-prev {
  left: 15px;
}

.certificates__slide {
  padding: 0 15px;
}

.certificates__slider-img {
  border: 1px solid #DADADA;
  border-radius: 3px;
  overflow: hidden;
}

.certificates__slider-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*---deadlines---*/
.deadlines {
  padding: 30px 0 80px;
}

.deadlines__item {
  -webkit-box-shadow: 0px 2px 30px #FFF9E2;
  box-shadow: 0px 2px 30px #FFF9E2;
  background: #FDF6DB;
  border: 1px solid #F0F0F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #1E1E1E;
  padding: 20px 30px;
  width: 100%;
  max-width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deadlines__item-img {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-right: 15px;
  text-align: center;
}

.deadlines__item-img:before {
  content: ' ';
  display: block;
  margin-bottom: 5px;
  width: 97px;
  height: 105px;
}

.deadlines__item:nth-child(1) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m1.svg) center/contain no-repeat;
}

.deadlines__item:nth-child(2) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m2.svg) center/contain no-repeat;
}

.deadlines__item:nth-child(3) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m4.svg) center/contain no-repeat;
}

.deadlines__item:nth-child(4) .deadlines__item-img:before {
  background: url(/local/templates/lp_seo/css/../img/month/m6.svg) center/contain no-repeat;
}

/*----team-----*/
.team {
  padding: 80px 0 90px;
  background: #F9F9F9;
  position: relative;
  overflow-x: hidden;
}

.team__inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team__item {
  max-width: 20%;
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__img {
  width: 100%;
}

.team__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
}

.team:before,
.team:after {
  content: ' ';
  display: block;
  width: 157px;
  height: 157px;
  position: absolute;
  background: url(/local/templates/lp_seo/css/../img/circle.svg) center/contain no-repeat;
  z-index: 0;
}

.team:before {
  top: 208px;
  left: -78px;
}

.team:after {
  width: 125px;
  height: 125px;
  bottom: 350px;
  right: 17%;
}

/*---reviews---*/
.reviews {
  padding: 80px 0;
}

.reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__img-slider-wrap {
  max-width: 370px;
  padding-right: 40px;
}

.reviews__slider-wrap {
  max-width: 720px;
  font-size: 14px;
  line-height: 17px;
}

.reviews p {
  margin-bottom: 14px;
}

.reviews__slide-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 4px;
}

.reviews__img-wrap {
  padding: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 330px;
  background: url(/local/templates/lp_seo/css/../img/reviews.svg) center/contain no-repeat;
}

/* .reviews__img-wrap:after {
  content: ' ';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  background: url(/local/templates/lp_seo/css/../img/reviews.svg) center/contain no-repeat;
  width: 100%;
  height: 100%;
  z-index: 0;
} */

.reviews__img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  object-fit: contain;
}

/*---audit---*/
.audit {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #8E44AD), to(rgba(142, 68, 173, 0)));
  background: linear-gradient(90deg, #8E44AD 100%, rgba(142, 68, 173, 0) 100%);
  padding: 60px 0;
  overflow: hidden;
}

.audit__inner {
  position: relative;
}

.audit__inner:after {
  content: ' ';
  display: block;
  height: 499px;
  width: 869px;
  background: url(/local/templates/lp_seo/css/../img/audit.jpg) center/contain no-repeat;
  position: absolute;
  z-index: 0;
  top: -60px;
  left: 430px;
}

.audit__content {
  max-width: 535px;
  position: relative;
  z-index: 1;
}

.audit .section-title {
  margin-bottom: 20px;
}

.audit .section-title .success-block {
  color: #0D0D0D;
}

.audit__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #F0F0F0;
  margin-bottom: 30px;
}

.audit__text2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}

.audit__btn {
  width: 220px;
  height: 52px;
  font-weight: 900;
  padding: 12px 0 10px;
}

/*---questions---*/
.questions {
  padding: 80px 0;
}

.questions .section-title {
  text-align: center;
}

.questions__item {
  margin: auto;
  margin-bottom: 15px;
  max-width: 730px;
}

.questions__title {
  background: #F4ECF7;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 26px;
}

.questions__title:after {
  content: '+';
  display: block;
  cursor: pointer;
}

.questions .active .questions__title:after {
  content: '-';
}

.questions__content {
  background: #FCFAFD;
  padding: 20px 26px;
  font-weight: 500;
  display: none;
}

.questions__block {
  background: #F9F9F9;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  font-weight: 500;
  padding: 35px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}

.questions__img {
  margin-right: 20px;
}

.questions__img img {
  max-width: 100%;
}

.questions__btn {
  border: 2px solid #985199;
  -webkit-box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  box-shadow: 0 5px 10px rgba(115, 57, 116, 0.2);
  width: 248px;
  height: 47px;
  color: #985199;
  margin-top: 20px;
  font-size: 12px;
}

/*---bottom-form-block---*/
.bottom-form-block {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.33%, #883FA7), to(#7C3B97));
  background: linear-gradient(180deg, #883FA7 28.33%, #7C3B97 100%);
  padding: 60px 0;
  color: #FFFFFF;
  overflow: hidden;
}

.bottom-form-block__inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.bottom-form-block__inner:before {
  width: 557px;
  height: 596px;
  content: ' ';
  display: block;
  background: url(/local/templates/lp_seo/css/../img/form-block.png) center/contain no-repeat;
  position: absolute;
  top: 0;
  right: 625px;
}

.bottom-form-block__content {
  max-width: 540px;
  min-height: 540px;
}

.bottom-form-block .section-title {
  margin-bottom: 30px;
}

.bottom-form-block .section-title .success-block {
  color: #0D0D0D;
}

.bottom-form-block__text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}

.bottom-form-block__link {
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 10px;
}

.bottom-form-block__link svg {
  width: 36px;
  height: 36px;
}

.bottom-form-block__form .input {
  border: 1px solid #ffffff;
  border-radius: 2px;
  background: transparent;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  padding: 12px;
}

.bottom-form-block__form .btn--submit {
  width: 240px;
  height: 52px;
  margin-top: 20px;
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #B4B4B4;
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
}

.check-wrap {
  position: relative;
  flex: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.check-wrap label {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.check__link {
  color: #B4B4B4;
  text-decoration: underline;
}

.input-checkbox:checked,
.input-checkbox:not(:checked) {
  position: absolute;
  left: -9999px;
}

.input-checkbox:not(:checked)+label:before,
.input-checkbox:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #ffffff;
}

.input-checkbox:checked+label:after,
.input-checkbox:not(:checked)+label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.input-checkbox:checked+label:after,
.input-checkbox:not(:checked)+label:after {
  left: 2px;
  top: 0;
  width: 14px;
  height: 6px;
  border-radius: 1px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-53deg);
  transform: rotate(-53deg);
}

.input-checkbox:not(:checked)+label:after,
.input-checkbox:not(:checked)+label:after {
  opacity: 0;
}

/*---Footer---*/
.footer {
  min-height: 158px;
}

.footer__inner {
  padding: 60px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__contacts {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__link svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.footer__social {
  margin-bottom: 0;
}

/*---seo-page---*/
.second-screen {
  position: relative;
  width: 100%;
  min-height: 205px;
}

.second-screen__img {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.second-screen__img img {
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.second-screen__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  min-height: 205px;
}

.promotion-head-wrap {
  width: 100%;
  margin: auto;
}

.second-screen .back-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #0D0D0D;
  width: 126px;
  height: 52px;
  background: #FFD83A;
  box-shadow: 0px 10px 20px rgba(241, 196, 15, 0.45);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 20px;
  top: calc(50% - 26px);
}

.bottom-back-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  color: #0D0D0D;
  width: 100%;
  height: 52px;
  background: #FFD83A;
  box-shadow: 0px 10px 20px rgba(241, 196, 15, 0.45);
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.second-screen .promotion__icon {
  margin: 0 auto 25px;
}

.seo {
  padding-top: 60px;
  padding-bottom: 60px;
}

.seo__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #1E1E1E;
  margin-bottom: 15px;
}

.seo li {
  list-style: decimal;
  font-weight: 500;
  margin-bottom: 5px;
  list-style-position: inside;
}

.seo__content {
  margin-top: 40px;
  background: #F9F9F9;
  -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px 30px;
  font-weight: 500;
}

.seo__img {
  width: 100%;
  max-width: 260px;
  margin-right: 50px;
}

.seo__img img {
  max-width: 100%;
  height: auto;
}

.seo__sheme {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}

.seo .sheme__item {
  width: 100%;
  max-width: calc(33.333% - 15px);
  margin: 0 7px 15px;
}

.seo .sheme__item1 {
  background: rgba(142, 68, 173, 0.1);
  min-height: 70px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  text-align: center;
}

.seo .sheme__item1 span {
  color: rgba(51, 51, 51, 0.08);
  font-weight: bold;
  font-size: 58px;
  line-height: 70px;
  position: absolute;
  left: 10px;
  top: 0;
}

.seo .sheme__item2 {
  background: #FFFFFF;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #1E1E1E;
}

/*pro page*/
.pro {
  padding-top: 30px;
  padding-bottom: 80px;
}

.pro .back-link {
  font-weight: 600;
  color: #8E44AD;
  display: inline-block;
  margin-bottom: 30px;
}

.pro__content {
  width: 100%;
  max-width: 445px;
  margin-right: 30px;
}

.pro__img {
  margin-bottom: 20px;
}

.pro__img img {
  max-width: 100%;
  height: auto;
}

.pro .pro__sheme {
  color: #131313;
}

.pro .pro__sheme p {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

.pro .sheme__top-service-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.pro .sheme__top-actions-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 10px;
  margin-left: 35px;
}

.pro .sheme__top {
  padding: 35px 25px;
}

.pro .sheme__item {
  text-align: center;
  width: 100%;
  padding: 18px;
}

.pro .sheme__top,
.pro .sheme__item {
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  position: relative;
}

.pro .sheme__top:before,
.pro .sheme__item:before {
  content: ' ';
  display: block;
  width: 7px;
  height: 42px;
  background: url(/local/templates/lp_seo/css/../img/pro/switch.svg) center/contain no-repeat;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 4px);
}

.pro .sheme__top-action {
  font-size: 14px;
  line-height: 17px;
  background: #F4ECF7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 18px;
  margin-bottom: 4px;
  width: 100%;
  max-width: 350px;
}

.pro .sheme__top-action span {
  color: #985199;
  font-weight: bold;
  margin-right: 5px;
}

.pro .sheme__top-actions {
  max-width: 350px;
  margin-left: 20px;
}

.pro .sheme__top-service-item {
  text-align: center;
}

.pro .sheme__top-service-item img {
  max-width: 100%;
  height: auto;
}

.pro .sheme__bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pro .sheme__bottom-item {
  max-width: 204px;
}

.pro .sheme__bottom-item img {
  max-width: 100%;
  height: auto;
}

.deadlines__item-img--486:before {
  background: url(/local/templates/lp_seo/css/../img/month/m1.svg) center/contain no-repeat !important;
}

.deadlines__item-img--487:before {
  background: url(/local/templates/lp_seo/css/../img/month/m2.svg) center/contain no-repeat !important;
}

.deadlines__item-img--488:before {
  background: url(/local/templates/lp_seo/css/../img/month/m4.svg) center/contain no-repeat !important;
}

.deadlines__item-img--489:before {
  background: url(/local/templates/lp_seo/css/../img/month/m6.svg) center/contain no-repeat !important;
}

.popup {
  /* position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; */
  /* background: rgba(19, 19, 19, 0.7); */
  background: transparent;
}

.popup__inner {
  background: #F4ECF7;
  border: 4px solid #8E44AD;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 450px;
}

.popup__close {
  width: 20px;
  height: 20px;
  background: url(/local/templates/lp_seo/css/../img/close.svg) center/contain no-repeat;
  position: absolute;
  top: -40px;
  right: 0;
}

.popup__title {
  font-weight: 900;
  font-size: 28px;
  line-height: 138.4%;
}

.popup__title.requisites-title {
  margin-bottom: 35px;
}

.popup__text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.popup__input {
  display: block;
  background: #EED9F5;
  border: 1px solid #8E44AD;
  border-radius: 2px;
  padding: 10px 12px;
  height: 40px;
  margin-bottom: 15px;
  width: 100%;
}

.popup__textarea {
  resize: none;
  height: 94px;
}

.popup__icon {
  width: 73px;
  height: 73px;
  background: url(/local/templates/lp_seo/css/../img/audit-icon.svg) center/contain no-repeat;
  margin: auto;
  margin-bottom: 3px;
}

.popup__input:focus {
  outline: none;
}

.popup__input:required:invalid:placeholder-shown+label:after {
  display: none;
}

/* popup */
.popup__text {
  margin-top: 3px;
  margin-bottom: 35px;
}

.btn--submit {
  width: 168px;
  height: 52px;
  margin: auto;
  margin-top: 35px;
}

.popup .check__info {
  color: #333333;
  text-align: left;
  padding-left: 5px;
}

.popup .btn--submit {
  width: 100%;
  max-width: 215px;
}

.popup .check__link {
  color: #333333;
}

.popup .input-checkbox:not(:checked)+label:before,
.popup .input-checkbox:checked+label:before {
  border: 1px solid #000000;
}

.popup .input-checkbox:checked+label:after {
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}

.popup__input::-webkit-input-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.popup__input:-moz-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.popup__input::-moz-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.popup__input:-ms-input-placeholder {
  color: #0D0D0D;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0 !important;
  color: #ccc !important;
}

.fancybox-content {
  width: 100%;
  max-width: 530px;
}

.reviews__img-slider ul.slick-dots li.slick-active {
  display: block;
  margin: 0 auto;
  min-width: 25px;
}

.reviews__img-slider ul.slick-dots li {
  display: none;
}

.reviews__img-slider .slick-dots li button,
.slick-dots li {
  height: 20px;
}

/*---seo-promotion---*/
.seo-promotion {
  padding: 40px 0 100px;
}

.seo-promotion .seo-promotion__img-mobile {
  display: none;
}

.seo-promotion__slider {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.seo-promotion__img-big {
  width: 100%;
  height: auto;
}

.seo-promotion__slide {
  position: relative;
}

.seo-promotion__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: absolute;
  bottom: 34px;
  left: 80px;
  text-transform: uppercase;
}

.seo-promotion__link .ico {
  fill: #ffffff;
  width: 16px;
  height: 8px;
  margin-left: 7px;
}

.seo-promotion__link--dark {
  color: #333333;
}

.seo-promotion__link--dark .ico {
  fill: #333333;
}

#toTopBtn {
  position: fixed;
  z-index: 49;
  right: 22px;
  bottom: 100px;
  width: 46px;
  height: 46px;
  cursor: pointer;
  display: none;
  opacity: 0.5;
  background-image: url(/local/templates/lp_seo/css/../img/totop.svg);
  transition: opacity .3s;
}

#toTopBtn:hover {
  opacity: 1;
}

.seo-promotion__slider .slick-dots,
.certificates__slider .slick-dots {
  bottom: -43px;
}

.form-ok {
  display: flex;
  align-items: center;
}

.form-ok__icon {
  width: 36px;
  height: 36px;
  background: url(/local/templates/lp_seo/css/../img/icons/ok.svg) center/contain no-repeat;
  margin-right: 15px;
}

[id^=wait_comp] {
  display: none !important;
}

.personal-information {
  padding: 10vh 4vw;
}

.personal-information {
  padding: 10vh 4vw;
}

.personal-information h1 {
  margin: 35px 0;
  line-height: 130%;
}

.header.header-fixed .logo {
  fill: #0D0D0D;
}

.header.header-fixed .header__phone {
  color: #0D0D0D;
}

.header.header-fixed .header__burger span {
  background: #0D0D0D;
}

/*request-ok*/
.request-ok.fancybox-content {
  box-shadow: 0 2px 40px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 920px;
  border-radius: 10px;
  padding: 0;
}

.request-ok .fancybox-button {
  visibility: hidden;
}

.request-ok__block {
  width: 100%;
  position: relative;
  padding: 50px 20px;
  background: #F9F9F9;
  text-align: center;
}

.request-ok__block-inner {
  text-align: center;
  padding: 50px 20px;
}

.request-ok__close {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 25px;
  top: 25px;
  background: url(/local/templates/lp_seo/css/../img/icons/close-black.svg) center/contain no-repeat;
  cursor: pointer;
  border: none;
}

.request-ok__title {
  margin: 40px 0 15px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #0D0D0D;
}

.request-ok__text {
  color: #1E1E1E;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}

.first-screen__btn,
.quiz__btn {
  overflow: hidden;
  position: relative;
}

.first-screen__btn::after,
.quiz__btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, hsla(0, 0%, 100%, .1)), color-stop(20%, hsla(0, 0%, 100%, .2)), to(hsla(0, 0%, 100%, .6)));
  background: linear-gradient(90deg, hsla(0, 0%, 100%, .1) 10%, hsla(0, 0%, 100%, .2) 20%, hsla(0, 0%, 100%, .6));
  width: 30px;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  left: -20%;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-animation-name: blick;
  animation-name: blick;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blick {

  15%,
  to {
    left: 120%
  }
}

@keyframes blick {

  15%,
  to {
    left: 120%
  }
}

/*# sourceMappingURL=style.css.map */
.footer__bottom {
  background: #F4F4F4;
}

.copy {
  font-size: 14px;
  line-height: 17px;
  margin: 10px 20px 10px 0;
}

.public-offer {
  font-size: 12px;
  line-height: 15px;
  margin: 10px 0;
}

.footer__bottom-inner {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.g-recaptcha {
  margin: 10px 0;
}

.bottom-form-block__content .check {
  margin-top: 10px;
}

/*--------404 Page-------*/
/*
.page404 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.page404__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 100px 10px;
}

.page404__title-img {
  max-width: 380px;
}

.page404__title-img>img {
  width: 100%;
}

.page404__subtitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 37px;
  color: #181818;
  margin: 0 0 20px 0;
  text-align: center;
}

.page404__text {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #333333;
  max-width: 403px;
  margin: 0 auto 30px;
}

.page404 .black-bg {
  width: 100%;
  max-width: 155px;
  height: 30px;
  margin: auto;
}

.page404.screen {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
*/
/* End */


/* Start:/local/templates/lp_seo/css/media.css?174947644810907*/
/*==========  Desktop First Method  ==========*/
@media only screen and (max-width: 1300px) {
	.why-we:after {
		width: 256px;
		height: 246px;
		top: -73px;
	}

	#toTopBtn {
		right: 20px;
		bottom: 100px;
	}

	.footer {
		padding-bottom: 105px;
	}
}

@media only screen and (max-width: 1160px) {
	.reviews__slider-wrap {
		max-width: 580px;
	}

	.audit__inner:after {
		left: 300px;
	}

	/*footer*/
	.footer__inner {
		flex-wrap: wrap;
	}

	.footer__contacts {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
		justify-content: space-between;
	}

	.footer .logo {
		order: 2;
	}

	.footer__social {
		order: 3;
	}

	.footer__link:not(:last-child) {
		margin: 0 15px 0 0;
	}

	.footer__link:last-child {
		margin: 0;
	}

	.strategy:before {
		display: none;
	}

	.certificates__slider-wrap:before {
		display: none;
	}
}

@media only screen and (max-width: 1060px) {
	.about__slider-wrap {
		width: 50%;
	}

	.about__content {
		padding-right: 30px;
	}
}

@media only screen and (max-width: 992px) {
	.first-screen__img {
		left: 415px;
	}

	/*reviews*/
	.reviews__slider-wrap {
		max-width: calc(100% - 400px);
	}

	/*bottom-form-block*/
	.bottom-form-block__content {
		max-width: 100%;
		width: 100%;
		position: relative;
		z-index: 1;
	}

	.bottom-form-block__text,
	.bottom-form-block__form {
		max-width: 50%;
		margin: 0 0 20px auto;
	}

	.bottom-form-block__inner:before {
		top: 180px;
		right: initial;
		width: 408px;
		height: 425px;
		left: 0;
	}

	.bottom-form-block .section-title {
		text-align: center;
		max-width: 690px;
		margin: 0 auto 40px;
	}

	/*promotion*/
	.promotion__title {
		font-size: 22px;
		line-height: 27px;
	}

	/*seo-page*/
	.seo__content {
		display: flex;
	}

	.seo__content-inner,
	.seo__sheme {
		flex-direction: column;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}

	.seo__content-inner {
		padding-right: 7px;
	}

	.seo .sheme__item {
		max-width: 100%;
	}

	/*pro page*/
	.pro__inner {
		flex-direction: column;
	}

	.pro__content {
		max-width: 100%;
		margin-right: 100%;
		margin-bottom: 40px;
	}

	.pro .sheme__top {
		justify-content: center;
	}

	.pro__img {
		float: left;
	}
}

@media only screen and (max-width: 910px) {
	.deadlines__item {
		max-width: 100%;
	}
}

@media only screen and (max-width: 840px) {
	.section-title {
		font-size: 28px;
		line-height: 138.4%;
	}

	.first-screen__title {
		font-size: 34px;
	}

	.btn {
		font-size: 12px;
	}

	.first-screen__btn {
		max-width: 290px;
		width: 100%;
	}

	.first-screen__avtor {
		font-size: 22px;
		max-width: 325px;
	}

	.first-screen__avtor:after {
		right: 0;
	}

	.first-screen__text {
		font-size: 16px;
	}

	.first-screen__img {
		left: 300px;
	}

	.first-screen__left-big {
		font-size: 18px;
		line-height: 22px;
	}

	.first-screen__left-att {
		font-size: 16px;
		line-height: 20px;
	}

	.first-screen__right-item .primary-text {
		font-size: 12px;
	}

	.slick-slide img {
		max-width: 100%;
		height: auto;
		width: 100%;
		max-height: 100%;
	}

	.strategy__img {
		right: -5px;
	}

	.strategy__item {
		border-radius: 3px 46px 48px 3px;
	}

	.why-we:after {
		top: -115px;
		right: 100px;
		background: url(/local/templates/lp_seo/css/../img/why-we/laptop2.png) right/contain no-repeat;
	}

	.why-we .section-title {
		max-width: 290px;
	}

	.why-we__item {
		max-width: 50%;
	}

	.bottom-form-block__link {
		margin-bottom: 10px;
	}

	/*reviews*/
	.reviews__img-slider-wrap {
		max-width: 340px;
		padding-right: 40px;
	}

	.reviews__slider-wrap {
		max-width: calc(100% - 350px);
		box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
		border-radius: 5px;
	}

	.reviews__slide-inner {
		max-height: 400px;
		overflow-y: auto;
		padding: 20px;
		margin: 20px 10px 20px 0;
	}

	.reviews__slide-inner::-webkit-scrollbar {
		background: #E9E9E9;
		width: 5px;
		border: 2px solid #ffffff;
	}

	.reviews__slide-inner::-webkit-scrollbar-thumb {
		width: 5px;
		background: #8E44AD;
		border-radius: 2px;
	}

	/*audit*/
	.audit__btn {
		width: 180px;
	}

	.audit__content {
		max-width: 330px;
	}

	.audit__inner:after {
		height: 551px;
		width: 568px;
		background: url(/local/templates/lp_seo/css/../img/audit2.png) center/contain no-repeat;
		top: initial;
		bottom: -80px;
		left: initial;
		right: -21px;
	}

}

@media only screen and (max-width: 780px) {
	.footer__bottom-inner {
		padding-right: 60px;
	}
}

@media only screen and (max-width: 769px) {
	.promotion__item-wrap {
		max-width: 50%;
	}

	.second-screen .back-link {
		width: 85px;
		height: 28px;
		font-size: 13px;
		line-height: 16px;
		left: 15px;
		top: 20px;
		padding: 6px 0 7px;
	}
}

@media only screen and (max-width: 730px) {
	.bottom-form-block__inner:before {
		top: 139px;
		left: initial;
		right: 319px;
	}

	/*reviews*/
	.reviews__inner {
		flex-direction: column;
	}

	.reviews__slider-wrap {
		display: none;
	}

	.reviews__img-slider-wrap {
		margin: auto;
		padding: 0;
	}

	.reviews__img-wrap {
		max-width: 340px;
	}
}

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

	/*about*/
	.about__inner {
		flex-direction: column;
	}

	.about__content {
		order: 2;
		margin-top: 40px;
	}

	.about__slider-wrap {
		order: 1;
	}

	.about__content,
	.about__slider-wrap {
		width: 100%;
	}

	/*questions*/
	.questions__block {
		flex-direction: column;
		background: initial;
		box-shadow: none;
		padding: 0;
	}

	/*teams*/
	.team__item {
		max-width: 25%;
	}

	/*seo-promotion*/
	.seo-promotion .seo-promotion__img-big {
		display: none;
	}

	.seo-promotion .seo-promotion__img-mobile {
		display: block;
	}

	.seo-promotion__link {
		left: 0;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 680px) {
	.first-screen__img {
		position: absolute;
		width: 458px;
		height: 648px;
		display: flex;
	}

	.first-screen__img img {
		max-width: 100%;
		margin: auto;
	}

	.first-screen__bottom-inner {
		flex-wrap: wrap;
	}

	.first-screen__left,
	.first-screen__right {
		width: 100%;
	}

	.first-screen__left {
		margin-bottom: 30px;
	}

	/*form block*/
	.bottom-form-block__inner:before {
		display: none;
	}

	.bottom-form-block__text,
	.bottom-form-block__form {
		max-width: 100%;
		margin: 0 auto 20px;
	}

	/*footer*/
	.footer__contacts {
		flex-direction: column;
	}

	.footer__link:not(:last-child) {
		margin: 0 0 15px 0;
	}

	.audit__inner:after {
		right: -145px;
	}

	.bottom-form-block__content {
		min-height: initial;
	}
}

@media only screen and (max-width: 660px) {
	.pro__img {
		float: initial;
		text-align: center;
	}

	.pro .sheme__bottom-item {
		margin: 0 3px;
	}
}

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

	/*seo page*/
	.seo__img {
		display: none;
	}

	.seo__content {
		flex-direction: column;
	}

	.seo__content-inner,
	.seo__sheme {
		width: 100%;
	}

	.seo__content-inner {
		padding-right: 0;
	}

	.seo .sheme__item {
		margin: 0 0 15px 0;
	}
}

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

	/*header*/
	.logo {
		width: 100px;
		height: 20px;
	}

	.logo img {
		max-width: 100%;
		height: auto;
	}

	.header__main-content .header__phone {
		font-size: 12px;
		line-height: 15px;
	}

	.header__burger {
		width: 43px;
		height: 30px;
	}

	.header__burger span:nth-child(2) {
		width: 27px;
	}

	.header__burger span:nth-child(1) {
		width: 36px;
	}

	.header__burger span:nth-child(3) {
		width: 43px;
	}

	/*first screen*/
	.first-screen__img {
		display: none;
	}

	/**/
	.why-we:after {
		display: none;
	}

}

@media only screen and (max-width: 580px) {
	.audit__inner:after {
		display: none;
	}

	/*why we*/
	.why-we__item {
		max-width: 100%;
	}

	/*seo page*/
	.seo__content {
		padding: 35px 10px;
	}
}

@media only screen and (max-width: 520px) {
	.header__burger {
		margin-left: 30px;
	}

	/*team*/
	.team__item {
		max-width: 33.333%;
	}

	/*promotion*/
	.promotion__item-wrap {
		max-width: 100%;
		min-width: 310px;
	}

	.promotion__inner {
		flex-wrap: nowrap;
		overflow-x: auto;
	}

	.promotion__item {
		box-shadow: none;
	}

	/*strategy*/
	.strategy__item span {
		position: absolute;
		left: 15px;
		top: 0;
	}

	.strategy__img {
		display: none;
	}

	.strategy__item {
		justify-content: center;
		padding: 10px 20px;
		border-radius: 3px;
	}

	/*pro page*/
	.pro .sheme__top {
		flex-direction: column;
	}

	.pro .sheme__top-actions-title {
		margin-left: 0;
		margin: 30px auto 10px;
		text-align: center;
	}

	.pro .sheme__top-actions {
		margin: auto;
	}

	.pro .pro__sheme p {
		font-size: 14px;
		line-height: 17px;
	}
}

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

	/* .footer{
		margin-bottom: 80px;
	} */
	/**/
	.header .popup-menu__inner {
		max-width: 320px;
	}

	.seo-promotion__link {
		font-size: 12px;
		line-height: 15px;
	}

	.header__main-content .header__phone {
		/* display: none; */
	}

	/**/
	.about {
		padding: 45px 0 45px;
	}

	.why-we,
	.first-screen__bottom {
		padding: 45px 0;
	}

	.first-screen__bottom:before {
		display: none;
	}

	.promotion,
	.audit,
	.questions {
		padding: 45px 0;
	}

	.seo-promotion {
		padding: 0 0 45px;
	}

	.strategy {
		padding: 50px 0 40px;
	}

	.certificates {
		padding: 50px 0;
	}

	.deadlines {
		padding: 0 0 70px;
	}

	.team {
		padding: 45px 0;
	}

	.team:before,
	.team:after {
		display: none;
	}

	.reviews {
		padding: 40px 0 45px;
	}

	.bottom-form-block .section-title {
		text-align: left;
	}

	/*footer*/
	.footer__contacts {
		align-items: flex-start;
	}

	.footer__inner {
		position: relative;
	}

	.footer__social {
		position: absolute;
		right: 0;
		top: 60px;
		flex-direction: column;
	}

	.footer .social-link:not(:last-child) {
		margin-right: 0;
		margin-bottom: 20px;
	}

	/*reviews*/
	.reviews__img-wrap,
	.reviews__img-slider-wrap {
		max-width: 280px;
	}

	.deadlines__item {
		flex-direction: column;
	}

	.deadlines__item-img {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 430px) {
	.pro .sheme__bottom {
		flex-direction: column;
	}

	.pro .sheme__bottom-item {
		margin: 0 auto 40px;
		position: relative;
	}

	.pro .sheme__bottom-item:after {
		content: ' ';
		display: block;
		width: 7px;
		height: 42px;
		background: url(/local/templates/lp_seo/css/../img/pro/switch.svg) center/contain no-repeat;
		position: absolute;
		bottom: -30px;
		left: calc(50% - 4px);
	}

	.pro .sheme__bottom-item:last-child {
		margin: 0 auto 20px;
	}

	.pro .sheme__bottom-item:last-child:after {
		display: none;
	}

	.second-screen__inner {
		min-height: 235px;
	}
}

@media only screen and (max-width: 360px) {
	.header__burger {
		margin-left: 19px;
	}

	.btn {
		font-size: 11px;
	}

	.first-screen__avtor {
		font-size: 18px;
	}

	.strategy__item span {
		line-height: 90px;
	}

	.bottom-form-block__content .bottom-form-block__text {
		position: relative;
	}

	.bottom-form-block__content .telegram {
		position: absolute;
		top: 5px;
		left: 160px;
	}

	.bottom-form-block__text span.fw-bold {
		max-width: 155px;
		display: block;
	}
}

/*==========  Mobile First Method  ==========*/
@media (min-width: 1020px) {}

@media (min-width: 1040px) {}

@media (min-width: 1660px) {}
/* End */


/* Start:/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/slick-theme.css?15953296633145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/./fonts/slick.eot');
    src: url('/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/./fonts/slick.woff') format('woff'), url('/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/animate.css?159534232074161*/
@charset "UTF-8";

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

Copyright (c) 2015 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%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

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

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

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

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

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

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

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

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

@-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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 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: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none;
	}

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

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

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

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

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

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

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

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

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

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

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

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

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

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

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

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

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

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

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

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

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

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

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

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

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

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

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

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

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

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

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

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

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

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
		-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) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

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

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

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

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

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

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

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

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

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.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) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0;
	}

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

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

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

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

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

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

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

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

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
	}
}

.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);
		transform: perspective(400px);
	}

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

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

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

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

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

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

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

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

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

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

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

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 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-animation-duration: .75s;
	animation-duration: .75s;
}

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

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

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

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

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

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		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: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}

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

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

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		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: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

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

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

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		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: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}

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

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

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		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: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}

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

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

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes hinge {
	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: rotate3d(0, 0, 1, 80deg);
		-ms-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 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%, 80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		-ms-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 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;
		opacity: 1;
	}

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

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

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

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

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

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

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

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

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

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

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

	50% {
		opacity: 1;
	}
}

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

	50% {
		opacity: 1;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	100% {
		opacity: 0;
	}
}

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

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

	100% {
		opacity: 0;
	}
}

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

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

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

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

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

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

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

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

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

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-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: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}

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

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

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-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: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
	}

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

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

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

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

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

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

@keyframes slideInDown {
	0% {
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		visibility: visible;
	}

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

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

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

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

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		visibility: visible;
	}

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

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

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

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

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		visibility: visible;
	}

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

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

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

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

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		visibility: visible;
	}

	100% {
		-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% {
		visibility: hidden;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* End */


/* Start:/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/media.css?159533031944504*/
/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1790px){
	/*---------About Page-------*/
	.all-team__item{
		max-width: 33%;
	}
}
@media only screen and (max-width : 1510px){
	/*-------About Page-------*/
	.about__img{
		-webkit-transform: scale(1.2);
		    -ms-transform: scale(1.2);
		        transform: scale(1.2);
	}
	.about-screen{
		background: #000;
	}
	.about-screen-inner{
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(0.01%, rgba(0, 0, 0, 0.1)), color-stop(71.12%, rgba(0, 0, 0, 0.99)));
		background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.1) 0.01%, rgba(0, 0, 0, 0.99) 71.12%);
		background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.1) 0.01%, rgba(0, 0, 0, 0.99) 71.12%);
	}
	/*---------Warranty Page-------*/
	.warranty__item{
		padding: 0 20px;
	}
	.warranty__title:before{
		margin: 0 20px 0 0;
	}
}
@media only screen and (max-width : 1440px){
	/*--------About--------*/
	.team__item{
		width: 33%;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.team__item-inner{
		max-width: 293px;
		padding: 20px 25px 0;
	}
	.team__name{
		max-width: 100%;
		margin: 0 0 10px 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}
	.team__position{
		text-align: center;
		max-width: 100%;
		-webkit-box-flex: initial;
		    -ms-flex: initial;
		        flex: initial;
	}
	/*-------About Page--------*/
	.all-team__item{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.all-team__wrap {
		padding: 40px 3vw 0;
	}
	.all-team__item{
		min-width: initial;
	}
	.all-team__item .team__item-inner{
		max-width: initial;
	}
	/*----------Portfolio Page---------*/
	.hover-link-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.hover-link:first-child {
		margin: 0 15px 10px 0;
	}
	.portfolio__item:nth-child(1) .hover-link-wrap, .portfolio__item:nth-child(7) .hover-link-wrap, 
	.portfolio__item:nth-child(9) .hover-link-wrap, .portfolio__item:nth-child(16) .hover-link-wrap, 
	.portfolio__item:nth-child(17) .hover-link-wrap, .portfolio__item:nth-child(23) .hover-link-wrap, 
	.portfolio__item:nth-child(27) .hover-link-wrap{
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		    -ms-flex-direction: initial;
		        flex-direction: initial;
	}

	/*--------Warranty Page------*/
	.warranty__title:before{
		width: 100px;
		height: 100px;
	}
}
@media only screen and (max-width : 1360px) {
	/*-----Menu-----*/
	.menu-right, .menu-left{
		display: none;
	}

}
@media only screen and (max-width : 1240px){
	/*------Portfolio------*/
	.portfolio-wrap{
		-ms-grid-rows: 260px 260px 260px;
		grid-template-rows: 260px 260px 260px;
	}
	.portfolio-wrap2{
		-ms-grid-rows: 260px 260px 260px 260px 260px 260px 260px 260px 260px 260px;
		grid-template-rows: 260px 260px 260px 260px 260px 260px 260px 260px 260px 260px;
	}
	.portfolio__item{
		overflow: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.portfolio__img-wrap{
		width: 100%;
	}
	/*---------Warranty---------*/
	.warranty__inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.warranty__title:before {
		width: 130px;
		height: 130px;
	}
	.warranty__item {
		padding: 0 20px 80px;
	}
	.warranty__info-wrap{
		height: 100%;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.warranty__info-hov{
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
	}
	.warranty__info-wrap:hover .warranty__info-hov{
		position: relative;
		margin: 10px 0 0 0;
	}
	.warranty__info-wrap:hover .warranty__info {
		opacity: 1;
	}
	/*-----------Contacts----------*/
	.contacts-wrap{
		padding: 10vh 2vw;
	}
	.contacts-inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.contacts-wrap .menu-form{
		margin: 0;
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.contacts-wrap .callback-block__info{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.map-wrapper{
		max-width: 40%;
	}
	.contacts-wrapper{
		max-width: 60%;
	}
	.representations__block{
		position: absolute;
		left: 0;
		width: 100%;
		padding: 0 2vw;
	}
	.contacts{
		padding: 0 0 350px 0;	
	}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/*------Menu------*/
	.nav-wrap{
		margin: 0 10vw 0 0;
	}

	/*----what-need----*/
	.what-need{
		min-height: -webkit-max-content;
		min-height: -moz-max-content;
		min-height: max-content;
		padding: 10vh 0;
	}
	.elem {
		width: 100%;
		padding: 30px 0;
    	position: relative;
	}
	.elem__hover{
		width: 100%;
		height: 100%;
		left: 0;
	}
	.elem-wrap{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.elem-inner{
		width: 100%;
		max-width: 450px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	/*------reviews-----*/
	.reviews__slider{
		width: calc(100% - 240px);
	}
	.reviews__img-slider{
		max-width: 240px;
		padding: 0 30px 0 0;
	}
	.warranty{
		padding: 8vh 4vw;
	}

	/*--------About Page-------*/
	.awards__slider-title{
		height: initial;
		margin: 0 auto 10px;
	}
	.about-page .about{
		padding: 0 0 5vw 0;
	}
}
@media only screen and (max-width : 1040px) {
	/*-----Menu-----*/
	.nav-wrap {
		margin: 0 5vw 0 0;
	}

	/*----------About-------------*/
	.team__item{
		width: 50%;
	}
	.about .screen-title{
		margin: 2vw 0 10vw 0;
	}

	/*------Footer-----*/
	.footer-inner{
		padding: 0 5vw;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	/*-----Menu-----*/
	.form-group{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.textarea-wrap{
		margin: 0 0 30px 0px;
	}
	.nav__ul{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	.logo-link{
		font-size: 24px;
	}
	.logo-link.midnightHeader {
		width: 87px;
	}

	/*----what-need----*/
	.what-need{
		padding: 10vh 10vw;
	}
	.elem{
		padding: 0;
		margin: 0 0 60px 0;
	}
	.elem:hover .elem__hover{
		display: none;
	}

	/*------About Page------*/
	.about-screen-inner{
		padding: 35vh 5vw 0 5vw;
	}

	/*-----------Portfolio--------*/
	.portfolio-wrap{
		grid-gap: 10px;
		-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		margin: 0 auto 10px;
		-ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px  1fr;
		grid-template-rows: 1fr 1fr 1fr  1fr;
	}
	.portfolio-wrap > *:nth-child(1){
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(2){
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(3){
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.portfolio-wrap > *:nth-child(4){
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(5){
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(6){
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
	.portfolio-wrap > *:nth-child(7){
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(8){
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(9){
		-ms-grid-row: 5;
		-ms-grid-column: 5;
	}
	.portfolio-wrap > *:nth-child(10){
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(11){
		-ms-grid-row: 7;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(12){
		-ms-grid-row: 7;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2{
		grid-gap: 10px;
		margin: 0 auto 10px;
		-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-rows: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.portfolio-wrap2 > *:nth-child(1){
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(2){
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(3){
		-ms-grid-row: 1;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(4){
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(5){
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(6){
		-ms-grid-row: 3;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(7){
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(8){
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(9){
		-ms-grid-row: 5;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(10){
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(11){
		-ms-grid-row: 7;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(12){
		-ms-grid-row: 7;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(13){
		-ms-grid-row: 9;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(14){
		-ms-grid-row: 9;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(15){
		-ms-grid-row: 9;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(16){
		-ms-grid-row: 11;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(17){
		-ms-grid-row: 11;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(18){
		-ms-grid-row: 11;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(19){
		-ms-grid-row: 13;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(20){
		-ms-grid-row: 13;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(21){
		-ms-grid-row: 13;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(22){
		-ms-grid-row: 15;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(23){
		-ms-grid-row: 15;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(24){
		-ms-grid-row: 15;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(25){
		-ms-grid-row: 17;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(26){
		-ms-grid-row: 17;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(27){
		-ms-grid-row: 17;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(28){
		-ms-grid-row: 19;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(29){
		-ms-grid-row: 19;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(30){
		-ms-grid-row: 19;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(31){
		-ms-grid-row: 21;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(32){
		-ms-grid-row: 21;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(33){
		-ms-grid-row: 21;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(34){
		-ms-grid-row: 23;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(35){
		-ms-grid-row: 23;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(36){
		-ms-grid-row: 23;
		-ms-grid-column: 5;
	}
	.portfolio-wrap2 > *:nth-child(37){
		-ms-grid-row: 25;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(38){
		-ms-grid-row: 25;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(39){
		-ms-grid-row: 25;
		-ms-grid-column: 5;
	}
	.portfolio-wrap>.portfolio__item:nth-child(1){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	.portfolio-wrap>.portfolio__item:nth-child(2){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.portfolio-wrap>.portfolio__item:nth-child(3){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
	}
	.portfolio-wrap>.portfolio__item:nth-child(4){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
		grid-row: 2/4;
	}
	.portfolio-wrap>.portfolio__item:nth-child(5){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.portfolio-wrap>.portfolio__item:nth-child(6){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.portfolio-wrap>.portfolio__item:nth-child(7){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	.portfolio-wrap>.portfolio__item:nth-child(8){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	/*2*/
	.portfolio-wrap2>.portfolio__item:nth-child(1){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(2){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(3){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(4){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
		grid-row: 2/4;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(5){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(6){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(7){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(8){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(9){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5/6;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(10){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 5;
		-ms-grid-row-span: 2;
		grid-row: 5/7;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(11){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(12){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 6;
		-ms-grid-row-span: 2;
		grid-row: 6/8;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(13){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(14){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(15){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 8;
		-ms-grid-row-span: 1;
		grid-row: 8/9;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(16){
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2/4;
		-ms-grid-row: 8;
		-ms-grid-row-span: 1;
		grid-row: 8/9;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(17){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 9;
		-ms-grid-row-span: 1;
		grid-row: 9/10;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(18){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 10;
		-ms-grid-row-span: 1;
		grid-row: 10/11;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(19){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 9;
		-ms-grid-row-span: 2;
		grid-row: 9/11;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(20){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 11;
		-ms-grid-row-span: 1;
		grid-row: 11/12;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(21){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 11;
		-ms-grid-row-span: 1;
		grid-row: 11/12;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(22){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 10;
		-ms-grid-row-span: 2;
		grid-row: 10/12;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(23){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 12;
		-ms-grid-row-span: 1;
		grid-row: 12/13;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(24){
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 12;
		-ms-grid-row-span: 1;
		grid-row: 12/13;
	} 
	.portfolio-wrap2>.portfolio__item:nth-child(25){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 13;
		-ms-grid-row-span: 1;
		grid-row: 13/14;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(26){
		display: none;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(27){
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2/4;
		-ms-grid-row: 13;
		-ms-grid-row-span: 1;
		grid-row: 13/14;
	} 
	/*-------Footer-------*/
	.footer__column{
		padding: 0 0 0 20px;
	}
	.footer__column:nth-child(1){
		padding: 0;
	}
	.footer__info {
		max-width: 270px;
	}

	/*----------Contacts----------*/
	.contacts-wrapper, .map-wrapper{
		width: 50%;
		max-width: initial;
	}

}
@media only screen and (max-width : 880px){

	/*-------First screen----*/
	.first-screen__top{
		display: none;
	}
	
	/*------About------*/
	.about .screen-title {
		margin: 0vw 0 5vw 0;
	}

	/*--------About Page------*/
	.about-page .screen-title {
		margin: 2vw 0 5vw 0;
	}
	/*---------Contacts--------*/
	.requisites{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;	
	}
	.requisites__block{
		max-width: 100%;
		padding: 0;
	}
	.requisites__block:nth-child(1){
		margin: 0 0 10px 0;
	}

	/*--------Services Page--------*/
	.services-page{
		overflow: hidden;
		position: relative;
	}
	.tabs{
		position: relative;
	}
	.table{
		position: absolute;
		right: 0;
		top: 0;
		-webkit-transform: translate(100%, 0);
		    -ms-transform: translate(100%, 0);
		        transform: translate(100%, 0);
		background: #FCFCFC;
		opacity: 0;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.tabs__left, .table{
		width: 70%;
	}
	.table.active{
		-webkit-transform: translate(0, 0);
		    -ms-transform: translate(0, 0);
		        transform: translate(0, 0);
		opacity: 1;
		left: 0;
	}
	.back{
		display: block;
		width: 20px;
		height: 10px;
		background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/icon/prev.svg) center/contain no-repeat;
		margin: 0 0 20px 0;
	}
	.services-page:before{
		content: ' ';
		width: 30%;
		position: absolute;
		display: block;
		height: calc(100% - 80px);
		right: 0;
		top: 80px;
		background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/1.jpg) center/cover no-repeat;
		z-index: 2;
	}
}
@media only screen and (max-width : 800px){
	/*----what need---*/
	.what-need {
		padding: 100px 10vw 5vh;
	}
	/*----Portfolio------*/
	.portfolio-wrap1{
		-ms-grid-rows: 243px 243px 243px 243px;
		grid-template-rows: 243px 243px 243px 243px;
	}
	.portfolio-wrap2{
		-ms-grid-rows: 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px 10px 243px;
		grid-template-rows: 243px 243px 243px 243px 243px 243px 243px 243px 243px 243px 243px 243px 243px;
	}
	.portfolio {
		padding: 100px 5vw 5vh;
	}
	/*-----About-----*/
	.about {
		padding: 100px 0 5vh;
	}
	/*-----Reviews-----*/
	.warranty {
		padding: 100px 4vw 100px;
	}
	/*------Callback section-----*/
	.callback-block{
		padding: 100px 4vw 5vh;
	}
	.callback-block__form{
		margin: 0 0 0 7vw;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.burger{
		top: 33px;
	}
	/*-------First Screen-----*/
	.first-screen__callback .callback{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: absolute;
		bottom: 20vh;
		width: 258px;
		height: 50px;
		font-size: 20px;
		line-height: 23px;
		left: calc(50% - 129px);
    	margin: 0;
	}
	.main-slide__text{
		padding: 0 0 20vh 0;
	}
	
	.callback-wrap .callback{
		visibility: hidden;
		opacity: 0;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	.scroll .callback-wrap .callback{
		visibility: visible;
		opacity: 1;
	}
	.menu-top{
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.scroll .menu-top, .about-page .menu-top{
		top: 0px;
		padding: 15px 30px;
		height: 60px;
		background: #fcfcfc;
		-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
		        box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	}
	.scroll .burger{
		top: 15px;
	}
	.open-menu .menu-top{
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	/*-----Form-----*/
	.form-submit{
		width: 258px;
		height: 50px;
		font-size: 20px;
		line-height: 23px;
	}
	/*----what-need----*/
	.elem {
		width: 100%;
	}
	/*--------About Page------*/
	.about-page .header{
		height: 61px;
		background: #FCFCFC;
		position: relative;
	}
	
	.logo-link.midnightHeader{
		top: 20px !important;
	}
	.burger.midnightHeader{
		top: 17px !important;
	}
	.callback.midnightHeader{
		top: 16px !important;
	}
	.about__img-wrap{
		top: 61px;
	}
	.about__img{
		-webkit-transform: scale(1.2) !important;
		    -ms-transform: scale(1.2) !important;
		        transform: scale(1.2) !important;
	}
	.about-screen{
		min-height: calc(100vh - 61px);
		height: calc(100vh - 61px);
	}
	.about-screen-inner{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		height: calc(100vh - 61px);
	}
	.about-screen-inner {
		padding: 0vh 5vw 50px 5vw;
	}
	.about-page .awards {
		padding: 5vh 3vw;
		background: #0D0D0D;
		color: #fff;
	}
	.about-page .awards__slider-1 .slick-next:before,
	.about-page .awards__slider-2 .slick-next:before,
	.about-page .awards__slider-3 .slick-next:before{
		background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/icon/next-w.svg) center/contain no-repeat;
	}
	.about-page .awards__slider-1 .slick-prev:before,
	.about-page .awards__slider-2 .slick-prev:before,
	.about-page .awards__slider-3 .slick-prev:before{
		background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/icon/prev-w.svg) center/contain no-repeat;
	}
	/*----------Warranty---------*/
	.warranty__info-hov{
		position: relative;
		margin: 10px 0 0 0;
		opacity: 1;
		text-align: left;
	}
}
@media only screen and (max-width : 767px){
	/*--------About Page-----*/
	.all-team__item {
		max-width: 50%;
	}
	/*-------Contacts--------*/
	.representations__item{
		min-width: 190px;
	}
	.representations{
		overflow-x: auto;
	}
}
@media only screen and (max-width : 710px){
	/*-----Portfolio-----*/
	.portfolio-wrap{
		-ms-grid-rows: 190px 8px 190px 8px 190px 8px 190px;
		grid-template-rows: 190px 190px 190px 190px;
		grid-gap: 8px
	}
	.portfolio-wrap2{
		-ms-grid-rows: 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px 8px 190px;
		grid-template-rows: 190px 190px 190px 190px 190px 190px 190px 190px 190px 190px 190px 190px 190px;
		grid-gap: 8px
	}
	/*------Reviews------*/


}
@media only screen and (max-width : 670px){
	/*--------Menu-------*/
	.popup-menu__inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.ul-group{
		margin: 5vh 0;
	}
	/*--------portfolio------*/
	.portfolio-wrap{
		-ms-grid-rows: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 8px 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.portfolio-wrap > *:nth-child(1){
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(2){
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(3){
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(4){
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(5){
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(6){
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(7){
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(8){
		-ms-grid-row: 7;
		-ms-grid-column: 3;
	}
	.portfolio-wrap > *:nth-child(9){
		-ms-grid-row: 9;
		-ms-grid-column: 1;
	}
	.portfolio-wrap > *:nth-child(10){
		-ms-grid-row: 9;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 {
		-ms-grid-rows: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		-ms-grid-columns: 1fr 8px 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.portfolio-wrap2 > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(4) {
		-ms-grid-row: 3;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(5) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(6) {
		-ms-grid-row: 5;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(7) {
		-ms-grid-row: 7;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(8) {
		-ms-grid-row: 7;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(9) {
		-ms-grid-row: 9;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(10) {
		-ms-grid-row: 9;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(11) {
		-ms-grid-row: 11;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(12) {
		-ms-grid-row: 11;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(13) {
		-ms-grid-row: 13;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(14) {
		-ms-grid-row: 13;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(15) {
		-ms-grid-row: 15;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(16) {
		-ms-grid-row: 15;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(17) {
		-ms-grid-row: 17;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(18) {
		-ms-grid-row: 17;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(19) {
		-ms-grid-row: 19;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(20) {
		-ms-grid-row: 19;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(21) {
		-ms-grid-row: 21;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(22) {
		-ms-grid-row: 21;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(23) {
		-ms-grid-row: 23;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(24) {
		-ms-grid-row: 23;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(25) {
		-ms-grid-row: 25;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(26) {
		-ms-grid-row: 25;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(27) {
		-ms-grid-row: 27;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(28) {
		-ms-grid-row: 27;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(29) {
		-ms-grid-row: 29;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(30) {
		-ms-grid-row: 29;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(31) {
		-ms-grid-row: 31;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(32) {
		-ms-grid-row: 31;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(33) {
		-ms-grid-row: 33;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(34) {
		-ms-grid-row: 33;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(35) {
		-ms-grid-row: 35;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(36) {
		-ms-grid-row: 35;
		-ms-grid-column: 3;
	}
	.portfolio-wrap2 > *:nth-child(37) {
		-ms-grid-row: 37;
		-ms-grid-column: 1;
	}
	.portfolio-wrap2 > *:nth-child(38) {
		-ms-grid-row: 37;
		-ms-grid-column: 3;
	}
	.portfolio-wrap>.portfolio__item:nth-child(1){
		display: none;
	}
	.portfolio-wrap>.portfolio__item:nth-child(2){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.portfolio-wrap>.portfolio__item:nth-child(3){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		grid-row: 3/5;
	}
	.portfolio-wrap>.portfolio__item:nth-child(4){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
	}
	.portfolio-wrap>.portfolio__item:nth-child(5){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	.portfolio-wrap>.portfolio__item:nth-child(6){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.portfolio-wrap>.portfolio__item:nth-child(7){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5/6;
	}
	.portfolio-wrap>.portfolio__item:nth-child(8){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	/*2*/
	.portfolio-wrap2>.portfolio__item:nth-child(1){
		display: none;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(2){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(3){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 2;
		grid-row: 3/5;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(4){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(5){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(6){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(7){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5/6;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(8){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(9){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 9;
		-ms-grid-row-span: 1;
		grid-row: 9/10;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(10){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 7;
		-ms-grid-row-span: 2;
		grid-row: 7/9;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(11){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(12){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 7;
		-ms-grid-row-span: 2;
		grid-row: 7/9;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(13){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 10;
		-ms-grid-row-span: 1;
		grid-row: 10/11;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(14){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(15){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 11;
		-ms-grid-row-span: 1;
		grid-row: 11/12;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(16){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 14;
		-ms-grid-row-span: 1;
		grid-row: 14/15;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(17){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 16;
		-ms-grid-row-span: 1;
		grid-row: 16/17;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(18){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 15;
		-ms-grid-row-span: 1;
		grid-row: 15/16;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(19){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 10;
		-ms-grid-row-span: 2;
		grid-row: 10/12;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(20){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 12;
		-ms-grid-row-span: 1;
		grid-row: 12/13;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(21){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 13;
		-ms-grid-row-span: 1;
		grid-row: 13/14;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(22){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 12;
		-ms-grid-row-span: 2;
		grid-row: 12/14;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(23){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 17;
		-ms-grid-row-span: 1;
		grid-row: 17/18;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(24){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 15;
		-ms-grid-row-span: 1;
		grid-row: 15/16;
	} 
	.portfolio-wrap2>.portfolio__item:nth-child(25){
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 18;
		-ms-grid-row-span: 1;
		grid-row: 18/19;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(26){
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 18;
		-ms-grid-row-span: 1;
		grid-row: 18/19;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.portfolio-wrap2>.portfolio__item:nth-child(27){
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 19;
		-ms-grid-row-span: 1;
		grid-row: 19/20;
	} 
	.portfolio__hover{
		padding: 15px 8px 15px 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.hover-link:after{
		margin: 0 0 0 5px;
		width: 13px;
		height: 13px;
	}
	.hover-title{
		margin: 0 0 10px 0;
	}
	.portfolio__item:nth-child(1) .hover-link-wrap, .portfolio__item:nth-child(7) .hover-link-wrap, 
	.portfolio__item:nth-child(9) .hover-link-wrap, .portfolio__item:nth-child(16) .hover-link-wrap, 
	.portfolio__item:nth-child(17) .hover-link-wrap, .portfolio__item:nth-child(23) .hover-link-wrap, 
	.portfolio__item:nth-child(27) .hover-link-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.portfolio__item:nth-child(1) .portfolio__hover, .portfolio__item:nth-child(7) .portfolio__hover, 
	.portfolio__item:nth-child(9) .portfolio__hover, .portfolio__item:nth-child(16) .portfolio__hover, 
	.portfolio__item:nth-child(17) .portfolio__hover, .portfolio__item:nth-child(23) .portfolio__hover, 
	.portfolio__item:nth-child(27) .portfolio__hover{
		width: calc(50% - 4px);
		height: 100%;
	}
	.portfolio__item:nth-child(5) .portfolio__hover, .portfolio__item:nth-child(6) .portfolio__hover, 
	.portfolio__item:nth-child(2) .portfolio__hover, .portfolio__item:nth-child(8) .portfolio__hover, 
	.portfolio__item:nth-child(11) .portfolio__hover, .portfolio__item:nth-child(14) .portfolio__hover, 
	.portfolio__item:nth-child(13) .portfolio__hover,
	.portfolio__item:nth-child(15) .portfolio__hover, .portfolio__item:nth-child(20) .portfolio__hover, 
	.portfolio__item:nth-child(21) .portfolio__hover, .portfolio__item:nth-child(18) .portfolio__hover, 
	.portfolio__item:nth-child(24) .portfolio__hover, .portfolio__item:nth-child(25) .portfolio__hover, 
	.portfolio__item:nth-child(26) .portfolio__hover{
		height: 100%;
	}
	.portfolio__item:nth-child(3) .portfolio__hover, .portfolio__item:nth-child(4) .portfolio__hover, 
	.portfolio__item:nth-child(10) .portfolio__hover, .portfolio__item:nth-child(12) .portfolio__hover, 
	.portfolio__item:nth-child(19) .portfolio__hover, .portfolio__item:nth-child(22) .portfolio__hover{
		height: calc(50% - 4px);
	}
	/*-------About------*/
	.about-inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.about__photo, .about__info {
		width: 100%;
	}
	.about__photo-slider{
		max-width: 100%;
		max-height: 345px;
		overflow: hidden;
	}
	.about__info{
		padding: 0 30px;
	}
	.about__slider {
		max-width: 100%;
		padding: 0;
	}
	.about .screen-title{
		position: absolute;
		top: 0;
	}
	.about-inner{
		position: relative;
		padding: 130px 0 0 0;
	}
	.slick-dotted.slick-slider{
		margin-top: 30px;
	}
	.team__item {
		width: 100%;
	}


	/*-----Rewiews-----*/
	.slider-wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.reviews__slider {
		width: 100%;
	}
	.reviews__img-slider{
		max-width: 280px;
		margin: auto;
		padding: 0;
	}
	
	/*------Callback section-----*/
	.callback-block-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.callback-block__info{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		max-width: 280px;
		margin: 40px auto;
	}
	.callback-block__form{
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin: auto;
	}

	/*-------Footer-------*/
	.footer-inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.footer__column{
		padding: 0 0 30px 0;
	}
	.footer__column:nth-child(1){
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
	}
	.footer__column:nth-child(2){
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.footer__column:nth-child(3){
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.footer__ul{
		-webkit-column-count: 3;
		   -moz-column-count: 3;
		        column-count: 3;
	}
	.item-download{
		margin: 0 0 40px 0;
	}
	.footer__info {
		max-width: 100%;
		margin: 20px 0 0 0;
	}

	/*-----------Warranty Page----------*/
	.warranty__title:before {
		width: 60px;
		height: 60px;
	}

	/*--------Contacts-------*/
	.contacts{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.contacts-wrapper{
		width: 100%;
	}
	.map-wrapper{
		display: none;
	}
	.callback-block__info{
		max-width: 380px;
	}
	.map-mini{
		display: block;
	}
	.contacts__block {
		margin: 40px 0 0 0;
	}
	.subtitle2{
		font-size: 24px;
		line-height: 28px;	
	}
	.contacts-wrap{
		padding: 10vh 4vw;
	}
	.contacts__link{
		font-size: 18px;
	line-height: 21px;
	}
	/*---------Services------------*/
	.warranty:before{
		display: none;
	}
	.tabs__left, .table{
		width: 100%;
	}
}
@media only screen and (max-width : 560px){
	/*----------About Page-------*/
	.all-team__item {
		max-width: 100%;
	}
	.all-team__item {
		width: 240px;
		min-width: 240px;	
		max-width: initial;
	}
	.all-team__inner{
		overflow-x: auto;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	
	.about-screen-inner {
		padding: 0vh 5vw 30px 5vw;
	}
	.about-screen__down{
		margin: 20px 0 0 0
	}
}
@media only screen and (max-width : 530px) {
	/*-------First Screen-----*/
	.first-screen__bottom{
		display: none !important;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	/*--------*/
	.screen-title{
		text-align: left;
	}

	/*------Footer-------*/
	.footer__ul{
		-webkit-column-count: 2;
		   -moz-column-count: 2;
		        column-count: 2;
	}

	/*-------About Page------*/
	.awards__slider-2, .awards__slider-3{
		max-width: 280px;
	}
	.about .subtitle{
		padding: 0 5vw;
		text-align: left;
	}
	/*---------Warranty---------*/
	.warranty__text{
		text-align: left;
	}
	.warranty__item {
		padding: 0 0px 80px;
	}
	/*--------Contacts-------*/
	.subtitle2{
		text-align: left;
	}
}
@media only screen and (max-width : 390px){
	/*------Contacts-------*/
	.representations .slick-prev, .representations .slick-next{
		top: 25%;
	}
	.representations .slick-prev {
		left: 10px;
	}
	.representations .slick-next {
		right: 10px;
	}
	.representations .slick-prev:before, .representations .slick-next:before{
		content: ' ';
		display: block;
		width: 20px;
		height: 40px;
	}
	.representations .slick-prev:before{
		background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/icon/Prev1.svg) center/contain no-repeat;
	}
	.representations .slick-next:before{
		background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/icon/Next1.svg) center/contain no-repeat;
	}
}
@media only screen and (max-width : 380px){
	/*-----menu-----*/
	.header .callback {display: none;}
	.popup-menu__inner{
		padding: 10vh 10px;
	}
	.nav-wrap{
		margin: 0;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	.main-slide__text{
		font-size: calc(10vw + 2px);
		line-height: 12.5vw;
	}
	.screen-title{
		font-size: calc(2.7vw + 44px);
		line-height: calc(3.2vw + 51px);
	}
	.subtitle{
		font-size: calc(7.1vw + 17px);
		line-height: calc(8.4vw + 10px);
	}
	.about__slide-title{
		font-size: calc(0.8vw + 18px);
		line-height: calc(1.1vw + 19px);
	}
	.reviews__slide-p{
		font-size: calc(0.1vw + 17px);
		line-height: calc(0.1vw + 20px);
	}

	.nav__link{
		font-size: calc(3.1vw + 24px);
		line-height: calc(3.5vw + 29px);
	}

	/*.reviews__slide-p{
		font-size: calc(17.4vw - 14px);
		line-height: calc(20.5vw - 15px);
	}*/
	.big-title{
		font-size: calc(5.2vw + 62px);
		line-height: calc(6vw + 95px);
	}
	.tabs__title{
		font-size: calc(0.8vw + 30px);
		line-height: calc(4.2vw + 24px);
	}
	.tabs__content-title{
		font-size: calc(3.5vw + 20px);
		line-height: calc(4.2vw + 24px);
	}

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.main-slide__text{
		font-size: calc(8.5vw + 17px);
		line-height: calc(9.9vw + 20px);
	}
	.screen-title{
		font-size: calc(2.7vw + 44px);
		line-height: calc(3.2vw + 51px);
	}
	.subtitle{
		font-size: calc(2vw + 33px);
		line-height: calc(2.4vw + 38px);
	}
	
	.nav__link{
		font-size: 48px;
		line-height: 56px;
	}

	.big-title{
		font-size: calc(5.2vw + 80px);
		line-height: calc(6vw + 95px);
	}
	.tabs__content-title{
		font-size: 48px;
    	line-height: 56px;
	}
	.tabs__title{
		font-size: 36px;
		line-height: 56px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
/* End */


/* Start:/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/seo-style.css?161570060227659*/
html, body{
	min-width: 980px;
}
body {
	position: relative;
	font-size: 20px;
	line-height: 160%;
	font-family: "Montserrat", sans-serif;
	background-color: #ffffff;
	color: #363636;
	margin: auto;
	/* overflow-x: hidden; */
}
/*--Main style--*/
.main-indent{
	margin: 120px 0;
}
/*text style*/
.seo__h1{
	font-weight: 900;
	font-size: 78px;
	line-height: 91px;
	margin: 5px 0;
}
.seo__link-site{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	display: block;
	margin: 0 0 30px 0;
	color: #ffffff;
	text-decoration: underline;
}
.seo__subtitle{
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	max-width: 1462px;
	margin: 0 auto;
}
.h2, .h3{
	font-weight: 900;
	font-size: 52px;
	line-height: 61px;
	color: #010101;
	margin: 60px 0 40px 0;
}
.h2{
	letter-spacing: -0.02em;
	text-transform: uppercase;
}
.seo__feedback__title{
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	color: #000000;
	text-align: center;
	margin: 0 0 70px 0;
}
.seo__block-inner{
	max-width: 867px;
	margin: auto;
}
/*--color style--*/
.light{
	color: #ffffff;
}
/*---First screen---*/
.seo__first-screen{
	height: 556px;
	background: rgba(24, 24, 24, 0.6);
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}
.pos-relative{
	position: relative;
}
.absolute__img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	height: 100%;
}
/*----block-1---*/
.block-img{
	position: absolute;
}
.seo__block-1 ol li,
.seo__block-7 ol li,
.megaterem .seo__block-1 ol li,
.megaterem .seo__block-10 li{
	list-style-type: decimal;
	list-style-position: inside;
}
/*---block-2---*/
.seo__ul > li{
	margin: 0 0 25px 0;
	display: flex;
}
.seo__block-2 .seo__ul > li{
	font-size: 20px;
	line-height: 145%;
}
.seo__ul > li:before{
	content: ' ';
	display: block;
	width: 20px;
	height: 15px;
	flex: none;
	margin: 6px 12px 0 0;
}
/*---block-4---*/
.seo__block-4 .seo__ul > li{
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
}
.seo__block-4 .seo__ul > li:before,
.megaterem .seo__block-2 .seo__ul > li:before,
.freetime-msk .seo__block-2 .seo__ul > li:before,
.mossipstroy .seo__block-2 .seo__ul > li:before,
.ovc .seo__block-2 .seo__ul > li:before,
.esmontaj .seo__block-2 .seo__ul > li:before,
.foraconsult .seo__block-2 .seo__ul > li:before,
.margroid .seo__block-2 .seo__ul > li:before,
.margroid .seo__block-4 .seo__ul > li:before,
.dubki .seo__block-2 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
}
/*---block-5---*/
.seo__block-5 .img-wrap{
	margin: 40px auto 0;
	text-align: center;
}
/*---block-6---*/
.seo__ol > li{
	margin: 0 0 20px 0;
	position: relative;
}
.seo__ol {
	counter-reset: num;
}
.seo__ol > li:before{
	content: counter(num) ". ";
	counter-increment: num;
	position: absolute;
	left: 0;
	font-weight: 900;
	font-size: 40.2857px;
}
.seo__block-6 .seo__ol > li:before{
	left: -75px;
}
.seo__block-6__inner{
	width: 100%;
}	
.seo__block-6 ul{
	padding: 0 0 0 25px;
}
.seo__block-6 ul>li{
	list-style-type: disc;
}
/*---block 7---*/
.seo__block-7 .img-wrap{
	margin: 0 170px 0 80px;
}
.seo__block-7 .seo__block-inner{
	margin: auto auto auto 0;
}
.seo__block-7 ol li{
	/* list-style-type: decimal;
	list-style-position: inside; */
	margin: 0 0 30px 0;
}
/*---block 8---*/
.seo__block-8{
	padding-bottom: 100px;
}
/*---block 9---*/
.seo__block-9 .seo__block-inner{
	padding: 35px 0 50px 0;
	text-align: center;
}
.block-9__img-wrap{
	width: fit-content;
	margin: auto;
}
.block-9__img{
	margin: 0 15px;
	box-shadow: 0 2px 10px rgba(17, 17, 17, 0.1);
	height:	318px;
}
.block-9__img-wrap .block-9__img:nth-child(2){
	margin-top: 30px;
}
.block-9__img-wrap .block-9__img:nth-child(3){
	margin-top: 60px;
}
/*---block 10---*/
.seo__block-10 p,
.seo__block-10 ul{
	max-width: 868px;
	margin: 20px auto;
}
.seo__block-10-list{
	font-weight: 900;
font-size: 40.2857px;
line-height: 47px;
color: #4190C7;
margin: 0 25px 0 0;
}

.seo__block-10__inner{
	margin: 80px;
	justify-content: space-between;
	font-style: italic;
}

.seo__block-10__img{
	margin: 40px auto 80px;
	text-align: center;
}
.seo-slider-wrap{
	width: 1031px;
	/* height: 816px; */
	margin: 60px auto;
	/* left: -147px;
	position: relative; */
}
.seo-slider .slick-prev:before,
.seo-slider .slick-next:before{
	content: ' ';
	width: 15px;
	height: 30px;
	opacity: 1;
	display: block;
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/next2.svg) center/contain no-repeat;
}
.seo-slider .slick-prev:before{
	transform: rotate(180deg);
}
.seo-slider .slick-prev,
.seo-slider .slick-next{
	width: 15px;
	height: 30px;
}
.seo-slider .slick-prev{
left: -45px;
}
.seo-slider .slick-next{
right: -45px;
}
.green,
.red{
	font-weight: 500;
}
.green{
	color: #008A2F;
}
.red{
	color: #B50000;
}
.seo__block-10 ul li{
	list-style-type: disc;
	list-style-position: inside;
	padding: 0 0 0 20px;
}
.dubki .seo__block-10 .seo-slider-4 .slick-prev{
	left: 0;
}
.dubki .seo__block-10 .seo-slider-4 .slick-next{
	right: 0;
}
.seo__block-10 .seo-slider-4 .slick-next:before{
	-webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
/**/
.callback-block__form{
	margin: 0 auto 110px;
}
.seo__feedback .form-submit{
	border: 1px solid #000;
	background-color: #ffffff;
	color: #000;
}
/*---sea legends---*/
.sea-legends .seo__block-1 .block-img{
	left: 0;
	top: 0
}
/*2*/
.sea-legends .seo__block-2{
	padding: 2px 0 157px 0;
}
.sea-legends .seo__block-2 .seo__ul > li:before{
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-blue.svg) center/contain no-repeat;
}
/*3*/
.sea-legends .seo__block-3 .block-img{
	right: 50px;
	top: calc(50% - 174px);
	z-index: 1;
}
.sea-legends .block-3__circle{
	position: absolute;
	background: rgba(154, 214, 255, .4);
	width: 352px;
	height: 352px;
	border-radius: 50%;
	right: 50px;
	z-index: 0;
	top: calc(50% - 174px);
}
/*4*/
.sea-legends .seo__block-4 .block-img{
	right: 40px;
	bottom: 40px;
}
.sea-legends .seo__block-4{
	padding: 100px 0 225px 0;
	height: 850px;
}
/*6*/
.sea-legends .seo__block-6{
	background: #F3FAFF;
	min-height: 1315px;
}
.sea-legends .seo__block-6 .img-wrap{
	top: -75px;
}
.sea-legends .seo__ol > li:before{
	color: #4190C7;
	left: -75px;
}
/*7*/
.sea-legends .seo__block-7{
	padding: 150px 0 90px 0;
}
/*8*/
.sea-legends .seo__block-8 .img-wrap{
	margin: 0 56px 0 0;
}
/*10*/

/* .sea-legends .seo__block-10 .seo__ol>li{
	max-width: 866px;
	margin: 0 auto 30px;
	padding: 0 0 0 75px;
}
.sea-legends .seo__block-10 .seo__ol > li:before{
	left: 0;
} */

/* .seo__block-10__big-img,
.seo__block-10__inner{
	position: relative;
	left: -525px;
	margin: 60px 0;
} */

/*seo__feedback*/
.sea-legends .seo__feedback:before,
.sea-legends .seo__feedback:after{
	width: 698px;
	height: 567px;
	content: ' ';
	display: block;
	position: absolute;
	bottom: -40px;
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/fish.svg) center/cover no-repeat;
}
.sea-legends .seo__feedback:before{
	left: 0;
}
.sea-legends .seo__feedback:after{
	right: 0;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
/**/

/*---Freetime msk---*/
/*1*/
.freetime-msk .seo__block-1 .block-img,
.esmontaj .seo__block-1 .block-img{
	left: 30px;
}
/*2*/
.freetime-msk .seo__block-2,
.mossipstroy .seo__block-2,
.ovc .seo__block-2,
.esmontaj .seo__block-2,
.foraconsult .seo__block-2,
.margroid .seo__block-2,
.megaterem .seo__block-2  {
	padding: 203px 0 117px 0;
} 
/* .freetime-msk .seo__block-2 .seo__ul > li:before,
.mossipstroy .seo__block-2 .seo__ul > li:before,
.ovc .seo__block-2 .seo__ul > li:before,
.esmontaj .seo__block-2 .seo__ul > li:before,
.foraconsult .seo__block-2 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.freetime-msk .seo__block-2 .block-img:nth-child(3){
	left: 115px;
	bottom: 140px;
}
.freetime-msk .seo__block-2 .block-img:nth-child(4){
	right: 0;
	top: -268px;
}
.freetime-msk .seo__block-2 .block-img:nth-child(5){
	right: 42px;
	bottom: 110px;
}
/*3*/
.freetime-msk .seo__block-3 .block-img:nth-child(2){
	left: 54px;
	top: 58px;
	z-index: 2;
}
.freetime-msk .seo__block-3 .block-img:nth-child(3){
	left: 52px;
	top: 224px;
	z-index: 0;
}
/*4*/
.freetime-msk .seo__block-4,
.esmontaj .seo__block-4{
	padding: 100px 0 225px 0;
	height: 924px;
}
.freetime-msk .seo__block-4 .block-img{
	right: 292px;
	top: 84px;
}
/*5*/
.freetime-msk .seo__block-5,
.mossipstroy .seo__block-5,
.esmontaj .seo__block-5{
	margin-bottom: 220px;
}
/*6*/
.freetime-msk .seo__block-6{
	background: #292A2C;
	min-height: 1238px;
}
.freetime-msk .seo__ol > li:before,
.freetime-msk .seo__block-10-list {
	color: #BF0100;
}
.freetime-msk .seo__block-6 .img-wrap,
.mossipstroy .seo__block-6 .img-wrap,
.foraconsult .seo__block-6 .img-wrap {
	top: -108px;
	left: 80px;
}
/*7*/
.freetime-msk .seo__block-7,
.mossipstroy .seo__block-7,
.ovc .seo__block-7,
.esmontaj .seo__block-7{
	padding: 218px 0 80px 0;
}
/*8*/
.freetime-msk .seo__block-8 .img-wrap,
.mossipstroy .seo__block-8 .img-wrap,
.ovc .seo__block-8 .img-wrap,
.esmontaj .seo__block-8 .img-wrap{
	margin: 60px 80px 0 0;
}
/**/
.freetime-msk .seo__feedback .img-wrap{
	bottom: -109px;
	height: 699px;
	left: 71px;
	position: absolute;
	mix-blend-mode: multiply;
}

/*---mossipstroy---*/
/*1*/
.mossipstroy .seo__block-1 .block-img,
.ovc .seo__block-1 .block-img{
	left: 120px;
	top: 80px;
}
/*2*/
/* .mossipstroy .seo__block-2 {
	padding: 203px 0 117px 0;
} */
/* .mossipstroy .seo__block-2 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.mossipstroy .seo__block-2 .block-img:nth-child(3){
	left: 76px;
	bottom: 59px;
}
.mossipstroy .seo__block-2 .block-img:nth-child(4){
	right: 0;
	top: -108px;
}
.mossipstroy .seo__block-2 .block-img:nth-child(5){
	right: 0;
	bottom: 0;
}
/*4*/
.mossipstroy .seo__block-4{
	padding: 100px 0 225px 0;
	height: 924px;
}
/*5*/
/* .mossipstroy .seo__block-5{
	margin-bottom: 220px;
} */
/*6*/
.mossipstroy .seo__block-6,
.ovc .seo__block-6{
	background: #0077CF;
	min-height: 1350px;
}
.mossipstroy .seo__ol > li:before,
.ovc .seo__ol > li:before {
	color: #FCB100;
}

.ovc .seo__block-6 .img-wrap,
.esmontaj .seo__block-6 .img-wrap {
	/* top: -108px; */
	margin: 0 0 0 70px;
}
/*7*/
/* .mossipstroy .seo__block-7{ 
	padding: 218px 0 80px 0;
}*/
/*8*/
/* .mossipstroy .seo__block-8 .img-wrap{
	margin: 60px 80px 0 0;
} */
.mossipstroy .seo__block-10-list,
.ovc .seo__block-10-list,
.esmontaj .seo__block-10-list{
	color: #4190C7;
}
/**/
.mossipstroy .seo__feedback .img-wrap{
	bottom: -106px;
	height: 619px;
	right: 0;
	position: absolute;
}


/*---ovc---*/
/*1*/
/* .ovc .seo__block-1 .block-img{
	left: 120px;
	top: 80px;
} */
/*2*/
/* .ovc .seo__block-2 {
	padding: 203px 0 117px 0;
}
.ovc .seo__block-2 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.ovc .seo__block-2 .block-img:nth-child(3){
	left: 0;
	bottom: 58px;
}
.ovc .seo__block-2 .block-img:nth-child(3) img{
	display: block;
	height: auto;
}
.ovc .seo__block-2 .block-img:nth-child(4){
	right: 48px;
	top: -180px;
}
.ovc .seo__block-2 .block-img:nth-child(5){
	right: 40px;
	bottom: 148px;
}
/*3*/
.ovc .seo__block-3 .block-img{
	right: 23px;
	bottom: -300px;
}
/*4*/
.ovc .seo__block-4 .seo__block-inner{
	margin: 0 0 0 auto;
}
.ovc .seo__block-4{
	padding: 100px 0 225px 0;
	height: 930px;
}
/*5*/
.ovc .seo__block-5{
	margin-bottom: 215px;
}
.ovc .seo__block-5 .block-img{
	right: 0;
	bottom: -70px;
}
/*6*/
 .ovc .seo__block-6{
	min-height: 1553px;
	padding-bottom: 20px;
}
.ovc .seo__block-6 .img-wrap {
	top: -100px;
	/* margin: 0 0 0 70px; */
}
/*7*/
/* .ovc .seo__block-7{ 
	padding: 218px 0 80px 0;
} */
/*8*/
/* .ovc .seo__block-8 .img-wrap{
	margin: 60px 80px 0 0;
} */
/* .ovc .seo__block-10-list{
	color: #4190C7;
} */

/*9*/
.ovc .block-9__img{
	height: 483px;
}
/**/
.ovc .seo__feedback .img-wrap{
	bottom: -30px;
	height: 505px;
	mix-blend-mode: multiply;
	right: 0;
	position: absolute;
}
/*esmotaj*/
/*1*/
/* .esmontaj .seo__block-1 .block-img{
	left: 30px;
} */
/*2*/
/* .esmontaj .seo__block-2 {
	padding: 203px 0 117px 0;
} */
/* .esmontaj .seo__block-2 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.esmontaj .seo__block-2 .block-img:nth-child(3){
	left: 0;
	bottom: 50px;
}
.esmontaj .seo__block-2 .block-img:nth-child(4){
	right: 0;
	top: -180px;
}
.esmontaj .seo__block-2 .block-img:nth-child(5){
	right: 30px;
	bottom: 20px;
}
/*3*/
.esmontaj .seo__block-3 .block-img:nth-child(2){
	left: 0;
	top: 90px;
}
/*4*/
/* .esmontaj .seo__block-4{
	padding: 100px 0 225px 0;
	height: 924px;
} */
.esmontaj .seo__block-4 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-black.svg) center/contain no-repeat;
}
/*5*/
/* .esmontaj .seo__block-5{
	margin-bottom: 220px;
} */
/*6*/
.esmontaj .seo__block-6,
.foraconsult .seo__block-6{
	background: #0065D1;
	min-height: 927px;
}
.esmontaj .seo__ol > li:before,
.foraconsult .seo__block-6,
.megaterem .seo__ol > li:before,
.megaterem .seo__block-6,
.dubki .seo__ol > li:before,
.dubki .seo__block-6  {
	color: #ffffff;
}
.esmontaj .seo__block-6 .img-wrap{
	top: -113px;
}
/*7*/
/* .esmontaj .seo__block-7{
	padding: 218px 0 80px 0;
} */
/*8*/
/* .esmontaj .seo__block-8 .img-wrap{
	margin: 60px 80px 0 0;
} */
/**/
.esmontaj .seo__feedback:before{
	width: 1920px;
	height: 1226px;
	content: ' ';
	display: block;
	z-index: 0;
	position: absolute;
	bottom: -110px;
	pointer-events: none;
	left: 0;
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/seo-esmontaj/last.png) center/cover no-repeat;
}

/*foraconsult*/
.foraconsult .seo__block-1 .block-img{
	left: 80px;
	top: 90px;
}
/*2*/
/* .foraconsult .seo__block-2{
	padding: 2px 0 157px 0;
} */
/* .foraconsult .seo__block-2 .seo__ul > li:before{
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.foraconsult .seo__block-2 .block-img{
	left: 0;
	bottom: 21px;
}
/*3*/
.foraconsult .seo__block-3 .block-img {
	left: 40px;
	top: 198px;
}
/*4*/
.foraconsult .seo__block-4{
	padding: 100px 0 225px 0;
	height: 883px;
}
/*5*/
.foraconsult .seo__block-5{
	margin-bottom: 300px;
}
/*6*/
.foraconsult .seo__block-6{
	min-height: 1383px;
}
.foraconsult .seo__block-6 .img-wrap {
	top: -164px;
}
/*7*/
.foraconsult .seo__block-7{
	padding: 218px 0 80px 0;
}
.foraconsult  .seo__block-7 .seo__block-inner{
	margin: auto;
}
/*8*/
.foraconsult .seo__block-8 .img-wrap{
	margin: 60px 80px 0 80px; 
}
/**/
.foraconsult .seo__feedback:before{
	width: 1920px;
	height: 1178px;
	content: ' ';
	display: block;
	z-index: 0;
	position: absolute;
	bottom: -110px;
	pointer-events: none;
	left: 0;
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/seo-foraconcult/last.png) center/cover no-repeat;
}

/*margroid*/
/*1*/
.margroid .seo__block-1 .block-img{
	left: 60px;
}
/*2*/
/* .margroid .seo__block-2 {
	padding: 203px 0 117px 0;
} */
/* .margroid .seo__block-2 .seo__ul > li:before,
.margroid .seo__block-4 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.margroid .seo__block-2 .block-img:nth-child(3){
	left: 0;
	bottom: 50px;
}
.margroid .seo__block-2 .block-img:nth-child(4){
	right: 50px;
	top: 168px;
}
.margroid .seo__block-2 .block-img:nth-child(5){
	right: 80px;
	bottom: 130px;
}
/*3*/
.margroid .seo__block-3 .block-img:nth-child(2){
	left: 58px;
	top: 130px;
}
/*4*/
.margroid .seo__block-4{
	padding: 100px 0 225px 0;
	height: 924px;
}
/*5*/
.margroid .seo__block-5{
	margin-bottom: 230px;
}
/*6*/
.margroid .seo__block-6{
	background: #0065D1;
	height: 1177px;
}
.margroid .seo__ol > li:before {
	color: #FCB100;
}
.margroid .seo__block-6 .img-wrap{
	top: -134px;
	left: 70px;
}
/*7*/
.margroid .seo__block-7{
	padding: 218px 0 80px 0;
}
/*8*/
.margroid .seo__block-8 .img-wrap{
	margin: 60px 80px 0 0;
}
/*10*/
.seo-slider img{
	margin: auto;
}
/**/
.margroid .seo__feedback .img-wrap,
.dubki .seo__feedback .img-wrap{
	position: absolute;
	bottom: -110px;
	left: 0;
	height: 823px;
	pointer-events: none;
}

/*dubki*/
/*1*/
.dubki .seo__block-1 .block-img{
	right: 50px;
}
/*2*/
.dubki .seo__block-2 {
	padding: 203px 0 100px 0;
}
/* .dubki .seo__block-2 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.dubki .seo__block-2 .block-img:nth-child(3){
	left: 0;
	top: -84px;
}
.dubki .seo__block-2 .block-img:nth-child(4){
	left: 170px;
	top: -280px;
}
/*3*/
.dubki .seo__block-3 .block-img:nth-child(2){
	left: 84px;
	top: 0;
	z-index: 1;
}
.dubki .seo__block-3 .block-img:nth-child(3){
	left: 170px;
	top: 190px;
	z-index: 0;
}
/*4*/
.dubki .seo__block-4{
	padding: 100px 0 225px 0;
	height: 924px;
}
/*6*/
.dubki .seo__block-6{
	min-height: 1401px;
}
/* .dubki .seo__ol > li:before,
.dubki .seo__block-6 {
	color: #ffffff;
} */
.dubki .seo__block-6 .img-wrap{
	top: 190px;
	left: 80px;
	margin: 0 100px 0 0;
}
/*7*/
.dubki .seo__block-7{
	padding: 218px 0 80px 0;
}
/*8*/
.dubki .seo__block-8 .img-wrap{
	margin: 60px 80px 0 0;
}
.dubki .seo__block-8-2 img{
	margin: auto;
	display: block;
	margin-top: 65px;
}
/**/
.dubki .seo__feedback .img-wrap{
	height: 529px;
	bottom: -30px;
	left: 139px;
}

/*mega-terem*/
/*1*/
.megaterem .seo__block-1 .block-img{
	right: 0;
	top: -30px;
}
/* .megaterem .seo__block-1 ol li{
	list-style-type: decimal;
	list-style-position: inside;
} */
/*2*/
/* .megaterem .seo__block-2 {
	padding: 203px 0 117px 0;
} */
/* .megaterem .seo__block-2 .seo__ul > li:before {
	background: url(/local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/../img/sea-legends/arrow-white.svg) center/contain no-repeat;
} */
.megaterem .seo__block-2 .block-img:nth-child(3){
	left: 0;
	top: -100px;
}
.megaterem .seo__block-2 .block-img:nth-child(4){
	right: 0;
	bottom: 60px;
}
/*3*/
.megaterem .seo__block-3 .block-img:nth-child(2){
	left: 10px;
	top: 90px;
}
/*4*/
.megaterem .seo__block-4{
	padding: 100px 0 225px 0;
	height: 924px;
}
.megaterem .seo__block-4 .block-img{
	top: 60px;
	right: 120px;
}
/*5*/
.megaterem .seo__block-5{
	margin-bottom: 170px;
}
/*6*/
.megaterem .seo__block-6{
	min-height: 1282px;
}
.seo__block-6__inner{
	padding: 24px 0 0 0;
}
.dubki .seo__block-6__inner{
	padding: 60px 0 0 0;
}
.megaterem .seo__block-6 .img-wrap{
	top: -40px;
	left: 70px;
	z-index: 1;
}
/*7*/
.megaterem .seo__block-7{
	padding: 150px 80px;
}
/*8*/
.megaterem .seo__block-8{
	margin: 60px 80px;
}
.megaterem .seo__block-8 .img-wrap{
	padding: 60px 0;
}
.megaterem .seo__block-8{
	padding-bottom: initial;
}
/*9*/
.megaterem .seo__block-9 .img-wrap{
	text-align: center;
}
.megaterem .seo__block-9 .seo-slider-wrap{
	width:	1164px;
}
.megaterem .seo__block-9 .seo__block-inner{
	padding-top: 0;
}
/*10*/
.megaterem .seo__block-10 p,
.megaterem .seo__block-10 .seo__block-inner,
.megaterem .seo__block-10 ol{
	max-width: 1163px;
}
.megaterem .seo__block-10 ol{
	margin: auto;
}
/* .megaterem .seo__block-10 li{
	list-style-type: decimal;
	list-style-position: inside;
} */
.megaterem .seo__block-10-p {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
}
/**/
.megaterem .seo__feedback .img-wrap{
	bottom: -110px;
	top: initial;
	height: 644px;
	z-index: 0;
	pointer-events: none;
}

/* form style from main.css */

.callback-block__form {
    max-width: 340px;
    margin: 0 0 0 10vw;
}

.callback-block__form {
    margin: 0 auto 110px;
}

/* .input-wrap, .check-wrap {
    margin: 0 0 30px 0;
    position: relative;
} */

.callback-block__form .check-wrap{
	width: 100%;
}

.form-label {
    font-size: 14px;
    line-height: 17px;
    color: #181818;
    margin: 0 10px 0 0;
    white-space: nowrap;
}

.form-input, .form-textarea {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #333333;
    width: 100%;
}

.callback-block__form .textarea-wrap {
    margin: 0 0 30px 0;
}

.form-submit {
    margin: 50px auto;
    width: 155px;
	height: 30px;
	
}

.personal-info {
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin: 0 0 0 30px;
}
.seo-slider-wrap .slick-next:before{
    transform: rotate(0deg);
}
.seo__feedback .callback-block__form .btn {
	border-radius: 0;
	font-weight: 500;
	font-size: 12px;
	line-height: 13px;
	text-transform: initial;
}
.seo-cases-bth{
	font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    color: #0D0D0D;
    width: 126px;
    height: 52px;
    background: #FFD83A;
    box-shadow: 0px 10px 20px rgba(241, 196, 15, 0.45);
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 80px;
		top: 160px;
		z-index: 3;
}
.seo-slider img{
	max-width: 100%;
}
.header .popup-menu{
	max-width: 100%;
	height: 100%;
}
@media only screen and (max-width : 1800px){
	.absolute__img-wrap img{
		height: 100%;
		object-fit: cover;
	}
	.sea-legends .block-3__circle{
		width: 200px;
    height: 200px;
		top: calc(50% - 29px);
	}
	.sea-legends .seo__block-3 .block-img{
		max-width: 300px;
		right: 0;
		top: calc(50% - 29px);
	}
	img{
		max-width: 100%;
	}
	.seo__block-6 .seo__ol > li:before{
		left: -54px;
	}
	.megaterem .seo__block-1 .block-img{
		right: -40px;
	}
	.megaterem .seo__block-4 .block-img{
		right: -40px;
	}
	.megaterem .seo__block-6 .img-wrap{
		left: 10px;
		max-width: 479px;
		margin-right: 60px;
	}
	.margroid .seo__block-1 .block-img {
    left: -40px;
    max-width: 225px;
	}
	.margroid .seo__block-2 .block-img:nth-child(3){
		bottom: 0;
    max-width: 400px;
	}
	.margroid .seo__block-2 .block-img:nth-child(3) img{
		display: block;
	}
	.margroid .seo__block-2 .block-img:nth-child(4) {
    right: 29px;
    top: 74px;
	}
	.margroid .seo__block-2 .block-img:nth-child(5) {
    right: -65px;
    bottom: 96px;
	}
	.freetime-msk .seo__block-1 .block-img, .esmontaj .seo__block-1 .block-img {
    left: -156px;
    max-width: 390px;
	}
	.freetime-msk .seo__block-2 .block-img:nth-child(3){
		left: 20px;
    bottom: 192px;
    max-width: 200px;
	}
	.freetime-msk .seo__block-2 .block-img:nth-child(5){
		right: -50px;
    bottom: 140px;
	}
	
	.freetime-msk .seo__block-3 .block-img:nth-child(2){
		left: -38px;
    top: 6px;
    max-width: 253px;
	}
	.freetime-msk .seo__block-3 .block-img:nth-child(3){
		left: -22px;
    top: 224px;
    max-width: 250px;
	}
	.freetime-msk .seo__block-6 .img-wrap{
		top: -57px;
		left: 20px;
		margin-right: 90px;
	}
	.freetime-msk .seo__block-4 .block-img{
		right: 100px;
	}
	.freetime-msk .seo__block-8 .img-wrap, .mossipstroy .seo__block-8 .img-wrap, .ovc .seo__block-8 .img-wrap, .esmontaj .seo__block-8 .img-wrap{
		margin-right: 20px;
	}
	.foraconsult .seo__block-1 .block-img {
    left: -11px;
    top: 30px;
    max-width: 250px;
	}
	.foraconsult .seo__block-2 .block-img{
		bottom: -9px;
	}
}
@media only screen and (max-width : 1680px){
	.sea-legends .seo__block-1 .block-img{
		display: none;
	}
	.sea-legends .seo__ol > li:before,
	.ovc .seo__ol > li:before{
		display: none;
	}
	.seo__block-inner{
		padding: 0 20px;
	}
	.sea-legends .seo__block-4 .block-img{
		right: -10px;
		width: 500px;
		bottom: 205px;
	}
	.seo__block-7 .img-wrap {
    margin: 0 20px 0 20px;
	}
	.sea-legends .seo__block-8 .img-wrap {
    margin: 0 20px 0 0;
	}
	.ovc .seo__block-2 .block-img:nth-child(4) {
    right: -4px;
    top: -100px;
	}
	.mossipstroy .seo__block-1 .block-img{
		left: -60px;
	}
	.mossipstroy .seo__block-2 .block-img:nth-child(3){
		left: -51px;
    bottom: 120px;
    max-width: 300px;
	}
	.mossipstroy .seo__block-2 .block-img:nth-child(5){
		right: -55px;
    bottom: 63px;
    max-width: 500px;
	}
	.mossipstroy .seo__block-6 .img-wrap{
    top: -60px;
    left: 10px;
	}
	.mossipstroy .seo__block-8 .img-wrap{
		margin: 60px 20px 0 0;
	}
	.foraconsult .seo__block-3 .block-img{
		left: 3px;
    max-width: 200px;
	}
	.dubki .seo__block-1 .block-img {
    right: -131px;
		max-width: 450px;
	}
}

@media only screen and (max-width: 1400px){
	html, body{
		min-width: 980px;
	}
	main{
		overflow: hidden;
	}
	img{
		max-width: 100%;
		display: block;
	}
	.absolute__img-wrap img{
		max-width: initial;
	}
	.seo__subtitle{
		max-width: 1000px;
	}
	.seo__logo img{
		margin: auto;
	}
	
	.dubki .seo__block-2 .block-img:nth-child(3) {
    left: -165px;
	}
	.dubki .seo__block-2 .block-img:nth-child(4) {
    left: 8px;
	}
	.dubki .seo__block-3 .block-img:nth-child(2){
		left: -108px;
	}
	.dubki .seo__block-3 .block-img:nth-child(3){
		left: -16px;
	}
	.ovc .seo__block-2{
		padding: 265px 0 117px 0;
	}
	.ovc .seo__block-6 .img-wrap{
		margin: 0;
	}
	
	.dubki .seo__block-8 .img-wrap {
    margin: 60px 20px 0 0;
	}
	.seo__block-8 .seo__block-inner{
		padding-left: 20px;
	}
	.block-9__img,
	.ovc .block-9__img{
		height: fit-content;
	}
	.seo__block-5 .img-wrap img{
		margin: auto;
	}
	.dubki .seo__block-6 .img-wrap{
		left: 16px;
	}
	.sea-legends .seo__block-1 .block-img{
		left: -197px;
	}
	.sea-legends .seo__block-3 .block-img{
		width: 246px;
		right: -21px;
	}
	.sea-legends .block-3__circle{
		width: 207px;
		height: 207px;
		right: 24px;
	}

	.sea-legends .seo__block-6__inner{
		padding: 24px 20px 0;
	}
	
	
	.ovc .seo__block-1 .block-img{
		display: none;
	}

	.ovc .seo__block-2 .block-img:nth-child(3) {
    left: -123px;
    max-width: 375px;
    bottom: -1px;
	}
	.ovc .seo__block-2 .block-img:nth-child(5) {
    right: -101px;
    bottom: 128px;
	}
	.ovc .seo__block-3 .block-img{
		right: -132px;
	}
	.ovc .seo__block-6 .img-wrap, .esmontaj .seo__block-6 .img-wrap{
		margin: 0 73px 0 10px;
	}

	.esmontaj .seo__block-2 .block-img:nth-child(5) {
    right: -172px;
    bottom: -47px;
	}
	.esmontaj .seo__block-2 .block-img:nth-child(3){
		display: none;
	}
	.esmontaj .seo__block-3 .block-img:nth-child(2){
		left: -30px;
    max-width: 250px;
	}


	.seo__block-6 .seo__ol > li:before {
    left: -45px;
		font-size: 28px;
	}
	.freetime-msk .seo__block-6 .img-wrap, .foraconsult .seo__block-6 .img-wrap {
    top: -60px;
    left: 10px;
	}
	.mossipstroy .seo__block-6 .img-wrap{
		padding-right: 60px;
	}
	.seo__block-10__img img{
		margin: auto;
	}

	.margroid .seo__block-2 .block-img:nth-child(3) {
    left: -101px;
	}
	.margroid .seo__block-3 .block-img:nth-child(2) {
    left: 0;
    top: 142px;
    max-width: 211px;
	}
	.margroid .seo__block-6 .img-wrap {
    top: -70px;
    left: 0;
    padding: 0 40px 0 0;
	}
	
	.foraconsult .seo__block-2 .block-img{
		display: none;
	}

	.freetime-msk .seo__block-6 .img-wrap, .mossipstroy .seo__block-6 .img-wrap, .foraconsult .seo__block-6 .img-wrap{
		left: 20px;
	}
	.foraconsult .seo__block-6 .img-wrap {
    top: -60px;
	}
	.foraconsult .seo__block-6 .seo__block-inner{
		max-width: 647px;
	}
	.foraconsult .seo__block-7 .seo__block-inner{
		padding-left: 20px;
	}
	.foraconsult .seo__block-8 .img-wrap {
    margin: 60px 20px 0 20px;
	}
	.megaterem .seo__block-1 .block-img{
		right: -100px;
    top: -140px;
    max-width: 400px;
	}
	.megaterem .seo__block-2 .block-img:nth-child(3){
		left: -61px;
    top: -115px;
    max-width: 445px;
	}
	.megaterem .seo__block-2 .block-img:nth-child(4){
		right: -111px;
    bottom: 131px;
    max-width: 350px;
	}
	.megaterem .seo__block-3 .block-img:nth-child(2){
		left: -94px;
    max-width: 317px;
	}
	.megaterem .seo__block-5,
	.megaterem .seo__block-5 .seo__block-inner{
		padding: 0 20px;
	}
	.megaterem .seo__block-6__inner{
		max-width: 720px;
    padding-right: 20px;
	}


	.megaterem .seo__block-2,
	.margroid .seo__block-2,
	.freetime-msk .seo__block-2,
	.foraconsult .seo__block-2,
	.esmontaj .seo__block-2,
	.dubki .seo__block-2{
		padding: 253px 0 60px 0;
	}
}
@media only screen and (max-width : 1200px) {
	.bottom-form-block__inner{
		max-width: 1140px;
	}
	
}
/* End */
/* /local/templates/lp_seo/fonts/fonts.css?15961948551393 */
/* /local/templates/lp_seo/libs/slick/slick-theme.css?15961873894503 */
/* /local/templates/lp_seo/libs/fancybox-master/jquery.fancybox.min.css?158565536113841 */
/* /local/templates/lp_seo/css/style.css?174947326042917 */
/* /local/templates/lp_seo/css/media.css?174947644810907 */
/* /local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/slick-theme.css?15953296633145 */
/* /local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/animate.css?159534232074161 */
/* /local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/media.css?159533031944504 */
/* /local/templates/lp_seo/components/bitrix/news/keysy/bitrix/news.detail/.default/css/seo-style.css?161570060227659 */
