

/* Start:/local/templates/mc/css/slick.css?15650692243541*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/* 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
{
    z-index: 199;
    left: 25px;
}
[dir='rtl'] .slick-prev
{
    right: 25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background: url(/local/templates/mc/css/../images/arrow.png) no-repeat center;
    width: 40px;
    height: 40px;
    display: block;transform: rotate(0deg);
    background-size: 40px;
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{ z-index: 199;
    right: 45px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 25px;
}
.slick-next:before
{
    content: '';
    background: url(/local/templates/mc/css/../images/arrow.png) no-repeat center;
    width: 40px;
    height: 40px;
    display: block;
    transform: rotate(180deg);
    background-size: 40px;
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* End */


/* Start:/local/templates/mc/js/fancybox/jquery.fancybox.min.css?156506922514065*/
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;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-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:.87;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,visibility 0s linear .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,visibility 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;text-align:center;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);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;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;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;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;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin: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-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .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--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;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;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.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;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.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 .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.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)}.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:#fff;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>ul{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>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;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-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;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 .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/mc/css/style.css?178117229545531*/
﻿﻿/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');*/

@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold'), local('Lato-Semibold'),
        url('/local/templates/mc/css/fonts/subset-Lato-Semibold.woff2') format('woff2'),
        url('/local/templates/mc/css/fonts/subset-Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

.dis {
    padding: 40px 0;
}

.dis h1 {
    display: block;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 40px 0;
    width: 100%;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Regular'), local('Lato-Regular'),
        url('/local/templates/mc/css/fonts/subset-Lato-Regular.woff2') format('woff2'),
        url('/local/templates/mc/css/fonts/subset-Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Bold'), local('Lato-Bold'),
        url('/local/templates/mc/css/fonts/subset-Lato-Bold.woff2') format('woff2'),
        url('/local/templates/mc/css/fonts/subset-Lato-Bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Heavy'), local('Lato-Heavy'),
        url('/local/templates/mc/css/fonts/subset-Lato-Heavy.woff2') format('woff2'),
        url('/local/templates/mc/css/fonts/subset-Lato-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

.back-link {
    margin: 50px 0;
    text-align: right;
}

.back-link a {
    color: #112035
}

a,
a:hover {
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}

html * {
    max-height: 1000000px;
}

html {
    -moz-text-size-adjust: : none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    height: 100%;
}

* {
    -moz-text-size-adjust: : none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    font-weight: 400;
    min-width: 280px;
    background: #ffffff;
    font-size: 16px;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    line-height: initial;
    height: 100%;
}

ul {
    padding: 0;
}

ul,
li {
    list-style: none;
}

main textarea {
    max-height: 100px;
}

main input,
main textarea,
main select {
    position: relative;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box;
}

.popup input,
.popup textarea,
.popup select {
    position: relative;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    font-family: 'Lato', arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
}

textarea {
    resize: none;
    height: 200px;
}

input[type="submit"] {
    cursor: pointer;
}

div,
a,
section {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

section {
    overflow: hidden;
}

table {
    border-collapse: collapse;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.line {
    border-bottom: 1px solid #f2f6f9;
}

a {
    color: #112035;
    font-size: 14px;
    outline: none;
    text-decoration: none !important;
}

img {
    border: none;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 900
}

::-webkit-input-placeholder {
    color: #acb0b7;
}

::-moz-placeholder {
    color: #acb0b7;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #acb0b7;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #acb0b7;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

input.error::-webkit-input-placeholder {
    color: #e04a4a;
}

input.error::-moz-placeholder {
    color: #e04a4a;
}

/* Firefox 19+ */
input.error:-moz-placeholder {
    color: #e04a4a;
}

/* Firefox 18- */
input.error:-ms-input-placeholder {
    color: #e04a4a;
}

input.error,
textarea.error {
    border-color: rgb(240, 55, 55) !important;
}

input.error+label,
textarea.error+label {
    color: rgb(240, 55, 55) !important;
}

input:active,
textarea:active {
    outline: none;
}

/*:focus {outline:none;} */


ul {
    margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


.radiobox {
    font-size: 0;
}

.radiobox input {
    display: none;
}

.radiobox label {
    padding: 0;
    text-align: center;
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;
    cursor: pointer;
    color: #acb0b7;
    display: block;
}

.radiobox input+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    display: none;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #e7eef3;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease-;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.radiobox input:checked+label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 11px;
    width: 16px;
    height: 16px;
    display: none;
    background: #112035;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease-;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

input[type="text"].error,
textarea.error {
    border-color: red;
}

input.error+label {
    color: red;
}

a[href="tel"] {
    color: #fff
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea {
    padding: 15px 20px;
    display: block;
    width: 100%;
    border: none;
    border: 1px solid #e7eef3;
    background-color: #fff;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    margin: 0 0 24px;
    font-family: 'Lato', arial, sans-serif;
    box-sizing: border-box;
}

body .btn {
    background: #fff;
    color: #112035;
    font-size: 16px;
    border: 1px solid #fff;
    font-weight: 500;
    width: 200px;
    line-height: 46px;
    cursor: pointer;
    outline: none !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    border-radius: 0;
    display: inline-block;
    text-align: center;
}

body .btn:focus,
body .btn:active,
body .btn:hover {
    background: #112035;
    color: #fff;
    border: 1px solid #112035;
}

body .btn.btn-reverse {}

body .btn.btn-reverse:focus,
body .btn.btn-reverse:active,
body .btn.btn-reverse:hover {
    background: #112035;
    color: #fff;
}

.toggle_mnu {
    margin: 15px;
    width: 100px;
    height: 50px;
    border: none;

    position: relative;
    padding: 0;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
    outline: none !important;
}

.park-more {
    display: flex;
    justify-content: center;
}

.park-more-link {
    margin: 10px;
}

.park-more-link img {}

.park-more-link a {}

.park-more-link p {
    text-align: center;
    color: #fff;
    background: rgba(94, 178, 47, 0.7);
    padding: 10px;
    margin: 0;
    position: relative;
    top: -51px;
}

.toggle_mnu span {
    display: block;
    margin: 0 auto;
}

.toggle_mnu p {
    color: #fff;
    margin: 0 0 0 10px;
    font-family: 'Lisa';
}

.toggle_mnu .sandwich {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 400;
    margin: 0;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
}

.toggle_mnu .sw-topper {
    position: relative;
    top: -6px;
    width: 100%;
    height: 2px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block;
}

.toggle_mnu .sw-bottom {
    position: relative;
    width: 100%;
    height: 2px;
    top: 0px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.toggle_mnu .sw-footer {
    position: relative;
    width: 100%;
    height: 2px;
    top: 6px;
    background: #000;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.toggle_mnu .sandwich.active .sw-topper {
    top: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.toggle_mnu .sandwich.active .sw-bottom {
    top: 1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.toggle_mnu .sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}



.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.mobile-topper {
    display: none;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 15px 1px #ababab;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;

}

.mobile-topper .container {
    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;
}

.mobile-topper .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 50px);
    justify-content: space-between;
    max-width: 540px;
}

.mobile-topper .contacts .item:last-child {
    padding-right: 0;
    border: none;
}

.mobile-topper .contacts .item.location {
    color: #fff;
    text-align: right;
}

.mobile-topper .contacts .item.location a {
    color: #fff;
}

.mobile-topper .contacts .item.phone a {
    display: block;
    color: #fff;
}

.mobile-topper .button .btn {
    padding: 10px 10px;
    font-size: 12px;
}

header {
    font-size: 0;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 101;
    padding: 5px 0;

}

header .container {
    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;
}



header .logo {
    text-align: center;
    width: 25%;
}

header .logo img {
    max-width: 285px;
}

header .name {
    font-weight: 700;
    color: #4758a5;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: auto;
    padding: 0 0 0 25px;
}

footer .left-block,
header .left-block {
    width: 70%;

}

footer .left-block .contacts,
header .left-block .contacts {
    display: flex;
    color: #000;
    border-bottom: 1px solid #ababab;
    font-size: 14px;
    justify-content: space-between;
}


footer .contacts .email a,
header .contacts .email a {
    color: #000;
    text-decoration: underline !important;
}

footer .contacts .email,
header .contacts .email {
    width: 20%;
    text-align: center;
}


footer .contacts .address,
header .contacts .address {
    width: 30%;
    text-align: left;
}

header .contacts .phone,
footer .contacts .phone {
    width: 30%;
    font-weight: 900;
    text-align: center;
}




.social .vk,
.social .inst,
.social .ok,
.social .viber,
.social .wts {
    margin: 0 5px
}
.map .contacts .item.social {margin: 0 auto;padding:0;}
.map .contacts .item.social {display: flex;justify-content: center;}
.map .social .wts img ,
.map .social .vk img,
.map .social .inst img{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 64px;
    height: 64px;
}
.social .vk img,
.social .inst img,
.social .ok img,
.social .viber img,
.social .wts img {
    width: 32px;
    height: 32px;
}

header .contacts .phone a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #000;
}

#main-menu.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 15px -2px #ababab;
    left: 0;
    padding: 0;
}

#main-menu.fixed .menu {
    border: none;
    margin: 0;
    padding: 0;
}

#main-menu {
    line-height: 37px;
    position: relative;
    z-index: 100;
}



#main-menu .menu {
    width: 100%;

}

#main-menu .menu>ul {
    position: relative;
    background: transparent;

    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

#main-menu .mobile-menu-bottom {
    display: none;
}

.soc-mobile {
    width: 100%;
    text-align: center;
}

.soc-mobile img {
    height: 32px;
    width: 32px;
    margin: 0 15px;
}



#main-menu .menu>ul>li {
    line-height: 28px;
}

#main-menu .menu>ul>li>a {
    transition: all 1s;
    color: #000;
    font-size: 14px;
    display: block;
    position: relative;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 900;
}

