.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

 

.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    transition-property: transform, height
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
    filter: alpha(opacity=0)
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    filter: alpha(opacity=20)
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
body:after {
    content: url(close.png)      
    url(loading.gif) 
    url(prev.png)
    url(next.png);
    display: none
}
body.lb-disable-scrolling {
    overflow: hidden
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    filter: alpha(opacity=80);
    display: none
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid white
}
.lightbox a images {
    border: none
}
.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: white
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}
.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(loading.gif)

    
    no-repeat
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}
.lb-container>.nav {
    left: 0
}
.lb-nav a {
    outline: none;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}
.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(prev.png)

    
    left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}
.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100)
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}
.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100)
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}
.lb-data {
    padding: 0 4px;
    color: #ccc
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}
.lb-data .lb-caption a {
    color: #4ae
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png); 
    top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: .7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}
.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    filter: alpha(opacity=100)
}
@-webkit-keyframes fadeBar {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
    50% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes fadeBar {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
    50% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
@media all and (max-width: 767px) {
    @-webkit-keyframes fadeBar {
        0% {
            -webkit-transform: translateY(-93px);
            transform: translateY(-93px)
        }
        50% {
            -webkit-transform: translateY(-93px);
            transform: translateY(-93px)
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
    @keyframes fadeBar {
        0% {
            -webkit-transform: translateY(-93px);
            transform: translateY(-93px)
        }
        50% {
            -webkit-transform: translateY(-93px);
            transform: translateY(-93px)
        }
        100% {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }
    }
}
.icon-arrow,
.slide-item__toggle:after {
    background-image: url(../images/sprite.png);
    background-position: -12px 0;
    width: 20px;
    height: 14px
}
.icon-contact,
.contact:before {
    background-image: url(../images/sprite.png);
    background-position: -318px 0;
    width: 228px;
    height: 366px
}
.icon-feature-00 {
    background-image: url(../images/sprite.png);
    background-position: -254px 0;
    width: 64px;
    height: 47px
}
.icon-feature-01 {
    background-image: url(../images/sprite.png);
    background-position: -158px 0;
    width: 46px;
    height: 47px
}
.icon-feature-02 {
    background-image: url(../images/sprite.png);
    background-position: -82px 0;
    width: 37px;
    height: 47px
}
.icon-feature-03 {
    background-image: url(../images/sprite.png);
    background-position: -119px 0;
    width: 39px;
    height: 47px
}
.icon-info,
.wrap_offer:before {
    background-image: url(../images/sprite.png) ;
    background-position: 0 0;
    width: 12px;
    height: 24px
}
.icon-pdf {
    background-image: url(../images/sprite.png);
    background-position: -204px 0;
    width: 50px;
    height: 50px
}
.icon-play {
    background-image: url(../images/sprite.png);
    background-position: -32px 0;
    width: 23px;
    height: 19px
}
.icon-search,
.map__content:before,
.grid__item a:before {
    background-image: url(../images/sprite.png)    ;
    background-position: -55px 0;
    width: 27px;
    height: 29px
}
.icon-why,
.box_why:after {
    background-image: url(../images/sprite.png)
    
    ;
    background-position: -546px 0;
    width: 313px;
    height: 213px
}
@font-face {
    font-family: Kelson Sans;
    src: url(../KelsonSans-Bold.eot)  ;
    src: url(../KelsonSans-Bold.eot-#iefix)
    format("embedded-opentype"), url(../KelsonSans-Bold.woff2)
    format("woff2"), url(../KelsonSans-Bold.woff)
    format("woff"), url(../KelsonSans-Bold.svg#KelsonSans-Bold)
    format("svg");
    font-weight: 700;
    unicode-range: U+000D-FB02
}
@font-face {
    font-family: Kelson Sans;
    src: url(../KelsonSans-Light.eot)    ;
    src: url(../KelsonSans-Light.eot-#iefix)
    format("embedded-opentype"), url(../KelsonSans-Light.woff2)
	format("woff2"), url(../KelsonSans-Light.woff)
    format("woff"), url(../KelsonSans-Light.svg#KelsonSans-Light)
    format("svg");
    font-weight: 300;
    unicode-range: U+000D-FB02
}
@font-face {
    font-family: Kelson Sans;
    src: url(../KelsonSans-Regular.eot);
    src: url(../KelsonSans-Regular.eot-#iefix)
    format("embedded-opentype"), url(../KelsonSans-Regular.woff2)
    format("woff2"), url(../KelsonSans-Regular.woff)
    format("woff"), url(../KelsonSans-Regular.svg#KelsonSans-Regular)
    format("svg");
    unicode-range: U+000D-FB02
}
.contact__header,
.page-title__name {
    font-family: Kelson Sans;
    font-weight: 300
}
html,
body,
.download-item__title,
.download-item__action,
.contact__header strong,
.palette__header,
.lb-data .lb-caption {
    font-family: Kelson Sans;
    font-weight: 400
}
.features__title strong,
.box__desc strong,
.map__header,
.page__short,
.simple-title,
.wrap__offer-desc p strong {
    font-family: Kelson Sans;
    font-weight: 700
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
images {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
html {
    box-sizing: border-box
}
html,
body {
    height: 100%;
    background: #efefef;
    color: #343434
}
*,
*:before,
*:after {
    box-sizing: inherit
}
::-moz-selection {
    background: #19247c;
    color: #fff
}
::selection {
    background: #19247c;
    color: #fff
}
images {
    max-width: 100%
}
.whole-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10
}
ul,
hr {
    margin: 0;
    padding: 0;
    border: medium none;
    list-style-type: none;
    outline: medium none;
    text-decoration: none
}
address {
    font-style: normal
}
[class^=icon-] {
    display: inline-block
}
a {
    color: #343434;
    text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0
}
p {
    margin: 15px 0
}
.text-field {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: none;
    border-radius: 0;
    background: #fff;
    font-size: 14px;
    -webkit-appearance: none
}
.text-field_area {
    height: auto;
    min-height: 260px;
    padding: 11px 15px;
    resize: none
}
.container {
    width: 1140px;
    margin: 0 auto
}
.container:after {
    content: "";
    display: table;
    clear: both
}
.nav {
    display: inline-block;
    vertical-align: middle
}
.nav__list {
    font-size: 0
}
.nav__item {
    display: inline-block
}
.nav__item.active .nav__link {
    color: #19247c 
}
.nav__item.active .nav__link:after {
    display: block
}
.nav__link {
    position: relative;
    display: block;
    padding: 40px 15px;
    font-size: 15px;
    text-transform: uppercase
}
.nav__link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    height: 4px;
    background: #19247c 
}
.nav__link:hover {
    color: #19247c
}
.nav__link:hover:after {
    display: block
}
.mobile-menu {
    display: none
}
.slider {
    height: 817px;
    background-color: #dededd
}
.slider .swiper-container {
    height: 100%
}
.slider .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #dededd
}
.slider .swiper-pagination-bullets {
    bottom: 95px
}
.slider .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=100)
}
.slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #19247c
}
.slider-caption {
    position: absolute;
    bottom: 150px;
    left: 0;
    width: 100%;
    color: #fff
}
.slider-caption .container {
    padding: 0 20px;
    box-sizing: border-box
}
.slider-caption a {
    color: #fff
}
.slider-caption__title {
    font-size: 40px;
    max-width: 660px;
    text-shadow: 0 0 45px rgba(0, 0, 0, .9)
}
.promo {
    background: #fff;
    margin-bottom: 35px;
    padding: 60px 30px 50px
}
.promo:after {
    content: "";
    display: table;
    clear: both
}
.promo__caption {
    width: 265px;
    float: left
}
.promo__title {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase
}
.promo__desc {
    margin: 0;
    font-size: 12px;
    line-height: 1.7em
}
.features {
    max-width: 785px;
    float: right;
    font-size: 0
}
.features__item {
    display: inline-block;
    width: 25%;
    padding: 0 25px 15px;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    -webkit-transition: -webkit-transform .3s ease, color .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, color .3s ease, box-shadow .3s ease;
    cursor: pointer
}
.features__item:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    color: #19247c;
    box-shadow: -1px 21px 12px -25px rgba(0, 0, 0, .2)
}
.features__icon {
    margin-bottom: 15px
}
.features__title {
    font-size: 12px
}
.box {
    position: relative;
    width: 100%;
    max-width: 405px;
    float: left;
    padding: 25px 30px 20px;
    margin-bottom: 40px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}
.box:hover {
    box-shadow: -1px 21px 12px -25px rgba(0, 0, 0, .2)
}
.box__title {
    margin-bottom: 8px;
    font-size: 16px;
    text-transform: uppercase
}
.box__desc {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 1.7em;
    color: #424242
}
.box__more {
    font-size: 14px;
    text-transform: uppercase;
    color: #19247c
}
.box_why {
    max-width: none;
    padding-right: 300px;
    z-index: 1
}
.box_why:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}
.box_palette {
    padding-right: 150px;
    background-image: url(../images/boxPalette.jpg);
    
    ;
    background-position: 103% center;
    -webkit-transition: box-shadow .3s ease, background .3s ease;
    transition: box-shadow .3s ease, background .3s ease
}
.box_palette:hover {
    background-position: right center
}
.box_park {
    float: right;
    padding-right: 150px;
    background-image: url(../images/boxPark.jpg);
}
.box_offer {
    min-height: 419px;
    padding: 25px 15px 20px;
    background-image: url(../images/boxOffer.jpg);
}
.box_offer .box__title {
    padding: 0 10px
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .box_offer {
        min-height: 412px
    }
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .box_offer {
        min-height: 415px
    }
}
.toggle__item {
    padding: 0 10px;
    border-top: 1px solid #ccc
}
.toggle__item:first-child {
    border-top: none
}
.toggle__item.active {
    text-decoration: underline
}
.toggle__link {
    display: block;
    padding: 10px 0;
    font-size: 13px
}
.toggle__link:hover {
    text-decoration: underline
}
.toggle__link.active {
    text-decoration: underline
}
.toggle__link.active+.toggle__content {
    display: block
}
.toggle__content {
    display: none;
    padding-bottom: 15px
}
.toggle__content .box__desc {
    margin-top: -4px;
    line-height: 1.4em
}
.tab-nav {
    margin-bottom: 55px;
    font-size: 0
}
.tab-nav__item {
    position: relative;
    display: inline-block;
    min-width: 230px;
    height: 75px;
    padding: 0 10px;
    margin-left: 25px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #636363;
    -webkit-transition: color .3s;
    transition: color .3s
}
.tab-nav__item:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #19247c;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1)
}
.tab-nav__item:hover {
    color: #323232
}
.tab-nav__item:first-child {
    margin-left: 0
}
.tab-nav__item.active {
    color: #19247c
}
.tab-nav__item.active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100)
}
.tab-nav__item .icon-play {
    vertical-align: -3px;
    margin-right: 3px
}
.tab-nav__text {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.tab-content__item {
    display: none
}
.download-item {
    padding: 10px 35px;
    margin-bottom: 12px;
    border: 1px solid #e2e2e2;
    font-size: 0
}
.download-item__title {
    display: inline-block;
    width: 50%;
    font-size: 15px;
    text-transform: uppercase;
    vertical-align: middle
}
.download-item__title a:hover {
    text-decoration: underline
}
.download-item__info {
    display: inline-block;
    width: 42%;
    padding: 0 25px 0 0;
    text-align: right;
    font-size: 12px;
    vertical-align: middle;
    color: #acacac
}
.download-item__type {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-left: 12px;
    margin-right: 3px;
    background: #efefef;
    border-radius: 50%;
    vertical-align: middle
}
.download-item__size {
    display: inline-block;
    vertical-align: middle
}
.download-item__action {
    display: inline-block;
    width: 8%;
    padding: 15px 0;
    border-left: 1px solid #f1f1f1;
    font-size: 14px;
    text-align: right;
    vertical-align: middle
}
.download-item__link {
    text-transform: uppercase;
    color: #19247c
}
.download-item__link:hover {
    color: #b6710b
}
.map {
    height: 260px;
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    color: #424242;
    font-size: 14px;
    line-height: 1.4em
}
.map:after {
    content: "";
    display: table;
    clear: both
}
.map__address {
    width: 35%;
    float: left;
    padding: 40px
}
.map__header {
    margin-bottom: 35px;
    font-size: 16px
}
.map__link {
    color: #424242;
    text-decoration: underline
}
.map__content {
    width: 65%;
    height: 100%;
    float: left;
    background: url(../images/map.jpg) no-repeat center center;
    overflow: hidden;
    position: relative
}
.map__content:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -13px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    z-index: 2
}
.map__content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    background: rgba(211, 132, 14, .2);
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(20%) translateY(10%) rotate(-45deg);
    transform: translateX(20%) translateY(10%) rotate(-45deg);
    -webkit-transition: -webkit-transform .9s, opacity .5s;
    transition: transform .9s, opacity .5s;
    pointer-events: none;
    z-index: 1
}
.map__content:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.map__content:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(10%) translateX(-500px) rotate(-45deg);
    transform: translateY(10%) translateX(-500px) rotate(-45deg)
}
.contact {
    position: relative;
    min-height: 375px;
    padding: 45px 30px 20px;
    background: #f9f9f9;
    color: #424242
}
.contact:after {
    content: "";
    display: table;
    clear: both
}
.contact form:after {
    content: "";
    display: table;
    clear: both
}
.contact:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    display: block;
    pointer-events: none
}
.contact__header {
    width: 35%;
    float: left;
    padding: 0 0 0 150px;
    font-size: 23px
}
.contact__inputs {
    width: 30%;
    float: left;
    padding-right: 30px
}
.contact__field {
    margin-bottom: 20px
}
.contact__area {
    width: 35%;
    float: left
}
.contact__submit {
    float: right;
    background: none;
    border: none;
    font-size: 15px;
    color: #5c5c5c;
    text-transform: uppercase;
    text-align: right;
    -webkit-appearance: none;
    outline: none
}
.contact__submit:hover {
    color: #19247c
}
.palette {
    padding: 40px 35px;
    border: 1px solid #e4e4e3
}
.palette__category {
    margin-bottom: 15px
}
.palette__header {
    margin-bottom: 20px;
    padding: 5px 0;
    border-bottom: 2px solid #e4e4e3;
    font-size: 16px;
    color: #19247c
}
.palette__content {
    font-size: 0
}
.palette__item {
    display: inline-block;
    width: 20%;
    margin-bottom: 4px;
    font-size: 16px
}
.palette__pattern {
    display: inline-block;
    width: 69px;
    height: 39px;
    margin-right: 5px;
    border: 1px solid #d0cfce;
    vertical-align: middle
}
.palette__name {
    display: inline-block;
    font-size: 16px;
    color: #424242;
    vertical-align: middle
}
.slide-item {
    margin-bottom: 15px
}
.slide-item__header {
    position: relative;
    padding: 20px 145px 20px 25px;
    border: 1px solid #e2e2e2;
    cursor: pointer
}
.slide-item__header.active .slide-item__title {
    color: #19247c
}
.slide-item__header.active+.slide-item__content {
    display: block
}
.slide-item__header.active .slide-item__toggle:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.slide-item__header:hover .slide-item__title {
    color: #19247c
}
.slide-item__title {
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s
}
.slide-item__toggle {
    position: absolute;
    top: 22px;
    right: 25px;
    padding-right: 35px;
    text-transform: uppercase;
    font-size: 14px;
    color: #999
}
.slide-item__toggle:after {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s
}
.slide-item__content {
    display: none
}
.lightboxOverlay {
    position: fixed;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 100%!important;
    height: 100%!important
}
.lightbox .lb-image {
    border: none;
    border-radius: 0
}
.lb-outerContainer {
    border-radius: 0
}
.lb-dataContainer {
    padding-top: 10px;
    background: #000
}
.lb-data {
    padding-bottom: 12px;
    color: #fff
}
.lb-data .lb-details {
    width: 100%;
    float: none;
    text-align: center
}
.lb-data .lb-caption {
    font-size: 14px
}
.lb-data .lb-number {
    padding-bottom: 0
}
.lb-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background: url(../images/close.png);
    
    center center no-repeat #000;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
    cursor: pointer
}
.lb-nav {
    position: static;
    padding-bottom: 15px;
    text-align: center
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    float: none;
    opacity: 1;
    filter: alpha(opacity=100)
}
.home .top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 40px;
    z-index: 2;
    background: none
}
.top {
    position: static;
    width: 100%;
    margin-top: 0;
    background: #fff
}
.header {
    padding: 5px 25px 0;
    background: #fff;
    border-bottom: 4px solid #19247c
}
.logo {
    display: inline-block;
    margin-right: 145px;
    vertical-align: middle
}
.index {
    position: relative;
    z-index: 2;
    margin-top: -65px
}
.index__content {
    width: 77.7%;
    float: left;
    padding-right: 35px
}
.index__side {
    width: 22.3%;
    float: left
}
.page-title {
    width: 100%;
    min-height: 244px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}
