html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, body, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
b, strong {font-weight: bold;}
i, em {font-style: italic;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ul {list-style: none;}
ol li{list-style-position: outside;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
img{max-width: 100%;height: auto;}
table {border-collapse: collapse;border-spacing: 0;}
html {min-height: 100%;}
*:focus, * {outline: none;}
-webkit-transform: translate3d(0, 0, 0);
textarea {resize: vertical; overflow: auto;}
body {
    min-height: 100%;
    line-height: 1.2;
    background: #ccc;
    color: #5e5e5e;
    font: 16px OpenSans;
}
.wrapper {
    background: #fff;
    overflow: hidden;
}
.content {overflow: hidden;}
a {text-decoration: none;outline: none !important;}
a:active, a:focus {text-decoration: none !important;box-shadow: 0;}
.justify {text-align: justify !important;}
.img-wrap img {display: block;width: 100%;height: auto;}
.black-layer {
    position: relative;
}
.black-layer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
}
.article {
    text-align: left;
    line-height: 1.9;
}
.article img {max-width: 100%;}
.article ol {counter-reset: myCounter;}
.article ol li {
    list-style: none;
    position: relative;
    padding: 0 0 0 35px;
    min-height: 23px;
}
.article ol li:before {
    counter-increment: myCounter;
    content:counter(myCounter);
    color: #fff;
    background: #99e69c;
    position: absolute;
    text-align: center;
    top: 2px;
    left: 0;
    line-height: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.article p {
    margin-bottom: 5px;
}
.article p img {
    display: inline-block;
    text-align: center;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
}
.article p img[style*="float: right"],
.article p img[style*="float:right"] {
    max-width: 50% !important;
    margin-left: 15px;
    margin-bottom: 20px;
}
.article p img[style*="float: left"],
.article p img[style*="float:left"] {
    max-width: 50% !important;
    margin-right: 15px;
    margin-bottom: 20px;
}
.article li {
    margin-bottom: 5px;
}
.article ul {
    list-style-type: circle;
    list-style-position: inside;
    list-style-image: url(../img/li.png);
}
.article ul li {
    min-height: 16px;
    position: relative;
}
.article ul li:before {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    left: 11px;
    top: 9px;
    border: 3px solid #ef7455;
    transform: rotate(45deg);
}
.article a {
    color: #197c1d;
    font-weight: bold;
    text-decoration: underline;
}
.article h1 {
    font-size: 200%;
    font-weight: bold;
}
.article h2 {
    font-size: 150%;
}
.article h3 {
    font-size: 125%;
}
.article h4 {
    font-size: 110%;
}
.article img[style="float:left"],
.article img[style="float: left"] {
    margin: 10px 10px 10px 0;
}
.article img[style="float:right"],
.article img[style="float: right"] {
    margin: 10px 0 10px 10px;
}
.article table {
    width: 100%;
    margin-bottom: 20px;
}
.article table td {
    border: 1px solid #000;
    padding: 3px 5px;
}
.article table td + td {
    text-align: center;
}
.article iframe,
.article video {
    max-width: 100%;
}

@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.woff') format('woff'),
        url('../fonts/OpenSansBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansItalic.eot');
    src: url('../fonts/OpenSansItalic.woff') format('woff'),
        url('../fonts/OpenSansItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansBoldItalic.eot');
    src: url('../fonts/OpenSansBoldItalic.woff') format('woff'),
        url('../fonts/OpenSansBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.woff') format('woff'),
        url('../fonts/OpenSansRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: OpenSansLight;
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.woff') format('woff'),
        url('../fonts/OpenSansLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.margin-top-5 {margin-top: 5px;}
.margin-top-10 {margin-top: 10px;}
.margin-top-15 {margin-top: 15px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-25 {margin-top: 25px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-35 {margin-top: 35px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-45 {margin-top: 45px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-55 {margin-top: 55px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-65 {margin-top: 65px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-75 {margin-top: 75px;}

.margin-bottom-5 {margin-bottom: 5px;}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-25 {margin-bottom: 25px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-35 {margin-bottom: 35px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-45 {margin-bottom: 45px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-55 {margin-bottom: 55px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-65 {margin-bottom: 65px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-75 {margin-bottom: 75px;}

.margin-both-5 {margin: 5px 0;}
.margin-both-10 {margin: 10px 0;}
.margin-both-15 {margin: 15px 0;}
.margin-both-20 {margin: 20px 0;}
.margin-both-25 {margin: 25px 0;}
.margin-both-30 {margin: 30px 0;}
.margin-both-35 {margin: 35px 0;}
.margin-both-40 {margin: 40px 0;}
.margin-both-45 {margin: 45px 0;}
.margin-both-50 {margin: 50px 0;}
.margin-both-55 {margin: 55px 0;}
.margin-both-60 {margin: 60px 0;}
.margin-both-65 {margin: 65px 0;}
.margin-both-70 {margin: 70px 0;}
.margin-both-75 {margin: 75px 0;}

/* slick */
.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:0}.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}.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}

/* Magnific Popup CSS */
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#000;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:default;}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #ea1f96}.mfp-arrow-right{right:0}.mfp-arrow-right:before{border-left:27px solid #ea1f96}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}.mfp-content{background:transparent}.my-mfp-zoom-in .mfp-content,.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8)}.my-mfp-zoom-in.mfp-ready .mfp-content,.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.my-mfp-zoom-in.mfp-removing .mfp-content,.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.my-mfp-slide-bottom .zoom-anim-dialog{opacity:0;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;-webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-20px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-20px) perspective(600px) rotateX(10deg);-o-transform:translateY(-20px) perspective(600px) rotateX(10deg);transform:translateY(-20px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:translateY(0) perspective(600px) rotateX(0);-moz-transform:translateY(0) perspective(600px) rotateX(0);-ms-transform:translateY(0) perspective(600px) rotateX(0);-o-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0)}.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;-webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg);-moz-transform:translateY(-10px) perspective(600px) rotateX(10deg);-ms-transform:translateY(-10px) perspective(600px) rotateX(10deg);-o-transform:translateY(-10px) perspective(600px) rotateX(10deg);transform:translateY(-10px) perspective(600px) rotateX(10deg)}.my-mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:.8}.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/* liteAccordion */
.liteAccordion{text-align:left;font-size:16px;line-height:24px;font:'Helvetica Neue',Verdana,Arial,sans-serif;-webkit-backface-visibility:hidden;-webkit-perspective:1000;-webkit-tap-highlight-color:transparent}.liteAccordion{padding:0;margin:0;border:0;box-sizing:content-box}.liteAccordion>ol{position:relative;overflow:hidden;height:100%;margin:0;padding:0;list-style-type:none}.liteAccordion>ol>li{list-style-type:none}.liteAccordion .slide>.capt-block{color:black;font-size:16px;font-weight:normal;margin:0;z-index:2;position:absolute;top:0;left:0;-webkit-backface-visibility:hidden;-webkit-transform:translateX(-100%) rotate(-90deg);-webkit-transform-origin:right top;-moz-transform:translateX(-100%) rotate(-90deg);-moz-transform-origin:right top;-o-transform:translateX(-100%) rotate(-90deg);-o-transform-origin:right top;transform:translateX(-100%) rotate(-90deg);transform-origin:right top}.liteAccordion .slide>.capt-block .capt{display:block;padding-left:50px;height:90%;margin-top:30px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.liteAccordion .slide>.capt-block b{display:inline-block;position:absolute;top:13%;left:10%;text-align:center;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.liteAccordion .slide>.capt-block:hover{cursor:pointer}.liteAccordion .slide>div{height:100%;position:absolute;top:0;z-index:1;overflow:hidden;}.liteAccordion .ap-caption{padding:10px 15px;position:absolute;bottom:20px;right:30px;z-index:3;background:black;background:rgba(0,0,0,0.7);color:white;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.liteAccordion noscript p{padding:10px;margin:0;}.liteAccordion.dark{border:9px solid #353535;border-bottom-width:8px;padding:5px 5px 6px 0;background:#030303;-webkit-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-moz-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-ms-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-o-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4)}.liteAccordion.dark .slide>.capt-block{background:#030303;text-shadow:0 -1px 0 #030303;line-height:265%}.liteAccordion.dark .slide>.capt-block .capt{background:#353535;color:white}.liteAccordion.dark .slide>.capt-block b{background:#353535;color:#030303;text-shadow:-1px 1px 0 #5b5b5b}.liteAccordion.dark .slide>.capt-block.selected .capt,.liteAccordion.dark .slide>.capt-block.selected.capt:hover{background:#353535;background:-moz-linear-gradient(left,#353535 0,#555 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#353535),color-stop(100%,#555));background:-webkit-linear-gradient(left,#353535 0,#555 100%);background:-o-linear-gradient(left,#353535 0,#555 100%);background:-ms-linear-gradient(left,#353535 0,#555 100%);background:linear-gradient(left,#353535 0,#555 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#353535',endColorstr='#555555',GradientType=1)}.liteAccordion.dark .slide>.capt-block.selected b{background:#383838;background:-moz-linear-gradient(top,#3a3a3a 0,#363636 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#3a3a3a),color-stop(100%,#363636));background:-webkit-linear-gradient(top,#3a3a3a 0,#363636 100%);background:-o-linear-gradient(top,#3a3a3a 0,#363636 100%);background:-ms-linear-gradient(top,#3a3a3a 0,#363636 100%);background:linear-gradient(top,#3a3a3a 0,#363636 100%)}.liteAccordion.dark .slide>div{background:#030303;margin-left:5px}.liteAccordion.light{border:9px solid white;border-bottom-width:8px;padding:5px 5px 6px 0;background:#a0a0a0;-webkit-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);-moz-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);-ms-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);-o-box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4);box-shadow:-1px -1px 0 #c0c0c0,1px 1px 0 #c0c0c0,0 5px 15px rgba(0,0,0,0.4)}.liteAccordion.light .slide>.capt-block{background:#a0a0a0;text-shadow:0 -1px 0 white;line-height:265%}.liteAccordion.light .slide>.capt-block .capt{background:#fcfcfc;background:-moz-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,#fcfcfc),color-stop(100%,#ededed));background:-webkit-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:-o-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:-ms-linear-gradient(left,#fcfcfc 0,#ededed 100%);background:linear-gradient(left,#fcfcfc 0,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=1);-webkit-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;-moz-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;-o-box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;box-shadow:-1px -1px 0 #909090 inset,1px 1px 0 #909090 inset;color:#909090}.liteAccordion.light .slide>.capt-block b{background:#fff;color:#909090;text-shadow:-1px 1px 0 white}.liteAccordion.light .slide>.capt-block.selected.capt,.liteAccordion.light .slide .capt-block.selected.capt:hover,.liteAccordion.light .slide>.capt-block.selected b{background:#fff}.liteAccordion.light .slide>div{background:#a0a0a0;margin-left:5px}.liteAccordion.stitch{position:relative;padding:5px 0 5px 5px;border:11px solid #353535;background:#353535;-webkit-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-moz-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);-o-box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4);box-shadow:0 -1px 0 #5b5b5b inset,0 5px 15px rgba(0,0,0,0.4)}.liteAccordion.stitch:before{content:'';width:100%;height:100%;position:absolute;top:-9px;left:-9px;background:#353535;border:9px solid transparent;-webkit-border-image:url('bg_stitch.png') 9 repeat;-moz-border-image:url('bg_stitch.png') 9 repeat;-o-border-image:url('bg_stitch.png') 9 repeat;border-image:url('bg_stitch.png') 9 repeat}.liteAccordion.stitch .slide>.capt-block{background:#353535}.liteAccordion.stitch .slide>.capt-block .capt{height:auto;padding-right:5%;color:white;text-shadow:-1px 1px 0 #5b5b5b;border:9px solid transparent;background-image:url('bg_noise.png');margin-top:0;-webkit-border-image:url('bg_stitch.png') 9 repeat;-moz-border-image:url('bg_stitch.png') 9 repeat;-o-border-image:url('bg_stitch.png') 9 repeat;border-image:url('bg_stitch.png') 9 repeat}.liteAccordion.stitch .slide>.capt-block.selected:after{content:'';display:block;height:11px;width:11px;position:absolute;bottom:-3px;right:38px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);border:9px solid transparent;border-top:0;border-left:0;-webkit-border-image:url('bg_stitch.png') 9 repeat;-moz-border-image:url('bg_stitch.png') 9 repeat;-o-border-image:url('bg_stitch.png') 9 repeat;border-image:url('bg_stitch.png') 9 repeat;background-image:url('bg_noise.png')}.liteAccordion.stitch .slide:nth-child(1)>.capt-block .capt,.liteAccordion.stitch .slide:nth-child(1)>.capt-block:after{background-color:#c25252}.liteAccordion.stitch .slide:nth-child(2)>.capt-block .capt,.liteAccordion.stitch .slide:nth-child(2)>.capt-block:after{background-color:#ca9859}.liteAccordion.stitch .slide:nth-child(3)>.capt-block .capt,.liteAccordion.stitch .slide:nth-child(3)>.capt-block:after{background-color:#96ba5f}.liteAccordion.stitch .slide:nth-child(4)>.capt-block .capt,.liteAccordion.stitch .slide:nth-child(4)>.capt-block:after{background-color:#59abb7}.liteAccordion.stitch .slide:nth-child(5)>.capt-block .capt,.liteAccordion.stitch .slide:nth-child(5)>.capt-block:after{background-color:#bb6098}.liteAccordion.stitch .slide>.capt-block b{top:19%;color:white;text-shadow:1px 1px 0 #5b5b5b}.liteAccordion.stitch .slide>div{margin-right:6px}.liteAccordion.stitch.rounded>ol{-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;border-radius:0}.liteAccordion.rounded,.rounded>ol{-webkit-border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;border-radius:6px}.liteAccordion.rounded .slide>.capt-block .capt{-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;border-radius:4px}.liteAccordion.ie.stitch .slide>.capt-block.selected:after{display:none}.liteAccordion.ie.stitch .slide-0>.capt-block .capt{background-color:#c25252}.liteAccordion.ie.stitch .slide-1>.capt-block .capt{background-color:#ca9859}.liteAccordion.ie.stitch .slide-2>.capt-block .capt{background-color:#96ba5f}.liteAccordion.ie.stitch .slide-3>.capt-block .capt{background-color:#59abb7}.liteAccordion.ie.stitch .slide-4>.capt-block .capt{background-color:#bb6098}.liteAccordion.ie.stitch .slide-5>.capt-block .capt{background-color:#c25252}.liteAccordion.ie.stitch .slide-6>.capt-block .capt{background-color:#ca9859}.liteAccordion.ie.stitch .slide-7>.capt-block .capt{background-color:#96ba5f}.liteAccordion.ie.stitch .slide-8>.capt-block .capt{background-color:#59abb7}.liteAccordion.ie.stitch .slide-9>.capt-block .capt{background-color:#bb6098}.liteAccordion.ie .slide>.capt-block,.liteAccordion.ie .slide>.capt-block .capt,.liteAccordion.ie .slide>.capt-block b{filter:none;-ms-filter:none;-ms-transform:none}.liteAccordion.ie7 .slide>.capt-block{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.liteAccordion.ie7 .slide>.capt-block b{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.liteAccordion.ie8 .slide>.capt-block{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"}.liteAccordion.ie8 .slide>.capt-block b{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"}.liteAccordion.ie9 .slide>.capt-block{-ms-transform:translateX(-100%) rotate(-90deg);-ms-transform-origin:right top}.liteAccordion.ie9 .slide>.capt-block b{-ms-transform:rotate(90deg)}.liteAccordion.ie7 .slide>.capt-block b,.liteAccordion.ie8 .slide>.capt-block b{top:44%;left:5%}.liteAccordion.ie7.stitch .slide>.capt-block b,.liteAccordion.ie8.stitch .slide>.capt-block b{top:36%}.liteAccordion.ie9.stitch{box-shadow:0 5px 15px rgba(0,0,0,0.4)}
/* style for site */
/* btn */
.btn-st1 ::selection {
    color: inherit;
    background: transparent;
}
.btn-st1 ::-moz-selection {
    color: inherit;
    background: transparent;
}
.btn-st1 {
    display: inline-block;
    position: relative;
    padding: 3px;
    text-align: center;
/*    background: linear-gradient(150deg, #fdd8d1 15%, #bf7dc3 90%);*/
    background: -webkit-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    background: -moz-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    background: -o-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    background: linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    color: #fff;
    box-shadow: 0 5px 20px #c4babb;
    box-shadow: 0 5px 20px rgba(0,0,0,.2),
                0 10px 20px rgba(0,0,0,.1);
}
.btn-st1:hover {
    animation: btn-anim .5s linear;
    animation-fill-mode: forwards;
}
.btn-st1 span {
    display: inline-block;
    padding: 7px 30px;
    background: #131317;
    color: #fff;
}

@keyframes btn-anim {
    0% {
        background: -webkit-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    10% {
        background: -webkit-linear-gradient(168deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(168deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(168deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(168deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    20% {
        background: -webkit-linear-gradient(186deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(186deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(186deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(186deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    30% {
        background: -webkit-linear-gradient(204deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(204deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(204deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(204deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    40% {
        background: -webkit-linear-gradient(222deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(222deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(222deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(222deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    50% {
        background: -webkit-linear-gradient(240deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(240deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(240deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(240deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    60% {
        background: -webkit-linear-gradient(258deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(258deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(258deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(258deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    70% {
        background: -webkit-linear-gradient(276deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(276deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(276deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(276deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    80% {
        background: -webkit-linear-gradient(294deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(294deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(294deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(294deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    90% {
        background: -webkit-linear-gradient(320deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(320deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(320deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(320deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
    100% {
        background: -webkit-linear-gradient(330deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -moz-linear-gradient(330deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: -o-linear-gradient(330deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
        background: linear-gradient(330deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    }
}
/* h-style */
.h-style1 {
    font-weight: bold;
    color: #ea4b24;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 100%;
}
.h-style2 {
    font-weight: bold;
    color: #371d54;
    font-size: 300%;
    line-height: 60px;
    margin-bottom: 30px;
}
.h-style3 {
    font-weight: bold;
    color: #fff;
    font-size: 300%;
    line-height: 60px;
    margin-bottom: 30px;
}
.h-style4 {
    font-weight: bold;
    color: #371d54;
    font-size: 300%;
    line-height: 60px;
    text-align: center;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e7eb;
    position: relative;
}
.h-style4:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -3px;
    width: 50px;
    height: 3px;
    background: #ea4b24;
}
.orange {
    color: #ea4b24;
}

.main-banner {
    background: #1b191e url(../img/banner.jpg) center no-repeat fixed;
    background-size: cover;
    color: #fff;
    min-height: 100%;
    min-height: 100vh;
    position: relative;
}
.main-banner h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 300%;
    font-weight: bold;
    line-height: 60px;
    padding: 13% 0 7%;
/*    padding: 18vh 0 8vh;*/
    padding: 11vh 0 4vh;
}
@keyframes scroll-down {
    0% {
        z-index: -1;
        transform: translateY(-10vh) scale(.5);
    }
    7% {
        opacity: 1;
        z-index: 1;
        transform: translateY(0) scale(1);
    }
    9% {
        transform: translateY(-2vh);
    }
    10% {
        transform: translateY(0);
    }
    11% {
        transform: translateY(-1vh);
    }
    12% {
        transform: translateY(0);
    }
    13% {
        transform: translateY(-.5vh);
    }
    14% {
        transform: translateY(0);
    }
    94% {
        opacity: 1;
        transform: scale(1);
    }
    97% {
        transform: scale(0);
    }
    99% {
        opacity: 0;
    }
}
.main-banner h1 span {
    color: #ea4b24;
    display: block;
}
.company-slogan {
    font-size: 150%;
}
header {
    padding: 20px 0;
    color: #fff;
}
.logo {
    display: block;
}
.logo img {
    display: block;
}
.header-contacts a {
    margin: 25px 0 20px;
}
.header-contacts .tel {
    margin-top: 33px;
}
.header-contacts .tel .city {
    display: inline-block;
    border-bottom: 2px solid #ef7455;
    margin: 5px 0 3px;
    padding-bottom: 2px;
    font-weight: bold;
}
.switch-lang .drop-block,
.header-contacts .tel .drop-block {
    right: -3px;
    top: -8px;
    padding: 10px 15px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85);
    border: 3px solid transparent;
    border-image: -webkit-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -moz-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -o-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image-slice: 1;
}
.switch-lang .drop-block {
    right: -.7em;
}
.header-contacts .tel ul a {
    white-space: nowrap;
    color: #fff;
    display: inline-block;
    padding: 3px;
    margin: 0;
}
.header-contacts .btn-st1 {
    float: right;
}
.banner-bottom .link-wrap {
    text-align: center;
    margin: 9% 0 3%;
/*    margin: 12vh 0 3vh;*/
    margin: 10vh 0 3vh;
}
.banner-bottom .link-wrap a {
    color: #fff;
    font-weight: bold;
    font-size: 150%;
    display: inline-block;
    position: relative;
    padding-top: 74px;
    transition: all .2s linear;
}
.banner-bottom .link-wrap a:hover {
    color: #ea4b24;
    text-decoration: none;
}
.banner-bottom .for-rieltors:before,
.banner-bottom .for-clients:before,
.banner-bottom .for-investors:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transition: all .2s linear;
}
.banner-bottom .for-rieltors:before {
    margin-left: -30px;
    width: 60px;
    height: 52px;
    background: url(../img/sprite.png) -64px 0 no-repeat;
}
.banner-bottom .for-rieltors:hover:before {
    background-position: 0 0;
}
.banner-bottom .for-investors:before {
    width: 52px;
    height: 54px;
    margin-left: -26px;
    background: url(../img/sprite.png) -156px -57px no-repeat;
}
.banner-bottom .for-investors:hover:before {
    background-position: -156px 0;
}
.banner-bottom .for-clients:before {
    width: 73px;
    height: 53px;
    margin-left: -37px;
    background: url(../img/sprite.png) -235px 0 no-repeat;
}
.banner-bottom .for-clients:hover:before {
    background-position: -313px 0;
}
header .tel {
    display: inline-block;
    color: #fff;
    padding: 2px 2px 2px 27px;
    position: relative;
}
header .tel:hover {
    color: #fff;
    text-decoration: none;
}
header .tel:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -9px;
    width: 15px;
    height: 16px;
    background: url(../img/sprite.png) 0 -56px no-repeat;
}
::selection {
    background: #ea4b24;
    color: #fff;
}
::-moz-selection {
    background: #ea4b24;
    color: #fff;
}
.about-us {
    padding-top: 70px;
    background: #fff;
}
.special-offers {
    background: #1d2128;
}
.cooperation {
    background: #fff;
    padding-top: 75px;
}
.cooperation .h-style2 .orange {
    display: block;
}
.advantage-list {
    padding: 40px 0 20px;
    text-align: center;
}
.row.dib > div {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}
.advantage-list .row.dib > div {
    margin-bottom: 45px;
}
.advantage-list .img-wrap img {
    max-width: 100%;
    width: auto;
    display: inline-block;
}
.advantage-list .capt {
    text-transform: uppercase;
    color: #371d54;
    font-weight: bold;
    padding: 15px 20px 0;
}
.advantage-list .dscr {
    padding: 12px 20px 0;
    color: #5e5e5e;
    line-height: 30px;
}
.free-consult {
    background: #fff;
    overflow: hidden;
}
.free-consult .text-block {
    padding: 180px 0 195px 0;
    background: #2e2522 url('../img/free-consult-bg.jpg') left top no-repeat;
    background-size: cover;
    color: #fff;
    margin-left: -22%;
    padding-left: 23.3%;
    width: 88.6666%;
}
.free-consult .form-block {
    background: #f9f9f9;
    padding: 70px 0 30px;
    position: relative;
}
.free-consult .form-block:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 99%;
    height: 1000px;
    background: #f9f9f9;
}
.free-consult .form-block form {
    padding: 0 35px;
}
label {
    display: block;
    font-family: OpenSansLight;
    color: #5e5e5e;
    padding: 8px 10px;
}
label.btn-st1 span {
    padding-left: 70px;
    padding-right: 70px;
}
label.btn-st1 + input[type=submit],
label.btn-st1 input {
    display: none;
}
input,
textarea {
    width: 100%;
    box-sizing: border-box;
    background: #e6e7eb;
    font: 100% OpenSans;
    border: none;
    color: #7f818a;
    padding: 8px 20px;
    border: 2px solid transparent;
    margin-bottom: 10px;
    transition: all .2s linear;
}
form input.error,
form textarea.error {
    border-color: #f35b63;
}
input:focus,
textarea:focus {
    border-color: #7f818a;
    box-shadow: 6px 6px 10px rgba(0,0,0,.2);
    background: #fff;
}
textarea {
    resize: vertical;
    overflow: auto;
    min-height: 140px;
}
p.light {
    font-family: OpenSansLight;
    color: #5e5e5e;
}
.services {
    background: #fff;
    padding-top: 75px;
}
.services .h-style2 {
    margin-bottom: 75px;
}
.services-item {
    margin-left: -15px;
    margin-bottom: 78px;
}
.services-item .img-wrap {
    padding-right: 30px;
}
.services-item .capt {
    color: #fff;
    font-size: 150%;
    text-align: right;
    display: inline-block;
    float: right;
    box-shadow: 0 12px 24px rgba(0,0,0,.2);
    padding: 25px 23px;
    background-color: #120520;
    background-color: rgba(18, 5, 32, 0.85);
    border: 3px solid #f5d1fd;
/*    border-image: linear-gradient(150deg,#f5d1fd 30%,#687bd8 90%);*/
    border-image: -webkit-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -moz-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -o-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image-slice: 1;
}
.services-item .text {
    margin-top: -163px;
    position: relative;
    z-index: 1;
}
.services-item .article {
    margin-left: 65px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.2),
                0 20px 50px 5px rgba(0,0,0,.1);
    padding: 28px;
    clear: both;
}
.team {
    background: #212224 url(../img/team.jpg) center no-repeat fixed;
    background-size: cover;
    padding-top: 60px;
    text-align: center;
    color: #fff;
}
.team .dscr {
    line-height: 1.9;
    margin-bottom: 75px;
}
.employee {
    text-align: left;
}
.employee .img-wrap {
    max-width: 162px;
    padding: 3px;
/*    background: linear-gradient(150deg, #f5d1fd 30%, #687bd8 90%);*/
    background: -webkit-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    background: -moz-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    background: -o-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    background: linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
}
.employee .info {
    padding: 12px 13px;
    background-color: #120520;
    background-color: rgba(18, 5, 32, 0.85);
    border: 3px solid #f5d1fd;
/*    border-image: linear-gradient(150deg,#f5d1fd 30%,#687bd8 90%);*/
    border-image: -webkit-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -moz-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -o-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image-slice: 1;
    display: inline-block;
    margin-top: -50px;
    margin-left: 133px;
    margin-bottom: 15px;
}
.employee .post {
    color: #a8acb9;
    margin-top: 5px;
    font-size: 75%;
    text-transform: uppercase;
}
.testimonials {
    background: #f5f5f7;
    padding: 88px 15px 99px;
}
.testimonials > .container > .row {
    position: relative;
}
.testimonials .testimonials-slider a {
    display: block;
}
.testimonials .img-wrap {
    max-height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
}
.testimonials .img-wrap:after {
    content: '\e003';
    position: absolute;
    font-family: 'Glyphicons Halflings';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #dddbdb;
    font-size: 250%;
    text-align: center;
    margin: auto;
    padding-top: 38%;
    background: rgba(0, 0, 0, 0.3);
    transition: all .2s linear;
    text-shadow: 2px 2px #3e3e3e;
}
.testimonials .img-wrap:hover:after {
    color: #fff;
    transform: scale(1.2);
}
.testimonials .text {
    background: #fff;
    padding: 55px 55px 70px;
    margin-left: -8.33333333%;
    margin-top: 60px;
    color: #7d808a;
    line-height: 25px;
}
.testimonials .text .capt {
    color: #131317;
    font-size: 150%;
    line-height: 32px;
    padding-bottom: 13px;
}
.testimonials-slider {
    position: static;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    z-index: 1;
    border: 2px solid #000;
    background: #fff;
    font-size: 0;
    transition: all .2s linear;
}
.slick-arrow:hover {
    box-shadow: 0 7px 15px rgba(0,0,0,.4);
    border-color: #ef7455;
}
.slick-prev:before,
.slick-next:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: url(../img/sprite.png) -400px 0 no-repeat;
}
.slick-next:before {
    background-position: -420px 0;
}
.slick-prev {
    left: 15px;
}
.slick-next {
    right: 15px;
}
#gmap {
    height: 855px;
    margin-right: -21%;
    width: 79%;
}
#gmap-dnepr {
    height: 840px;
    margin-left: -21%;
    width: 79%;
}
#gmap h6 {
    color: #fff;
    font-size: 170%;
    padding: 0;
    margin: 0;
}
#gmap div[style*="cursor: default; position: absolute"] {
    background: #ea4b24 !important;
    color: #fff !important;
    border-radius: 7px;
}
#gmap .gm-style-iw div {
    background: transparent !important;
    color: #fff !important;
}
#gmap .gm-style-iw div .view-link a {
    color: #fff;
    text-decoration: underline;
    background: transparent;
}
#gmap div[style*="cursor: default; position: absolute"]:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -17px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 21px solid #ea4b24;
}
#gmap div[style="position: absolute; left: 0px; top: 0px;"] {
    display: none;
}
.firstHeading {
    padding-bottom: 12px;
}
#bodyContent > p {
    padding-bottom: 8px;
}
.contacts {
    background: #fff;
    overflow: hidden;
}
.contacts-form-wrap {
    padding: 75px 35px 50px;
    text-align: center;
}
.contacts-dn-form,
.contacts-form {
    text-align: left;
}
.contacts-form-wrap address {
    color: #7d808a;
    font-size: 112.5%;
    padding-bottom: 15px;
}
.contacts-form-wrap address a {
    color: #7d808a;
}
.contacts-form .h-style2 {
    margin-bottom: 15px;
}
footer {
    padding-top: 30px;
    background: #131317;
    color: #fff;
    font-size: 87.5%;
}
.footer-logo {
    display: block;
}
.socials-links {
    font-weight: bold;
}
.social-networks {
    margin-left: -9px;
    padding-top: 25px;
}
.social-networks li {
    display: inline-block;
    margin: 0 9px 30px;
}
.social-networks li a {
    color: #fff;
}
.footer-menu ul {
    margin-left: -15px;
    column-count: 3;
}
.footer-menu li {
    display: inline-block;
    margin: 0 15px 25px;
}
.footer-menu li a {
    color: #fff;
}
.modal .modal-dialog {
    -webkit-transform: translate(0,0) !important;
    -ms-transform: translate(0,0) !important;
    -o-transform: translate(0,0) !important;
    transform: translate(0,0) !important;
}
.modal {
    text-align: center;
}
.modal:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 90%;
    max-width: 600px;
}
.modal-content {
    padding: 40px 50px;
    border-radius: 0;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
}
.modal-content form {
    padding: 0 45px;
}
.modal-backdrop.in {
    opacity: .8;
}
button.mfp-close,
.modal .close {
    width: 25px;
    height: 25px;
    display: block;
    position: fixed;
    top: 20px;
    right: 30px;
    opacity: 1;
    z-index: 100;
    font-size: 0;
}
button.mfp-close {
    position: absolute;
}
button.mfp-close:before,
.modal .close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 2px;
    width: 23px;
    background: #fff;
    transform: rotate(45deg);
}
button.mfp-close:after,
.modal .close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    height: 2px;
    width: 23px;
    background: #fff;
    transform: rotate(-45deg);
}
.mmix {
	float:right;
    margin: -20px 0;
}
.mmix a {
	display: inline-block;
	float: right;
}
.mmix p {
	display: inline-block;
	width: auto;
	position: relative;
	vertical-align: middle;
	text-align: left;
	left: 25px;
	margin: 12px 0 -30px 0;
	float:left;
	text-transform: none;
	line-height: 1.2;
    color: #d4d4d4;
}
.mmix img {
	display: inline-block;
	vertical-align: middle;
	width: 75px;
}
.footer-bottom {
    background: #05050d;
    margin-top: 25px;
    padding: 28px 0 25px;
    color: #d5d5d5;
}



/* mobile menu */
.navbar-nav {
    margin-top: 25px;
}
.navbar-nav li {
    padding: 5px 2px 10px;
}
.navbar-nav li a {
    padding: 0;
    color: #fff;
    padding: 5px 14px;
    transition: color .2s linear;
    background: transparent;
}
.navbar-nav li a:focus {
    background: transparent;
    color: inherit;
}
.navbar-nav li a.active,
.navbar-nav li a:hover,
.navbar-nav li.active a {
    background: transparent;
    color: #ea4b24;
}
.burger {
    cursor: pointer;
    padding: 8px 8px 3px;
    position: relative;
    z-index: 999;
    display: inline-block;
    margin: 26px 0;
}
.burger .icon-bar {
    background: #fff;
    width: 33px;
    border-radius: 10px;
    height: 4px;
    display: block;
    margin-bottom: 4px;
}
#main-menu .exit {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 300%;
    line-height: .6;
    color: #fff;
    cursor: pointer;
}
.bg-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0,0,0,.7);
    overflow-x: auto;
    overflow-y: scroll;
}
.menu-open {
    overflow: hidden;
}
@media (max-width:1199px) {
    .navbar-nav {
        float: none;
    }
    header nav .nav {
        display: block;
        top: 100%;
        height: 100%;
    }
    header nav .nav > li {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    header nav .nav > li a {
        height: auto;
        line-height: 1.2;
        color: #fff;
        white-space: normal;
        padding: 10px 20px;
    }
    header nav .nav > li a:hover span {border-color: transparent;}
    header nav .nav > li ul{
        display: block;
        position: static;
    }
    header nav .collapse.navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        z-index: 999999;
        padding-top: 80px;
        padding-bottom: 125px;
        background: #1d222a;
        background: rgba(29,34,42,.95);
        display: block;
        width: 50%;
        max-width: 85%;
        overflow: hidden !important;
        color: #fff;
    }
    .nav.navbar-nav {
        overflow-y: scroll;
        padding: 0 25px 30px 5px;
        margin-right: -35px;
    }
    #main-menu .exit {display: block;}
    .navbar-nav > li {
        margin-bottom: 8px;
        position: relative;
    }
    .navbar-nav > li:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 1px;
        background: rgba(255,255,255,.3);
    }
    .navbar-nav > li:last-child:after {display: none;}
    .sm-xs-md-left {float: left;padding: 0;height: 0;min-height: auto;}
    .navbar-nav > li > ul > li {padding: 0 35px 10px 40px;}
    .navbar-nav li li {padding-left: 20px; !important}
    .navbar-nav > li > ul > li li {padding-left: 20px;}
}
@media (max-width:991px) {
    header nav .collapse.navbar-collapse {min-width: 50%;}
    .navbar-nav > li > ul a {white-space: normal;}
}
@media (max-width:767px) {
    header nav .collapse.navbar-collapse {width: auto; width: 75%; text-align: right;}
}
/* /mobile menu */
.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 200;
    padding: 10px 0;
    box-shadow: 0 2px 3px rgba(255,255,255,.3);
}
.fixed-menu .burger {
    margin: 15px 0 10px;
}
.fixed-menu .navbar {
    margin-bottom: 0;
}
.fixed-menu .header-contacts a {
    margin: 15px 0 10px;
}
.fixed-menu .header-contacts .tel {
    margin-top: 25px;
}
.fixed-menu .navbar-nav {
    margin-top: 15px;
}
.fixed-menu .logo {
    max-height: 70px;
    height: 200px;
    display: block;
}
.fixed-menu .logo img {
    max-height: 100%;
    width: auto;
    display: block;
}
.orange-border {
    height: 1px;
    background: #ea4b24;
    margin-top: 30px;
    margin-bottom: 20px;
}






.modal-callback {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.special-offers {
    position: relative;
    overflow: hidden;
}
.special-offers-list {
    margin: auto !important;
    max-width: 1140px;
}
.special-offers-list:after {
    content: '';
    display: block;
    clear: both;
}
.special-offers-item .info-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.special-offers-item {
    width: 33.33%;
    width: 53%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    min-height: 300px !important;
}
#for-investors .info-block {
    background-image: url(../img/slide1.jpg);
}
#for-clients .info-block {
    background-image: url(../img/slide2.jpg);
}
#for-rieltors .info-block {
    background-image: url(../img/slide3.jpg);
}

/*
#for-rieltors .info-block:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -30%;
    background: url(../img/slide3.jpg) center no-repeat;
    background-size: cover;
    z-index: -1;
}
*/
.special-offers-item .capt {
    font-weight: bold;
    font-size: 170%;
    color: #fff;
/*    transform: rotate(-90deg);*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform-origin: left center;*/
/*    -ms-transform-origin: left center;*/
/*    -webkit-transform-origin: left center;*/
/*    -moz-transform-origin: left center;*/
}
.special-offers-item .capt-block {
    position: absolute;
    width: 150px;
    top: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    transition: box-shadow .2s linear, background-color .2s linear;
}
.special-offers-item .capt-block:hover {
    background-color: rgba(0, 0, 0, 0.4);
}
.special-offers-item .info-block .text {
    line-height: 1.7;
    padding-bottom: 30px;
}
.special-offers-item .info-block-inn {
    padding: 80px 50px 60px 24% !important;
}
form span.error-text {
    color: #f35b63;
    display: block;
    position: absolute;
    font-size: 81.25%;
    margin-top: -10px;
    margin-left: 10px;
}
.new-load {
    text-align: center;
    font-size: 125%;
    background: url(../img/check.png) center top no-repeat;
    background-size: 100px 100px;
    padding-top: 115px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.modal .new-load {
    background: url(../img/check.gif) center top no-repeat;
    background-size: 100px 100px;
}
.modal form {
    position: relative;
}
.divider-orange {
    height: 3px;
    background: #ef7455;
}
.drop-block {
    display: none;
    position: absolute;
    z-index: 10;
}
.drop-btn span {
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}
.drop-btn span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    border-top: 7px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.tel .drop-btn span {
    white-space: nowrap;
}
.drop-btn ::selection {
    background: transparent;
    color: inherit;
}
.drop-btn ::-moz-selection {
    background: transparent;
    color: inherit;
}
.switch-lang {
    float: right;
    z-index: 1;
    position: relative;
    margin: 35px 5px 0 0;
}
.switch-lang span,
.switch-lang a {
    color: #fff;
}
.switch-lang ul a,
.navbar-collapse.open .switch-lang span,
.navbar-collapse.open .switch-lang a {
    padding: 5px;
    display: block;
    line-height: 1.3;
}
.navbar-collapse.open .switch-lang li.active span,
.navbar-collapse.open .switch-lang li.active a {
    border-bottom: 2px solid #000;
    border-image: -webkit-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -moz-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: -o-linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image: linear-gradient(150deg, #ef7455 20%, #fdd8ce, #a766ab 85%);
    border-image-slice: 1;
}
.fixed-menu .switch-lang {
    margin-top: 25px; 
}
.navbar-collapse.open .switch-lang {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
.navbar-collapse.open .switch-lang li {
    display: inline-block;
}

/* Media */
@media (max-width:1980px) and (min-width:1900px) {
    .free-consult .text-block {
        margin-left: -32%;
        padding-left: 33.3%;
        width: 97.6666%;
    }
    #gmap-dnepr {
        margin-left: -32%;
        width: 90%;
    }
    #gmap {
        margin-right: -32%;
        width: 90%;
    }
}
@media (max-width:1199px) {
    #gmap {
        width: 69%;
        margin-right: -11%;
    }
    #gmap-dnepr {
        width: 69%;
        margin-left: -11%;
    }
}
@media (max-width:991px) {
    .testimonials .text {margin: 0;}
    .gmaps {
        height: 700px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .footer-menu ul {margin-left: 0;}
    .footer-menu li {margin: 0 10px 25px 0;}
    .free-consult .text-block {
        margin-left: auto;
        padding: 80px 15px 95px;
        width: auto;
    }
}
@media (max-width:900px) {
    .special-offers-item {
        width: 100%;
        float: none;
    }
    .liteAccordion .slide>.capt-block {
        position: relative;
        -moz-transform: translateX(0) rotate(0);
        -o-transform: translateX(0) rotate(0);
         transform: translateX(0) rotate(0);
        display: none;
    }
    .liteAccordion .slide>div {
        position: relative;
        left: 0 !important;
        width: auto !important;
        padding-left: 15px !important;
    }
    .special-offers-list {
        height: auto !important;
    }
    .special-offers-item .info-block-inn {
        padding: 80px 10% 60px 10% !important;
    }
}
@media (max-width:767px) {
    .header-contacts {text-align: right;}
    .header-contacts a {margin: 10px 0; display: inline-block;}
    .header-contacts .tel,
    .fixed-menu .header-contacts .tel {margin-top: 15px;}
    .fixed-menu .burger,
    .burger {margin: 9px 0 8px;}
    .fixed-menu .logo {max-height: 55px;}
    header {text-align: center;}
    .main-banner h1 {font-size: 220%;}
    .h-style2 {font-size: 200%; line-height: 44px;}
    .h-style3 {font-size: 200%; line-height: 44px;}
    .h-style4 {font-size: 200%;}
    .company-slogan {font-size: 130%;}
    .services-item .capt {font-size: 130%;}
    .modal-content {padding: 25px 20px;}
    .modal-content form {padding: 0;}
    label.btn-st1 span,
    label.btn-st1 {width: 100%;}
    label.btn-st1 span {padding-left: 5px; padding-right: 5px;}
    .footer-menu ul {column-count: unset; text-align: center;}
    .services-item .text {margin-top: -112px;}
    .services-item .article {margin-left: 15px;}
    .slick-arrow {top: 320px}
    .slick-prev {left: -10px;}
    .slick-next {right: -10px;}
    .visible-xs {display: inline-block !important;}
    button.mfp-close, .modal .close {top: 0;right: 0;}
    .mmix{margin: 20px 0 -10px;}
}
.copyright a {
    color: #fff;
}

.leaflet-bottom {
    z-index: 1!important;
}