
/* ****************************************************** owl carousel styles ************************************************* */
/* 
*  Owl Carousel - Animate Plugin
*/

/*body {
    min-height: 740px;
}*/

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

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

    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* 
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/* 
*  Core Owl Carousel CSS File
*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    z-index:1;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/* 
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* 
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}


/* ************************************************* fancybox styles ****************************************** */
/* fancybox style */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    border: 0;
    outline: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-inner iframe{
    width:100%;
    height:100%;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    white-space: nowrap;
    margin: 0;
    padding: 15px;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    background-image: url(../i/fancybox_sprite.png);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../i/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
    position: absolute;
    /*top: 28px;
    right: 24px;*/
    width: 25px;
    height: 26px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    bottom: 20px;
    width: 13px;
    height: 24px;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../i/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8060;
}
.fancybox-prev {
    right: 150px;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 24px;
    margin-top: -12px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-prev span {
    left: 10px;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible!important;
}
.fancybox-lock {
    overflow: hidden!important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden!important;
}
.fancybox-lock-test {
    overflow-y: hidden!important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background:rgba(0, 0, 0, 0.66);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 16px/36px "Trebuchet MS", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.hidden-block{
    display:none;
}

/* MAIN main
=============================================*/

.main-small {
    min-width: 100%;
    /*min-height: 100vh;*/
    position: relative;
    /*z-index: 999;*/
    /*overflow: hidden;*/
}

.header-light__bank {
    color: inherit;
    display: inline-block;
    margin-right: 20px;
    font-size: 28px;
    font-weight: 400;
    vertical-align: top;
    color: #1d1d1b;
}


.header-light {
    height: 122px;
    line-height: 122px;
    position: relative;
    width: 100%;
    background-color: #fff;
    text-align: justify;
    font-size: 0;
    z-index: 10;
}
.header-light > * {
    text-align: left;
}


.header-light:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}

.header-light-logo {
    display: inline-block;
    width: 349px;
    height: 60px;
    margin-left: 75px;
    vertical-align: middle;
}

.header-light-logo__img {
    width: 349px;
    height: 60px;
    vertical-align: top;
}

.header-light-logo__img.ny {
    height: 77px;
    margin: -27px 0 0;
}

.header-light-right {
    display: inline-block;
    font-size: 28px;
    margin-right: 50px;
    position: relative;
    vertical-align: top;
    height: 100%;
}

.header-light__phone {
    color: #1d1d1b;
    margin-right: 34px;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0.4px;
}

.header-menu-item__btn {
    position: absolute;
    display: block;
    top: 50%;
    right: 0;
    width: 26px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    background-color: #22252a;
    -webkit-transition: top .3s;
    transition: top .3s;
}

/* Content light
=============================================*/

.content-light-menu-list-item__link {
    position: relative;
    display: inline;
}

.content-light-menu-list-item__link {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid transparent;
}

.content-light-menu-list-item__link:hover {
    border-bottom-color: #fff;
}

.content-light {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    /*position: absolute;
    top: 120px; right: 0; bottom: 0; left: 0;*/
}

.content-light-left,
.content-light-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    
    width: 50%;
    min-height: calc(100vh - 122px);
    background: rgba(233,36,21,.6);
    position: relative;
    text-align: center;
    padding: 100px 0;
}

.content-light-right {
    background: rgba(34,37,42,.7);
}