#main-menu .menu>ul>li>a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background: #000;
}


#main-menu .menu .parent {
    position: relative;
}

#main-menu .menu .parent>ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 280px;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.13);
    background: #fff;

    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    opacity: 0;
    visibility: hidden;
    left: -10px;
}

#main-menu .menu .parent:hover>ul {
    opacity: 1;
    visibility: visible;
}

#main-menu .menu .parent>ul a {
    padding: 15px 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;

}

#main-menu .menu .parent>ul a:hover {
    color: #fff;
    background: #112035;
}

.front-block {

    position: relative;
}

.front-block .slick-front {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease-;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.front-block .slick-front.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.front-block .slide {
    height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    outline: none;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.front-block .slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#00000000', GradientType=1);
    z-index: 1;
}

.front-block .slide div.h1,
.front-block .slide h1 {
    color: #fff;
    font-size: 50px;
    max-width: 800px;

}

.front-block .slide .descp a {
    font-size: 32px;
    font-family: 'Lato';
    padding: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.front-block .slide .desc {
    font-size: 32px;
    padding: 30px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
}

.front-block .slide .h1 {
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}

.front-block .slide .container {
    position: relative;
    z-index: 3;
    top: -75px;
    font-weight: 900;
    text-align: center;
    font-size: 32px;
    max-width: 730px;
    margin: 0 auto;
    line-height: 60px;

}

.front-block .slide .button {
    max-width: 240px;
    width: 100%;
}

.form .form-btn {
    background: #fff;
    color: #112035;
    width: 240px;
}

.form .form-btn:hover,
.reviews .button .btn:hover,
.front-block .slide .button a:hover {
    background: #112035;
    color: #fff
}

.reviews .button .btn,
.front-block .slide .button a {
    width: 100%;
    background: #112035;
    color: #fff;
}

.front-block .slick-pagination {
    position: absolute;
    bottom: 35px;
    width: 100%;
    z-index: 103;
    text-align: center;
}

.front-block .slick-pagination ul li {
    margin: 0 10px;
    display: inline-block;
}

.front-block .slick-pagination ul li button {
    background: #fff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    outline: none;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease-;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.front-block .slick-pagination ul li button:hover,
.front-block .slick-pagination ul li button:active .front-block .slick-pagination ul li button:focus,
.front-block .slick-pagination ul li.slick-active button {
    background: #112035;
}


.ben {
    margin: 0 0 20px;
}

.ben h2 {
    text-align: center;
    margin: 0 0 90px;
    font-size: 40px;
    font-weight: 700;
}

.ben .inner {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease-;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ben .inner .item {
    width: 30%;
    text-align: center;
    padding: 0 15px;
    margin: 0 0 60px;

}

.ben .inner .item .thumbnail {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ben .inner .item .thumbnail img {
    max-width: 100%;
}

.ben .inner .item p {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    max-width: 240px;
    margin: 0 auto;
}


.materials {
    background: #faf8f6;
    padding: 110px 0 90px;
}

.prem h2,
.about h2,
.materials h2 {
    text-align: center;
    margin: 0 0 90px;
    font-size: 40px;
    font-weight: 700;
}

.materials .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.materials .inner .item {
    width: 24%;
    position: relative;
    margin: 0 0 20px;
}

.materials .inner .item .thumb {
    font-size: 0;
    margin: 0 0 25px;
}

.materials .inner .item .thumb img {
    display: block;
    width: 100%;
}

.materials .inner .item p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}


.production {
    padding: 100px 0 100px;
    background: #F9F9F9;
}

.production.services {
    background: #F9F9F9;
    padding: 90px 0 70px;
}

.production h2 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 60px;
}

.production .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-list .content[data-class="Парки"] article:nth-child(n+5),
.production .inner .item:nth-child(n+5) {
    display: none;
}

.production .inner .item {
    border: 1px solid #e7eef3;
    width: 49%;
    margin: 0 0 30px;
}

.production .inner .item .thumb {
    font-size: 0;
    overflow: hidden;
}

.production .inner .item .thumb img {
    display: block;
    width: 100%;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.production .inner .item .thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.production .inner .item .thumb a {
    font-size: 0;
    display: block;
}

.production .inner .item .info {
    text-align: center;
    padding: 30px 40px 30px 40px;
    background: #fff;
}

.production.services .inner .item .info {
    padding: 30px 5px;
}

.production .inner .item .info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
}

.production .inner .item .info p {
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
    color: #726c65;
    min-height: 85px;
}

.about {}

section.prem .prem {
    display: flex;
    flex-flow: row wrap;
}

section.prem .prem .col {
    width: 50%;
}

.prem #prem-text .prem-text,
.prem #prem-img .prem-img {
    width: 30%;
    display: inline-block;
    text-align: center;
}

.prem #prem-img .prem-img {
    padding: 0 0 120px 0;
}

.prem #prem-text .prem-text:nth-child(n+3) {
    position: relative;
    top: -160px
}

