/*--------------------fonts------------------------------*/

@font-face {
 font-family: 'ProximaNova-Black';
 src: url('../fonts/ProximaNova-Black.eot');
 src: local('O'), url('../fonts/ProximaNova-Black.woff') format('woff'), url('../fonts/ProximaNova-Black.ttf') format('truetype'), url('../fonts/ProximaNova-Black.svg') format('svg');
 font-weight: normal;
 font-style: normal;
 }   
    
@font-face {
font-family: 'ProximaNova-Light';
 src: url('../fonts/ProximaNova-Light.eot');
 src: local('O'), url('../fonts/ProximaNova-Light.woff') format('woff'), url('../fonts/ProximaNova-Light.ttf') format('truetype'), url('../fonts/ProximaNova-Light.svg') format('svg');
 font-weight: normal;
 font-style: normal; 
 }   
    
    
@font-face {
font-family: 'ProximaNova-Bold';
 src: url('../fonts/ProximaNova-Bold.eot');
 src: local('O'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype'), url('../fonts/ProximaNova-Bold.svg') format('svg');
 font-weight: normal;
 font-style: normal; 
 }   
/*--------------------fonts------------------------------*/
body {
    padding-top: 80px;
}
.mobile-menu-label {
    background-repeat: no-repeat;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-l {
  justify-content: flex-start;
}
.flex-r {
  justify-content: flex-end;
}
.flex-sb {
  justify-content: space-between;
}
.flex-sa {
  justify-content: space-around;
}
.flex-c {
  justify-content: center;
}
.flex-t {
  align-items: flex-start;
}
.flex-b {
  align-items: flex-end;
}
.flex-m {
  align-items: center;
}
.flex-s {
  align-items: stretch;
}
.cover img {  
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.home-slider-wrapper {
    margin-top: 1px !important;
}

@media screen and (min-width: 1199px) {
    {}
 .home-slider-wrapper .home-slider2.slick-slide {
    height: auto;
 }
 .home-slider-wrapper .home-slider2.slick-slide .flex-inner {
    height: 100%;
  }
}

/*--------------------for-all------------------------------*/

html {
    font-family: "ProximaNova-Light", "Arial", "sans-serif"; 
}

.alignleft{
    float: left;
}
.retail-description p{
    text-align: justify;
}

.container-center {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    }

.clearfix:after {
clear: both;
}

.header-pages {
    border-bottom: 1px solid #eeeeee;
}

.mobile-menu-checkbox {
    display: none;
}



/*--------------------for-all------------------------------*/



/*--------------------home------------------------------*/


.error {
    box-shadow: 0 0 10px rgb(230, 222, 22);
    }


.header {
    height: 80px;
    margin: 0 auto;
    border-bottom: 1px solid #efefef;
    z-index: 99;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
}

.header-logo {
    display: inline-block;
}

.header-logo img{
    margin-top: 10px;
    height: 50px;
}

.header-menu {
    float: right;
}

.header-menu li {
    list-style: none;
    display: inline;
    line-height: 50px;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.header-menu a {
    color: #6b6b6b;
    text-decoration: none;
    transition: all 0.4s;
}


.header-menu a:hover{
    color: #981b1e;
    text-decoration: none;
}

.header-menu a:active{
    color: #981b1e;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
}

.home-slider {
    background-image: url(../img/home_slider_1.jpg);
    height: 440px;
    padding-top: 160px;
	background-position: center;
    background-size: cover;
    color: #fff;
    text-decoration: none;
}
.home-slider a {
    text-decoration: none;
}
.home-slider h1{
    font-size: 72px;
    color: #fff;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
}

.home-slider-description {
    color: #fff;
    font-size: 18px;
}

.stores h2{
    font-size: 42px;
    font-family: "ProximaNova-Black", "Arial", "sans-serif"; 
    margin-bottom: 0;
}

.stores-description {
    color: #6b6b6b;
    margin-top: 0;
    max-width: 700px;
    margin: 0 auto;
}

.stores-block-all {
    margin-top: 50px;
    text-align: center;
}

.stores-block-one {
    display: inline-block;
    height: 140px;
    width: 250px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.stores-block-one:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}

.stores-block-one img {
    display: inline-block;
    margin-top: 30px;
}

.offers {
    margin-top: 80px;
}

.offers h2{
    font-size: 42px;
    font-family: "ProximaNova-Black", "Arial", "sans-serif"; 
    margin-bottom: 0;
}

.offers-description {
    color: #6b6b6b;
    margin-top: 0;
    max-width: 700px;
    margin: 0 auto;
}

.offers-block-all {
    margin-top: 40px;
}

.offers-block-one {
    max-width: 32%;
    width: 380px;
    margin: 0 0px 8px; 
    text-align: left;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}
.offers-detail .offers-block-one,
body.home .offers-block-one {
    padding-bottom: 72px;
}

.offers-block-one img {
   width: 100%;
}

.offers-block-one h4{
    margin-left: 30px;
    margin-right: 20px;
    font-family: "ProximaNova-Black", "Arial", "sans-serif"; 
    margin-bottom: 0;
}

.offers-block-one-description{
    margin-left: 30px;
    margin-right: 20px;
    margin-top: 5px;
}

.offers-block-all > .offers-block-one > a{
    display: block;
    height: 50px;
    width: 160px;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    background-color: #981b1e;
    text-align: center;
    line-height: 50px;
    
    text-decoration: none;
    border: 1px solid #981b1e;
    transition: all 0.5s;
    position: absolute;
    left: 30px;
    bottom: 20px
}

.offers-block-all > .offers-block-one > a:hover{
    color: #981b1e;
    background-color: #fff;
    border: 1px solid #981b1e;
}

.footer {
    background: #f4f4f4;
    margin-top: 80px;
}


.header-logo {
    display: inline-block;
    float: left;
}

.footer-menu {
    float: right;
}

.footer-menu li {
    list-style: none;
    display: inline;
    line-height: 50px;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
}

.footer-menu a {
    color: #6b6b6b;
    text-decoration: none;
    transition: all 0.4s;
}


.footer-menu a:hover{
    color: #981b1e;
    text-decoration: none;
}


.footer-middle {
    border-top: 1px solid #e4e4e4;
    margin-top: 10px;
}

.footer-middle-left {
    float: left;

}

.footer-middle-right {
    float: right;
}

.footer-middle-right a{
    color: #981b1e;
    margin-left: 20px;
    text-decoration: none;
}

.footer-middle-right a:hover{
    border-bottom: 1px solid #981b1e;
}


.footer-down {
    background: #e6e6e6;
    color: #7e7e7e;
}

.footer-down-left {
    float: left;
}

.footer-down-right {
    float: right;
}

.footer-down-right a {
    color: #981b1e;
    text-decoration: none;
}

.footer-down-right a:hover {
     border-bottom: 1px solid #981b1e;
}

.home-form {
	margin-top: 50px;
	/*height: 140px;*/
}

/*--------------------home------------------------------*/





/*--------------------about-us------------------------------*/

.breads ul{
    text-align: left;
    margin-left: -60px;
    color: #888888;
}

.breads li{
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
}

.breads li a{
    color: #981b1e;
    text-decoration: none;
}

.breads li a:hover {
     border-bottom: 1px solid #981b1e;
}

.breads li span{
    color: #888888;
    text-decoration: none;
    cursor: default;
}

.about-us h1{
    font-size: 36px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    margin-top: 50px;
}

.about-us-block-all {
    text-align: left;
    margin-top: 20px;
}

.about-us-block-one {
    display: inline-block;
    width: 24%;
    margin-bottom: 20px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
}
.field-items img {
    max-width: 100%;
    height: auto;
}

.about-us-block-one img{
    width: 70px;
}

.about-us-block-title{
    margin-top: 0;
    margin-bottom: 0;
}

.about-us-dexription {
    text-align: left;
    margin-top: 10px;
}

.about-us-slider {
    max-width: 1170px;
    max-height: 600px;
    margin-top: 60px;
}

.about-us-slider img{
    width: 100%;
}

/*--------------------about-us------------------------------*/




/*--------------------retail------------------------------*/

.retail h1{
    font-size: 36px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    margin-top: 50px;
}

.retail-map {
    text-align: left;
    position: relative;
    margin-top: 20px;
    display: inline-block;
    width: 1124px;
    margin: 20px auto;
}
.retail-map a{
    
	background: #981b1e;
	opacity: 0.3;
	}


.retail-map a:hover{
 
	background: #6f1b1b;

}



.retail-map-g{
    display: block;
    position: absolute;
    
}

.retail-map-1 {
    top: 37px;
    left: 35px;
    width: 536px;
    height: 228px;
    z-index: 20;
    /*display: none;*/
    /*shape-outside: url(../img/retail_2b.png);*/
 clip-path: polygon(0% 0%,100% 0%,100% 100%, 21% 100%, 21% 32%, 0% 32%);
/*clip-path: url(../img/retail_white-01.svg);*/
background: #981b1e;
}

.retail-map-2 {
    display: block;
    position: absolute;
    top: 110px;
    left: 36px;
    clip-path: polygon(0 0,70% 0,70% 64%,100% 64%,100% 85%,66% 85%,67% 100%,0% 100%);
    width: 161px;
    height: 242px;

}

.retail-map-3 {
    display: block;
    position: absolute;
    top: 265.4px;
    left: 197px;
    width: 74px;
    /*clip-path: polygon(2% 0%,100% 0%,100% 100%,33% 100%,33% 33.5%,2% 33.5%)*/;
    height: 51px;
}


.retail-map-4 {
    display: block;
    position: absolute;
    top: 265px;
    left: 307px;
    width: 213px;
    height: 50px;
    margin-left: 2px;
}


.retail-map-5 {
    display: block;
    position: absolute;
    top: 189px;
    left: 609px;
    z-index: 3;
    width: 49px;
    height: 49px;
    margin-left: 1px;
}


.retail-map-6 {
    display: block;
    position: absolute;
    top: 238px;
    left: 609px;
    width: 51px;
    height: 64px;
    clip-path: polygon(0% 0%,100% 0%,100% 100%,61% 100%,0% 55.5%);
}


.retail-map-7 {
    display: block;
    position: absolute;
    top: 353px;
    left: 36px;
    width: 107px;
    height: 189px;
}


.retail-map-8 {
    display: block;
    position: absolute;
    top: 351px;
    left: 197px;
    width: 111px;
    height: 117px;
    /*clip-path: polygon(0 0,100% 0,100% 40%,41% 100%,0 100%)*/;
}


.retail-map-9 {
    display: block;
    position: absolute;
    top: 351px;
    left: 309px;
    width: 98px;
    height: 117px;
    clip-path: polygon(0% 0%,39% 0%,39% 81%,100% 81%,100% 100%, 0% 100%);
}





.retail-map-10 {
    display: block;
    position: absolute;
    top: 351px;
    left: 348px;
    width: 108px;
    height: 94px;
}


.retail-map-11 {
    display: block;
    position: absolute;
    top: 351px;
    left: 457px;
    width: 102px;
    height: 67px;
}
.retail-map-12 {
    display: block;
    position: absolute;
    top: 352px;
    left: 611px;
    width: 48px;
    height: 32px;
}
.retail-map-13 {
    display: block;
    position: absolute;
    top: 385px;
    left: 611px;
    width: 48px;
    height: 97px;
}
.retail-map-14 {
    display: block;
    position: absolute;
    top: 419px;
    left: 408px;
    width: 151px;
    height: 73px;
    clip-path: polygon(33% 0%,100% 0%,100% 100%,0% 100%,0% 37%,33% 37%);
}
.retail-map-15 {
    display: block;
    position: absolute;
    top: 468px;
    left: 198px;
    width: 209px;
    height: 122px;
}
.retail-map-16 {
    display: block;
    position: absolute;
    top: 492px;
    left: 408px;
    width: 150px;
    height: 232px;
}
.retail-map-17 {
    display: block;
    position: absolute;
    top: 543px;
    left: 36px;
    width: 107px;
    height: 181px;
}
.retail-map-18 {
    display: block;
    position: absolute;
    top: 591px;
    left: 198px;
    width: 209px;
    height: 133px;
}
.retail-map-19 {
    display: block;
    position: absolute;
    top: 523px;
    left: 609px;
    width: 50px;
    height: 201px;
}
.retail-map-20 {
    display: block;
    position: absolute;
    top: 612px;
    left: 566px;
    width: 38px;
    height: 66px;
}

/*--------------------retail------------------------------*/





/*--------------------brands------------------------------*/

.brands h1{
    font-size: 36px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    margin-top: 50px;
}

.brands-filter ul{
    text-align: left;
    margin-left: -40px;
}

.brands-filter li a.active {
    display: block;
    height: 50px;
    width: 160px;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    background-color: #981b1e;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid #981b1e;
    transition: all 0.5s;
    cursor: default;
}

.brands-filter li a{
    display: block;
    height: 50px;
    width: 160px;
    color: #981b1e;
    font-size: 16px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid #981b1e;
    transition: all 0.5s;
}

.brands-filter li a:hover{
    color: #fff;
    background-color: #981b1e;
    border: 1px solid #981b1e;
}

.brands-filter li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}

.brands-block-all {
    text-align: left
}


.brands-block-one {
    text-align: center;
    margin-right: 20px;
    margin-bottom: 40px;
    width: 260px;
}


/*--------------------brands------------------------------*/




/*--------------------offers------------------------------*/

.special-offers h1{
    font-size: 36px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    margin-top: 50px;
}

.special-offers .offers{
    margin-top: 0;
    text-align: left;
    margin-left: 0;
}

.special-offers .offers-block-all{
    margin-top: 20px;
}

.special-offers .offers-block-one {
    margin-left: 0;
    margin-bottom: 30px;
    max-width: 32%;
    width: 360px;
    padding-bottom: 72px;
}

.pagination ul {
    margin-left: -80px;
    }
.leasing-form.home-form2 {
    margin: 60px auto 0 auto;
}
.pagination li a {
    display: block;
    height: 50px;
    width: 50px;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    background-color: #981b1e;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid #981b1e;
    transition: all 0.5s;
    cursor: pointer;
}

.pagination li span {
    display: block;
    height: 50px;
    width: 50px;
    color: #981b1e;
    font-size: 16px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid #981b1e;
    transition: all 0.5s;
}

.pagination li:hover{
    color: #fff;
    background-color: #981b1e;
    /*border: 1px solid #981b1e;*/
}

.pagination li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}


/*--------------------offers------------------------------*/






/*--------------------offers-detail------------------------------*/

.offers-detail h1{
    font-size: 36px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    margin-top: 50px;
}

.offers-detail h3{
    font-size: 24px;
    font-family: "ProximaNova-Black", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    padding-top: 30px;
}


.offers-detail-img {
    margin-top: 15px;
}

.offers-detail-img img{
    max-width: 100%;
    height: auto;
    display: block;
}

.offers-detail-text {
    text-align: left;
}

.offers-detail-bold {
    margin-left: 30px;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
}


.offers-detail-block {
    text-align: left;
    background: #f4f4f4;
    
    padding-bottom: 40px;
}

.offers-detail .offers-block-one {
    max-width: 32%;
    background: #fff;
}

.offers-detail .offers-block-all {
   margin-top: 20px;
}

/*--------------------offers-detail------------------------------*/




/*--------------------leasing------------------------------*/
.leasing h1{
    font-size: 36px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    margin-top: 50px;
}


.leasing-content {
    text-align: left;
}


.leasing-text-name {
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    font-size: 18px;
}

.leasing-content a {
    font-size: 16px;
    color: #981b1e;
    text-decoration: none;
    margin-bottom: 30px;
    cursor: pointer;
}

.leasing-content a:hover {
     border-bottom: 1px solid #981b1e;
}

.leasing-content a:visited  {
     border-bottom: 1px solid #981b1e;
}

.leasing-text-tel {
    line-height: 28px;
}

.leasing-form {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    vertical-align: top;
    /*margin-bottom: 100px;*/
	padding-bottom: 20px;
}
.leasing-form.home-form {
    background: #981b1e;
}
.offers-block-all .leasing-form.home-form  {
    margin: 20px auto 60px;
}
.offers-block-all .leasing-form.home-form .checkbox-form-style {
    text-align: center;
}
.leasing-form.home-form .leasing-form-block-button {
    background: #fff;
    color: #981b1e;
    border: 1px solid #fff;
}
.leasing-form.home-form .leasing-form-block-button:hover {
    border-color: #fff;
    background: #981b1e;
    color: #fff;
}
.leasing-form.home-form .checkbox-form-style a ,
.leasing-form.home-form .checkbox-form-style,
.leasing-form.home-form .leasing-form-tittle {
    color: #fff;
}
.leasing-form-tittle {
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    font-size: 18px;
}
.offers-detail-img-inner {
    width: 500px;
    max-width: 100%;
}
.offers-detail.cat-2 .container-center {
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  margin-top: 40px;
}
.offers-detail.cat-2 .offers-detail-text {
    width: calc(100% - 400px);
}
.offers-detail.cat-2 .offers-detail-img-inner {
    width: 364px;
}
.offers-detail-img-inner.full {
    width: 100%;
}
.leasing-form-block {
    margin-top: 20px;
}
.opening-hours h3 {
    font-size: 24px;

    text-align: center;
    font-size: 42px;
    font-family: "ProximaNova-Black", "Arial", "sans-serif";
}
.opening-hours .col-2 {
    line-height: 1.4;
}
.opening-hours .col-2 span {
    font-weight: 700;
    font-family: 'Arial';
}
.leasing-form-block-input {
    height: 50px;
    width: 200px;
    padding-left: 20px;
    margin-right: 20px;
    border: 1px solid #e6e6e6;
}
.opening-hours {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f4f4f4;
    margin-top: 80px;
}
.opening-hours .row {
    text-align: left;
}
.leasing-form-block-button {
    display: inline-block;
    height: 54px;
    width: 223px;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    background-color: #981b1e;
    text-align: center;
    line-height: 50px;
    text-decoration: none;   
    border: none;
    margin-top:20px;   
    transition: all 0.4s;
    cursor: pointer; 
}

.leasing-form-block-button:hover{
    color: #981b1e;
    background-color: #fff;
    border: 1px solid #981b1e;
}

.leasing-form-text-name {
    display: inline-block;
    margin-right: 20px;
}

.leasing-form-text-tel {
    display: inline-block;
    margin-right: 20px;
}

.leasing-form-text-link {
    display: inline-block;
}

/*--------------------leasing------------------------------*/





/*--------------------contact------------------------------*/
div.politic-page .container-center a {
    color: #981b1e
}
div.politic-page .container-center {
    text-align: left;
    padding: 40px 0;
}
.contact h1{
    font-size: 36px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    margin-bottom: 0;
    text-align: left;
    margin-top: 50px;
}

.contact .container-center {
    text-align: left;
}

.contact-block-1 {
    display: inline-block;
    text-align: left;
    margin-right: 80px;
}

.contact-block-2 {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right: 80px;
}

.contact-block-3 {
    display: inline-block;
    text-align: left;
     vertical-align: top;
}

.contact-block-1-link a {
    margin-right: 20px;
}

.contact-block-1-link a {
    font-size: 16px;
    color: #981b1e;
    text-decoration: none;
    margin-bottom: 30px;
    cursor: pointer;
}

.contact-block-1-link a:hover {
     border-bottom: 1px solid #981b1e;
}

.contact-block-1-link a:visited  {
     border-bottom: 1px solid #981b1e;
}

.contact-block-1-name {
    font-size: 18px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
}

.contact-button {
    display: inline-block;
    height: 50px;
    width: 180px;
    color: #fff;
    font-size: 16px;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif"; 
    background-color: #981b1e;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid #981b1e;
    transition: all 0.5s;
}

.contact-button:hover{
    color: #981b1e;
    background-color: #fff;
    border: 1px solid #981b1e;
}

.contact-block-1-text p {
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-map {
    height: 500px;
    margin-top: 50px;
    margin-bottom: -80px;
}

/*--------------------contact------------------------------*/

.checkbox-form-style {
	margin-top: 20px;
}

.header-menu img{
 
	display: inline-block;
	margin-top: -8px;
	vertical-align: text-top;
}

.footer-menu img{
 
	display: inline-block;
	margin-top: -8px;
	vertical-align: text-top;
}



.plans {
    width: 840px;
    max-width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
    
}
.plans svg #obiekty *.occupied:hover {
    cursor: pointer;
}
.plan-1 {
    height: 630px;
    background-position: center 0;
    background-repeat: no-repeat; 
}
.plan-2 {
    height: 630px;
    background-position: center 0;
    background-repeat: no-repeat;
}
.plan-3 {
    height: 630px;
    background-position: center 0;
    background-repeat: no-repeat;
}
.plan svg path,
.plan svg rect,
.plan svg polygon{
    fill: transparent !important;
}
.plan svg .vac-1 path,
.plan svg .vac-1 rect,
.plan svg .vac-1 polygon{
    fill: #981b1e !important;
    
}

.plan-floor .button {
    margin: 0 10px;
}
.plan-floor .button button {
    background: #fff;
    border: 1px solid #981b1e;
    width: 160px;
    height: 50px;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
}

.plan-floor .button button.active,
.plan-floor .button button:hover {
    background: #981b1e;
    color: #fff;
}
polygon, rect, path {
    cursor: pointer;
}
.stores-block-all.stores-slider .slick-slide img {
 margin-top: 0;   
}
.stores-block-all.stores-slider .stores-block-one {
    width: auto;
    height: auto;
}
polygon#Dealz,
path#DEALZ {
    stroke: none !important
}
.t-Wynajem-3 {
    
}
.plan svg a {
    position: relative;
}
.plan svg a text {
    transform: translate(0px, 10px);
    font-weight: bold;
    fill: #000;
    font-size: 14px;
    text-shadow: 1px 1px 2px #fff
}
@media only screen and (max-width: 960px) {
    {}
    .offers-detail.cat-2 .offers-detail-text {
        width: calc(100% - 380px);
    }
    .plan-1 {
        background-size: 99%;
    }
    .plan-2 {
        background-size: 97.5%;
    }
    .offers-block-all > .offers-block-one > a {
        left: 0
    }
}
@media only screen and (max-width: 768px) {
    {}
    .offers-detail.cat-2 .offers-detail-text {
        width: 100%;
        margin-top: 0px;
    }   
    .offers-detail.cat-2 .container-center {
        justify-content: center;
        margin-bottom: 0;
    }
    .offers-detail h1 {
        font-size: 20px;
    }
    
}
@media only screen and (max-width: 480px) {
    {}
    .offers-block-one {
        max-width: 100%;
    }
    .stores h2 {
        font-size: 30px;
    }
    .stores .slick-dots {
        display: none !important;
    }
    .opening-hours h3 {
        font-size: 30px;
        margin-top: 0;
    }
    .opening-hours .col-2 {
        width: 100%;
        text-align: center;
    }
    .footer-middle-right a {
        display: block;
        width: 100%;
        margin-top: 12px;
    }
    .stores .slick-dotted.slick-slider {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .contact-map iframe {
        max-height: 420px;
    }
    .contact-block-2 {
        width: 100%;
    }
    .contact-block-3 {
        width: 100%;
        margin-top: 30px;
    }
    .brands-filter li {
        margin-right: 0;
    }
    .brands-filter li a,
    .brands-filter li a.active {
        width: 144px;
        font-size: 14px;
    }
}


.remodal.remodal-popup {
    padding: 0 !important;
    width: 1080px;
    max-width: 100%;

}
.popup {
    background:#981b1e;
    color: #fff;
    width: 100%;            
    box-sizing: border-box;
    padding: 76px;
    line-height: 1.15;
    text-align: left;
}
.popup .logo-popup {
    margin-bottom: 30px;
}
.popup h3 {
    font-size: 59px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: "ProximaNova-Bold", "Arial", "sans-serif";
    line-height: 1.35;
    margin-top: 0;
}
.popup p {
    margin-bottom: 10px;
    font-size: 42px;
    font-weight: 400;
    margin-top: 20px;
}
.popup .button {
    margin-top: 50px;
    text-align: center;
}
.popup .button a {
    background: #fff;
    color: #981b1e;
    height: 106px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 106px;
    max-width: 100%;
    font-size: 36px;
    width: 622px;
    font-weight: 600;
    cursor: pointer;
}
