@font-face{font-family:'GT Pressura Pro';src:url(../fonts/GT-Pressura-Standard-Regular.woff2) format("woff2"),url(../fonts/GT-Pressura-Standard-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'GT Pressura Pro';src:url(../fonts/GT-Pressura-Standard-Bold.woff2) format("woff2"),url(../fonts/GT-Pressura-Standard-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'GT Pressura Pro';src:url(../fonts/GT-Pressura-Standard-Light.woff2) format("woff2"),url(../fonts/GT-Pressura-Standard-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:'topcarfont';src:url(../fonts/topcarfont.eot?pyeob2);src:url(../fonts/topcarfont.eot?pyeob2#iefix) format("embedded-opentype"),url(../fonts/topcarfont.ttf?pyeob2) format("truetype"),url(../fonts/topcarfont.woff?pyeob2) format("woff"),url(../fonts/topcarfont.svg?pyeob2#topcarfont) format("svg");font-weight:400;font-style:normal;font-display:block}
*{padding:0;margin:0;box-sizing:border-box;outline:0}
:root{--black-color:#000;--white-color:#fff;--white-alternate-color:#fcfcfc;--orange-color:#ff4c4c;--light-gray:#f1f1f1;--gray-color:#f2f2f2;--green-color:#376d54;--middle-black-color:#131415;--bottom-black-color:#151617}
html{font-size:12px;line-height:18px}
body{font-family:"GT Pressura Pro";color:var(--black-color)}
body.lock{overflow:hidden}
img{max-width:100%;height:auto}
.site-wrapper{min-height:calc(100vh - 212px);padding:80px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:padding-top .35s ease;-moz-transition:padding-top .35s ease;-ms-transition:padding-top .35s ease;-o-transition:padding-top .35s ease;transition:padding-top .35s ease}
body.submenu .site-wrapper{padding:150px 0 0}
body.nopad .site-wrapper{padding:0!important}
.wrapper{width:100%;max-width:1680px;padding:0 50px;margin:auto}
.content{padding-top:30px}
@media only screen and (max-width: 1400px) {
    .wrapper{padding:0 20px}
    .content{padding-top:30px}
}.header
@media only screen and (max-width: 1024px) {
    .site-wrapper{padding:70px 0 0}
    body.submenu .site-wrapper{padding:132px 0 0}
    .content{padding-top:20px}
}
@media only screen and (max-width: 920px) {
    .site-wrapper{padding:60px 0 0}
    body.submenu .site-wrapper{padding:112px 0 0}
    .content{padding-top:10px}
}
@media only screen and (max-width: 768px) {
    .site-wrapper{padding:50px 0 0}
    body.submenu .site-wrapper{padding:98px 0 0}
    .content{padding-top:5px}
}
/* Header
-----------------------------------------------------------------------------*/
.header{position:fixed;top:0;left:0;right:0;border-bottom:1px solid #e5e5e5;background:#fff;z-index:999999;-webkit-transition:background .35s ease;-moz-transition:background .35s ease;-ms-transition:background .35s ease;-o-transition:background .35s ease;transition:background .35s ease}
.header.transparent{border-color:transparent;background:transparent}
.header .main{position:relative;display:flex;justify-content:space-between;align-items:center;height:80px;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-ms-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}
body.scroll .header .main{height:50px}
.header .main a.logo{position:relative;width:167px;height:10px}
.header .main a.logo img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;visibility:visible;opacity:1;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
body.projects .header .main a.logo img.scroller{visibility:hidden;opacity:0}
body.scroll.projects .header .main a.logo img.scroller{visibility:visible;opacity:1}
.header .main .header__right-block{display:flex;align-items:center}
.header .main .header__right-block .header__top-menu{display:flex;align-items:center;padding:0 50px 0 0;list-style:none}
.header .main .header__right-block .header__top-menu li{display:block;padding:0 0 0 50px}
.header .main .header__right-block .header__top-menu li:first-child{padding:0}
.header .main .header__right-block .header__top-menu li a{position:relative;display:block;color:#000;text-transform:uppercase;letter-spacing:1px;text-decoration:none}
.header.transparent .main .header__right-block .header__top-menu li a{color:#fff}
.header .main .header__right-block .header__top-menu li a:after{position:absolute;bottom:-4px;left:0;height:2px;width:0;background:rgba(0,0,0,0.9);-webkit-transition:width .35s ease;-moz-transition:width .35s ease;-ms-transition:width .35s ease;-o-transition:width .35s ease;transition:width .35s ease;content:""}
.header.transparent .main .header__right-block .header__top-menu li a:after{background:#fff}
.header .main .header__right-block .header__top-menu li a:hover:after,.header .main .header__right-block .header__top-menu li a.active:after{width:100%}
.header .main .header__right-block .header__lang-switcher{position:relative;list-style:none}
.header .main .header__right-block .header__lang-switcher li{position:relative;width:28px;height:28px}
.header .main .header__right-block .header__lang-switcher li a{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:2px 0 0;border:1px solid #000;-webkit-border-radius:50%;border-radius:50%;background:#fff;font-size:8px;line-height:8px;color:#000;letter-spacing:.8px;text-decoration:none;text-transform:uppercase;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.header.transparent .main .header__right-block .header__lang-switcher li a{border-color:#fff;background:transparent;color:#fff}
.header .main .header__lang-switcher li a:not(:first-child){position:static;margin:10px 0 0;visibility:hidden;opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.header .main .header__lang-switcher li:hover a{visibility:visible;opacity:1}
.header .main .header__right-block .header__lang-switcher li a:hover{background:#000;color:#fff}
.header.transparent .main .header__right-block .header__lang-switcher li a:hover{background:#fff;color:#000}
.header .main .header__burger{position:absolute;top:50%;right:20px;display:none;width:21px;height:10px;margin:-5px 0 0;-webkit-transition:top .35s ease;-moz-transition:top .35s ease;-ms-transition:top .35s ease;-o-transition:top .35s ease;transition:top .35s ease;cursor:pointer}
.header .main .header__burger:before,.header .main .header__burger:after{position:absolute;left:0;display:block;width:100%;height:2px;background:#000;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;content:""}
.header.transparent .main .header__burger:before,.header.transparent .main .header__burger:after{background:#fff}
.header .main .header__burger:before{top:0}
.header .main .header__burger:after{bottom:0}
.header .main .header__burger.active:before{top:4px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.header .main .header__burger.active:after{bottom:4px;-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.header .submenu{border-top:1px solid #cecece}
.header .submenu .box{display:flex;align-items:center;height:68px;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-ms-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}
body.scroll .header .submenu .box{height:45px}
.header .submenu .box .title{display:flex;align-items:center;height:100%;padding:0 30px 0 0;background:#fff;font-size:20px;font-weight:300;line-height:30px;color:#000;white-space:nowrap;text-transform:uppercase;z-index:10}
.header .submenu .box .swiper-container{position:relative;height:100%}
.header .submenu .box .swiper-container.fullwidth{width:100%;margin:1px 0 0;overflow:hidden}
.header .submenu .box .swiper-wrapper{position:relative;display:flex;height:100%}
.header .submenu .box .swiper-slide{position:relative;flex-shrink:0;height:100%}
.header .submenu .box .fullwidth .swiper-slide{min-width:100%}
.header .submenu .box ul.checkboxlist{display:flex;align-items:center;height:100%;padding:0;list-style:none}
.header .submenu .box ul.checkboxlist li{position:relative;margin:0 30px 0 0;padding:0}
.header .submenu .box ul.checkboxlist li input{display:none}
.header .submenu .box ul.checkboxlist li label,.header .submenu .box ul.checkboxlist li .select_button{position:relative;display:block;padding:0 0 0 25px;font-size:20px;font-weight:300;line-height:30px;color:#000;white-space:nowrap;text-transform:uppercase;cursor:pointer}
.header .submenu .box ul.checkboxlist li label:before,.header .submenu .box ul.checkboxlist li label:after,.header .submenu .box ul.checkboxlist li .select_button:after,.header .submenu .box ul.checkboxlist li .select_button:before{position:absolute;display:block;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;content:""}
.header .submenu .box ul.checkboxlist li label:before,.header .submenu .box ul.checkboxlist li .select_button:before{top:7px;left:0;width:16px;height:16px;border:1px solid #e7e7e7;background:transparent;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.header .submenu .box ul.checkboxlist li input:checked + label:before,.header .submenu .box ul.checkboxlist li .select_button.active:before{border-color:#000;background:#000}
.header .submenu .box ul.checkboxlist li label:after,.header .submenu .box ul.checkboxlist li .select_button:after{top:9px;left:2px;width:12px;height:12px;background:url(../img/close.svg) 0 0 no-repeat;background-size:100%;visibility:hidden;opacity:0}
.header .submenu .box ul.checkboxlist li input:checked + label:after,.header .submenu .box ul.checkboxlist li .select_button.active:after{visibility:visible;opacity:1}
.header .submenu .box ul.checkboxlist li ul{position:absolute;top:35px;left:-40px;display:none;width:180px;padding:12px 20px;border:1px solid #dadada;background:#FFF;-webkit-box-shadow:0 4px 8px 0 rgba(0,0,0,0.12);box-shadow:0 4px 8px 0 rgba(0,0,0,0.12);z-index:100;list-style:none}
.header .submenu .box ul.checkboxlist li ul li{position:relative;margin:0;padding:0}
.header .submenu .box .swiper-notification{display:none}
.header .submenu .box ul.filters{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;list-style:none}
.header .submenu .box ul.filters li{position:relative;display:flex;justify-content:center;align-items:center;height:100%;padding:0 15px;font-size:20px;font-weight:300;line-height:30px;color:#000;white-space:nowrap;text-transform:uppercase;text-decoration:none;cursor:pointer}
.header .submenu .box ul.filters li:first-child{padding-left:0}
.header .submenu .box ul.filters li:last-child{padding-right:0}
.header .submenu .box ul.filters li.switcher{position:absolute;bottom:0;left:0;display:block;height:2px;padding:0;background:#000;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.header .submenu .box ul.filters li a{display:flex;justify-content:center;align-items:center;height:100%;border-bottom:2px solid transparent;font-size:20px;font-weight:300;line-height:30px;color:#000;white-space:nowrap;text-transform:uppercase;text-decoration:none}
.header .submenu .box ul.filters li.active a{border-color:#000}
@media only screen and (min-width: 1481px) {
    .header .submenu .box .swiper-wrapper{-moz-transform:translate3d(0,0,0)!important;-webkit-transform:translate3d(0,0,0)!important;-o-transform:translate3d(0,0,0)!important;-ms-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}
}
@media only screen and (max-width: 1480px) {
    .header .submenu .box .swiper-container{overflow:hidden}
    .header .submenu .box ul.checkboxlist li .select_button{display:none}
    .header .submenu .box ul.checkboxlist li ul{position:relative;top:0;left:0;display:flex;width:auto;padding:0;border:0;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 0 0 rgba(0,0,0,0)}
    .header .submenu .box ul.checkboxlist li ul li{margin:0 30px 0 0}
    .header .submenu .box ul.checkboxlist li ul li:last-child{margin:0}
}
@media only screen and (max-width: 1024px) {
    .header .main{height:70px}
    .header .submenu .box{height:60px}
}
@media only screen and (max-width: 920px) {
    .header .main{height:60px}
    .header .main .header__right-block{display:none}
    .header .main .header__burger{display:block}
    .header .submenu .box{height:50px}
    .header .submenu .box .title,.header .submenu .box ul.checkboxlist li label,.header .submenu .box ul.checkboxlist li .select_button{font-size:18px}
    .header .submenu .box ul.filters li,.header .submenu .box ul.filters li a{font-size:18px}
}
@media only screen and (max-width: 768px) {
    .header .main{height:50px}
    body.scroll .header .main{height:40px}
    .header .submenu .box{height:45px}
    body.scroll .header .submenu .box{height:38px}
    .header .submenu .box .title,.header .submenu .box ul.checkboxlist li label,.header .submenu .box ul.checkboxlist li .select_button{font-size:16px}
    .header .submenu .box ul.filters li,.header .submenu .box ul.filters li a{font-size:16px}
}
/* Main page
-----------------------------------------------------------------------------*/
.main_page{position:relative}
.main_page .index-page__slide{position:relative;background-color:#9ba3aa;min-height:100vh;background-repeat:no-repeat;background-position:center;background-size:cover;z-index:100}
.main_page .index-page__slide__content{position:absolute;top:0;left:0;right:0;display:grid;grid-template-columns:1fr;justify-content:center;min-height:100vh;z-index:150}
.main_page .index-page__slide__content__subheader{color:#FFF;font-size:20px;line-height:20px;font-weight:300;letter-spacing:1.25px;margin:0 0 4px;text-transform:uppercase}
.main_page .index-page__slide__content__header{color:#FFF;font-size:70px;line-height:70px;font-weight:900;margin:0 0 20px;letter-spacing:1px;text-transform:uppercase}
.main_page .index-page__slide .linker{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.3);z-index:110}
.main_page .index-page__slide video{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:105}
.main_page .index-page__slide a.button{display:flex;justify-content:center;align-items:center;width:178px;height:40px;border:2px solid #000;background:#000;font-size:16px;font-weight:700;letter-spacing:1.33px;text-align:center;color:#fff;text-transform:uppercase;text-decoration:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.main_page .index-page__slide a.button:hover{background:#fff;color:#000}
.main_page button.scrollSlider{position:fixed;bottom:35px;left:50%;display:block;width:16px;height:26px;padding:0;margin:0 0 0 -8px;border:1px solid #fff;-webkit-border-radius:16px;border-radius:16px;background:transparent;cursor:pointer}
.main_page button.scrollSlider:after{position:absolute;top:4px;left:50%;display:block;width:2px;height:6px;margin:0 0 0 -1px;border:0;-webkit-border-radius:1px;border-radius:1px;background:#fff;content:""}
.main_page button.scrollSlider span{position:absolute;top:100%;left:50%;display:block;margin:10px 0 0;font-size:8px;line-height:8px;color:#fff;letter-spacing:1px;text-align:center;white-space:nowrap;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.main_page .fullPageNavi{position:fixed;top:50%;right:20px;display:block;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:1000}
.main_page .fullPageNavi li{position:relative;display:block;width:2px;height:30px;margin:0 0 5px}
.main_page .fullPageNavi li:last-child{margin:0}
.main_page .fullPageNavi li a{position:relative;display:block;width:100%;height:100%;text-decoration:none;background:rgba(255,255,255,.3);-webkit-transition:background .35s ease;-moz-transition:background .35s ease;-ms-transition:background .35s ease;-o-transition:background .35s ease;transition:background .35s ease}
.main_page .fullPageNavi li.active a,.main_page .fullPageNavi li a:hover{background:#fff}
.main_page .fullPageNavi li a span{position:absolute;top:50%;right:10px;font-size:12px;line-height:12px;color:#fff;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);visibility:hidden;opacity:0}
.main_page .fullPageNavi li.active a span{visibility:visible;opacity:1}
@media only screen and (max-width: 768px) {
    .main_page .index-page__slide__content__header{font-size:60px;line-height:60px}
}
@media only screen and (max-width: 576px) {
    .main_page .index-page__slide__content__subheader{font-size:18px;line-height:18px}
    .main_page .index-page__slide__content__header{font-size:50px;line-height:50px}
}
@media only screen and (max-width: 480px) {
    .main_page .index-page__slide__content__subheader{font-size:16px;line-height:16px}
    .main_page .index-page__slide__content__header{font-size:40px;line-height:40px}
}
@media only screen and (max-width: 480px) {
    .main_page .fullPageNavi li a span{display:none}
}
/* Breadcrumbs
-----------------------------------------------------------------------------*/
ul.breadcrumbs{display:flex;flex-flow:row wrap;padding-top:30px;list-style:none}
ul.breadcrumbs li{position:relative;margin:0 10px 0 0;padding:0 10px 0 0}
ul.breadcrumbs li:not(:last-child):after{position:absolute;top:-1px;right:-4px;color:#000;opacity:.5;content:">"}
ul.breadcrumbs li a{display:block;font-size:12px;color:#000;list-style-type:none;letter-spacing:1px;text-transform:uppercase;text-decoration:none;opacity:.5;-webkit-transition:opacity .35s ease;-moz-transition:opacity .35s ease;-ms-transition:opacity .35s ease;-o-transition:opacity .35s ease;transition:opacity .35s ease}
ul.breadcrumbs li:last-child a{opacity:1}
ul.breadcrumbs li a:hover{opacity:1}
@media only screen and (max-width: 1024px) {
    ul.breadcrumbs{padding-top:20px}
}
@media only screen and (max-width: 920px) {
    ul.breadcrumbs{padding-top:10px}
}
@media only screen and (max-width: 768px) {
    ul.breadcrumbs{padding-top:5px}
}
/* Contacts page
-----------------------------------------------------------------------------*/
.contacts_page{position:relative}
.contacts_page .map-dummy{position:relative;width:100%;height:500px}
.contacts_page .map-dummy > div{position:relative;width:100%;height:100%}
.contacts_page .map-dummy > div > .gm-style{position:relative;width:100%;height:100%}
.contacts_page .contacts_catalog{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:40px;padding-top:40px}
.contacts_page .contacts_catalog .contact-card{position:relative;padding:20px;border:1px solid rgba(0,0,0,0.07)}
.contacts_page .contacts_catalog .contact-card .contact-card__info{position:absolute;top:15px;right:20px;display:block;padding:8px 10px 7px;-webkit-border-radius:2px;border-radius:2px;background:#ff4c4c;font-size:14px;line-height:14px;color:#fff;text-transform:uppercase;letter-spacing:1px}
.contacts_page .contacts_catalog .contact-card h3{margin:0 0 24px;font-size:20px;font-weight:400;line-height:20px;letter-spacing:.33px;text-transform:uppercase}
.contacts_page .contacts_catalog .contact-card p{font-size:20px;font-weight:300;line-height:22px}
.contacts_page .contacts_catalog .contact-card p:not(:last-child){margin:0 0 20px}
.contacts_page .contacts_catalog .contact-card p strong{font-weight:700}
.contacts_page .contacts_catalog .contact-card p a{color:#000;text-decoration:none}
.contacts_page .contacts_catalog .contact-card p a.mail{text-decoration:underline}
.contacts_page .contacts_catalog .contact-card .social-contacts{display:flex;align-items:center;margin:100px 0 0}
.contacts_page .contacts_catalog .contact-card .social-contacts a{display:flex;align-items:center;text-decoration:none}
.contacts_page .contacts_catalog .contact-card .social-contacts a:first-child{margin-right:55px}
.contacts_page .contacts_catalog .contact-card .social-contacts a span{display:block;font-size:14px;font-weight:400;line-height:14px;color:#151617;text-transform:uppercase}
.contacts_page .contacts_catalog .contact-card .social-contacts a span.icon{display:block;width:20px;height:20px;margin-right:10px}
.contacts_page .contacts_catalog .contact-card .social-contacts a span.icon.icon-whatsapp_4{background:url(../img/whatsapp_4.svg) 0 0 no-repeat;background-size:100%}
.contacts_page .contacts_catalog .contact-card .social-contacts a span.icon.icon-instagram_2{background:url(../img/instagram_2.svg) 0 0 no-repeat;background-size:100%}
@media only screen and (max-width: 1024px) {
    .contacts_page .contacts_catalog{grid-gap:30px;padding-top:30px}
}
@media only screen and (max-width: 920px) {
    .contacts_page .map-dummy{height:470px}
    .contacts_page .contacts_catalog{grid-gap:20px;padding-top:20px}
}
@media only screen and (max-width: 768px) {
    .contacts_page .map-dummy{height:440px}
    .contacts_page .contacts_catalog{grid-gap:10px;padding:10px}
}
@media only screen and (max-width: 576px) {
    .contacts_page .map-dummy{height:410px}
    .contacts_page .contacts_catalog .contact-card .contact-card__info{font-size:12px;line-height:12px;letter-spacing:.86px}
    .contacts_page .contacts_catalog .contact-card h3{margin:0 0 15px;font-size:16px;line-height:16px;letter-spacing:.27px}
    .contacts_page .contacts_catalog .contact-card p{font-size:16px;line-height:22px}
    .contacts_page .contacts_catalog .contact-card p:not(:last-child){margin:0 0 10px}
    .contacts_page .contacts_catalog .contact-card .social-contacts a span{font-size:12px;line-height:12px}
}
@media only screen and (max-width: 480px) {
    .contacts_page .map-dummy{height:375px}
    .contacts_page .contacts_catalog{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
}
/* Forsale page
-----------------------------------------------------------------------------*/
.forsale_page{position:relative}
.forsale_page .sale-item{display:flex;justify-content:space-between;padding:0 0 60px}
.forsale_page .sale-item:last-child{padding:0}
.forsale_page .sale-item .sale-item__image{max-width:885px;min-width:885px;width:885px;padding-right:60px}
.forsale_page .sale-item .sale-item__image img{display:block;width:100%}
.forsale_page .sale-item .sale-item__content{padding:20px 0 0}
.forsale_page .sale-item .sale-item__content h3{margin:0 0 22px}
.forsale_page .sale-item .sale-item__content h3 a{font-size:45px;line-height:1.16;color:#000;letter-spacing:.75px;text-transform:uppercase;text-decoration:none}
.forsale_page .sale-item .sale-item__content .p{font-size:20px;line-height:1.3;font-weight:300;color:#000}
.forsale_page .sale-item .sale-item__content .sale-item__content__price{display:block;margin:40px 0 25px;font-size:20px;line-height:20px;letter-spacing:.33px}
.forsale_page .sale-item .sale-item__content .sale-item__content__buttons{display:flex;justify-content:space-between;align-items:center}
.forsale_page .sale-item .sale-item__content .sale-item__content__buttons a{display:block;width:50%;padding:8px 10px;border:2px solid #000;-webkit-border-radius:2px;border-radius:2px;background:#000;font-size:16px;line-height:16px;color:#fcfcfc;letter-spacing:1.33px;text-align:center;text-decoration:none;text-transform:uppercase;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.forsale_page .sale-item .sale-item__content .sale-item__content__buttons a:first-child{margin-right:5px}
.forsale_page .sale-item .sale-item__content .sale-item__content__buttons a:last-child{margin-left:5px}
.forsale_page .sale-item .sale-item__content .sale-item__content__buttons a:hover{background:#fff;color:#000}
.forsale_page .sale-item .sale-item__content .sale-item__content__location{display:block;margin-top:20px;font-size:14px;line-height:14px;opacity:.5}
@media only screen and (max-width: 1500px) {
    .forsale_page .sale-item .sale-item__image{max-width:830px;min-width:830px;width:830px;padding-right:30px}
}
@media only screen and (max-width: 1300px) {
    .forsale_page .sale-item .sale-item__image{max-width:60%;min-width:60%;width:60%;padding-right:20px;max-width:50%;min-width:50%;width:50%}
    .forsale_page .sale-item .sale-item__content{padding:0}
    .forsale_page .sale-item .sale-item__content h3{margin:0 0 10px}
    .forsale_page .sale-item .sale-item__content .sale-item__content__price{margin:20px 0 15px}
}
@media only screen and (max-width: 1200px) {
    .forsale_page .sale-item .sale-item__content h3 a{font-size:40px;line-height:40px}
}
@media only screen and (max-width: 1024px) {
    .forsale_page .sale-item .sale-item__content h3 a{font-size:38px;line-height:38px}
}
@media only screen and (max-width: 920px) {
    .forsale_page .sale-item .sale-item__content h3 a{font-size:36px;line-height:36px}
}
@media only screen and (max-width: 768px) {
    .forsale_page .sale-item{display:block}
    .forsale_page .sale-item .sale-item__image{max-width:100%;min-width:100%;width:100%;padding:0 0 20px}
    .forsale_page .sale-item .sale-item__content h3 a{font-size:34px;line-height:34px}
}
@media only screen and (max-width: 576px) {
    .forsale_page .sale-item .sale-item__content h3 a{font-size:32px;line-height:32px}
    .forsale_page .sale-item .sale-item__content p{font-size:18px}
    .forsale_page .sale-item .sale-item__content .sale-item__content__price{font-size:18px}
}
@media only screen and (max-width: 480px) {
    .forsale_page .sale-item .sale-item__content h3 a{font-size:30px;line-height:30px;letter-spacing:.5px}
    .forsale_page .sale-item .sale-item__content p{font-size:16px;line-height:1.38}
    .forsale_page .sale-item .sale-item__content .sale-item__content__price{font-size:16px;letter-spacing:.27px}
    .forsale_page .sale-item .sale-item__content .sale-item__content__buttons a{font-size:14px;font-weight:700;letter-spacing:1.17px}
}
/* Gallery page
-----------------------------------------------------------------------------*/
.gallery_page{position:relative}
.gallery_page .pagetitle{font-size:45px;font-weight:700;line-height:1.16;letter-spacing:.75px;text-align:center;color:#000}
.gallery_page .catalog_list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 40px;padding:40px 0 0}
.gallery_page .catalog_list .catalog-item{padding:0 0 60px}
.gallery_page .catalog_list .catalog-item a.catalog-item__image{display:block;width:100%}
.gallery_page .catalog_list .catalog-item a.catalog-item__image img{display:block;width:100%}
.gallery_page .catalog_list .catalog-item h3{padding:20px 0 0}
.gallery_page .catalog_list .catalog-item h3 a{font-size:20px;line-height:20px;color:#000;letter-spacing:.33px;text-transform:uppercase;    text-decoration: none;}
@media only screen and (max-width: 1024px) {
    .gallery_page .pagetitle{font-size:42px;line-height:42px}
    .gallery_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:0 30px;padding:38px 0 0}
    .gallery_page .catalog_list .catalog-item{padding:0 0 50px}
}
@media only screen and (max-width: 920px) {
    .gallery_page .pagetitle{font-size:38px;line-height:38px}
    .gallery_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:0 20px;padding:32px 0 0}
    .gallery_page .catalog_list .catalog-item{padding:0 0 40px}
}
@media only screen and (max-width: 768px) {
    .gallery_page .pagetitle{padding:10px 0 0;font-size:34px;line-height:34px}
    .gallery_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding:28px 0 0}
    .gallery_page .catalog_list .catalog-item{padding:0 0 30px}
}
@media only screen and (max-width: 576px) {
    .gallery_page .pagetitle{font-size:32px;line-height:32px}
    .gallery_page .catalog_list{padding:24px 0 0}
    .gallery_page .catalog_list .catalog-item{padding:0 0 20px}
    .gallery_page .catalog_list .catalog-item h3{padding:12px 0 0}
    .gallery_page .catalog_list .catalog-item h3 a{font-size:18px;font-weight:400;line-height:1.38;letter-spacing:0}
}
@media only screen and (max-width: 480px) {
    .gallery_page .pagetitle{font-size:30px;line-height:30px;text-align:left}
    .gallery_page .catalog_list{padding:20px 0 0}
    .gallery_page .catalog_list .catalog-item h3 a{font-size:16px}
}
/* Gallery item page
-----------------------------------------------------------------------------*/
.gallery_item_page{position:relative}
.gallery_item_page .project__info-block{display:flex;justify-content:space-between;align-items:flex-end;padding:30px 140px 0}
.gallery_item_page .project__info-block .project__simple-text__one{flex:1 1 auto}
.gallery_item_page .project__info-block .project__simple-text__one h1{padding:0 0 30px;font-size:45px;font-weight:700;line-height:1.16;color:#000;text-transform:uppercase;letter-spacing:.75px}
.gallery_item_page .project__info-block .project__simple-text__one p{padding:0 0 40px;font-size:24px;font-weight:300;line-height:1.25;color:#000}
.gallery_item_page .project__info-block .project__simple-text__one p:last-child{padding:0!important}
.gallery_item_page .project__info-block .sign{display:flex;justify-content:center;align-items:center;flex:1 1 200px;max-width:200px;min-width:200px;margin:0 0 10px 180px}
.gallery_item_page .project__info-block .sign img{display:block;max-width:100%}
.gallery_item_page .gallery-list{display:grid;grid-gap:3px;grid-template-columns:repeat(auto-fill,minmax(418px,1fr));grid-auto-rows:minmax(351px,auto);grid-auto-flow:dense;padding:110px 0 0}
.gallery_item_page .gallery-list .gallery-list__item{position:relative;overflow:hidden;background:#000}
.gallery_item_page .gallery-list .gallery-list__item.span-4{grid-column-end:span 2;grid-row-end:span 2}
.gallery_item_page .gallery-list .gallery-list__item:before{position:absolute;top:20px;left:20px;display:block;color:#fff;content:attr(data-before)}
.gallery_item_page .gallery-list .gallery-list__item img{display:block;max-width:none;width:100%;height:100%;object-fit:cover}
.gallery_item_page .button-line{display:flex;justify-content:center;padding:80px 0 0}
.gallery_item_page .button-line a{display:flex;justify-content:center;align-items:center;width:290px;height:40px;border:2px solid #000;background:#000;font-size:16px;font-weight:700;line-height:16px;letter-spacing:1.33px;text-align:center;color:#fcfcfc;text-decoration:none;text-transform:uppercase;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.gallery_item_page .button-line a:hover{background:#fff;color:#000}
.gallery_item_page h3.centered{padding:80px 0 0;font-size:35px;font-weight:700;line-height:1.49;color:#000;letter-spacing:.58px;text-align:center}
.gallery_item_page .catalog_list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 40px;padding:40px 0 0}
.gallery_item_page .catalog_list .catalog-item{padding:0 0 60px}
.gallery_item_page .catalog_list .catalog-item a.catalog-item__image{display:block;width:100%}
.gallery_item_page .catalog_list .catalog-item a.catalog-item__image img{display:block;width:100%}
.gallery_item_page .catalog_list .catalog-item h3{padding:20px 0 0}
.gallery_item_page .catalog_list .catalog-item h3 a{font-size:20px;line-height:20px;color:#000;letter-spacing:.33px;text-transform:uppercase;text-decoration:none}
@media only screen and (max-width: 1600px) {
    .gallery_item_page .project__info-block{padding:30px 100px 0}
}
@media only screen and (max-width: 1500px) {
    .gallery_item_page .project__info-block{padding:30px 50px 0}
}
@media only screen and (max-width: 1400px) {
    .gallery_item_page .project__info-block{padding:30px 0 0}
}
@media only screen and (max-width: 1300px) {
    .gallery_item_page .project__info-block .sign{margin:0 0 10px 100px}
    .gallery_item_page .gallery-list{grid-template-columns:repeat(auto-fill,minmax(385px,1fr));grid-auto-rows:minmax(260px,auto)}
}
@media only screen and (max-width: 1200px) {
    .gallery_item_page .project__info-block .sign{margin:0 0 10px 50px}
    .gallery_item_page .gallery-list{grid-template-columns:repeat(auto-fill,minmax(325px,1fr));grid-auto-rows:minmax(200px,auto);padding:60px 0 0}
}
@media only screen and (max-width: 1024px) {
    .gallery_item_page .project__info-block .project__simple-text__one h1{padding:0 0 20px;font-size:42px;line-height:42px}
    .gallery_item_page .project__info-block .project__simple-text__one p{padding:0 0 30px}
    .gallery_item_page .project__info-block .sign{margin:0 0 10px 20px}
    .gallery_item_page .gallery-list{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-auto-rows:minmax(150px,auto)}
    .gallery_item_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:0 30px;padding:38px 0 0}
    .gallery_item_page .catalog_list .catalog-item{padding:0 0 50px}
}
@media only screen and (max-width: 920px) {
    .gallery_item_page .project__info-block{padding:20px 0 0}
    .gallery_item_page .project__info-block .project__simple-text__one h1{font-size:38px;line-height:38px}
    .gallery_item_page .project__info-block .project__simple-text__one p{padding:0 0 20px;font-size:22px;line-height:28px}
    .gallery_item_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-auto-rows:minmax(120px,auto);padding:30px 0 0}
    .gallery_item_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:0 20px;padding:32px 0 0}
    .gallery_item_page .catalog_list .catalog-item{padding:0 0 40px}
}
@media only screen and (max-width: 768px) {
    .gallery_item_page .project__info-block{flex-flow:column-reverse nowrap}
    .gallery_item_page .project__info-block .project__simple-text__one h1{padding:0 0 10px;font-size:34px;line-height:34px}
    .gallery_item_page .project__info-block .project__simple-text__one p{padding:0 0 10px;font-size:20px;line-height:26px}
    .gallery_item_page .project__info-block .sign{flex:1 1 100%;max-width:100%;min-width:100%;justify-content:flex-start;margin:0 0 20px}
    .gallery_item_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
    .gallery_item_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding:28px 0 0}
    .gallery_item_page .catalog_list .catalog-item{padding:0 0 30px}
}
@media only screen and (max-width: 576px) {
    .gallery_item_page .project__info-block .project__simple-text__one h1{font-size:32px;line-height:32px}
    .gallery_item_page .project__info-block .project__simple-text__one p{padding:0 0 25px;font-size:18px;line-height:24px}
    .gallery_item_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:calc(100% + 40px);margin:0 0 0 -20px}
    .gallery_item_page .catalog_list{padding:24px 0 0}
    .gallery_item_page .catalog_list .catalog-item{padding:0 0 20px}
    .gallery_item_page .catalog_list .catalog-item h3{padding:12px 0 0}
    .gallery_item_page .catalog_list .catalog-item h3 a{font-size:18px;font-weight:400;line-height:1.38;letter-spacing:0}
}
@media only screen and (max-width: 480px) {
    .gallery_item_page .project__info-block .project__simple-text__one h1{font-size:30px;line-height:30px}
    .gallery_item_page .project__info-block .project__simple-text__one p{padding:0 0 20px;font-size:16px;line-height:22px}
    .gallery_item_page .project__info-block .sign img{max-width:150px}
    .gallery_item_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-auto-rows:minmax(130px,auto)}
    .gallery_item_page .catalog_list{padding:20px 0 0}
    .gallery_item_page .catalog_list .catalog-item h3 a{font-size:16px}
}
/* Models page
-----------------------------------------------------------------------------*/
.models_page{position:relative}
.models_page .info-block:not(:first-child){margin:-80px 0 0}
.models_page .info-block h2.catname{font-size:45px;font-weight:700;line-height:1.16;letter-spacing:.75px;text-align:center;text-transform:uppercase;color:#000}
.models_page .info-block .catalog-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 40px;padding:100px 0 0}
.models_page .info-block .catalog-list .catalog-item{padding:0 0 160px}
.models_page .info-block .catalog-list .catalog-item a.catalog-item__image{display:flex;justify-content:center;align-items: flex-end;width:100%;height:200px}
.models_page .info-block .catalog-list .catalog-item a.catalog-item__image img{display:block;max-width:100%}
.models_page .info-block .catalog-list .catalog-item h3{padding:70px 0 0}
.models_page .info-block .catalog-list .catalog-item h3 a{font-size:20px;line-height:20px;color:#000;letter-spacing:.33px;text-transform:uppercase;text-decoration:none}
.models_page .info-block .catalog-list .catalog-item .catalog-item__price{padding:5px 0 0;font-size:14px;line-height:14px;color:#8a8590}
@media only screen and (max-width: 1200px) {
    .models_page .info-block .catalog-list{padding:40px 0 0}
    .models_page .info-block:not(:first-child){margin:0}
    .models_page .info-block .catalog-list .catalog-item{padding:0 0 50px}
}
@media only screen and (max-width: 1024px) {
    .models_page .info-block h2.catname{font-size:42px;line-height:42px}
    .models_page .info-block .catalog-list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:0 30px;padding:20px 0 0}
    .models_page .info-block .catalog-list .catalog-item{padding:0 0 40px}
}
@media only screen and (max-width: 920px) {
    .models_page .info-block h2.catname{font-size:38px;line-height:38px}
    .models_page .info-block .catalog-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:0 20px}
    .models_page .info-block .catalog-list .catalog-item{padding:0 0 30px}
}
@media only screen and (max-width: 768px) {
    .models_page .info-block h2.catname{padding:10px 0 0;font-size:34px;line-height:34px}
    .models_page .info-block .catalog-list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding:60px 0 0}
    .models_page .info-block .catalog-list .catalog-item{padding:0 0 60px}
    .models_page .info-block .catalog-list .catalog-item a.catalog-item__image{height:auto}
    .models_page .info-block .catalog-list .catalog-item h3{padding:50px 0 0}
}
@media only screen and (max-width: 576px) {
    .models_page .info-block h2.catname{font-size:32px;line-height:32px}
    .models_page .info-block .catalog-list .catalog-item{padding:0 0 40px}
    .models_page .info-block .catalog-list .catalog-item a.catalog-item__image{padding:0 35px}
    .models_page .info-block .catalog-list .catalog-item h3{padding:12px 0 0}
    .models_page .info-block .catalog-list .catalog-item h3 a{font-size:18px;font-weight:400;line-height:1.38;letter-spacing:0}
}
@media only screen and (max-width: 480px) {
    .models_page .info-block h2.catname{font-size:30px;line-height:30px}
    .models_page .info-block .catalog-list .catalog-item h3 a{font-size:16px}
}
/* News page
-----------------------------------------------------------------------------*/
.news_page{position:relative}
.news_page .pagetitle{font-size:45px;font-weight:700;line-height:1.16;letter-spacing:.75px;text-align:center;color:#000}
.news_page .catalog_list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 40px;padding:40px 0 0}
.news_page .catalog_list .catalog-item{padding:0 0 60px}
.news_page .catalog_list .catalog-item a.catalog-item__image{display:block;width:100%}
.news_page .catalog_list .catalog-item a.catalog-item__image img{display:block;width:100%}
.news_page .catalog_list .catalog-item h3{padding:20px 0 0}
.news_page .catalog_list .catalog-item h3 a{font-size:20px;line-height:20px;color:#000;letter-spacing:.33px;text-transform:uppercase;    text-decoration: none;}
.news_page .catalog_list .catalog-item p{padding:8px 0 0;font-size:14px;line-height:normal;color:#7f7f7f}
@media only screen and (max-width: 1024px) {
    .news_page .pagetitle{font-size:42px;line-height:42px}
    .news_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:0 30px;padding:38px 0 0}
    .news_page .catalog_list .catalog-item{padding:0 0 50px}
}
@media only screen and (max-width: 920px) {
    .news_page .pagetitle{font-size:38px;line-height:38px}
    .news_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:0 20px;padding:32px 0 0}
    .news_page .catalog_list .catalog-item{padding:0 0 40px}
}
@media only screen and (max-width: 768px) {
    .news_page .pagetitle{padding:10px 0 0;font-size:34px;line-height:34px}
    .news_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding:28px 0 0}
    .news_page .catalog_list .catalog-item{padding:0 0 30px}
}
@media only screen and (max-width: 576px) {
    .news_page .pagetitle{font-size:32px;line-height:32px}
    .news_page .catalog_list{padding:24px 0 0}
    .news_page .catalog_list .catalog-item{padding:0 0 20px}
    .news_page .catalog_list .catalog-item h3{padding:12px 0 0}
    .news_page .catalog_list .catalog-item h3 a{font-size:18px;font-weight:400;line-height:1.38;letter-spacing:0}
}
@media only screen and (max-width: 480px) {
    .news_page .pagetitle{font-size:30px;line-height:30px;text-align:left}
    .news_page .catalog_list{padding:20px 0 0}
    .news_page .catalog_list .catalog-item h3 a{font-size:16px}
}
/* News single page
-----------------------------------------------------------------------------*/
.news_single_page{position:relative}
.news_single_page .project__info-block{display:flex;justify-content:space-between;align-items:flex-end;padding:30px 140px 0}
.news_single_page .project__info-block .project__simple-text__one{flex:1 1 auto}
.news_single_page .project__info-block .project__simple-text__one h1{padding:0 0 30px;font-size:45px;font-weight:700;line-height:1.16;color:#000;text-transform:uppercase;letter-spacing:.75px}
.news_single_page .project__info-block .project__simple-text__one p{padding:0 0 40px;font-size:24px;font-weight:300;line-height:1.25;color:#000}
.news_single_page .project__info-block .project__simple-text__one p:last-child{padding:0!important}
.news_single_page .project__info-block .project__simple-text__one a.button{display:flex;justify-content:center;align-items:center;width:290px;height:40px;border:2px solid #000;background:#000;font-size:16px;font-weight:700;line-height:16px;letter-spacing:1.33px;color:#fcfcfc;text-decoration:none;text-transform:uppercase;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.news_single_page .project__info-block .project__simple-text__one a.button:hover{background:#fcfcfc;color:#000}
.news_single_page .project__info-block .sign{display:flex;justify-content:center;align-items:center;flex:1 1 200px;max-width:200px;min-width:200px;margin:0 0 10px 180px}
.news_single_page .project__info-block .sign img{display:block;max-width:100%}
.news_single_page .gallery-list{display:grid;grid-gap:3px;grid-template-columns:repeat(auto-fill,minmax(418px,1fr));grid-auto-rows:minmax(351px,auto);grid-auto-flow:dense;padding:110px 0 0}
.news_single_page .gallery-list .gallery-list__item{position:relative;overflow:hidden;background:#000}
.news_single_page .gallery-list .gallery-list__item.span-4{grid-column-end:span 2;grid-row-end:span 2}
.news_single_page .gallery-list .gallery-list__item:before{position:absolute;top:20px;left:20px;display:block;color:#fff;content:attr(data-before)}
.news_single_page .gallery-list .gallery-list__item img{display:block;max-width:none;width:100%;height:100%;object-fit:cover}
.news_single_page .button-line{display:flex;justify-content:center;padding:80px 0 0}
.news_single_page .button-line a{display:flex;justify-content:center;align-items:center;width:290px;height:40px;border:2px solid #000;background:#000;font-size:16px;font-weight:700;line-height:16px;letter-spacing:1.33px;text-align:center;color:#fcfcfc;text-decoration:none;text-transform:uppercase;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.news_single_page .button-line a:hover{background:#fff;color:#000}
.news_single_page h3.centered{padding:80px 0 0;font-size:35px;font-weight:700;line-height:1.49;color:#000;letter-spacing:.58px;text-align:center}
.news_single_page .catalog_list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 40px;padding:40px 0 0}
.news_single_page .catalog_list .catalog-item{padding:0 0 60px}
.news_single_page .catalog_list .catalog-item a.catalog-item__image{display:block;width:100%}
.news_single_page .catalog_list .catalog-item a.catalog-item__image img{display:block;width:100%}
.news_single_page .catalog_list .catalog-item h3{padding:20px 0 0}
.news_single_page .catalog_list .catalog-item h3 a{font-size:20px;line-height:20px;color:#000;letter-spacing:.33px;text-transform:uppercase;text-decoration:none}
.news_single_page .videobox{height:760px;margin:120px 0 0}
.news_single_page .videobox iframe{display:block;width:100%;height:100%}
@media only screen and (max-width: 1600px) {
    .news_single_page .project__info-block{padding:30px 100px 0}
}
@media only screen and (max-width: 1500px) {
    .news_single_page .project__info-block{padding:30px 50px 0}
}
@media only screen and (max-width: 1400px) {
    .news_single_page .project__info-block{padding:30px 0 0}
}
@media only screen and (max-width: 1300px) {
    .news_single_page .project__info-block .sign{margin:0 0 10px 100px}
    .news_single_page .gallery-list{grid-template-columns:repeat(auto-fill,minmax(385px,1fr));grid-auto-rows:minmax(260px,auto)}
}
@media only screen and (max-width: 1200px) {
    .news_single_page .project__info-block .sign{margin:0 0 10px 50px}
    .news_single_page .gallery-list{grid-template-columns:repeat(auto-fill,minmax(325px,1fr));grid-auto-rows:minmax(200px,auto);padding:60px 0 0}
    .news_single_page .videobox{height:600px}
}
@media only screen and (max-width: 1024px) {
    .news_single_page .project__info-block .project__simple-text__one h1{padding:0 0 20px;font-size:42px;line-height:42px}
    .news_single_page .project__info-block .project__simple-text__one p{padding:0 0 30px}
    .news_single_page .project__info-block .sign{margin:0 0 10px 20px}
    .news_single_page .gallery-list{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-auto-rows:minmax(150px,auto)}
    .news_single_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:0 30px;padding:38px 0 0}
    .news_single_page .catalog_list .catalog-item{padding:0 0 50px}
    .news_single_page .videobox{height:500px;margin:12px 0 0}
}
@media only screen and (max-width: 920px) {
    .news_single_page .project__info-block{padding:20px 0 0}
    .news_single_page .project__info-block .project__simple-text__one h1{font-size:38px;line-height:38px}
    .news_single_page .project__info-block .project__simple-text__one p{padding:0 0 20px;font-size:22px;line-height:28px}
    .news_single_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-auto-rows:minmax(120px,auto);padding:30px 0 0}
    .news_single_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:0 20px;padding:32px 0 0}
    .news_single_page .catalog_list .catalog-item{padding:0 0 40px}
    .news_single_page .videobox{height:400px;margin:100px 0 0}
}
@media only screen and (max-width: 768px) {
    .news_single_page .project__info-block{flex-flow:column-reverse nowrap}
    .news_single_page .project__info-block .project__simple-text__one h1{padding:0 0 10px;font-size:34px;line-height:34px}
    .news_single_page .project__info-block .project__simple-text__one p{padding:0 0 10px;font-size:20px;line-height:26px}
    .news_single_page .project__info-block .sign{flex:1 1 100%;max-width:100%;min-width:100%;justify-content:flex-start;margin:0 0 20px}
    .news_single_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
    .news_single_page .catalog_list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding:28px 0 0}
    .news_single_page .catalog_list .catalog-item{padding:0 0 30px}
    .news_single_page .videobox{height:350px;margin:80px 0 0}
}
@media only screen and (max-width: 576px) {
    .news_single_page .project__info-block .project__simple-text__one h1{font-size:32px;line-height:32px}
    .news_single_page .project__info-block .project__simple-text__one p{padding:0 0 25px;font-size:18px;line-height:24px}
    .news_single_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:calc(100% + 40px);margin:0 0 0 -20px}
    .news_single_page .catalog_list{padding:24px 0 0}
    .news_single_page .catalog_list .catalog-item{padding:0 0 20px}
    .news_single_page .catalog_list .catalog-item h3{padding:12px 0 0}
    .news_single_page .catalog_list .catalog-item h3 a{font-size:18px;font-weight:400;line-height:1.38;letter-spacing:0}
    .news_single_page .videobox{height:300px;margin:60px 0 0}
}
@media only screen and (max-width: 480px) {
    .news_single_page .project__info-block .project__simple-text__one h1{font-size:30px;line-height:30px}
    .news_single_page .project__info-block .project__simple-text__one p{padding:0 0 20px;font-size:16px;line-height:22px}
    .news_single_page .project__info-block .sign img{max-width:150px}
    .news_single_page .project__info-block .project__simple-text__one a.button{width:100%}
    .news_single_page .gallery-list{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-auto-rows:minmax(130px,auto)}
    .news_single_page .catalog_list{padding:20px 0 0}
    .news_single_page .catalog_list .catalog-item h3 a{font-size:16px}
    .news_single_page .videobox{width:calc(100% + 40px);height:260px;margin:40px 0 0 -20px}
}
/* Project page
-----------------------------------------------------------------------------*/
.project_page{position:relative}
.project_page .project-main-image{display:grid;grid-template-columns:1fr;justify-content:center;min-height:500px;height:100vh;background:#F2f2f2;background-position:center;background-repeat:no-repeat;background-size:cover}
.project_page .project-main-image .box{position:relative}
.project_page .project-main-image .box span{display:block;color:#fff;font-size:15px;line-height:15px;font-weight:400;letter-spacing:1px;margin:0 0 5px;text-transform:uppercase}
.project_page .project-main-image .box h1{font-size:70px;line-height:.86;font-weight:700;color:#fff;text-transform:uppercase}
.project_page .project-main-image button.scrollSlider{position:fixed;bottom:105px;left:50%;display:block;width:16px;height:26px;padding:0;margin:0 0 0 -8px;border:1px solid #fff;-webkit-border-radius:16px;border-radius:16px;background:transparent;cursor:pointer}
.project_page .project-main-image button.scrollSlider:after{position:absolute;top:4px;left:50%;display:block;width:2px;height:6px;margin:0 0 0 -1px;border:0;-webkit-border-radius:1px;border-radius:1px;background:#fff;content:""}
.project_page .project-main-image button.scrollSlider span{position:absolute;top:100%;left:50%;display:block;margin:10px 0 0;font-size:8px;line-height:8px;color:#fff;letter-spacing:1px;text-align:center;white-space:nowrap;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.project_page .projectbox{position:relative;padding-top:0!important}
.project_page .submenu{position:absolute;top:0;left:0;width:100%;margin:-66px 0 0;border-bottom:1px solid #cecece;border-width:1px 0;background:#fff}
body.fixedmenu .project_page .submenu{position:fixed;top:0;left:0;margin:0;z-index:100}
.project_page .submenu .box{display:flex;align-items:center;height:68px;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-ms-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}
body.fixedmenu .project_page .submenu .box{height:45px}
.project_page .submenu .box .swiper-container{position:relative;height:100%}
.project_page .submenu .box .swiper-container.fullwidth{width:100%;margin:1px 0 0;overflow:hidden}
.project_page .submenu .box .swiper-wrapper{position:relative;display:flex;height:100%}
.project_page .submenu .box .swiper-slide{position:relative;flex-shrink:0;min-width:100%;height:100%}
.project_page .submenu .box .swiper-notification{display:none}
.project_page .submenu .box ul.filters{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:100%;list-style:none}
.project_page .submenu .box ul.filters li{position:relative;display:flex;justify-content:center;align-items:center;height:100%;padding:0 15px;font-size:20px;font-weight:300;line-height:30px;color:#000;white-space:nowrap;text-transform:uppercase;text-decoration:none;cursor:pointer}
.project_page .submenu .box ul.filters li:first-child{padding-left:0}
.project_page .submenu .box ul.filters li:last-child{padding-right:0}
.project_page .submenu .box ul.filters li.switcher{position:absolute;bottom:0;left:0;display:block;height:2px;padding:0;background:#000;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.project_page .projectbox .info-block{position:relative}
.project_page .projectbox .project__info-block{padding-top:40px}
.project_page .projectbox .project__info-block__text{display:flex;padding:0 135px}
.project_page .projectbox .project__simple-text__one{max-width:810px;min-width:810px;width:810px;padding:0 180px 0 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.project_page .projectbox .project__simple-text__one h1{padding:0 0 20px;font-size:45px;font-weight:700;line-height:1.16;letter-spacing:.75px;color:#000;text-transform:uppercase}
.project_page .projectbox .project__simple-text__one p{font-size:24px;font-weight:300;line-height:1.25;color:#000}
.project_page .projectbox .project__simple-text__one a{display:flex;justify-content:center;align-items:center;width:245px;height:40px;margin:30px 0 0;border:2px solid #376d54;background:#376d54;font-size:16px;font-weight:700;letter-spacing:1.33px;text-align:center;color:#fcfcfc;text-decoration:none;text-transform:uppercase;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.project_page .projectbox .project__simple-text__one a:hover{background:#fff;color:#376d54}
.project_page .projectbox .project__simple-text__two{flex:1 1 auto;padding:80px 0 0}
.project_page .projectbox .project__simple-text__two h3{padding:0 0 30px;font-size:20px;font-weight:700;line-height:20px;letter-spacing:.33px;color:#131415;text-transform:uppercase}
.project_page .projectbox .project__simple-text__two ul{display:block;list-style:none}
.project_page .projectbox .project__simple-text__two ul li{position:relative;padding:0 0 0 11px;font-size:24px;font-weight:300;line-height:1.25;color:#000}
.project_page .projectbox .project__simple-text__two ul li:before{position:absolute;top:14px;left:0;display:block;width:3px;height:3px;background:#000;content:""}
.project_page .projectbox .graphics{padding:100px 0 0}
.project_page .projectbox .graphics.right{padding:80px 0 0}
.project_page .projectbox .graphics.left{flex-flow:row nowrap}
.project_page .projectbox .graphics.right{flex-flow:row-reverse nowrap}
.project_page .projectbox .project__info-block__text__image{max-width:885px;min-width:885px;width:885px}
.project_page .projectbox .project__info-block__text__image img{display:block;width:100%}
.project_page .projectbox .project__info-block__text__text{flex:1 1 auto;display:flex;flex-flow:row wrap;align-items:center;align-content:center;font-size: 16px;font-weight: 300;line-height: 1.3;color: #000;}
.project_page .projectbox .left .project__info-block__text__text{padding:0 0 0 60px}
.project_page .projectbox .right .project__info-block__text__text{padding:0 60px 0 0}
.project_page .projectbox .project__info-block__text__text h3{padding:0 0 20px;font-size:20px;font-weight:700;line-height:20px;letter-spacing:.33px;color:#131415;text-transform:uppercase}
.project_page .projectbox .project__info-block__text__text p{padding:0 0 30px;font-size:20px;font-weight:300;line-height:1.3;color:#000}
.project_page .projectbox .project__info-block__text__text p:last-child{padding:0}
.project_page .projectbox .project-gallery{position:relative}
.project_page .projectbox .project-gallery h2{padding:100px 0 0;font-size:45px;font-weight:700;line-height:1.16;letter-spacing:.75px;text-align:center;color:#000;text-transform:uppercase}
.project_page .projectbox .project-gallery .kitsnav{width:100%;height:60px;margin:30px auto 0;overflow:hidden}
.project_page .projectbox .project-gallery .swiper-wrapper{position:relative;display:flex;height:100%}
.project_page .projectbox .project-gallery .kitsnav .swiper-slide{position:relative;flex-shrink:0;height:100%;margin:0 auto}
.project_page .projectbox .project-gallery ul.project-gallery__switcher{position:relative;display:flex;justify-content:center;align-items:center;height:100%;-webkit-border-radius:2px;border-radius:2px;background:#f1f1f1;overflow:hidden}
.project_page .projectbox .project-gallery ul.project-gallery__switcher li{position:relative;display:flex;justify-content:center;align-items:center;height:100%;padding:0 40px;font-size:24px;font-weight:300;line-height:24px;color:#000;text-transform:uppercase;-webkit-transition:color .35s ease;-moz-transition:color .35s ease;-ms-transition:color .35s ease;-o-transition:color .35s ease;transition:color .35s ease;z-index:2;cursor:pointer}
.project_page .projectbox .project-gallery ul.project-gallery__switcher li.active{color:#fcfcfc}
.project_page .projectbox .project-gallery ul.project-gallery__switcher li.switcher{position:absolute;top:0;left:0;display:block;height:100%;padding:0;background:#376d54;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;z-index:1}
.project_page .projectbox .project-gallery .swiper-notification{display:none}
.project_page .projectbox .project-gallery .project-kit__wrapper{position:relative;margin:45px 0 0}
.project_page .projectbox .project-gallery .project-kit{position:absolute;top:0;left:0;width:100%;visibility:hidden;opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.project_page .projectbox .project-gallery .project-kit.active{position:relative;visibility:visible;opacity:1}
.project_page .projectbox .project-gallery .project-kit_key-facts{display:flex;justify-content:space-between;width:860px;margin:0 auto}
.project_page .projectbox .project-gallery .project-kit_key-facts div{font-size:14px;line-height:1.71;text-align:center;color:#000;text-transform:uppercase}
.project_page .projectbox .project-gallery .project-kit_key-facts div span{display:block;font-size:45px;line-height:1.16;letter-spacing:.75px;color:#000}
.project_page .projectbox .project-gallery .gallerybox{position:relative;padding:60px 0 0}
.project_page .projectbox .project-gallery .project-kit__gallery{position:relative;height:800px;margin:0 auto;overflow:hidden}
.project_page .projectbox .project-gallery .project-kit__gallery .swiper-wrapper{position:relative;width:100%;height:100%;display:flex}
.project_page .projectbox .project-gallery .project-kit__gallery .swiper-slide{position:relative;flex-shrink:0;height:100%}
.project_page .projectbox .project-gallery .project-kit__gallery img{display:block;width:100%;height:100%;object-fit:cover}
.project_page .projectbox .project-gallery .project-kit__gallery .info{position:absolute;top:0;left:0;width:100%;height:100%}
.project_page .projectbox .project-gallery .project-kit__gallery .info img{display:block;width:100%;height:100%;object-fit:cover;object-fit:cover;visibility:hidden;opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.project_page .projectbox .project-gallery .project-kit__gallery .info img.active{visibility:visible;opacity:1}
.project_page .projectbox .project-gallery .project-kit__gallery .info .box{position:absolute;bottom:30px;left:0; width: 100%; background: rgba(0, 0, 0, 0.4);  padding: 10px 30px;    -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.18);  -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.18);  box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.18);}
.project_page .projectbox .project-gallery .project-kit__gallery .info .price{font-size:20px;letter-spacing:.33px;color:#fff}
.project_page .projectbox .project-gallery .project-kit__gallery .info .desc{font-size:14px;color:#fff}
.project_page .projectbox .project-gallery .project-kit__gallery .info .button{position:relative;padding:3px 0 0 45px;font-size:14px;line-height:14px;color:rgba(255,255,255,.5);cursor:pointer}
.project_page .projectbox .project-gallery .project-kit__gallery .info .button:before,.project_page .projectbox .project-gallery .project-kit__gallery .info .button:after{position:absolute;display:block;content:""}
.project_page .projectbox .project-gallery .project-kit__gallery .info .button:before{top:0;left:0;width:34px;height:18px;border:1px solid rgba(255,255,255,.5);-webkit-border-radius:9px;border-radius:9px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.project_page .projectbox .project-gallery .project-kit__gallery .info .button:after{top:3px;left:3px;width:12px;height:12px;-webkit-border-radius:50%;border-radius:50%;background:rgba(255,255,255,.5);-webkit-transition:left .35s ease;-moz-transition:left .35s ease;-ms-transition:left .35s ease;-o-transition:left .35s ease;transition:left .35s ease}
.project_page .projectbox .project-gallery .project-kit__gallery .info .button.active:after{left:19px}
.project_page .projectbox .project-gallery .project-kit__gallery__thumbs{position:relative;margin:10px auto 0;overflow:hidden}
.project_page .projectbox .project-gallery .project-kit__gallery__thumbs .swiper-wrapper{position:relative;width:100%;height:100%;display:flex}
.project_page .projectbox .project-gallery .project-kit__gallery__thumbs .swiper-slide{position:relative;width:45px!important;height:auto;margin:0 1px 0 0;opacity:.5;-webkit-transition:opacity .35s ease;-moz-transition:opacity .35s ease;-ms-transition:opacity .35s ease;-o-transition:opacity .35s ease;transition:opacity .35s ease;cursor:pointer}
.project_page .projectbox .project-gallery .project-kit__gallery__thumbs .swiper-slide-active{opacity:1}
.project_page .projectbox .project-gallery .project-kit__gallery__thumbs .swiper-slide img{display:block;width:100%}
.project_page .projectbox .project-gallery .project__info-block__text{margin:10px 0 0;padding:80px 0 0;border-top:1px solid #e5e5e5}
.project_page .projectbox .project-gallery .project__simple-text__one{max-width:1140px;min-width:auto;width:100%;padding:0 20px;font-size:20px;font-weight:300;line-height:1.5;color:#000}
.project_page .projectbox h2{padding:80px 0 0;font-size:45px;font-weight:700;line-height:1.16;letter-spacing:.75px;text-align:center;color:#000;text-transform:uppercase}
.project_page .projectbox .catalog-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));grid-gap:40px;padding:40px 0 0}
.project_page .projectbox .catalog-list .catalog-item{position:relative}
.project_page .projectbox .catalog-list.wheels .catalog-item{padding:0 0 20px}
.project_page .projectbox .catalog-list .catalog-item a.catalog-item__image{display:block;width:100%}
.project_page .projectbox .catalog-list .catalog-item a.catalog-item__image img{display:block;width:100%}
.project_page .projectbox .catalog-list .catalog-item a.catalog-item__image_gray{display:flex;justify-content:center;align-items:center;width:100%;height:380px;background:#f2f2f2}
.project_page .projectbox .catalog-list .catalog-item a.catalog-item__image_gray img{display:block;max-width:90%}
.project_page .projectbox .catalog-list .catalog-item h3{padding:20px 0 0}
.project_page .projectbox .catalog-list .catalog-item h3 a{font-size:20px;letter-spacing:.33px;color:#000;text-decoration:none;text-transform:uppercase}
.project_page .projectbox .catalog-list .catalog-item .catalog-item__price{padding:5px 0 0;font-size:14px;color:gray}
.project_page .projectbox .button-line{display:flex;justify-content:center;align-items:center;padding:60px 0 0}
.project_page .projectbox .button-line a{display:flex;justify-content:center;align-items:center;width:290px;height:40px;border:2px solid #376d54;background:#376d54;font-size:16px;font-weight:700;letter-spacing:1.33px;color:#fcfcfc;text-decoration:none;text-transform:uppercase;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.project_page .projectbox .button-line a:hover{background:#fff;color:#376d54}
@media only screen and (min-width: 1481px) {
    body.fixedmenu .project_page .submenu .box .swiper-wrapper{-moz-transform:translate3d(0,0,0)!important;-webkit-transform:translate3d(0,0,0)!important;-o-transform:translate3d(0,0,0)!important;-ms-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}
    .project_page .projectbox .project-gallery .swiper-wrapper.tabnav{-moz-transform:translate3d(0,0,0)!important;-webkit-transform:translate3d(0,0,0)!important;-o-transform:translate3d(0,0,0)!important;-ms-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}
}
@media only screen and (max-width: 1600px) {
    .project_page .projectbox .project__info-block__text{padding:0 100px}
    .project_page .projectbox .graphics{padding:100px 0 0}
}
@media only screen and (max-width: 1500px) {
    .project_page .projectbox .project__info-block__text{padding:0 50px}
    .project_page .projectbox .graphics{padding:100px 0 0}
    .project_page .projectbox .project__info-block__text__image{max-width:680px;min-width:680px;width:680px}
    .project_page .projectbox .catalog-list{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}
}
@media only screen and (max-width: 1480px) {
    body.fixedmenu .project_page .submenu .box .swiper-container{overflow:hidden}
}
@media only screen and (max-width: 1400px) {
    .project_page .projectbox .project__info-block__text{padding:0}
    .project_page .projectbox .graphics{padding:80px 0 0}
    .project_page .projectbox .left .project__info-block__text__text{padding:0 0 0 20px}
    .project_page .projectbox .right .project__info-block__text__text{padding:0 20px 0 0}
    .project_page .projectbox .catalog-list{grid-template-columns:repeat(auto-fit,minmax(390px,1fr))}
}
@media only screen and (max-width: 1300px) {
    .project_page .projectbox .catalog-list{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}
}
@media only screen and (max-width: 1200px) {
    .project_page .projectbox .project__simple-text__one{max-width:none;min-width:auto;width:100%;padding:0}
    .project_page .projectbox .project__simple-text__two{display:none}
    .project_page .projectbox .graphics{padding:40px 0 0!important}
    .project_page .projectbox .project__info-block__text__image{max-width:500px;min-width:500px;width:500px}
    .project_page .projectbox .project-gallery .gallerybox{padding:55px 0 0}
    .project_page .projectbox .catalog-list{grid-template-columns:repeat(auto-fit,minmax(315px,1fr));grid-gap:20px}
    .project_page .projectbox .project-gallery .project-kit__gallery{height:700px}
}
@media only screen and (max-width: 1024px) {
    .project_page .submenu{margin:-59px 0 0}
    .project_page .submenu .box{height:60px}
    .project_page .project-main-image .box h1{font-size:60px;line-height:60px}
    .project_page .projectbox .project__simple-text__one h1{font-size:42px;line-height:42px}
    .project_page .projectbox h2{padding:80px 0 0;font-size:42px;line-height:42px}
    .project_page .projectbox .project-gallery h2{padding:80px 0 0;font-size:42px;line-height:42px}
    .project_page .projectbox .project__info-block__text__image{max-width:50%;min-width:50%;width:50%}
    .project_page .projectbox .project-gallery .project-kit_key-facts div span{font-size:32px}
    .project_page .projectbox .project-gallery .gallerybox{padding:50px 0 0}
    .project_page .projectbox .project-gallery .project-kit__gallery{height:600px}
}
@media only screen and (max-width: 920px) {
    .project_page .submenu{margin:-49px 0 0}
    .project_page .submenu .box{height:50px}
    .project_page .project-main-image .box h1{font-size:55px;line-height:55px}
    .project_page .projectbox .project__info-block{padding-top:20px}
    .project_page .projectbox .project__simple-text__one h1{font-size:38px;line-height:38px}
    .project_page .projectbox .project__simple-text__one p{font-size:22px;line-height:28px}
    .project_page .projectbox h2{padding:70px 0 0;font-size:38px;line-height:38px}
    .project_page .projectbox .project-gallery h2{padding:70px 0 0;font-size:38px;line-height:38px}
    .project_page .projectbox .project-gallery .project-kit_key-facts{width:100%;padding:0 20px}
    .project_page .projectbox .project-gallery .project-kit_key-facts div span{font-size:30px}
    .project_page .projectbox .project-gallery .kitsnav{height:55px}
    .project_page .projectbox .project-gallery .gallerybox{padding:45px 0 0}
    .project_page .projectbox .project-gallery .project__info-block__text{padding:60px 0 0}
    body.fixedmenu .project_page .submenu .box ul.filters li{font-size:18px}
    .project_page .projectbox .project-gallery .project-kit__gallery{height:500px}
}
@media only screen and (max-width: 768px) {
    .project_page .submenu{margin:-44px 0 0}
    .project_page .submenu .box{height:45px}
    .project_page .project-main-image .box h1{font-size:50px;line-height:50px}
    .project_page .projectbox .project__simple-text__one h1{font-size:34px;line-height:34px}
    .project_page .projectbox .project__simple-text__one p{font-size:20px;line-height:26px}
    .project_page .projectbox .graphics{display:block}
    .project_page .projectbox .project__info-block__text__image{max-width:100%;min-width:100%;width:100%}
    .project_page .projectbox .project__info-block__text__text{padding:30px 0 0!important}
    .project_page .projectbox h2{padding:60px 0 0;font-size:34px;line-height:34px}
    .project_page .projectbox .project-gallery h2{padding:60px 0 0;font-size:34px;line-height:34px}
    .project_page .projectbox .project-gallery .project-kit_key-facts div span{font-size:28px}
    .project_page .projectbox .project-gallery .project-kit__wrapper{margin:40px 0 0}
    .project_page .projectbox .project-gallery .kitsnav{height:50px}
    .project_page .projectbox .project-gallery .gallerybox{padding:40px 0 0}
    .project_page .projectbox .project-gallery .project-kit__gallery__thumbs{display:none}
    .project_page .projectbox .project-gallery .project__info-block__text{margin:0;padding:30px 20px 0;border:0}
    .project_page .projectbox .catalog-list{grid-template-columns:repeat(auto-fit,minmax(259px,1fr))}
    .project_page .projectbox .catalog-list .catalog-item a.catalog-item__image_gray{height:320px}
    body.fixedmenu .project_page .submenu .box{height:38px}
    body.fixedmenu .project_page .submenu .box ul.filters li{font-size:16px}
    .project_page .projectbox .project-gallery .project-kit__gallery{height:400px}
}
@media only screen and (max-width: 576px) {
    .project_page .project-main-image .box h1{font-size:45px;line-height:45px}
    .project_page .projectbox .project__simple-text__one h1{font-size:32px;line-height:32px}
    .project_page .projectbox .project__simple-text__one p{font-size:18px;line-height:24px}
    .project_page .projectbox h2{padding:50px 0 0;font-size:32px;line-height:32px}
    .project_page .projectbox .project-gallery h2{padding:50px 0 0;font-size:32px;line-height:32px}
    .project_page .projectbox .project__info-block__text__text p{padding:0 0 25px;font-size:18px}
    .project_page .projectbox .project-gallery .project-kit_key-facts div span{font-size:26px;letter-spacing:.4px}
    .project_page .projectbox .project-gallery .project-kit__wrapper{margin:35px 0 0}
    .project_page .projectbox .project-gallery .kitsnav{height:45px;margin:25px auto 0}
    .project_page .projectbox .project-gallery .gallerybox{padding:35px 0 0}
    .project_page .projectbox .project-gallery .project-kit__gallery .swiper-slide{width:500px}
    .project_page .projectbox .catalog-list .catalog-item h3{padding:15px 0 0}
    .project_page .projectbox .catalog-list .catalog-item h3 a{font-size:18px}
    .project_page .projectbox .catalog-list .catalog-item .catalog-item__price{padding:0}
    .project_page .projectbox .project-gallery .project-kit__gallery{height:300px}
}
@media only screen and (max-width: 480px) {
    .project_page .project-main-image .box h1{font-size:40px;line-height:40px}
    .project_page .projectbox .project__simple-text__one h1{font-size:30px;line-height:30px}
    .project_page .projectbox .project__simple-text__one p{font-size:16px;line-height:22px}
    .project_page .projectbox .project__simple-text__one a{width:100%}
    .project_page .projectbox h2{padding:40px 0 0;font-size:30px;line-height:30px}
    .project_page .projectbox .project-gallery h2{padding:40px 0 0;font-size:30px;line-height:30px}
    .project_page .projectbox .project__info-block__text__text p{padding:0 0 20px;font-size:16px}
    .project_page .projectbox .project-gallery .project-kit_key-facts div{font-size:12px}
    .project_page .projectbox .project-gallery .project-kit_key-facts div span{font-size:24px}
    .project_page .projectbox .project-gallery .project-kit__wrapper{margin:20px 0 0}
    .project_page .projectbox .project-gallery .kitsnav{height:auto;margin:20px auto 0}
    .project_page .projectbox .project-gallery .gallerybox{padding:30px 0 0}
    .project_page .projectbox .project-gallery .project-kit__gallery .swiper-slide{width:355px}
    .project_page .projectbox .catalog-list .catalog-item a.catalog-item__image_gray{height:auto}
    .project_page .projectbox .catalog-list .catalog-item a.catalog-item__image_gray img{max-width:100%;padding:30px 60px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
    .project_page .projectbox .catalog-list .catalog-item h3{padding:10px 0 0}
    .project_page .projectbox .catalog-list .catalog-item h3 a{font-size:16px}
    .project_page .projectbox .button-line{padding:60px 20px 0}
    .project_page .projectbox .button-line a{width:100%}
    .project_page .projectbox .project-gallery .kitsnav{overflow:visible}
    .project_page .projectbox .project-gallery .swiper-wrapper.tabnav{-moz-transform:translate3d(0,0,0)!important;-webkit-transform:translate3d(0,0,0)!important;-o-transform:translate3d(0,0,0)!important;-ms-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}
    .project_page .projectbox .project-gallery .kitsnav .swiper-slide{width:100%}
    .project_page .projectbox .project-gallery ul.project-gallery__switcher{flex-flow:row wrap;justify-content:space-between;height:auto;background:transparent}
    .project_page .projectbox .project-gallery ul.project-gallery__switcher li{width:48%;height:40px;margin:0 0 10px;background-color:#f1f1f1;font-size:14px;line-height:14px}
    .project_page .projectbox .project-gallery ul.project-gallery__switcher li.active{background-color:#376d54}
    .project_page .projectbox .project-gallery ul.project-gallery__switcher li.switcher{display:none}
    .project_page .projectbox .project-gallery .project-kit__gallery{height:250px}
}
@media only screen and (max-width: 374px) {
    .project_page .projectbox .project-gallery .project-kit__gallery .swiper-slide{width:300px}
    .project_page .projectbox .catalog-list .catalog-item a.catalog-item__image_gray img{padding:10px 20px}
}
/* Wheels page
-----------------------------------------------------------------------------*/
.wheels_page{position:relative}
.wheels_page .project__info-block{display:flex;justify-content:space-between;align-items:flex-end;padding:30px 140px 0}
.wheels_page .project__info-block .project__simple-text__one{flex:1 1 auto}
.wheels_page .project__info-block .project__simple-text__one h1{padding:0 0 30px;font-size:45px;font-weight:700;line-height:1.16;color:#000;text-transform:uppercase;letter-spacing:.75px}
.wheels_page .project__info-block .project__simple-text__one p{padding:0 0 40px;font-size:24px;font-weight:300;line-height:1.25;color:#000}
.wheels_page .project__info-block .project__simple-text__one p:last-child{padding:0!important}
.wheels_page .catalog-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(440px,1fr));grid-gap:40px;padding:110px 0 0}
.wheels_page .catalog-list .catalog-item{padding:0 0 20px}
.wheels_page .catalog-list .catalog-item a.catalog-item__image{display:flex;justify-content:center;align-items:center;width:100%;height:380px;background:#f2f2f2}
.wheels_page .catalog-list .catalog-item a.catalog-item__image img{display:block;max-width:90%}
.wheels_page .catalog-list .catalog-item h3{padding:20px 0 0}
.wheels_page .catalog-list .catalog-item h3 a{font-size:20px;letter-spacing:.33px;color:#000;text-decoration:none;text-transform:uppercase}
.wheels_page .catalog-list .catalog-item .catalog-item__price{padding:5px 0 0;font-size:14px;color:gray}
@media only screen and (max-width: 1600px) {
    .wheels_page .project__info-block{padding:30px 100px 0}
}
@media only screen and (max-width: 1500px) {
    .wheels_page .project__info-block{padding:30px 50px 0}
}
@media only screen and (max-width: 1400px) {
    .wheels_page .project__info-block{padding:30px 0 0}
}
@media only screen and (max-width: 1300px) {
    .wheels_page .project__info-block .sign{margin:0 0 10px 100px}
    .news_single_page .catalog-list{grid-template-columns:repeat(auto-fill,minmax(385px,1fr));grid-auto-rows:minmax(260px,auto)}
}
@media only screen and (max-width: 1200px) {
    .wheels_page .project__info-block .sign{margin:0 0 10px 50px}
    .wheels_page .catalog-list{grid-template-columns:repeat(auto-fill,minmax(325px,1fr));grid-auto-rows:minmax(200px,auto);padding:60px 0 0}
}
@media only screen and (max-width: 1024px) {
    .wheels_page .project__info-block .project__simple-text__one h1{padding:0 0 20px;font-size:42px;line-height:42px}
    .wheels_page .project__info-block .project__simple-text__one p{padding:0 0 30px}
    .wheels_page .project__info-block .sign{margin:0 0 10px 20px}
    .wheels_page .catalog-list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:0 30px;padding:38px 0 0}
    .wheels_page .catalog-list .catalog-item{padding:0 0 50px}
}
@media only screen and (max-width: 920px) {
    .wheels_page .project__info-block{padding:20px 0 0}
    .wheels_page .project__info-block .project__simple-text__one h1{font-size:38px;line-height:38px}
    .wheels_page .project__info-block .project__simple-text__one p{padding:0 0 20px;font-size:22px;line-height:28px}
    .wheels_page .catalog-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:0 20px;padding:32px 0 0}
    .wheels_page .catalog-list .catalog-item{padding:0 0 40px}
}
@media only screen and (max-width: 768px) {
    .wheels_page .project__info-block{flex-flow:column-reverse nowrap}
    .wheels_page .project__info-block .project__simple-text__one h1{padding:0 0 10px;font-size:34px;line-height:34px}
    .wheels_page .project__info-block .project__simple-text__one p{padding:0 0 10px;font-size:20px;line-height:26px}
    .wheels_page .project__info-block .sign{flex:1 1 100%;max-width:100%;min-width:100%;justify-content:flex-start;margin:0 0 20px}
    .wheels_page .catalog-list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding:28px 0 0}
    .wheels_page .catalog-list .catalog-item{padding:0 0 30px}
}
@media only screen and (max-width: 576px) {
    .wheels_page .project__info-block .project__simple-text__one h1{font-size:32px;line-height:32px}
    .wheels_page .project__info-block .project__simple-text__one p{padding:0 0 25px;font-size:18px;line-height:24px}
    .wheels_page .catalog-list{padding:24px 0 0}
    .wheels_page .catalog-list .catalog-item{padding:0 0 20px}
    .wheels_page .catalog-list .catalog-item h3{padding:12px 0 0}
    .wheels_page .catalog-list .catalog-item h3 a{font-size:18px;font-weight:400;line-height:1.38;letter-spacing:0}
}
@media only screen and (max-width: 480px) {
    .wheels_page .project__info-block .project__simple-text__one h1{font-size:30px;line-height:30px}
    .wheels_page .project__info-block .project__simple-text__one p{padding:0 0 20px;font-size:16px;line-height:22px}
    .wheels_page .project__info-block .sign img{max-width:150px}
    .wheels_page .project__info-block .project__simple-text__one a.button{width:100%}
    .wheels_page .catalog-list{padding:20px 0 0}
    .wheels_page .catalog-list .catalog-item h3 a{font-size:16px}
    .wheels_page .catalog-list .catalog-item a.catalog-item__image{height:auto}
    .wheels_page .catalog-list .catalog-item a.catalog-item__image img{max-width:100%;padding:30px 60px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
}
@media only screen and (max-width: 374px) {
    .wheels_page .catalog-list .catalog-item a.catalog-item__image img{padding:10px 20px}
}
/* Wheels item page
-----------------------------------------------------------------------------*/
.wheels_item_page{position:relative}
.wheels_item_page .project__info-block{display:flex;justify-content:space-between}
.wheels_item_page .project__info-block .gallery{max-width:885px;min-width:885px;width:885px}
.wheels_item_page .project__info-block .gallery .maingallery_wheels{position:relative;width:100%;height:590px;background:#f2f2f2;overflow:hidden}
.wheels_item_page .project__info-block .gallery .maingallery_wheels .swiper-wrapper{position:relative;display:flex;width:100%;height:100%}
.wheels_item_page .project__info-block .gallery .maingallery_wheels .swiper-slide{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%;height:100%;background:#f2f2f2;visibility:hidden;opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.wheels_item_page .project__info-block .gallery .maingallery_wheels .swiper-slide-active{visibility:visible;opacity:1}
.wheels_item_page .project__info-block .gallery .maingallery_wheels .swiper-slide img{display:block;max-width:100%;mix-blend-mode:multiply}
.wheels_item_page .project__info-block .gallery .maingallery_wheels .swipernav{position:absolute;top:50%;width:20px;height:20px;margin:-10px 0 0;border:2px solid #000;border-width:2px 2px 0 0;cursor:pointer}
.wheels_item_page .project__info-block .gallery .maingallery_wheels .swiper-button-next{right:20px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.wheels_item_page .project__info-block .gallery .maingallery_wheels .swiper-button-prev{left:20px;-moz-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
.wheels_item_page .project__info-block .gallery .thumbsgallery_wheels{position:relative;width:100%;margin:10px 0 0;overflow:hidden}
.wheels_item_page .project__info-block .gallery .thumbsgallery_wheels .swiper-wrapper{position:relative;display:flex;width:100%;height:100%}
.wheels_item_page .project__info-block .gallery .thumbsgallery_wheels .swiper-slide{position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;width:60px!important;height:60px;border-radius:2px;background:#f5f5f5;cursor:pointer}
.wheels_item_page .project__info-block .gallery .thumbsgallery_wheels .swiper-slide img{display:block;max-width:100%;opacity:.5;mix-blend-mode:multiply;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.wheels_item_page .project__info-block .gallery .thumbsgallery_wheels .swiper-slide-thumb-active img{opacity:1}
.wheels_item_page .project__info-block .sale-item{flex:1 1 100%;padding:0 0 0 60px}
.wheels_item_page .project__info-block .sale-item .heading{padding:10px 0 0}
.wheels_item_page .project__info-block .sale-item .heading h3{font-size:45px;font-weight:700;line-height:1.16;letter-spacing:.75px;color:#000;text-transform:uppercase}
.wheels_item_page .project__info-block .sale-item .heading p{font-size:20px;font-weight:300;line-height:1.3;color:#000}
.wheels_item_page .project__info-block .sale-item .select_dropdown{padding:30px 0 0}
.wheels_item_page .project__info-block .sale-item .select_dropdown select{display:block;width:143px;height:59px;padding:0 0 0 30px;border:solid 1px #f1f1f1;font-size:20px;font-weight:300;line-height:1.3;color:#000;cursor:pointer}
.wheels_item_page .project__info-block .sale-item .description{padding:30px 0 0}
.wheels_item_page .project__info-block .sale-item .description p{font-size:20px;font-weight:300;line-height:1.3;color:#000}
.wheels_item_page .project__info-block .sale-item .description span:first-child{display:block;padding:20px 0 0;font-size:14px;color:#7f7f7f}
.wheels_item_page .project__info-block .sale-item .oneframe{display:block;padding:40px 0 0;font-size:20px;font-weight:300;line-height:1.3;color:#000}
.wheels_item_page .project__info-block .sale-item .oneframe a{display:flex;justify-content:center;align-items:center;width:245px;height:40px;border:2px solid #000;background:#000;font-size:16px;font-weight:700;letter-spacing:1.33px;color:#fcfcfc;text-decoration:none;text-transform:uppercase;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.wheels_item_page .project__info-block .sale-item .oneframe a:hover{background:#fff;color:#000}
.wheels_item_page .catalog{position:relative}
.wheels_item_page .catalog h3.central{padding:80px 0 0;font-size:35px;font-weight:700;line-height:1.49;color:#000;letter-spacing:.58px;text-align:center;text-transform:uppercase}
.wheels_item_page .catalog .catalog-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0 40px;padding:40px 0 0}
.wheels_item_page .catalog .catalog-list .catalog-item{padding:0 0 60px}
.wheels_item_page .catalog .catalog-list .catalog-item a.catalog-item__image{display:block;width:100%}
.wheels_item_page .catalog .catalog-list .catalog-item a.catalog-item__image img{display:block;width:100%}
.wheels_item_page .catalog .catalog-list .catalog-item h3{padding:20px 0 0}
.wheels_item_page .catalog .catalog-list .catalog-item h3 a{font-size:20px;line-height:20px;color:#000;letter-spacing:.33px;text-transform:uppercase;text-decoration:none}
@media only screen and (max-width: 1600px) {
    .wheels_item_page .project__info-block .gallery{max-width:50%;min-width:50%;width:50%}
}
@media only screen and (max-width: 1300px) {
    .wheels_item_page .project__info-block .sale-item{padding:0 0 0 50px}
}
@media only screen and (max-width: 1200px) {
    .wheels_item_page .project__info-block .gallery .maingallery_wheels{height:500px}
    .wheels_item_page .project__info-block .sale-item{padding:0 0 0 40px}
}
@media only screen and (max-width: 1024px) {
    .wheels_item_page .project__info-block .sale-item .heading h3{padding:0 0 20px;font-size:42px;line-height:42px}
    .wheels_item_page .project__info-block .sale-item .heading p{padding:0 0 30px}
    .wheels_item_page .project__info-block .gallery .maingallery_wheels{height:400px}
    .wheels_item_page .project__info-block .sale-item{padding:0 0 0 30px}
    .wheels_item_page .catalog .catalog-list{grid-template-columns:repeat(auto-fit,minmax(420px,1fr));grid-gap:0 30px;padding:38px 0 0}
    .wheels_item_page .catalog .catalog-list .catalog-item{padding:0 0 50px}
}
@media only screen and (max-width: 920px) {
    .wheels_item_page .project__info-block .sale-item .heading h3{font-size:38px;line-height:38px}
    .wheels_item_page .project__info-block .sale-item .heading p{padding:0 0 20px;font-size:22px;line-height:28px}
    .wheels_item_page .project__info-block .sale-item{padding:0 0 0 20px}
    .wheels_item_page .catalog .catalog-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));grid-gap:0 20px;padding:32px 0 0}
    .wheels_item_page .catalog .catalog-list .catalog-item{padding:0 0 40px}
}
@media only screen and (max-width: 768px) {
    .wheels_item_page .project__info-block .sale-item .heading h3{padding:0 0 10px;font-size:34px;line-height:34px}
    .wheels_item_page .project__info-block .sale-item .heading p{padding:0 0 10px;font-size:20px;line-height:26px}
    .wheels_item_page .catalog .catalog-list{grid-template-columns:repeat(auto-fit,minmax(100%,1fr));padding:28px 0 0}
    .wheels_item_page .catalog .catalog-list .catalog-item{padding:0 0 30px}
    .wheels_item_page .project__info-block{display:block}
    .wheels_item_page .project__info-block .gallery{max-width:100%;min-width:100%;width:100%}
    .wheels_item_page .project__info-block .gallery .maingallery_wheels{height:350px}
    .wheels_item_page .project__info-block .gallery .thumbsgallery_wheels{display:none}
    .wheels_item_page .project__info-block .sale-item{padding:20px 0 0}
    .wheels_item_page .project__info-block .sale-item .select_dropdown{padding:0}
}
@media only screen and (max-width: 576px) {
    .wheels_item_page .project__info-block .sale-item .heading h3{font-size:32px;line-height:32px}
    .wheels_item_page .project__info-block .sale-item .heading p{padding:0 0 25px;font-size:18px;line-height:24px}
    .wheels_item_page .catalog .catalog-list .catalog-item h3{padding:12px 0 0}
    .wheels_item_page .catalog .catalog-list .catalog-item h3 a{font-size:18px;font-weight:400;line-height:1.38;letter-spacing:0}
}
@media only screen and (max-width: 480px) {
    .wheels_item_page .project__info-block .sale-item .heading h3{font-size:30px;line-height:30px}
    .wheels_item_page .project__info-block .sale-item .heading p{padding:0 0 20px;font-size:16px;line-height:22px}
    .wheels_item_page .catalog .catalog-list{padding:20px 0 0}
    .wheels_item_page .catalog .catalog-list .catalog-item h3 a{font-size:16px}
}
/* Footer
-----------------------------------------------------------------------------*/
.footer{background-color:var(--gray-color);padding:50px 0 62px;height:212px;margin-top:80px}
.footer .wrapper{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:40px}
.footer .f-block{font-size:20px;line-height:30px;font-weight:100;text-transform:uppercase}
.footer .f-block.font{color:var(--bottom-black-color);font-size:14px;line-height:15px}
.footer .icon-pinterest_2:before,.footer .icon-facebook:before,.footer .icon-instagram_2:before,.footer .icon-whatsapp_4:before{font-size:20px;vertical-align:middle}
.footer .icon-pinterest_2:before p{font-family:'GT Pressura Pro'!important}
.footer .f-block.social{color:var(--bottom-black-color);font-size:14px;line-height:15px}
.footer .f-block.copyright{color:var(--bottom-black-color);font-size:13px;line-height:15px;text-align:right;text-transform:uppercase}
.footer .f-block a{color:var(--middle-black-color);text-decoration:none}
.footer .lang-switch ul{float:right;font-size:14px;line-height:15px;list-style-type:none;overflow:hidden}
.footer .lang-switch ul li{float:left;margin:0 5px}
.footer .lang-switch ul li a{display:block;color:var(--bottom-black-color);width:28px;height:28px;padding:6px 0 0;text-align:center;border:1px solid var(--bottom-black-color);border-radius:50%}
.footer .lang-switch ul li.active a{color:var(--white-color);background-color:var(--black-color);border:1px solid var(--black-color)}
@media only screen and (max-width: 1400px) {
    .footer{margin-top:40px;padding:40px 0 30px;height:auto}
    .footer .f-block{font-size:16px;line-height:16px}
}
@media only screen and (max-width: 990px) {
    .footer .wrapper{grid-template-columns:repeat(2,1fr);grid-template-areas:"m1 m4" "m2 m5" "m3 m3" "s1 s3" "s2 s4" "s5 s5" "lang-switch lang-switch" "f-copy f-copy";grid-gap:20px}
    .footer .f-block.m1{grid-area:m1}
    .footer .f-block.m2{grid-area:m2}
    .footer .f-block.m3{grid-area:m3}
    .footer .f-block.m4{grid-area:m4}
    .footer .f-block.m5{grid-area:m5}
    .footer .f-block.s1{grid-area:s1}
    .footer .f-block.s2{grid-area:s2}
    .footer .f-block.s3{grid-area:s3}
    .footer .f-block.s4{grid-area:s4}
    .footer .f-block.s5{grid-area:s5}
    .footer .f-block.lang-switch{grid-area:lang-switch;justify-self:left}
    .footer .f-block.f-copy{grid-area:f-copy;justify-self:left}
    .footer .f-block.lang-switch ul li{margin:0 10px 0 0}
}
@media only screen and (max-width: 920px) {
    .footer{margin-top:20px}
}
/* Modal
-----------------------------------------------------------------------------*/
.modal{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;background:rgba(0,0,0,.3);visibility:hidden;opacity:0;z-index:-1;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.modal.open{visibility:visible;opacity:1;z-index:1000}
.modal .bodyModal{position:relative;top:100px;width:700px;padding:95px 65px 65px;background:#fff;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;visibility:hidden;opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.modal.active .bodyModal{top:0;visibility:visible;opacity:1}
.modal .bodyModal .title{position:absolute;top:15px;left:20px;font-size:20px;line-height:20px;color:#131415}
.modal .bodyModal button.close{position:absolute;top:0;right:0;display:block;width:50px;height:50px;padding:0;margin:0;border:0;background:url(../img/closedark.svg) 50% 50% no-repeat;background-size:16px auto;-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;cursor:pointer}
.modal .bodyModal button.close:hover{-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.modal .bodyModal form{width:100%}
.modal .bodyModal form .fieldset{position:relative;margin:0 0 10px}
.modal .bodyModal form .fieldset.inline{display:flex;justify-content:space-between}
.modal .bodyModal form .fieldset.inline .item{position:relative;flex:1 1 50%;width:50%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.modal .bodyModal form .fieldset.inline .item:first-child{padding:0 5px 0 0}
.modal .bodyModal form .fieldset.inline .item:last-child{padding:0 0 0 5px}
.modal .bodyModal form .fieldset label{position:absolute;top:17px;left:11px;display:block;padding:0 10px;background:#fff;font-family:'GT Pressura Pro';font-size:20px;font-weight:300;line-height:1.3;color:rgba(0,0,0,.4);visibility:hidden;opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.modal .bodyModal .fieldset input:not(:placeholder-shown) + label,.modal .bodyModal .fieldset input:focus:not(:placeholder-shown) + label,.modal .bodyModal .fieldset input:focus + label,.modal .bodyModal .fieldset textarea:not(:placeholder-shown) + label,.modal .bodyModal .fieldset textarea:focus:not(:placeholder-shown) + label,.modal .bodyModal .fieldset textarea:focus + label{top:-8px;font-size:14px;color:rgba(0,0,0,.6);visibility:visible;opacity:1}
.modal .bodyModal form .fieldset input,.modal .bodyModal form .fieldset textarea{display:block;width:100%;height:60px;padding:0 20px;border:1px solid rgba(0,0,0,.1);-webkit-border-radius:2px;border-radius:2px;font-family:'GT Pressura Pro';font-size:20px;font-weight:300;line-height:1.3;color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset textarea{max-width:100%;min-width:100%;max-height:136px;min-height:136px;padding:15px 20px}
.modal .bodyModal form .fieldset input::-webkit-input-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset input::-moz-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset input:-moz-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset input:-ms-input-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset textarea::-webkit-input-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset textarea::-moz-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset textarea:-moz-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset textarea:-ms-input-placeholder{color:rgba(0,0,0,.4)}
.modal .bodyModal form .fieldset button{display:block;width:245px;height:40px;border:2px solid #000;background:#000;font-size:16px;font-weight:700;color:#fcfcfc;letter-spacing:1.33px;text-align:center;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;cursor:pointer}
.modal .bodyModal form .fieldset button:hover{background:transparent;color:#000}
@media only screen and (max-width: 768px) {
    .modal .bodyModal{width:560px;padding:50px 20px 10px}
}
@media only screen and (max-width: 576px) {
    .modal .bodyModal{width:450px}
}
@media only screen and (max-width: 480px) {
    .modal .bodyModal{width:95%}
    .modal .bodyModal form .fieldset.inline{display:block;margin:0}
    .modal .bodyModal form .fieldset.inline .item{width:100%;padding:0 0 10px!important}
}
/* Mobile menu
-----------------------------------------------------------------------------*/
.mobile_menu{position:fixed;top:0;left:0;right:0;bottom:0;display:none;background-color:#000;z-index:-10000;visibility:hidden;opacity:0;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}
.mobile_menu .box{width:100%;height:100%;padding:20px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.mobile_menu .box a.logo{position:absolute;top:25px;left:20px;display:block;width:167px;-webkit-transition:top .35s ease;-moz-transition:top .35s ease;-ms-transition:top .35s ease;-o-transition:top .35s ease;transition:top .35s ease}
.mobile_menu .box a.logo img{display:block;width:100%}
.mobile_menu .box .block{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:40px 0 60px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.mobile_menu .box .block ul.menu{position:relative}
.mobile_menu .box .block ul.menu li{height:15px;padding:0 0 40px;text-align:center}
.mobile_menu .box .block ul.menu li:last-child{padding:0}
.mobile_menu .box .block ul.menu li a{font-size:14px;font-weight:300;line-height:3.18;letter-spacing:1.17px;color:#FFF;text-decoration:none;text-transform:uppercase}
.mobile_menu .box .block ul.switcher{position:absolute;bottom:40px;left:50%;list-style:none;-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.mobile_menu .box .block ul.switcher li{display:flex}
.mobile_menu .box .block ul.switcher li a{display:flex;justify-content:center;align-items:center;width:28px;height:28px;margin:0 10px;border:1px solid #fff;-webkit-border-radius:50%;border-radius:50%;background:transparent;font-size:8px;line-height:9px;letter-spacing:.8px;text-transform:uppercase;color:#fff;text-decoration:none}
.mobile_menu .box .block ul.switcher li a.active{background:#fff;color:#000}
.mobile_menu .burger{position:absolute;top:25px;right:20px;display:block;width:21px;height:10px;-webkit-transition:top .35s ease;-moz-transition:top .35s ease;-ms-transition:top .35s ease;-o-transition:top .35s ease;transition:top .35s ease;cursor:pointer}
.mobile_menu .burger:before,.mobile_menu .burger:after{position:absolute;left:0;display:block;width:100%;height:2px;background:#fff;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;content:""}
.mobile_menu .burger:before{top:0}
.mobile_menu .burger:after{bottom:0}
.mobile_menu .burger.active:before{top:4px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.mobile_menu .burger.active:after{bottom:4px;-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
@media only screen and (max-width: 920px) {
    .mobile_menu.active{display:block;z-index:10000}
    .mobile_menu.visible{visibility:visible;opacity:1}
}
@media only screen and (max-width: 768px) {
    .mobile_menu .box a.logo{top:20px}
    .mobile_menu .burger{top:20px}
}
.error {border-color: red !important}
.success-message {font-size: 25px;text-align: center;}

.button--black {background:#000 !important;border-color:#000 !important}
.button--black:hover {background: #fff !important;color: #000 !important}

.paragraph,
.paragraph * {
    font-size: 16px  !important;
    line-height: 26px !important;
    font-weight: 300;
}
.paragraph strong,
.paragraph b {
    font-weight: 500;
}
.paragraph ul {
    padding-left: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* fullPage 3.0.9 */
html.fp-enabled,.fp-enabled body{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}.fp-auto-height.fp-section,.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell{height:auto!important}.fp-responsive .fp-auto-height-responsive.fp-section,.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell{height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}.fp-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/* lightgallery */
.lg-icon{font-family:'lg'!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{position:absolute;top:50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;border:2px solid #000;border-width:2px 2px 0 0;background:transparent;z-index:1080;outline:none;cursor:pointer}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next{right:20px;-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.lg-actions .lg-prev{left:20px;-moz-transform:rotate(-135deg);-webkit-transform:rotate(-135deg);-o-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}@-webkit-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-moz-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-ms-keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes lg-right-end{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-moz-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@-ms-keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}100%{left:0}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;background:none;border:none;box-shadow:none;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close{position:relative;display:block;width:18px;height:18px;margin:30px 20px 0 0;padding:0}.lg-toolbar .lg-close:before,.lg-toolbar .lg-close:after{position:absolute;top:50%;left:0;display:block;width:100%;height:2px;background:#000;content:""}.lg-toolbar .lg-close:before{-moz-transform:rotate(45deg);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.lg-toolbar .lg-close:after{-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.lg-sub-html{background-color:rgba(0,0,0,0.45);bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-toolbar,.lg-prev,.lg-next{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,0.25,1) 0s,opacity .35s cubic-bezier(0,0,0.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(0.5,0.5,0.5);transform:scale3d(0.5,0.5,0.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1)!important;transition:transform 250ms cubic-bezier(0,0,0.25,1) 0s,opacity 250ms cubic-bezier(0,0,0.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#fff;bottom:0;position:absolute;width:100%;height:50px!important;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,0.25,1) 0;-moz-transition:-moz-transform .25s cubic-bezier(0,0,0.25,1) 0;-o-transition:-o-transform .25s cubic-bezier(0,0,0.25,1) 0;transition:transform .25s cubic-bezier(0,0,0.25,1) 0}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{height:30px!important;cursor:pointer}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0!important;transition-duration:0!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0%,0);transform:translate3d(0,0%,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;opacity:.5}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{opacity:1}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:50px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px;outline:medium none;border:none}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-toogle-thumb:hover{color:#FFF}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent}.lg-outer .lg-has-html5 .lg-video-play{background:transparent url(../img/video-play.png) no-repeat scroll 0 0;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(../img/youtube-play.png) no-repeat scroll 0 0 transparent}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity .08s ease 0;-moz-transition:opacity .08s ease 0;-o-transition:opacity .08s ease 0;transition:opacity .08s ease 0}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transition-duration:0;transition-duration:0}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0;-moz-transition:-moz-transform .3s cubic-bezier(0,0,0.25,1) 0;-o-transition:-o-transform .3s cubic-bezier(0,0,0.25,1) 0;transition:transform .3s cubic-bezier(0,0,0.25,1) 0}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,0.25,1) 0s,top .3s cubic-bezier(0,0,0.25,1) 0;-moz-transition:left .3s cubic-bezier(0,0,0.25,1) 0s,top .3s cubic-bezier(0,0,0.25,1) 0;-o-transition:left .3s cubic-bezier(0,0,0.25,1) 0s,top .3s cubic-bezier(0,0,0.25,1) 0;transition:left .3s cubic-bezier(0,0,0.25,1) 0s,top .3s cubic-bezier(0,0,0.25,1) 0}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,0.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0;transition:opacity .15s ease 0s,transform .15s ease 0;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,0.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,0.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0;-o-transition:box-shadow .3s ease 0;transition:box-shadow .3s ease 0;width:12px}.lg-outer .lg-pager:hover,.lg-outer .lg-pager:focus{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,0.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0 linear 0.18s,opacity .18s linear 0;-o-transition:visibility 0 linear 0.18s,opacity .18s linear 0;transition:visibility 0 linear 0.18s,opacity .18s linear 0}.lg-outer.lg-dropdown-active .lg-dropdown,.lg-outer.lg-dropdown-active #lg-dropdown-overlay{-webkit-transition-delay:0;transition-delay:0;-moz-transform:translate3d(0,0px,0);-o-transform:translate3d(0,0px,0);-ms-transform:translate3d(0,0px,0);-webkit-transform:translate3d(0,0px,0);transform:translate3d(0,0px,0);opacity:1;visibility:visible}.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0 linear 0.5s,opacity .18s linear 0;-moz-transition:-moz-transform .18s linear 0s,visibility 0 linear 0.5s,opacity .18s linear 0;-o-transition:-o-transform .18s linear 0s,visibility 0 linear 0.5s,opacity .18s linear 0;transition:transform .18s linear 0s,visibility 0 linear 0.5s,opacity .18s linear 0}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown > li:last-child{margin-bottom:0}.lg-outer .lg-dropdown > li:hover a,.lg-outer .lg-dropdown > li:hover .lg-icon{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,0.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e904"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e907"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e905"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e906"}.lg-outer .lg-img-rotate{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0;-webkit-transition:-webkit-transform .3s cubic-bezier(0.32,0,0.67,0) 0;-moz-transition:-moz-transform .3s cubic-bezier(0.32,0,0.67,0) 0;-o-transition:-o-transform .3s cubic-bezier(0.32,0,0.67,0) 0;transition:transform .3s cubic-bezier(0.32,0,0.67,0) 0}.lg-rotate-left:after{content:"\e900"}.lg-rotate-right:after{content:"\e901"}.lg-icon.lg-flip-hor,.lg-icon.lg-flip-ver{font-size:26px}.lg-flip-ver:after{content:"\e903"}.lg-flip-hor:after{content:"\e902"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;outline:none;-webkit-transition:opacity .15s ease 0;-o-transition:opacity .15s ease 0;transition:opacity .15s ease 0}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-prev-slide,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-current{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{-webkit-transition-duration:0!important;transition-duration:0!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{height:100%;width:100%;position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{width:100%;height:100%;position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(../img/loading.gif) no-repeat scroll center center transparent;display:none!important}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide{display:inline-block!important}.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0;-o-transition:opacity .15s ease 0;transition:opacity .15s ease 0}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html{display:none}.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#fff;opacity:0;-webkit-transition:opacity .15s ease 0;-o-transition:opacity .15s ease 0;transition:opacity .15s ease 0}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{-webkit-transition:none 0 ease 0!important;-moz-transition:none 0 ease 0!important;-o-transition:none 0 ease 0!important;transition:none 0 ease 0!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{-webkit-transition:opacity .1s ease 0;-moz-transition:opacity .1s ease 0;-o-transition:opacity .1s ease 0;transition:opacity .1s ease 0}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0;-moz-transition:-moz-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0;-o-transition:-o-transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0;transition:transform 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{-webkit-transition:left 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0;-moz-transition:left 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0;-o-transition:left 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0;transition:left 1s cubic-bezier(0,0,0.25,1) 0s,opacity .1s ease 0}