.prem #prem-text .prem-text:nth-child(-n+3) {
    position: relative;
    top: -320px
}

.about #about-text .about-text,
.about #about-sert .about-sert,
.about #about-img .about-img {
    width: 100%;
    text-align: center;
}

.about #about-sert .about-sert img {}

.prem #prem-img .prem-img img,
.about #about-img .about-img img {
    width: 100px;
}

.about #about-sert {
    padding: 60px 0;
}

.prem #prem-img,
.prem #prem-text {
    position: relative;
}

.about #about-sert,
.about #about-img,
.about #about-text {
    display: flex;
    justify-content: space-around;
}

.prem #prem-text .prem-text,
.about #about-text .about-text {
    font-weight: 900;
    font-size: 20px;
    padding: 10px 0;
}

.about,
.reviews {
    padding: 120px 0 100px;
}

.reviews h2 {
    text-align: center;
    margin: 0 0 70px;
    font-weight: 700;
    font-size: 40px;
}

.reviews .inner {
    position: relative;
    padding: 0 0 50px;
    margin: 0 0 50px;
}

.reviews .slick-reviews {
    border: 2px solid #f2f6f9;
}

.reviews .item {
    border-right: 2px solid #f2f6f9;
    background: #fff;
    padding: 30px 40px 40px 40px;
    height: 320px;
    outline: none;
}

.reviews .item .top h3 a {
    color: #000;
    font-size: 20px
}

.reviews .item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
    min-height: 71px;
}

.reviews .item .top .thumb {
    margin: 0 30px 0 0;
    width: 70px;
    font-size: 0;
}

.reviews .item .top .thumb img {
    display: block;
}

.reviews .item .top .thumb .title {
    width: calc(100% - 100px);
    height: 70px;
    margin: 0 0 25px;
}

.reviews .item .top .thumb .title h3 {
    font-size: 20px;
    font-weight: 700;
}

.reviews .item .top .thumb .title span {
    display: block;
    font-size: 18px;
    color: #acb0b7;
    margin: 15px 0 0 0;
}

.reviews .item .bottom {
    color: #80909c;
    font-size: 18px;
    line-height: 1.5;
}

.reviews .item .more-link {
    text-align: right;
    display: block;
}

.reviews .item .more-link a {
    color: #000
}

.reviews .slick-pagination {
    position: absolute;
    width: 100%;
    z-index: 103;
    text-align: center;
    bottom: 0;
}

.reviews .slick-pagination ul li {
    margin: 0 10px;
    display: inline-block;
}

.reviews .slick-pagination ul li button {
    background: #e6e6e6;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    font-size: 0;
    outline: none;
    cursor: pointer;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease-;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.reviews .slick-pagination ul li button:hover,
.reviews .slick-pagination ul li button:active .reviews .slick-pagination ul li button:focus,
.reviews .slick-pagination ul li.slick-active button {
    background: #112035;
}

.reviews .button {
    text-align: center;
}

.reviews .button .btn {
    max-width: 200px;
    width: 100%;
}









.reviews {
    background: #fff
}

.form.top {
    height: 300px;
    padding: 90px 0 70px;
    background: #fff;
}

.form.top p {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 28px;
}

.form.top .form-in {
    position: absolute;
    margin: -300px auto;
    padding: 60px;
    background: #fff;
    box-sizing: border-box;
    max-width: 1000px;
    box-shadow: 0 0 15px -2px #ababab;
    left: calc(100% - 50% - 500px)
}

.form.top .form-btn {
    background: #112035;
    color: #fff;
    font-weight: 500;
    border: 1px solid #112035
}

.form.top .form-btn:hover {
    background: #fff;
    color: #112035;
    border: 1px solid #112035;
}

section.form {
    background-size: cover;
}

.form {

    padding: 90px 0 70px;
    background: url(/local/templates/mc/css/../images/form.png);
}

.form.review-form {
    padding: 50px 0;
    margin: 0 0 100px;
}

.form .h2,
.form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 50px;
}