.content-light-left__title,
.content-light-right__title {
    color: #fff;
    font: 500 84px/84px Roboto;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.content-light-left__title > a,
.content-light-right__title > a {
    position: relative;
    color: inherit;
}

.content-light-left__title a:before,
.content-light-right__title a:before {
    content: '';
    display: block;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABeCAMAAACdDFNcAAACGVBMVEX////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////48rzYAAAAsnRSTlMAAQIDBAUGBwgJCw0ODxAREhMUFRgZHB0eHyAiJCUmJykqKy0uLzEyMzY3OTo9QEFCREVGSElKS0xNTlBRVFdYWVpeX2BhZWdoamtsbW5vcHJ0dXZ4eXp7fIKDhIWGiYqLjJGTlJaYm5ydnp+goqSlqKqrrLCxsrS1tre4ur2+v8DBwsTFxsfIycvMztDT1dbX2Nna29zd3t/g4uTl5ufo6err7O3v8PLz9Pf4+fr7/P3+TmDqjQAABZZJREFUeAG02ftbVFUXB/AvR1/g1RxhSAHFSypKJY0XisoKxqwms1FD00yQarRQsKASRQMxK5UhHNMsnbxkmdqAuv7C9lrPeR6e4ay95yJ8fnQ9rnM4+7LXXoO8VETiif5k+gEZD9LJ/kQ8UoHpUdnalSJFqqu1Ek+oKjb8iKweDceqULxI7zjlMN4bQVG8lhESLD3QGWtqqA4Z1Q1Nsc6B9GRspMVDwTaNke9md7QGATXR7pvkG9uEwqwcIkF3Eo0eLLzGxB0SNLQS+StvnyBxPloGp7LoeRIT7eXIU73/XU7nNWqR0/4XqkdetmaIjW5AnjaMEstszefD9BC7H5+NvM2O3yfWk/MDhc8SG6xFQWoHiZ0Nw2nhZTIetnkokNf2kIzLC+FQd42MW0UtxMgtMq7VOd5dsl9chKIsuij5re8fli9zLoQihc7J9wlb5oyM6uAcFG3OoIyvPn965N3d2Uty5Jf371FXk3z3EHSz1u7uS94m43ayb9daD7qQfH9lfdVneM5YRrX2gGSedPtAjWV8ef5k6gMffoznuz4j/9+RoYB/O/RPHOH5PzY11k5GGzSLk6RKLoamjWPtU/b3CZ40nrrUrhPLnNrTvCIcCoVXNO85lSF2XV1CHk+fiez9f4h3MXWfmXuJjLu7s6qCyt13ybg0Vx0o3t+Gsk4+MuLQHJLFsABTLJApfgiaOIc2gQmPx3VU3YGXPzahk6UIKD1pAo+Xq/vzKI/u5JduIUM/PQ6ayI35UMy/YUIH9fOFjBYwNsInHzQen9XvArZ1+KcHDZ+PI/BFyNCn/CqulOZBNY9rrFXIpmTs5ZoAqlZbiJ3nT2AP9UJU8VtEodpmQkdhcdQEt0EV5b+6CizG1VIZVDtMrBsW3Sa4HaoyHrMY2DARJaDbXmR6JExsWFYgV9iN052+kevzSn/0bnrTnd7j+rYVQJdkKDq9K9gFIMXzZvrT89xJARVk1MBiZ670O2FRQ0aFLLA0LLxUrvQpDxZpWbi8ew7AYiMZW2DxFkc3wmJA9nieoJ2w2G+CJ2B1woT3w6JTllO/LC+dzKpdsNols0Mnm0E/+JxuKnxu5J5XTXzaywg0zET6Bpkz3Ceonon01dx/ABmhmUgfIsOd/gsT/ABWXDEdeYL0+0zwOKyOSz1WfHo58vdCV/oRR19ypncP7ayrZNTpsSscuzLbPbTOiYn1fNa8D82L0tFZB/fE9JeVa2mfgeZrfrsWwL2sHJsCe46Mpdo9gev418Fcm4JrS2O/mPhhS2n7x//AHFuavyG7l854sDRf9lC5bigbsus4YU9xJd8XuCF+xwXmXDDnceI+DGXXVQb/HTLeA3Mehu6jnJX/yn9fOPsayaslKVPefZS7CxHRHLy6HOFr5GowdyGillHK1rI98H8/gXCXUXoRqG7L+r+4i0B3CVt8eilhlQJc0eNM7y7A3dcHVstNpM2BC923ysRRrg+Oyw8LdUjXPvuC/6bsxVvkAe7Lj/vqVrrjL2JfTWliXCf9AWpG28WzpPU3EhfmIdvz90h5gHLxdFyb110g8c+e4MAv/Yb0ByjXZvXSv/I4ifHPqqBZrT9AufQrLYunDz8m0VcH5n7A5hJHy0JpuET/JnHmWfjcD/jpGb3horeL9pG4+CpUygPuvay3i7Rm115iN97Wp53+gPFX1GaX0qpbLyVGxxzkac330pJforTqlEZj+e9cYjQjf95+Mn4oCTYalTapDPwbKMjHZLwWbJMqTd6fiehLFGbWj7zwA01epUW9hoxlKNAL3Flb4mpR+w32q47904EP/MuuBrv/8wD7FAX7nBj/POD+cYO1oWAf+tnrcv80Q8cK/2nmGP1Xqx0LAAAAAAzyt945gjhqmvGw5FnMo54nSQ+qnoM9ZnuK95HANwiUOEBBCXID7p+YiPTVAAAAAElFTkSuQmCC) center no-repeat;
    width: 94px;
    height: 94px;
    position: absolute;
    left: -118px;
}

.content-light-right__title:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF4AAABfCAMAAABWUID5AAABVlBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9GIe7vAAAAcXRSTlMAAQIEBQcICgsPEBESExQVGBscHR4fICQsLS8wMzY5Oz1AQUNFSE9QVlhZWmhqa2xvcnaAgoSFhoiLjpCTlJeanJ2goaKqq7S2t7i+v8DBw8XGycvNzs/Q0dPV1tfY2tvi5OXn6Onr7PDx9Pf5+vv8/fxk0IAAAASXSURBVHgB7NjdUxNLEwbwh8UEWQkoH6iIiiuIIREjqAHz5lU4IMZ8+C1qAD2RqEeJof//mzM9m9quLJs1yQ5353cJVU+lZmd6ehpdGXEy+Z3d2i9SftV2d/IZZwRmJJY29inA/sZSAhGNpSvH1NFxJT2G/jnbDfqDxraDvljJd+SpFdbTC7MTtjIxu5BeL9TI8y5poWeLVWo53ExN4oTJ1OYhtVQX0ZvLJXJ9z89Z6MCay38nV+kyuhfP/ibtTSqGULHUG9J+Z+Po0kyVtLKDLjhl0qoz6MryEbGP8+jS/EdiR8vdLMwWsZ+ZQXRtMPOT2NYfF2j0JbHiFHoyVST2chShxj+T0lyx0CNrpUnK53GEuPiFlLqDPjh1Ur5cDPntOn1vGn2Z3tP5HX//qF6Z1zb6ZL/W69Nh/eP6qxbPom9ni/r7xhFkS//2/tM5X//+rcDTpNfdRiS2Xv+A8zXDZ7U+jYim63x+Z+AT5zrTdBCZ0+T641/+LCkrMGCFlKyvvnMFLlowwCpyfW6v/yWuYlMwYorrWwkQi6RkYEiGlEV4rCrX90EYMsj1vyornSRlHsbMk5IEY9xxlGFQmfsTtDikODDFn7jNPQGM4v5hG9oYd3opBFulMOgkxf3hGFiau6WY2fgY91dpsAoR5WE2HnkiqkBJcIc9Zzp+jvtz7v+XuEu1wuLX7CDh8Rb3t0sANohoE2HxqwgSHo9NItoAsM/7xnw87519YISUSfPxk6SM6ANWg/l41PTB5epZ8JKMWAUr6BrPG3T9NOLX9XHa4eNlPt4tBjvYJaKF04hfIKJd/QVmfScogjUvflbvGZ4TTPg2SQQSMsHzB5Bin0a8Tcp/8SHxp/1pZWMajJeNKcfKYLwcKykK5uKlKPhK2iNE9MhX0toL8uEwIhk+9BVkuU7ypJSHEMFQmZT/Qa4TuQwfECtGyB8qEnsgl6F3lXsFudT3+gyXpCC7V7k0IlLvP1xAX8Y/kMS7jYi0UW78P6R8vYY+XPtKrYBVaaOkCXQ35gEpjXsD6NHAvQYpB+7GlCZQWlh9IkZfEXvW4wJdeEbs1agOkRZWGnA3nmdp7EfaQtes9A9if8XdEGnAveeDnOe7R8TeOuiS85bY0V0pCq3ngzx+JB5X9kh7fh2eVR94rj8nrXpFao48fuShJdUo9rBJ2ovbZ+AiH7jO3H5BWvNhDBLvJrY/PCUeuFQhVz13daBT/MDVXJ1clUttFVMenvJslnh26xO11B4nz5+MP598XKOWT7faC7I8myGP/vsSz6zke/L8TUrO9X/vD673SQtt8ffl0Q8ZWRRa8eLG00bAetskqPH0BgTHu0G06B+4NCTek7hTPu4cf1y+kwD88Tqo5B8XMYkXidSTg6D4gycpyW6Ll3GRJ9sxnp276Y+/eS70oZoNGtVxfAf6n641UoCw+Go8cNBIuZB4ERKfIxk0nhyTfrOjxdvfSFkOG/JGiJchb48j6pzPv7XaoREAAAjDwOv+S6OREY9mgn76RI0Hds0DDjc8zXhY8iyGUM+TpAdVz8Eesz3F+5DAZxA84vAJyrut/R8L392Y5qQPeQAAAABJRU5ErkJggg==) center no-repeat;
    width: 94px;
    height: 95px;
}