.page-title_offer {
    background-image: url(../images/bgOffer.jpg);
}
.page-title_contact {
    background-image: url(../images/bgContact.jpg);
}
.page-title_print {
    background-image: url(../images/bgPrint.jpg);
}
.page-title_park {
    background-image: url(../images/bgPark.jpg);
}
.page-title_gallery {
    background-image: url(../images/bgGallery.jpg);
}
.page-title_palette {
    background-image: url(../images/bgPalette.jpg);
}
.page-title_technology {
    background-image: url(../images/../images/bgTechnology.jpg);
}
.page-title__name {
    padding: 60px 0;
    font-size: 55px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff
}
.page {
    margin-top: -65px
}
.page__content {
    padding: 35px;
    background: #fff
}
.page__short {
    margin: 25px 0;
    font-size: 12px;
    line-height: 1.7em
}
.page__long {
    font-size: 12px;
    line-height: 1.7em;
    color: #424242
}
.page__long p {
    margin-bottom: 30px
}
.breadcrumbs {
    margin: 10px 0 45px;
    clear: both
}
.breadcrumbs__item {
    display: inline-block
}
.breadcrumbs__item:last-child {
    color: #19247c;
    pointer-events: none
}
.breadcrumbs__item:last-child:after {
    display: none
}
.breadcrumbs__item:after {
    content: ">";
    font-size: 14px;
    color: #bebebe;
    vertical-align: middle;
    margin: 0 5px;
    pointer-events: none
}
.breadcrumbs__link {
    font-size: 14px;
    color: inherit
}
.simple-header {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #19247c;
    clear: both
}
.simple-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 96px;
    height: 2px;
    background: #19247c
}
.simple-title {
    margin-bottom: 10px;
    font-size: 12px;
    color: #424242
}
.simple-list {
    margin-bottom: 25px;
    font-size: 12px
}
.simple-list li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 15px;
    line-height: 17px
}
.simple-list li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 3px;
    height: 7px;
    background: #19247c
}
.wrap {
    position: relative;
    padding: 20px;
    border: 1px solid #e2e2e2
}
.columns:after {
    content: "";
    display: table;
    clear: both
}
.columns__one {
    width: 61%;
    float: left;
    padding-right: 35px
}
.columns__two {
    width: 39%;
    float: left
}
.list-wrap:after {
    content: "";
    display: table;
    clear: both
}
.list-wrap__item {
    width: 325px;
    float: left;
    padding-right: 30px
}
.footer {
    margin-top: 30px
}
.footer__content:after {
    content: "";
    display: table;
    clear: both
}
.footer__foot {
    padding: 25px;
    margin-top: 30px;
    border-top: 1px solid #e0e0e0;
    color: #5c5c5c
}
.footer__foot:after {
    content: "";
    display: table;
    clear: both
}
.footer__copy {
    font-size: 12px;
    margin-right: 12px
}
.footer__made {
    float: right;
    font-size: 12px
}
.footer__authors {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}
.nav-foot {
    float: left;
    margin-top: 11px
}
.nav-foot__item {
    display: inline-block;
    margin-left: 25px
}
.nav-foot__link {
    font-size: 13px;
    text-transform: uppercase;
    color: #424242
}
.nav-foot__link:hover {
    color: #19247c
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.logo-carousel {
  overflow: inherit;
  border-top: 1px solid #353535;
  border-bottom: 1px solid #353535;
}

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

.slick-track::before,
.slick-track::after {
  display: table;
  content: '';
}

.slick-track::after {
  clear: both;
}

.slick-track {
  padding: 1rem 0;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  background: url(https://raw.githubusercontent.com/solodev/infinite-logo-carousel/master/images/arrow.svg?sanitize=true) center no-repeat;
  color: #fff;
  filter: invert(77%) sepia(32%) saturate(1%) hue-rotate(344deg) brightness(105%) contrast(103%);
  border: none;
  width: 2rem;
  height: 1.5rem;
  text-indent: -10000px;
  margin-top: -16px;
  z-index: 99;
}

.slick-arrow.slick-next {
  right: -40px;
  transform: rotate(180deg);
}

.slick-arrow.slick-prev {
  left: -40px;
}

/* Media Queries */

@media (max-width: 768px) {
  .slick-arrow {
    width: 1rem;
    height: 1rem;
  }
}

body {
    background-color: #010101;
  }
  
.row {
  overflow: hidden;
}  

/* JsFiddle Example only/don't use */
.logo-carousel {
  margin-top: 32px;
}


.partners {
    float: right;
}
.partners__label {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: middle
}
.partners__list {
    display: inline-block;
    vertical-align: middle
}
.partners__item {
    display: inline-block;
    margin-right: 25px
}
.partners__link {
    display: block;
    opacity: .9;
    filter: alpha(opacity=90);
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.partners__link:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.wrap_offer {
    margin-top: 25px;
    background: url(bgInfo.jpg)
    
    
    no-repeat right bottom
}
.wrap_offer:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 25px
}
.wrap_offer-photo {
    margin: 0 auto 40px
}
.wrap__offer-desc {
    max-width: 330px;
    padding-top: 15px;
    border-top: 1px solid #cfcfcf
}
.wrap__offer-desc p {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.7em
}
.wrap__offer-desc p:last-child {
    margin-bottom: 0
}
.wrap__offer-desc p strong {
    text-transform: uppercase
}
.grid {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s;
    transition: .3s
}
.grid:after {
    content: "";
    display: table;
    clear: both
}
.grid.active {
    opacity: 1;
    filter: alpha(opacity=100)
}
.grid__item {
    position: relative;
    width: 245px;
    margin-bottom: 30px;
    overflow: hidden
}
.grid__item a {
    display: block;
    position: relative
}
.grid__item a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -13px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    z-index: 2
}
.grid__item a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 1000%;
    background: rgba(211, 132, 14, .2);
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateX(20%) translateY(10%) rotate(-45deg);
    transform: translateX(20%) translateY(10%) rotate(-45deg);
    -webkit-transition: -webkit-transform .9s, opacity .5s;
    transition: transform .9s, opacity .5s;
    pointer-events: none;
    z-index: 1
}
.grid__item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.grid__item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(10%) translateX(-500px) rotate(-45deg);
    transform: translateY(10%) translateX(-500px) rotate(-45deg)
}
.grid__item images {
    display: block;
    -webkit-transition: .3s;
    transition: .3s
}
@media all and (max-width: 1279px) {
    .container {
        width: 940px
    }
    .logo {
        margin-right: 60px;
		width: 200px;
    }
    .slider {
        height: 650px
    }
    .slider-caption__title {
        font-size: 35px
    }
    .features {
        max-width: 615px
    }
    .features__item {
        padding: 0 10px 15px
    }
    .promo {
        margin-bottom: 15px
    }
    .box {
        max-width: 350px;
        margin-bottom: 15px
    }
    .box_why {
        max-width: 100%
    }
    .index__content {
        padding-right: 15px
    }
    .footer__copy {
        margin-right: 7px
    }
    .tab-nav__item {
        min-width: 150px
    }
    .grid__item {
        width: 195px
    }
    .download-item__info {
        width: 40%
    }
    .download-item__action {
        width: 10%
    }
    .map__address {
        padding: 40px 25px
    }
    .contact {
        padding: 45px 15px 20px
    }
    .contact:before {
        left: 10px
    }
    .contact__header {
        padding: 0 0 0 130px;
        font-size: 20px
    }
    .contact__inputs {
        padding-right: 15px
    }
    .palette__pattern {
        width: 60px;
        height: 34px
    }
    .palette__name {
        font-size: 15px
    }
}
@media all and (min-width: 1024px) {
    .nav__list {
        display: block!important
    }
}
@media all and (max-width: 1023px) {
    .container {
        width: 720px
    }
    .wrapper {
        padding-top: 88px
    }
    .wrapper.home {
        padding-top: 0
    }
    .top {
        position: fixed!important;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0!important;
        background: #fff!important;
        border-bottom: 4px solid #19247c;
        z-index: 10!important
    }
    .header {
        border-bottom: none
    }
    .nav__list {
        display: none;
        padding-bottom: 30px
    }
    .nav__item {
        display: block;
        text-align: center
    }
    .nav__item:nth-child(even) {
        background: #fafafa
    }
    .nav__link {
        padding: 15px
    }
    .nav__link:after {
        display: none
    }
    .mobile-menu {
        display: block;
        float: left;
        width: 90px;
        height: 75px;
        margin-left: 5px;
        background: url(../images/menu.png)
        
        
        no-repeat left center
    }
    .nav {
        display: block
    }
    .slider {
        height: 525px
    }
    .promo {
        padding: 30px
    }
    .promo__caption {
        width: 100%;
        float: none;
        margin-bottom: 30px;
        text-align: center
    }
    .promo__title {
        margin-bottom: 10px
    }
    .features {
        float: none;
        max-width: 100%
    }
    .index__content {
        width: 100%;
        float: none;
        padding: 0
    }
    .index__side {
        width: 100%;
        float: none
    }
    .box_offer {
        max-width: 100%;
        min-height: 0
    }
    .footer__foot {
        text-align: center
    }
    .footer__copy {
        margin: 0 4px
    }
    .footer__made {
        float: none;
        margin-top: 20px;
        text-align: center
    }
    .nav-foot {
        display: block;
        float: none;
        margin-bottom: 25px;
        text-align: center
    }
    .nav-foot__item {
        margin: 0 10px
    }
    .partners {
        display: block;
        float: none;
        text-align: center
    }
    .breadcrumbs {
        margin-top: 0;
        margin-bottom: 25px
    }
    .page-title {
        min-height: 190px
    }
    .page-title__name {
        padding: 30px 0
    }
    .tab-nav {
        margin-bottom: 25px
    }
    .tab-nav__item {
        display: block;
        width: 100%;
        margin: 0;
        border-top: none
    }
    .tab-nav__item:after {
        top: auto;
        bottom: 0
    }
    .tab-nav__item:first-child {
        border-top: 1px solid #e2e2e2
    }
    .tab-nav__item br {
        display: none
    }
    .tab-nav__item.active {
        border-bottom-color: #fff
    }
    .grid__item {
        width: 196px
    }
    .download-item {
        padding-left: 25px;
        padding-right: 25px
    }
    .download-item__info {
        width: 38%
    }
    .download-item__action {
        width: 12%
    }
    .map {
        margin-bottom: 30px
    }
    .map__address {
        width: 45%
    }
    .map__content {
        width: 55%
    }
    .contact {
        padding: 45px 15px 20px 205px
    }
    .contact:before {
        left: -30px
    }
    .contact__header {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 15px;
        font-size: 20px
    }
    .contact__header br {
        display: none
    }
    .contact__inputs {
        width: 100%;
        float: none;
        padding-right: 0
    }
    .contact__area {
        width: 100%;
        float: none
    }
    .contact__submit {
        margin-top: 15px
    }
    .contact__field {
        margin-bottom: 5px
    }
    .text-field_area {
        min-height: 120px
    }
    .palette__item {
        margin-bottom: 15px;
        text-align: center
    }
    .palette__pattern {
        width: 80px;
        height: 30px;
        margin-right: 0
    }
    .palette__name {
        font-size: 16px
    }
}
@media all and (max-width: 767px) {
    .container {
        width: 420px
    }
    .wrapper {
        padding-top: 70px
    }
    .wrapper.home {
        padding-top: 0
    }
    .logo {
        max-width: 60px
    }
    .mobile-menu {
        width: 30px;
        height: 59px;
        background-size: 30px
    }
    .nav__list {
        padding-bottom: 15px
    }
    .nav__link {
        padding: 10px
    }
    .slider {
        height: 395px
    }
    .slider-caption__title {
        font-size: 24px;
        text-shadow: 0 0 45px black
    }
    .features__item {
        width: 50%;
        padding: 0 30px 15px
    }
    .box {
        max-width: 100%;
        text-align: center
    }
    .box_why {
        padding-right: 30px
    }
    .box_why:after {
        opacity: .2;
        filter: alpha(opacity=20)
    }
    .footer__copy {
        display: block;
        margin: 3px 0
    }
    .nav-foot {
        display: none
    }
    .partners__label {
        display: block;
        margin: 0 0 15px
    }
    .partners__item {
        margin: 10px
    }
    .breadcrumbs__item:after {
        font-size: 12px
    }
    .breadcrumbs__link {
        font-size: 12px
    }
    .page-title {
        min-height: 70px
    }
    .page-title__name {
        padding: 10px 0;
        font-size: 38px
    }
    .page {
        margin-top: -10px
    }
    .page__content {
        padding: 25px
    }
    .columns:after {
        content: "";
        display: table;
        clear: both
    }
    .columns__one {
        width: 100%;
        float: none;
        padding-right: 0
    }
    .columns__two {
        width: 100%;
        float: none;
        margin-bottom: 30px
    }
    .wrap_offer-photo {
        padding: 0;
        border: none
    }
    .wrap_offer-photo images {
        border: 1px solid #cfcfcf
    }
    .grid__item {
        width: 170px
    }
    .map {
        height: auto
    }
    .map__address {
        width: 100%;
        float: none;
        text-align: center
    }
    .map__content {
        width: 100%;
        height: 200px;
        float: none
    }
    .download-item {
        padding: 15px
    }
    .download-item__title {
        display: block;
        width: 100%;
        padding-bottom: 15px;
        text-align: center
    }
    .download-item__info {
        width: 50%;
        padding-right: 0;
        text-align: center
    }
    .download-item__action {
        width: 50%;
        text-align: center
    }
    .contact {
        padding: 25px
    }
    .contact:before {
        display: none
    }
    .palette {
        padding: 20px
    }
    .palette__item {
        width: 25%
    }
    .palette__pattern {
        width: 65px;
        height: 30px
    }
    .palette__name {
        font-size: 14px
    }
    .slide-item__header {
        padding-left: 20px;
        padding-right: 60px
    }
    .slide-item__title {
        font-size: 14px
    }
    .slide-item__toggle {
        right: 20px;
        font-size: 0
    }
}
@media all and (max-width: 479px) {
    .container {
        width: 290px
    }
    .box {
        z-index: 1;
        padding-right: 30px
    }
    .box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: .8;
        filter: alpha(opacity=80);
        z-index: -1
    }
    .promo {
        padding: 30px 20px
    }
    .features__item {
        padding: 0 5px 15px
    }
    .slider-caption__title {
        font-size: 17px
    }
    .breadcrumbs {
        margin-bottom: 15px
    }
    .page-title {
        min-height: 45px
    }
    .page-title__name {
        padding: 10px 0;
        font-size: 30px
    }
    .page {
        margin-top: 0
    }
    .wrap_offer:before {
        opacity: .2;
        filter: alpha(opacity=20)
    }
    .grid__item {
        width: 105px
    }
    .download-item {
        padding: 15px
    }
    .download-item__info {
        width: 100%
    }
    .download-item__action {
        width: 100%;
        padding-bottom: 0;
        border-left: none
    }
    .download-item__link {
        display: block;
        margin-top: 5px;
        background: #19247c;
        padding: 7px 10px;
        color: #fff
    }
    .download-item__link:hover {
        background: #b6710b;
        color: #fff
    }
    .contact {
        padding: 25px 15px
    }
    .contact__header br {
        display: block
    }
    .text-field {
        font-size: 13px
    }
    .palette {
        padding: 15px
    }
    .palette__item {
        width: 33.333%
    }
    .palette__pattern {
        width: 45px;
        height: 25px
    }
    .palette__name {
        font-size: 12px
    }
    .slide-item__header {
        padding-left: 15px;
        padding-right: 50px
    }
    .slide-item__title {
        font-size: 13px
    }
    .slide-item__toggle {
        right: 15px
    }
    .wrap_offer-photo {
        margin-bottom: 25px
    }
}