.form p {
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 50px;
}

.form .group-inline {
    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;
}

.form .group-inline .form-input {
    width: 48%;
}

.form .form-controls {
    margin: 40px auto 0;
    text-align: center;
}

.map {
    margin: 0 0 20px;
}

.map .container {
    position: relative;
}

.map .contacts {
    display: none;
    position: absolute;
    max-width: 540px;
    background: #fff;
    padding: 75px 50px;
    z-index: 3;
    height: 450px;
    top: 100px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.map .contacts .item {
    position: relative;
    padding: 0 80px;
}

.map .contacts .item,
.map .contacts .item a {
    font-size: 18px;
    color: #000000;

    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;

}

.map .contacts .item.email a {
    text-decoration: underline !important;
}

.map .contacts .item a:hover {
    color: #112035;
}

.map .contacts .item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
}

.map .contacts .item.phone a {
    display: block;
}

.map .contacts .item.location:before {
    width: 32px;
    height: 44px;
    margin-top: -22px;
    background: url(/local/templates/mc/css/../images/adress.png) no-repeat center;
    background-size: 32px 44px;
}

.map .contacts .item.phone:before {
    width: 41px;
    height: 42px;
    margin-top: -21px;
    background: url(/local/templates/mc/css/../images/phone.png) no-repeat center;
    background-size: 41px 42px;
}

.map .contacts .item.email:before {
    width: 44px;
    height: 32px;
    margin-top: -16px;
    background: url(/local/templates/mc/css/../images/mail.png) no-repeat center;
    background-size: 44px 32px;
}

#map {
    height: 700px;
}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden
}




footer {
    font-size: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #f2f6f9;
}

footer .container {
    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;
}

footer .logo a {
    font-size: 0;
}

footer .logo {
    width: 25%;
    text-align: center;
}

footer .offer {
    width: 30%;
    text-align: center;
}



footer .logo img {
    max-width: 100%;
    padding: 20px 0;
}

footer .button {}

.copyrights {
    background: #F6F6F6;
    padding: 14px 0;
}

.copyrights .container {
    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;
}

.copyrights .left {
    font-size: 14px;
    color: #80909c;
}

.copyrights .right .developer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyrights .right p a,
.copyrights .right p {
    font-size: 14px;
    color: #80909c;

    margin: 0;
}

.copyrights .right .logo {
    width: 127px;
    position: relative;
    top: -2px;
    height: 16px;
    background: url(/local/templates/mc/css/../images/dlogo.png) no-repeat center;
    background-size: 110px;
}



.page-content {}

.page-content .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 50px;
}

.page-content h1 {
    display: block;
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 40px 0;
    width: 100%;
}

.page-content .back {
    width: 100%;
    display: block;
    text-align: right;
}

.page-content .right a {
    font-size: 18px;
    text-decoration: underline !important;
    color: #000;
}

.page-content .back a {
    font-size: 18px;
    color: #000;
    text-decoration: underline !important;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.page-content .back a:focus,
.page-content .back a:hover {
    border-color: transparent;
    color: #112035;
}

.news-list .content article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.news-list .content article .thumbnail {
    width: 38%;
    font-size: 0;
    overflow: hidden;
}

.news-list .content article .thumbnail a {
    font-size: 0;
}

.news-list .content article .thumbnail img {
    max-width: 100%;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.news-list .content article .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news-list .content article .info {
    width: 62%;
    padding: 0 0 0 30px;
}

.news-list .content article .info .title {
    margin: 0 0 20px;
}

.news-list .content article .info .title a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.news-list .content article .info .title a:hover,
.news-list .content article .info .title a:focus {
    color: #112035;
}

#gallery-plate.news-list .content {
    text-align: center;
}

#gallery-plate.news-list .content article {
    display: inline-block;
    max-width: 45%;
    vertical-align: top;
}

#gallery-plate.news-list .content article:nth-child(odd) {
    margin: 15px 15px 15px 0
}

#gallery-plate.news-list .content article:nth-child(even) {
    margin: 15px 0 15px 15px
}

#gallery-plate.news-list .content article .thumbnail {
    width: auto;
}

#gallery-plate.news-list .content article .title {
    position: relative;
    top: -52px;
    background: rgba(94, 178, 47, 0.7);
}

#gallery-plate.news-list .content article .title a {
    text-align: center;
    padding: 15px 0;
    display: block;
    font-size: 18px;
    color: #fff;
}

#gallery-plate-details {}

#gallery-plate-details .inner {}

/*#gallery-plate-details .inner .slide {
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    max-width: 24%;
    max-height: 300px;
}
#gallery-plate-details .inner .slide img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}*/

#gallery-plate-details .inner .slide {
    float: left;
    overflow: hidden;
    margin: 0 10px 10px 0;
    max-width: 24%;
    display: flex;
}

#gallery-plate-details .inner .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}


.clear {
    clear: both;
}

.news-list .content article p {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.5;
}