.content-light-menu {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
    max-height: 0;
    overflow: hidden;
    margin: 0;
}

.content-light-menu-list {
    display: inline-block;
    width: 184px;
    vertical-align: top;
    text-align: left;
}

.content-light-menu-list + .content-light-menu-list {
    margin-left: 103px;
}

.content-light-menu-list-item {
    margin-bottom: 20px;
}

.content-light-menu-list-item__link {
    color: #fff;
    font: 300 18px/24px Roboto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -10;
    overflow: hidden;
    background: url(../../img/ajax-loader.gif) no-repeat center;
}

.header-menu-item__btn:before,
.header-menu-item__btn:after {
    content: '';
    width: 26px;
    top: -10px;
    height: 2px;
    left: 0;
    background-color: inherit;
    position: absolute;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-menu-item__btn:after {
    top: auto;
    bottom: -10px;
}

.header-light-right .header-menu-item_toggle-btn{
    width: 66px;
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    height: 66px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.js-content-light {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.content-light-column__title {
    opacity: 0.7;
}

.content-light:hover .js-content-light:not(.hover) {
    background-color: transparent;
}

.js-content-light.hover > .content-light-column__title {
    opacity: 0.7;
}

.js-content-light:not(:hover) {
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;
}

.content-light-column__title:not(:hover) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;   
}

.js-content-light.hover .content-light-column__title {
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;      
}

.content-light-menu:not(:hover) {
    -webkit-transition-delay: .0s;
    -o-transition-delay: .0s;
    transition-delay: .0s;          
}

.js-content-light.hover .content-light-menu {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .0s; 
}

.js-content-light.hover > .content-light-menu {
    max-height: 600px;
    opacity: 1;
    margin: 50px 0 0;
}

.content-light-menu-list-item:hover > a {
    
}

.content-light-menu-list.mobile {
    display: none;
}

.header-light .header-menu-item_toggle-title{
    line-height: 18px;
}

.header-light .header-menu-item_toggle {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
}

.header-light .header-menu-item_toggle-btn.toggled .header-menu-item__btn {
    top: 50%;
}

.header-light .mobile-header-menu-list {
    line-height: 18px;
}

.video320 {
    display: none;
}

.footer-light {
    overflow: hidden;
    padding: 20px 0;
    background-color: #22252a;
    position: relative;
    z-index: 100;
    /*position: absolute;
    top: 100%;
    right: 0;
    left: 0;*/
}

.footer-light-container {
    text-align: justify;
    font-size: 0;
    position: relative;
}

.footer-light-container:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.footer-light-column {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
}

.footer-light-column__left {
    width: 548px;
}

.footer-light-column__center {
    width: 460px;
}

.footer-light-column__right {
    width: 289px;
    font-size: 16px;
    opacity: 0.5;
    font-weight: 300;
}

.footer-light-row-copyright {
    margin-bottom: 2%;
}

.footer-light-column-center__link {
    color: inherit;
    display: block;
    line-height: 1.3;

    font-weight: 300;
}
.footer-light-column-center__link:not(:last-child) {
      margin-bottom: 2%;  
}
.footer-light-column-center__link:hover {
    text-decoration: underline;
}

.footer-light-container {
    width: 1450px;
    margin: 0 auto;
}

.video-bgslider-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.video-bgslider {
    width: 100%;
    height: 100%;
}

.video-bgslider .owl-stage-outer,
.video-bgslider .owl-stage,
.video-bgslider .owl-item {
    height: 100%;
}

.video-bgslider-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.video-bgslider-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    display: block;
    width: auto !important;
}



@media (max-width: 1600px) {
    .header-light {
        height: 90px;
        line-height: 90px;    
    }

    .header-light-logo__img,.header-light-logo {
        width: 293px;
        height: 50px;
    }

    .header-light-logo__img.ny {
        height: 65px;
        margin: -24px 0 0;
    }

    .footer-light-container {
        width: 1366px;
    }

    .footer-light-column__left,
    .footer-light-column__center {
        float: left;
        width: 70%;
    }

    .footer-light-column-center__link:not(:last-child) {
        margin-bottom: 10px;
    }

    .footer-light-column-center__link {
        margin-bottom: 10px;
    }

    .footer-light-column__right {
        position: absolute;
        right: 0;
        top: 0;
    }
    
}

@media (max-width: 1366px) {

    .footer-light-container {
        width: 1024px;
    }
    .content-light-left__title, .content-light-right__title {
        font-size: 60px;
        line-height: 60px;
    }

    .content-light-right__title a:before,
    .content-light-left__title a:before, .content-light-right__title a:before {
        background-size: cover;
        width: 70px;
        height: 70px;
        left: -82px;
    }

    .content-light-menu {
        width: 100%;
        left: 0;
    }

    .content-light-menu-list + .content-light-menu-list {
        margin-left: 20px;
    }

    .footer-light-column__right {
        font-size: 14px;
    }

    .footer-light {
        padding: 15px 20px;
    }
}

@media (max-width: 1024px) {
    
    .header-light__bank {
        font-size: 18px;
    }

    .footer-light-column {
        position: static;
        
    }

    .footer-light-container {
        width: 768px;
    }

    .js-content-light {
        /*display: block;*/
        width: 100%;
        padding: 100px 0 100px 63px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        /*height: 50%;*/   
    }

    .footer-light {
        
    }

    .footer-light-column {
        padding: 0 15px;
        font-size: 12px;    
    }

    .header-light {
        height: 90px;
        line-height: 90px;
    }

    .header-light-logo__img,.header-light-logo {
        width: 235px;
        height: 40px;
    }

    .header-light-logo__img.ny {
        height: 50px;
        margin: -12px 0 0;
    }

    .content-light {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header-light__phone {
        font-size: 18px;
    }

    .content-light-menu-list:not(.mobile) {
        display: none;
    }

    .content-light-menu-list.mobile {
        display: inline-block;
    }

    .content-light-menu-list-item__link {
        font-size: 14px;
        line-height: 18px;
    }

    .content-light-left__title br, .content-light-right__title br {
        display: none;
    }

    .content-light-left__title, .content-light-right__title {
        font-size: 54px;
        line-height: 60px;
        width: 65%;
        left: 145px;
    }
    
    .content-light-right__title a:before, .content-light-left__title a:before, .content-light-right__title a:before {
        background-size: cover;
        width: 63px;
        height: 63px;
        left: -75px;
    }

    .js-content-light.hover > .content-light-column__title {
        top: 21%;
    }

    .js-content-light.hover > .content-light-menu {
        top: 45%;
    }
    
    .content-light-left, .content-light-right {
        min-height: -webkit-calc(50vh - 45px);
        min-height: calc(50vh - 45px);
    }

}

/*@media (max-height: 740px) {
    .main-small {
        min-height: 100%;
    }
}*/

@media (max-width: 1024px) and (max-height: 740px) {
    .content-light-menu-list-item {
        margin-bottom: 10px;
    }
    

}

@media (max-width: 767px) {
    .header-light__phone {
        font-size: 18px;
        display: none;
    }
    
    .js-content-light.hover > .content-light-column__title {
        top: 50%;
    }

    .js-content-light .content-light-menu {
        display: none;
    }

    .video320 {
        display: block;
    }

    .header-light-right {
        margin-right: 0;
    }

    .header-light-logo {
        margin-left: 10px;
    }

    .content-light-left__title,
    .content-light-right__title {
        font-size: 39px;
        line-height: 48px;
        left: 94px;
    }

    .js-content-light {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header-menu-item_toggle >div:not(.mobile-header-menu-item_toggle) {
        display: none;
    }

    .footer-light-container {
       width: 100%;
    }

    .footer-light-column  {
        width: 100%;
    }

    body {
        min-height: 100vh;
    }

}

@media (max-width: 480px) {
    .header-light__bank {
        display: none;
    }
}

.preview-jpg {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.header-light .header-menu-item_toggle {
    padding-bottom: 40px;
}

.header-light .mobile-header-menu-item_toggle {
    overflow-y: scroll;
    max-height: 100vh;
}

.content-light:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.19);
}