.news-list .content article .link a {
    font-size: 18px;
    color: #112035;
    border-bottom: 1px solid #112035;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}

.news-list .content article .link a:focus,
.news-list .content article .link a:hover {
    border-color: transparent;
}

.article-detail .text {
    font-size: 18px;
    line-height: 1.5;
}

.article-detail .text li {
    list-style-type: initial;
    margin: 0 0 0 18px;
}

.article-detail .top {
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.article-detail .top .left {
    width: 35%;
    font-size: 0;
}

.article-detail .top .left img {
    width: 100%;
}

.article-detail .top .right {
    width: 65%;
    padding: 0 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.article-detail .top .center {
    width: 100%;
    padding: 0 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}


.gallery-carousel {
    position: relative;
    margin: 60px 0;
}

.gallery-carousel .gallery-arrows {
    font-size: 0;
}

.gallery-carousel .inner {
    padding: 0 40px;
}

.gallery-carousel .gallery-arrows button {
    width: 30px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    height: 30px;

    position: absolute;
    top: 50%;
    margin-top: -8.5px;
}

.gallery-carousel .gallery-arrows button.slick-next {
    right: 0;
}

.gallery-carousel .gallery-arrows button.slick-prev {

    left: 0;
}

.gallery-carousel .slick-list {
    margin: 0 -5px;
}

.gallery-carousel .slide a,
.gallery-carousel .slide {
    font-size: 0;
    margin: 0 5px;
}

.gallery-carousel .slide img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.popup {
    max-width: 425px;
    width: 100%;
    padding: 60px !important;
}

.popup .title {
    font-weight: 700;
    font-size: 30px;
    font-family: 'Lato';
    margin: 0 0 15px;
    text-align: center;
}

.popup .subtitle {
    text-align: center;
}

#popup .subtitle {
    margin: 0 0 20px;
}

.popup .form-controls {
    margin: 15px 0 0 0;
}

.popup .radiobox label {
    font-size: 10px;
}

.popup [type="submit"] {
    width: 100%;
}



.reviews-list .item {
    border-bottom: 2px solid #f2f6f9;
    background: #fff;
    padding: 0px 40px 30px 40px;
    margin: 0 0 30px;
}

.reviews-list .item .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px;
}

.reviews-list .item .top .thumb {
    margin: 0 30px 0 0;
    width: 70px;
    font-size: 0;
}

.reviews-list .item .top .thumb img {
    display: block;
}

.reviews-list .item .top .thumb .title {
    width: calc(100% - 100px);
    margin: 0 0 25px;
}

.reviews-list .item .top .thumb .title h3 {
    font-size: 20px;
    font-weight: 700;
}

.reviews-list .item .top .thumb .title span {
    display: block;
    font-size: 18px;
    color: #acb0b7;
    margin: 15px 0 0 0;
}

.reviews-list .item .bottom {
    color: #80909c;
    font-size: 18px;
    line-height: 1.5;
}

#services {
    padding: 50px 0;
    margin-top: 70px;
}

#services h2 {
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.news-list article {
    border: 1px solid #efefef;
    width: 30%;
    padding: 40px 20px;
    margin: 1%;
    box-sizing: border-box;
}

#services-block {
    display: flex;
    margin: 70px 0;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

#services-block .services-block {
    border: 1px solid #efefef;
    width: 30%;
    padding: 40px 20px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 1%;
    min-height: 280px;
    max-height: 280px;
}

#article .news-list article:hover,
#services-block .services-block:hover {
    box-shadow: 0px 0px 15px -2px #ababab;
    transition: all 0.5s;
}

#article .news-list article:hover p a {
    border-bottom: 1px solid #112035;
    transition: all 0.5s;
}

#services-block .services-block h3 {
    color: #112035;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

#services-block .services-block p.text {
    color: #737373;

    line-height: 20px;
    font-size: 14px;
    padding: 20px 0 0;
    text-align: center;
}

#services-block .services-block h3 a {
    color: #112035;
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}

#services-block .services-block h3 a:before {
    display: none
}

#services-block .services-block a {
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    color: #737373;
    font-size: 40px
}

#services-block .services-block a:before {
    position: absolute;
    content: '→';
    width: 100%;
    left: 0;
}

#scheme {
    margin: 15px 0 50px 0;
    padding: 100px 0 0 0;
    background: url(/local/templates/mc/css/../images/scheme.png);
}

#article h3,
#pay h3 {
    padding: 50px 0 70px;
}

#article h3,
#pay h3,
#scheme h3 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    color: #05111e
}

#scheme .scheme #block-scheme {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

    margin: 140px 35px 0 35px;
    justify-content: space-between;
}

#scheme .scheme #block-scheme .block-scheme {

    position: relative;
}

#scheme .scheme .block-scheme span {
    background: #112035;
    font-size: 16px;
    color: #fff;
    padding: 11px 15px;
    position: relative;
    z-index: 2;
    border-radius: 100%;
}

#scheme .scheme .block-scheme p {
    color: #000;
    padding: 15px 0;
    font-size: 14px;
    max-width: 200px;
    font-weight: 900;
}

#scheme .scheme #block-scheme .block-scheme {
    width: 25%;
}

#scheme .scheme #block-scheme .block-scheme:nth-child(4) {}

#scheme .scheme #block-scheme .block-scheme:nth-child(3):before {
    width: 290px;
}

#scheme .scheme #block-scheme .block-scheme:nth-child(4):before {
    display: none;
}

#scheme .scheme #block-scheme .block-scheme:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 5px;
    top: 10px;
    background: #dedede;
}


#scheme .scheme #block-scheme .block-scheme .right-block {
    position: relative;
    top: -117px;
    left: 150px;
}

#scheme .scheme #block-scheme .block-scheme .right-block p {
    font-size: 14px;
    position: relative;
    font-weight: 900;
}

#scheme .scheme #block-scheme .block-scheme .right-block p:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    z-index: 2;
    margin: 5px 0 0 -15px;
    border-radius: 100%;
    background: #112035;
}

#scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(1):after {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #dedede;
    left: -150px;
    top: 58px;
    transform: rotate(-30deg);
    z-index: 1;
}

#scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(3):after {
    position: absolute;
    content: '';
    width: 150px;
    height: 1px;
    background: #dedede;
    left: -150px;
    top: -15px;
    transform: rotate(30deg);
    z-index: 1;
}

#scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(3) {
    width: 240px;
}

#scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(2) {
    position: relative;
    top: 10px;
}

#scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(2) a {
    color: #000;
    font-size: 14px;
    position: relative;
    font-weight: 900;
    text-decoration: underline !important;
}

#scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(2) a:hover {
    text-decoration: none !important
}

#scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(2):after {
    position: absolute;
    content: '';
    width: 120px;
    height: 1px;
    background: #dedede;
    left: -130px;
    top: 22px;
    z-index: 1;
}

#pay {}

#pay .pay {
    padding: 55px;
    margin: 25px 35px;
    border: 1px solid #dedede
}

#pay .pay .in-block {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;

}

#pay .pay .left-block {
    max-width: 64%;
    padding-right: 15px;
}

#pay .pay .left-block p:nth-child(1) {
    font-weight: 900
}

#pay .pay .left-block ol {
    padding: 0 0 0 15px;
}

#pay .pay .left-block ol li {
    padding: 5px 0;
    list-style-type: decimal;
}

#pay .pay .right-block {
    max-width: 33%;
    padding-left: 20px;
}
#pay .pay .right-block .r-block .b-line {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#pay .pay .right-block .b-line {
    padding: 10px 0;
}

/* #pay .pay .right-block .b-line:nth-child(1) {
    border-bottom: 1px solid #bbbbbb;
} */

#pay .pay .right-block .b-line span {
    min-width: 30%;
    color: #112035;
    font-size: 29px;
    font-weight: 900;
}

#pay .pay .right-block .b-line p {
    max-width: 70%;
    padding: 0;
    margin: 0;
}


#article {
    margin: 50px 0;
}

#article .news-list article {
    transition: all 0.5s;
    min-height: 160px;
    max-height: 160px;
}

#article .news-list article p {
    font-size: 14px;
    font-weight: 900;
}

#article .news-list article p a {
    color: #112035;
    font-size: 14px;
    font-weight: 900;
}

#article .more-articles {
    text-align: center;
    margin: 100px 0;
}

#article .more-articles a:hover {
    transition: all 0.5s;
    background: #fff;
    border: 1px solid #112035;
    color: #112035
}

#article .more-articles a {
    background: #112035;

    border: 1px solid #112035;
    transition: all 0.5s;
    color: #fff;
    transition: all 0.5s;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 70px;
}

section.form form.inner {
    max-width: 900px;
    margin: 0 auto
}
#fbtn {display: none;}
/* End */


/* Start:/local/templates/mc/css/responsive.css?178117247114979*/
@media screen and (max-width:1250px) {

    #main-menu .menu>ul:before,
    #main-menu .menu>ul:before {
        display: none;
    }
}

@media screen and (max-width:1170px) {
    .container {
        max-width: 992px
    }

    header .name {
        font-size: 14px;
    }

    .front-block .slide {
        height: 570px;
    }

    .front-block .slide h1,
    .front-block .slide .h1 {
        font-size: 50px;
        margin: 0 0 50px;
    }

    .front-block .slick-pagination {
        bottom: 10px;
    }

    .front-block .slick-pagination ul li {
        margin: 0 5px;
    }

    .front-block .slick-pagination ul li button {
        width: 10px;
        height: 10px;
        padding: 0;
    }

    .page-content {
        margin: 0 0 100px;
    }

}

@media screen and (max-width:991px) {
    .mobile-topper #main-menu.fixed {top: 0!important} 
    #services{ padding:0; }
    #scheme {margin: 15px 0 0 0;}
    #services h2,
    #article h3, #pay h3, #scheme h3 {padding-top: 100px;}
    .container {
        max-width: 768px
    }

    .slick-prev,
    .slick-next {
        display: none !important;
    }

    .mobile-topper {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 300;
    }

    #scheme .scheme #block-scheme .block-scheme {
        margin: 0
    }

    #scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(3) {
        width: auto;
    }

    header {
        padding: 60px 0 10px 0;
    }

    header .contacts {
        display: none;
    }

    header .logo {
        width: 100%;
        text-align: center;
    }
.form.top {height: auto;padding: 0;margin: 0;}
    .form.top .form-in {
        position: relative;
        padding: 60px 10px;
        width: auto;
        margin: 0;
        max-width: initial;
        left: 0;
       
    }
#services {
    margin: 0
}
    .mobile-menu {
        display: flex;
        text-align: right;
        width: 100%;
    }

    #main-menu .menu {
        margin: 0;
    }

    .mobile-menu .mlogo {}

    .mobile-menu .mlogo img {
        padding: 10px 0;
        width: 100%;
    }


    #main-menu.fixed {

        position: relative;

    }

    header .logo img {
        display: none;
    }

    footer .left-block .contacts,
    header .left-block .contacts {
        display: none;
    }

    #scheme .scheme #block-scheme .block-scheme .right-block p:nth-child(2) {
        top: 0;
    }

    #pay .pay .right-block .b-line p {
        max-width: inherit;
        width: auto;
    }

    #pay .pay .in-block {
        display: block;
    }

    #pay .pay .right-block,
    #pay .pay .left-block {
        width: 100%;
        max-width: inherit;
        padding: 0;
    }
    
    #pay .pay {
        padding: 10px;
        margin: 25px 20px;
        border: 1px solid #dedede;
    }

    #scheme .scheme #block-scheme .block-scheme:nth-child(1):before,
    #scheme .scheme #block-scheme .block-scheme:nth-child(2):before,
    #scheme .scheme #block-scheme .block-scheme:nth-child(3):before {
        width: 100%
    }

    #scheme .scheme #block-scheme .block-scheme .right-block p {
        margin: 0;
    }

    #scheme .scheme #block-scheme .block-scheme {
        width: auto !important;
        text-align: center;
    }

    #scheme .scheme .block-scheme p {
        max-width: inherit;
    }

    #scheme .scheme #block-scheme .block-scheme:nth-child(4) {}

    #scheme .scheme #block-scheme .block-scheme .right-block {
        top: 0;
        left: 0;
    }

    #scheme .scheme #block-scheme {
        display: block;
    }

    header .name br {
        display: none;
    }

    .front-block {
    
    }

    .front-block .slide {
       
    }


    #main-menu {
        position: fixed;
        width: 100%;
        height: calc(100% - 50px);
        left: 0;
        top: -100%;
        background: #fff;
        z-index: 200;
        overflow: auto;
    }

    #main-menu .menu>ul {
        display: block;
        background: #fff;
    }

    #main-menu .menu>ul:after {
        display: none;
    }

    #main-menu .menu>ul>li>a {
        display: block;
        padding: 7px 0;
        text-transform: uppercase;
        font-size: 16px;
        border-bottom: 1px solid #737373;
        color: #000;
    }

    #main-menu .container {
        height: 100%;
        display: block;
        padding-top: 50px;
    }

    #main-menu .menu .parent>ul {
        opacity: 1;
        visibility: visible;
        position: static;
        background: transparent;
        box-shadow: none;
        max-width: 100%;
        width: 100%;
        display: none;
        margin: 10px 0 0 0;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;

    }

    #main-menu .menu .parent>ul a {
        padding: 5px 10px;
        color: #000;
    }

    .ben {
        margin: 0 0 50px;
        position: relative;
    }

    .reviews h2,
    .production h2,
    .materials h2,
    .form h2,
    .ben h2 {
        margin: 0 0 50px;
        font-size: 32px;
    }

    .ben .inner .item .thumbnail {
        width: 80px;
        height: 80px;
    }

    .ben .inner .item p {
        font-size: 16px;
    }

    .production.services,
    .production,
    .reviews,
    .materials {
        padding: 50px 0;
    }

    .form h2 {
        margin: 0 0 25px;
    }

    .form p {
        font-size: 22px;
        margin: 0 0 30px;
    }

    .form .group-inline {
        display: block;
    }

    .form .group-inline .form-input {
        width: 100%;
        max-width: 100%;
    }

    .form .group-inline .form-input input,
    .form .group-inline .form-input textarea {
        margin: 0 0 10px;
    }

    .form {
        margin: 0 0 40px;
    }


    .map .contacts {
        position: static;
        padding: 0px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 100%;
        margin: 0 0 25px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .map .contacts .item {
        padding: 0 0 0 100px;
        width: 33.3333%;
    }
    .map .item p {}

    #map {
        height: 350px;
    }

    .news-list .content article .info .title,
    .news-list .content article p {
        margin: 0 0 10px;
    }

    .production .inner .item .info h3 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .production .inner .item .info {
        text-align: center;
        padding: 30px 10px;
        background: #fff;
    }

    .production .inner .item .info p {
        font-size: 16px;
    }


    .reviews .item {
        height: auto;
    }

    .reviews .item .top {
        min-height: auto;
    }

    section.prem .prem {}

    section.prem .prem .col {
        width: auto;
    }

    section.prem .prem #prem-left-img img {
        width: 100%;
    }

    .prem #prem-text .prem-text,
    .prem #prem-img .prem-img {
        text-align: center;
        width: 45%;
    }

    .prem #prem-img {
        padding-top: 40px;
    }

    .prem #prem-img .prem-img {
        padding: 0 0 150px 0;
    }

    .prem #prem-text {
        position: absolute;
    }

    .prem #prem-text .prem-text {
        padding: 0 0 150px 0;
    }

    .prem #prem-text .prem-text:nth-child(-n+3) {
        top: -635px;
    }

    .prem #prem-text .prem-text:nth-child(n+3) {
        top: -555px;
    }

    section.about {}

    section.about #about-img {
        display: block;
    }

    section.about #about-img .about-img {
        padding: 0 0 60px 0
    }

    section.about #about-text {
        display: block;
        position: absolute;
    }

    section.about #about-text .about-text {
        position: relative;
        top: -375px;
        padding: 0 0 150px 0;
    }

    section.about #about-sert {
        display: block;
    }

    footer .offer a {
        display: block;
        margin: 30px auto;
    }

    footer .offer,
    footer .social {
        text-align: center;
        width: auto;
    }
}

@media screen and (max-width:767px) {
    #fbtn {position: fixed;bottom: 0;left: 0;display: flex;align-items: center;width: 100%;text-align: center;}
    #fbtn .fleft {width: 50%;background: #1bd741 }
    #fbtn .fright {width: 50%;background: #44678d }
    #fbtn img {max-height: 48px;padding: 10px;box-sizing: border-box;}
    .container {
        max-width: 576px;
    }

    header .name br {
        display: block;
    }

    .front-block .slide h1,
    .front-block .slide .h1 {
        font-size: 38px;
        margin: 0 0 35px;
    }

    .front-block .slide {
        height: 350px;
    }


    .map .contacts {
        display: block;
    }

    .map .contacts .item {
        width: 100%;
        max-width: 320px;
        margin: 40px auto;
    }

    textarea {
        height: 170px;
    }

    .page-content h1 {
        font-size: 28px;
        margin-top: -80px;

        width: 100%;
    }

    .park-more-link p {
        top: -49px;
    }

    .park-more {
        display: block;
    }

    .park-more-link img {
        width: 100%;
    }

    .page-content .heading {
        margin: 150px  0 30px;
        display: block;
    }

    .news-list .content article {
        display: block;
    }
    #article .news-list article,
#services-block .services-block {width: 100%;}
    .news-list .content article .thumbnail {
        margin: 0 0 30px;
        width: 100%;
    }
.form {    background-position: right;}
    .news-list .content article .info {
        padding: 0;
        width: 100%;
    }

    .materials .inner .item {
        width: 49%;
    }


    .production .inner {
        display: block;
    }

    .production .inner .item {
        width: 100%;
    }

    .reviews .item .top {
        display: block;
        text-align: center;
    }

    .reviews .item .top .thumb {
        margin: 0 auto 20px;
    }

    .reviews .item {
        border-right: none;
        padding: 10px 20px 20px 20px;
    }
}

@media screen and (max-width:575px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 375px;
    }

    .mobile-topper .contacts {
        width: auto;
    }

    .mobile-topper .contacts .button,
    .mobile-topper .contacts .location,
    .mobile-topper .contacts .email {
        display: none;
    }

    .mobile-topper .contacts .phone {
        border: none;
        padding: 0;
        width: 20px;
        height: 20px;
        background: url(/local/templates/mc/css/../images/call-answer.svg) no-repeat center / contain;
    }

    .mobile-topper .contacts .phone a {
        font-size: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .front-block .slide {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        
    }

    .front-block .slide .desc {
        padding: 0 10px;
    }

    .front-block .slide h1,
    .front-block .slide div.h1 {
        font-size: 28px;
        max-width: 400px;
    }

    .front-block .slick-pagination {
        display: none;
    }

    .front-block .slide .button {
        max-width: 100%;
    }

    #main-menu .mobile-menu-bottom {
        display: block;
        margin: 40px 0 0 0;
        color: #fff;
    }

    #main-menu .menu a {
        padding: 10px 0;
    }

    #main-menu .mobile-menu-bottom .item {
        margin: 5px 0;
        color: #000;
        margin: 0 0 15px;
    }

    #main-menu .mobile-menu-bottom .item.phone a {
        font-weight: 600;
        display: block;
    }

    #main-menu .mobile-menu-bottom a {
        color: #000;
    }

    .reviews h2,
    .production h2,
    .materials h2 .form h2,
    .ben h2 {
        font-size: 26px;
    }

    .ben {
        padding: 0 0 40px;
    }

    .ben .inner {
        opacity: 0;
        visibility: hidden;
    }

    .ben .inner.slick-initialized {
        opacity: 1;
        visibility: visible;
    }


    .ben .ben-pagination {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        z-index: 103;
        text-align: center;
    }

    .ben .ben-pagination ul li {
        margin: 0 10px;
        display: inline-block;
    }

    .ben .ben-pagination ul li button {
        background: #e1e1e1;
        width: 15px;
        height: 15px;
        padding: 0;
        border: none;
        border-radius: 50%;
        font-size: 0;
        outline: none;
        cursor: pointer;
        transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        -moz-transition: 0.5s all ease-;
        -ms-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
    }

    .ben .ben-pagination ul li button:hover,
    .ben .ben-pagination ul li button:active,
    .ben .ben-pagination ul li button:focus,
    .ben .ben-pagination ul li.slick-active button {
        background: #9f8268;
    }

    footer {
        padding: 0;
    }

    footer .button {
        padding: 0;
    }

    footer .container {
        display: block;
    }

    footer .logo,
    footer .name {
        display: none;
    }

    footer .socials {
        text-align: center;
        width: 100%;
    }

    footer .socials a.vk {
        margin: 0 auto;
    }

    footer .button {
        text-align: center;
        display: block;
        margin: 0 0 20px;
    }

    footer .button a {
        width: 100%;
        max-width: 100%;
    }

    .copyrights {
        padding: 20px 0 0 0;
    }

    .copyrights .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: 100%;
        padding: 0;
    }

    .copyrights .right {
        margin: 0 0 20px;
    }

    .copyrights .left {
        background: #fafafa;
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }



    .news-list .content article .info .title a {
        font-size: 18px;
    }

    .page-content p,
    .news-list .content article .link a,
    .news-list .content article .info p {
        font-size: 16px;
    }

    .gallery-carousel {
        margin: 30px 0;
    }

    .article-detail .top {
        margin: 0 0 15px;
        display: block;

    }

    .article-detail .top .left {
        width: 100%;
        font-size: 0;
        margin: 0 0 15px;
    }

    .article-detail .top .right {
        width: 100%;
        padding: 0 0 0 0px;
        font-size: 16px;
    }

    .article-detail .text {
        font-size: 16px;
    }

    .materials .inner .item {
        width: 100%;
    }

    .materials .inner .item .thumb {
        margin: 0 0 10px;
    }


}

@media screen and (max-width:375px) {
    header .name {
        padding: 0 0 0 10px;
        font-size: 12px;
    }
}
/* End */


/* Start:/local/templates/mc/css/animate.css?156568406278073*/
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  animation-delay: 1s;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    -ms-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }

  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    -ms-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }

  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    -ms-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
   animation-delay: 0.5s;
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn2 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
   animation-delay: 1s;
}
@-webkit-keyframes fadeIn3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn3 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn3 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
   animation-delay: 1.5s;
}
@-webkit-keyframes fadeIn4 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn4 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn4 {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
   animation-delay: 2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5000px);
    transform: translateY(-5000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-5000px);
    -ms-transform: translateY(-5000px);
    transform: translateY(-5000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft2 {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-delay: 1s;
}
@-webkit-keyframes slideInLeft3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft3 {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  animation-delay: 2s;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight2 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  animation-delay: 1s;
}
@-webkit-keyframes slideInRight3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight3 {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  animation-delay: 2s;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn2 {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  animation-delay: 1s;
}
@-webkit-keyframes rollIn3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn3 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn3 {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  animation-delay: 2s;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn4 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn4 {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
  animation-delay: 3s;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(48px);
    -ms-transform: scale(.475) translateX(48px);
    transform: scale(.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-48px);
    -ms-transform: scale(.475) translateX(-48px);
    transform: scale(.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(-60px);
    -ms-transform: scale(.475) translateY(-60px);
    transform: scale(.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(2000px);
    -ms-transform: scale(.1) translateY(2000px);
    transform: scale(.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(42px);
    -ms-transform: scale(.475) translateX(42px);
    transform: scale(.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(-2000px);
    -ms-transform: scale(.1) translateX(-2000px);
    transform: scale(.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateX(-42px);
    -ms-transform: scale(.475) translateX(-42px);
    transform: scale(.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateX(2000px);
    -ms-transform: scale(.1) translateX(2000px);
    transform: scale(.1) translateX(2000px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* End */


/* Start:/local/templates/mc/styles.css?17811698611648*/
header > .container {
  display: flex;
}
header > .container .logo {
  flex: 1 1 auto;
  padding: 0 1px 0 0;
}
@media (max-width: 900px) {
  header > .container .logo {
    display: none;
  }
}
header > .container .logo > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header > .container .logo > a > img {
  width: 60px;
}
header > .container .logo > a > .logo_text_wraper {
  text-align: left;
  margin-left: 3px;
}
header > .container .logo > a > .logo_text_wraper > .lt_fl {
  font-size: 18px;
  text-transform: uppercase;
  font-family: fantasy, sans-serif;
  letter-spacing: 0.5px;
  color: #112035;
  margin-bottom: 4px;
}
header > .container .logo > a > .logo_text_wraper > .lt_sl {
  font-size: 12px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #191919;
}

.mobile-topper > .container > .mobile-menu {
  justify-content: space-between;
  align-items: center;
}
.mlogo > a {
  display: flex;
}
.mlogo > a > img {
  width: 60px;
  height: 80px;
  margin-right: 10px;
}
.mlogo > a > .mlt_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
}
.mlogo > a > .mlt_wrapper > .mlt_fl {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #112035;
  margin: 5px 0;
}
.mlogo > a > .mlt_wrapper > .mlt_sl {
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #191919;
}
.mobile-topper > .container > .mobile-menu > .toggle_mnu.toggler {
  max-width: 30px;
  margin: 0;
}

/*# sourceMappingURL=styles.css.map */

/* End */
/* /local/templates/mc/css/slick.css?15650692243541 */
/* /local/templates/mc/js/fancybox/jquery.fancybox.min.css?156506922514065 */
/* /local/templates/mc/css/style.css?178117229545531 */
/* /local/templates/mc/css/responsive.css?178117247114979 */
/* /local/templates/mc/css/animate.css?156568406278073 */
/* /local/templates/mc/styles.css?17811698611648 */
