@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    margin-top: 78px; } }

.mall-info {
  position: relative; }

.mall-info.show-floors-layer .mall-info-floor-maps-layer {
  display: block; }

.mall-info-floor-maps-layer {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 128; }

.mall-info-floor-maps-layer-close {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 3vh; }

.mall-info-floor-maps-layer-close img {
  height: 100%; }

.mall-info-floor-maps-layer-maps {
  overflow: scroll;
  height: 97vh; }

.mall-info-floor-maps-layer-map img {
  width: 200%; }

.mall-info-map-message {
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 10px; }

.wrap-page {
  margin-right: 18px;
  margin-left: 17px; }

@media screen and (min-width: 1025px) {
  .wrap-page {
    margin: 0; } }

@media screen and (min-width: 768px) {
  .inner-wrap-page {
    margin: 0; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-page-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 70px; } }

@media screen and (min-width: 1025px) {
  .info-page-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .section-margin {
    margin-top: 62px;
  }
  .mall-info-contact .section-margin{
      margin-top: 42px;
  }
    .mall-info-contact{
      padding-top: 20px;
    }
}

.info-page-section-icon {
  min-width: 83px; }

@media screen and (min-width: 1025px) {
  .info-page-section-icon {
    min-width: 4.55vw; } }

img.icon-clock {
  width: 83px; }

@media screen and (min-width: 1025px) {
  img.icon-clock {
    width: 4.55vw; } }

img.icon-calendar {
  width: 80px; }

@media screen and (min-width: 1025px) {
  img.icon-calendar {
    width: 4.15vw; } }

img.icon-message {
  width: 83px; }

@media screen and (min-width: 1025px) {
  img.icon-message {
    width: 4.3vw; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-page-section-content {
    margin-right: 34px; } }

@media screen and (min-width: 1025px) {
  .info-page-section-content {
    margin-right: 1.65vw; } }

.mall-info-title {
  color: #323f47;
  font-size: 25px;
  font-weight: 300; }

.mall-info-nav {
  position: relative;
  text-align: right;
  color: #323f47;
  font-size: 23px;
  font-weight: 300;
  padding-right: 9px;
  border: 1px solid #d6d9da;
  border-radius: 4px;
  height: 38px;
  margin-top: 15px;
  margin-bottom: 15px; }

.mall-info-nav a.mall-info-nav-title {
  display: block;
  background: transparent url("/_media/images/icon-sort-mobile-down.png") no-repeat 9px center;
  background-origin: content-box;
  background-size: 30px;
  color: #323f47;
  padding-top: 7px; }

.mall-info-nav ul {
  padding: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 100ms linear, visibility 0s linear;
  -webkit-transition-delay: 0s, 500ms;
  transition: opacity 100ms linear, visibility 0s linear 500ms;
  position: absolute;
  left: -1px;
  width: 100%;
  z-index: 1;
  background: white; }

.mall-info-nav li {
  padding: 20px 9px;
  border-bottom: 1px solid #dddddc; }

.mall-info-nav li:last-child {
  border-bottom: none; }

.mall-info-nav li a {
  display: block; }

.mall-info-nav.open a.mall-info-nav-title, .mall-info-nav.open a:visited.mall-info-nav-title {
  display: block;
  background: transparent url("/_media/images/icon-sort-mobile-up.png") no-repeat 9px center;
  background-origin: content-box;
  background-size: 30px;
  color: #323f47;
  padding-top: 7px; }

.mall-info-nav.open ul {
  border: 1px solid #d6d9da;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  opacity: 1;
  visibility: visible;
  transition: opacity 100ms linear, visibility 0s linear; }

@media screen and (min-width: 1025px) {
  .mall-info-pages {
    margin-top: 80px;
    margin-top: 60px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-pages-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 131px; } }

@media screen and (min-width: 1025px) {
  .mall-info-pages-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1025px) {
  .mall-info-opening .inner-wrap-page:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media screen and (min-width: 1025px) {
  .mall-info-opening {
    padding-top: 20px;
    margin-right: 18.4vw;
    margin-left: 13.5vw; } }

.info-opening-title-big {
  color: #323f47;
  font-size: 25px;
  font-weight: 400; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-opening-title-big {
    color: #09b4ce;
    font-size: 60px;
    font-weight: 300; } }

@media screen and (min-width: 1025px) {
  .info-opening-title-big {
    color: #09b4ce;
    font-size: 2.6vw;
    font-weight: 300; } }

.info-opening-title-small {
  color: #323f47;
  font-size: 18px;
  font-weight: 400; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-opening-title-small {
    color: #09b4ce;
    font-size: 60px;
    font-weight: 300; } }

@media screen and (min-width: 1025px) {
  .info-opening-title-small {
    color: #09b4ce;
    font-size: 2.6vw;
    font-weight: 300; } }

.info-opening-hours {
  margin-top: 15px;
  color: #323f47;
  font-size: 18px;
  font-weight: 300; }

@media screen and (min-width: 1025px) {
  .info-opening-hours {
    color: #323f47;
    font-size: 1.25vw;
    margin-top: 0; } }

.info-opening-hours-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.info-opening-hours-row-days {
  width: 49px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-opening-hours-row-days {
    min-width: 108px;
    font-size: 29px;
    font-weight: 300; } }

@media screen and (min-width: 1025px) {
  .info-opening-hours-row-days {
    min-width: 72px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-opening-hours-row-hours {
    color: #323f47;
    font-size: 29px;
    font-weight: 300; } }

.info-opening-this-month {
  margin-top: 30px; }

@media screen and (min-width: 768px) {
  .info-opening-this-month {
    margin-top: 0; } }

.info-opening-text-row-date {
  display: inline-block; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-opening-text-row-date {
    min-width: 105px; } }

@media screen and (min-width: 1025px) {
  .info-opening-text-row-date {
    min-width: 72px; } }

.info-opening-text-row-details {
  display: inline-block; }

.info-opening-text {
  margin-top: 10px;
  color: #323f47;
  font-size: 18px;
  font-weight: 300; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .info-opening-text {
    color: #323f47;
    font-size: 29px; } }

@media screen and (min-width: 1025px) {
  .info-opening-text {
    color: #323f47;
    font-size: 1.25vw;
    font-weight: 300;
    margin-top: 0; } }

.info-opening-next-month {
  margin-top: 38px; }

@media screen and (min-width: 1025px) {
  .info-opening-next-month {
    margin-top: 0; } }

.mall-info-trans {
  margin-right: 18px;
  margin-left: 17px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans {
    margin-right: 0;
    margin-left: 0;
    background-color: #067c8d;
    padding: 41px 69px 68px 59px; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans {
    margin: 0; }
  .mall-info-trans .mall-info-trans-bg {
    margin: 0;
    margin-top: 34px;
    background-color: #067c8d;
    padding: 2vw 18.5vw 2.7vw 11.5vw; } }

.mall-info-trans-main-title {
  color: #323f47;
  font-size: 25px;
  font-weight: 400; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-main-title {
    color: white;
    font-size: 50px;
    font-weight: 300; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-main-title {
    color: white;
    font-size: 50px;
    font-weight: 300; } }

.mall-info-trans-title {
  color: #323f47;
  font-size: 18px;
  font-weight: 400; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-title {
    color: white;
    font-size: 40px;
    font-weight: 300; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-title {
    color: white;
    font-size: 33px;
    font-weight: 400; } }

.mall-info-trans-text {
  color: #323f47;
  font-size: 18px;
  font-weight: 300; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-text {
    color: white;
    font-size: 30px;
    font-weight: 100; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-text {
    color: white;
    font-weight: 300;
    font-size: 1.25vw; } }

.mall-info-trans-address {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 768px) {
  .mall-info-trans-address {
    margin-top: 0;
    display: block; } }

.mall-info-trans-address-waze {
  display: block; }

@media screen and (min-width: 768px) {
  .mall-info-trans-address-waze {
    display: none; } }

.mall-info-trans-address-waze-button {
  text-align: center; }

.mall-info-trans-address-waze-button img {
  width: 42px;
  height: 42px; }

.mall-info-trans-address-waze-text a, .mall-info-trans-address-waze-text a:visited {
  color: #323f47;
  text-decoration: underline;
  font-size: 18px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-bus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 51px; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-bus {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.mall-info-trans-bus .mall-info-trans-text-row:first-child {
  margin-top: 0; }

.mall-info-trans-icon {
  text-align: right;
  min-width: 100px;
  padding-top: 10px; }

@media screen and (min-width: 1025px) {
  .mall-info-trans-icon {
    padding-top: 7px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-content {
    margin-right: 30px; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-content {
    margin-right: 37px; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.mall-info-trans-text-row {
  margin-top: 8px; }

.mall-info-trans-train {
  margin-top: 26px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-train {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 57px; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-train {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 97px; } }

.mall-info-trans-train .mall-info-trans-text-row:first-child {
  margin-top: 0; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.mall-info-trans-map {
  margin-top: 13px;
  min-height: 321px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-trans-map {
    display: none; } }

@media screen and (min-width: 1025px) {
  .mall-info-trans-map {
    margin: 0;
    width: 100%;
    min-height: 439px; } }

.mall-info-trans-map img {
  width: 100%; }

.mall-info-parking {
  margin-right: 18px;
  margin-left: 80px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-parking {
    margin: 82px 70px 0 0;
    padding-top: 40px;
    position: relative; } }

@media screen and (min-width: 1025px) {
  .mall-info-parking {
    position: relative;
    padding-top: 40px;
    margin: 48px 75px 0 221px; }
  .mall-info-parking .inner-wrap-page {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.mall-info-parking-desktop-section {
  max-width: 470px; }

.mall-info-parking-bg {
  position: absolute;
  top: 0;
  left: 0; }

.mall-info-parking-title-big {
  color: #323f47;
  font-size: 25px;
  font-weight: 400;
  margin-top: 18px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-parking-title-big {
    margin-top: 0;
    color: #09b4ce;
    font-size: 60px;
    font-weight: 300; } }

@media screen and (min-width: 1025px) {
  .mall-info-parking-title-big {
    color: #09b4ce;
    font-size: 50px;
    font-weight: 300;
    margin-top: 0; } }

.mall-info-parking-title-small {
  color: #323f47;
  font-size: 18px;
  font-weight: 400;
  margin-top: 24px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-parking-title-small {
    color: #09b4ce;
    font-size: 60px;
    font-weight: 300;
    margin-top: 82px; } }

@media screen and (min-width: 1025px) {
  .mall-info-parking-title-small {
    margin-top: 0;
    color: #09b4ce;
    font-size: 50px;
    font-weight: 300; } }

.mall-info-parking-text {
  color: #323f47;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-parking-text {
    color: #323f47;
    font-size: 30px;
    width: 345px;
    line-height: 30px; } }

@media screen and (min-width: 1025px) {
  .mall-info-parking-text {
    color: #323f47;
    font-size: 1.25vw;
    font-weight: 300; } }

.mall-info-map {
  margin-right: 18px;
  margin-left: 17px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-map {
    margin: 39px 70px 0 0;
    padding-top: 40px;
    position: relative; } }

@media screen and (min-width: 1025px) {
  .mall-info-map {
    padding-right: 25vw;
    margin: 140px 0 0 0;
    padding-top: 40px;
    position: relative; } }

.mall-info-map-bg {
  position: absolute;
  top: 70px;
  left: 0; }

@media screen and (min-width: 1025px) {
  .mall-info-map-bg {
    top: 259px;
    right: 0; } }

@media screen and (min-width: 768px) {
  .mall-info-map-content {
    margin-left: 58px; } }

@media screen and (min-width: 1025px) {
  .mall-info-map-content {
    margin-left: 200px; }
  .mall-info-map-content:after {
    content: "";
    display: table;
    clear: both; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-map-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 1025px) {
  .mall-info-map-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right; } }

.mall-info-map-header-title {
  color: #09b4ce;
  font-size: 60px;
  font-weight: 300; }

@media screen and (min-width: 1025px) {
  .mall-info-map-header-title {
    color: #09b4ce;
    font-size: 50px;
    font-weight: 300; } }

.mall-info-map-header-zoom-button {
  margin-right: 30px; }

.mall-info-map-header-zoom-button img {
  width: 87px;
  height: 83px; }

@media screen and (min-width: 1025px) {
  .mall-info-map-floors {
    position: relative;
    z-index: -1; } }

.mall-info-map-floors-zoom-button {
  position: absolute;
  top: 0;
  left: 26%; }

.mall-info-map-floors-zoom-button img {
  width: 55px;
  height: 52px;
  cursor: pointer; }

.mall-info-map-floor-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mall-info-map-floor-buttons .mall-info-map-floor-button-wrapper:first-child {
  margin-right: 0; }

@media screen and (min-width: 768px) {
  .mall-info-map-floor-buttons {
    display: block; }
  .mall-info-map-floor-buttons .mall-info-map-floor-button-wrapper:first-child {
    margin-top: 0; } }

@media screen and (min-width: 1025px) {
  .mall-info-map-floor-buttons {
    float: left;
    margin-right: 103px; } }

.mall-info-map-floor-button-wrapper {
  margin-right: 23px; }

.mall-info-map-floor-button-wrapper.active .mall-info-map-floor-button {
  background: url("/_media/images/mall-info-circle-active.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px 31px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-map-floor-button-wrapper {
    margin-top: 34px;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mall-info-map-floor-button-wrapper.active .mall-info-map-floor-button {
    background: url("/_media/images/mall-info-circle-active.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px 35px; }
  .mall-info-map-floor-button-wrapper.active .mall-info-map-floor-button-text {
    font-weight: bold; } }

@media screen and (min-width: 1025px) {
  .mall-info-map-floor-button-wrapper {
    margin-top: 31px;
    margin-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .mall-info-map-floor-button-wrapper.active .mall-info-map-floor-button {
    background: url("/_media/images/mall-desktop-floor-button-selected.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.65vw 4.65vw; }
  .mall-info-map-floor-button-wrapper.active .mall-info-map-floor-button span {
    color: white; } }

.mall-info-map-floor-button {
  height: 31px;
  width: 31px;
  position: relative;
  background: url("/_media/images/mall-info-circle.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 31px 31px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-map-floor-button {
    display: none;
    margin-top: 4px;
    margin-right: 0;
    width: 36px;
    height: 35px;
    background-size: 36px 35px; } }

@media screen and (min-width: 1025px) {
  .mall-info-map-floor-button {
    width: 4.65vw;
    height: 4.65vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url("/_media/images/mall-desktop-floor-button.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4.65vw 4.65vw;
    cursor: pointer; } }

.mall-info-map-floor-button span {
  color: white;
  font-size: 30px;
  line-height: 15px;
  font-weight: 300; }

@media screen and (min-width: 1025px) {
  .mall-info-map-floor-button span {
    font-size: 2.5vw;
    color: #067c8d; } }

.mall-info-map-floor-button-text {
  color: #323f47;
  font-size: 34px;
  font-weight: 300;
  cursor: pointer; }

@media screen and (min-width: 1025px) {
  .mall-info-map-floor-button-text {
    padding-top: 1.25vw;
    padding-right: 1.45vw;
    font-size: 1.8vw; } }

.mall-info-map-floor {
  margin-top: 12px; }

.mall-info-map-floor iframe {
  width: 100%; }

.mall-info-map-floor img {
  width: 100%; }

@media screen and (min-width: 1025px) {
  .mall-info-map-floor img {
    width: 36vw;
    max-width: 675px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-contact {
    position: relative; } }

@media screen and (min-width: 1025px) {
  .mall-info-contact {
    position: relative;
    padding-top: 86px;
    margin-right: 18.4vw;
    margin-left: 13.5vw; } }

.mall-info-contact.contact-sent .form-contact-container-thanks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mall-info-contact-bg {
  position: absolute;
  right: -60px;
  bottom: -41px; }

.mall-info-contact-bg img {
  width: 85%; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-contact-header-fax {
    margin-right: 10px; } }

.mall-info-contact-header-title {
  color: #09b4ce;
  font-size: 60px;
  font-weight: 300;
  line-height: 30px; }

@media screen and (min-width: 1025px) {
  .mall-info-contact-header-title {
    font-size: 2.6vw; } }

.mall-info-contact-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #323f47;
  font-size: 18px;
  font-weight: 300; }

.mall-info-contact-header a, .mall-info-contact-header a:visited {
  color: #323f47;
  border-bottom: 1px solid #323f47; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-contact-header {
    margin-top: 15px;
    font-size: 30px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; } }

@media screen and (min-width: 1025px) {
  .mall-info-contact-header {
    display: none; } }

.mall-info-contact-form {
  margin-top: 18px; }

.mall-info-contact-form-field {
  margin-top: 15px; }

.mall-info-contact-form-field input {
  width: 100%;
  height: 37px;
  border: 1px solid #d6d9da;
  border-radius: 4px;
  padding-right: 9px;
  color: #323f47;
  font-family: Spoiler;
  font-size: 23px;
  font-weight: 300; }

.mall-info-contact-form-field textarea {
  width: 100%;
  height: 72px;
  border: 1px solid #d6d9da;
  border-radius: 4px;
  color: #323f47;
  font-family: Spoiler;
  font-size: 23px;
  font-weight: 300;
  padding: 8px 9px; }

.mall-info-contact-form-submit-container {
  width: 100%;
  margin-top: 13px;
  padding: 0 8px 0 10px; }

.mall-info-contact-form-submit {
  background-color: #09b4ce;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 5px 0;
  background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
  border-radius: 4px;
  cursor: pointer;
  height: 43px;
  background-color: #3fbbc3;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 2px 4px rgba(72, 68, 68, 0.35);
  color: white;
  font-size: 25px;
  padding-top: 8px;
  cursor: pointer; }

.mall-info-contact-form-submit:hover {
  background: #0792a7;
  transition: all 0.3s ease; }

.mall-info-contact-form-submit:active {
  background: #044954; }

.form-contact-container-thanks {
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: absolute;
  height: 105%;
  width: 100%;
  background-color: white;
  top: 0;
  right: 0;
  padding-top: 20px; }

@media screen and (min-width: 1025px) {
  .form-contact-container-thanks {
    padding-top: 0; } }

.form-contact-container-thanks-smile {
  text-align: center; }

.form-contact-container-thanks-smile img {
  max-width: 100px; }

.form-contact-container-thanks-text {
  margin-top: 10px;
  color: #16a6b8;
  font-weight: 100; }

.form-contact-container-thanks-text-small {
  font-size: 24px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .form-contact-container-thanks-text-small {
    font-size: 30px; } }

.form-contact-container-thanks-text-big {
  font-size: 26px;
  text-align: center; }

@media screen and (min-width: 768px) {
  .form-contact-container-thanks-text-big {
    font-size: 32px; } }

.form-contact-container {
  position: relative; }

@media screen and (min-width: 1025px) {
  .form-contact-container {
    margin-top: 44px; }
  .form-contact-container .form-desktop-grid-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .form-contact-container .form-desktop-grid-row .form-line:last-child {
    margin-right: 25px; } }

.form-contact {
  margin-top: 15px; }

.form-contact input, .form-contact textarea {
  height: 8vh;
  border: 1px solid #d6d9da;
  border-radius: 4px;
  color: #323f47;
  font-size: 23px;
  font-weight: 300;
  width: 100%;
  padding-right: 9px; }

@media screen and (min-width: 768px) {
  .form-contact input, .form-contact textarea {
    height: 49px;
    font-size: 30px; } }

.form-contact textarea {
  height: 72px; }

.form-contact .form-line {
  margin-bottom: 25px; }

@media screen and (min-width: 768px) {
  .form-contact .form-line {
    margin-bottom: 23px; } }

.form-contact .contact-btn-wrapper {
  text-align: center; }

@media screen and (min-width: 768px) {
  .form-contact .contact-btn-wrapper {
    text-align: left; } }

.form-contact .contact-btn {
  color: white;
  font-size: 25px;
  font-weight: 300 !important;
  background-color: #09b4ce;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.01) 0%, rgba(255, 255, 255, 0.01) 100%);
  border-radius: 5px;
  box-shadow: 0 4px 7px rgba(72, 68, 68, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  padding: 5px 0;
  background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
  border-radius: 4px;
  cursor: pointer;
  border: none;
  width: 100%;
  padding: 14px 0;
  width: 80%; }

.form-contact .contact-btn:hover {
  background: #0792a7;
  transition: all 0.3s ease; }

.form-contact .contact-btn:active {
  background: #044954; }

@media screen and (min-width: 768px) {
  .form-contact .contact-btn {
    background-image: linear-gradient(to top, #079db6 0%, #43b9c6 100%);
    border-radius: 8px;
    box-shadow: 1px 1.7px 5px rgba(0, 0, 0, 0.2), 7.5px 13px 7px rgba(72, 68, 68, 0.35);
    font-size: 37px;
    width: 194px; } }

@media screen and (min-width: 768px) {
  .mall-info-contact-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; } }

.mall-info-contact-grid-details {
  width: 12vw;
  margin-right: 11vw; }

.mall-info-contact-grid-details-title {
  color: #09b4ce;
  font-size: 2.6vw;
  font-weight: 300; }

.mall-info-contact-grid-details-content {
  margin-top: 50px;
  color: #323f47;
  font-size: 1.25vw;
  font-weight: 300; }

.mall-info-contact-grid-details-content-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mall-info-contact-grid-details-content-row-title {
  min-width: 52px; }

.mall-info-map-tablet {
  min-height: 439px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mall-info-floater-zone {
    margin-top: 54px; } }

.info-tablet-floater {
  position: absolute;
  right: 10px;
  z-index: 130;
  cursor: pointer; }

.info-tablet-floater .info-tablet-floater-item:first-child {
  margin-top: 0; }

.info-tablet-floater.is_stuck {
  transition: all .2s ease;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px); }

.info-tablet-floater-item-wrapper {
  width: 52px; }

.info-tablet-floater-item {
  margin-top: 0px;
  background: url("/_media/images/mall-floater-circle.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 40px;
  width: 52px;
  height: 79px; }

.info-tablet-floater-item.active {
  background: url("/_media/images/mall-floater-circle-active.png"), url("/_media/images/mall-floater-active-arrow.png");
  background-repeat: no-repeat;
  background-position: right center, left center;
  background-size: 40px 40px, 6px 14px; }

.info-tablet-floater-item img {
  width: 30px;
  height: 30px; }

.item-clock {
  padding: 25px 5px 0 0; }

.item-phone {
  padding: 27px 7px 0 0; }

.item-phone img {
  width: 25px;
  height: 25px; }

.item-bus {
  padding: 27px 8.7px 0 0; }

.item-bus img {
  width: 22px;
  height: 25px; }

.item-p {
  padding: 28px 9px 0 0; }

.item-p img {
  width: 18px;
  height: 25px; }

.item-nav {
  padding: 26px 9.7px 0 0; }

.item-nav img {
  width: 20px;
  height: 26px; }

.desktop-separator {
  text-align: center;
  margin-top: 84px; }


.mall-slider-slides .slick-dots{
  bottom: -18px !important;
}
body.malls-menu-open .header-wrapper {
  z-index: 130; }

body.malls-menu-open .multi-popper {
  z-index: 129; }

.header-wrapper {
  position: relative;
  height: 58px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper {
    height: 60px; } }

@media screen and (min-width: 1025px) {
  .header-wrapper {
    height: 70px; } }

header.mall-header {
  z-index: 129;
  display: block !important;
  padding: 0;
  position: relative; }

header.mall-header .mall-header-container {
  background-color: #fff;
  padding: 0px 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 13px;
  -webkit-flex-flow: row no-wrap;
  -ms-flex-flow: row no-wrap;
  flex-flow: row no-wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (min-width: 1025px) {
  header.mall-header .mall-header-container {
    padding-top: 7px;
    padding-bottom: 0;
    position: relative; } }

header.mall-header .horiz-line {
  padding: 0 15px;
  color: #fff; }

header.mall-header li a {
  border-bottom: 2px solid white; }

header.mall-header li:hover a {
  border-bottom: 2px solid #55c2bc; }

header.mall-header .logo {
  background: transparent url("/_media/images/logo_m.png") no-repeat center center;
  background-position: right center;
  width: 30px;
  height: 30px;
  background-size: contain; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.mall-header .logo {
    background-image: url("/_media/images/logo_m.png");
    /*min-width: 120px; */
  }
}

@media screen and (min-width: 1025px) {
  header.mall-header .logo {
    background-image: none;
    min-width: 136px;
    height: auto; }
  header.mall-header .logo img {
    width: 138px;  } }

header.mall-header .header_title {
  font-weight: 300;
  margin: 0;
  font-size: 25px; }

@media screen and (min-width: 768px) {
  header.mall-header .header_title {
    font-size: 35px; } }

@media screen and (min-width: 1025px) {
  header.mall-header .header_title {
    display: none; } }

header.mall-header .header-nav {
  display: none;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 3;
  margin-right: 10px;
  padding-top: 6.4px; }

header.mall-header .header-nav a, header.mall-header .header-nav a:visited {
  color: #444;
  display: block;
  font-size: 16px; }

@media screen and (min-width: 1025px) {
  header.mall-header .header-nav {
    display: block; } }

@media screen and (min-width: 1400px) {
  header.mall-header .header-nav {
    margin-right: 20px; }
  header.mall-header .header-nav a {
    font-size: 20px; } }

@media screen and (min-width: 1500px) {
  header.mall-header .header-nav {
    line-height: 2;
    margin-right: 30px; }
  header.mall-header .header-nav a {
    font-size: 22px; } }

@media screen and (min-width: 1600px) {
  header.mall-header .header-nav a {
    font-size: 24px; } }

header.mall-header ul.header-nav-main {
  width: 87%;
  float: right;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

header.mall-header ul.header-nav-main li {
  display: inline-block; }

header.mall-header ul.header-nav-main .eng-font-light {
  line-height: 24px; }

header.mall-header ul.header-nav-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

header.mall-header ul.header-nav-sub li {
  display: inline-block;
  width: 90%;
  text-align: center; }

header.mall-header ul.header-nav-sub li.sub {
  background-image: url("/_media/images/menu-header-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px 12px;
  cursor: pointer;
  padding-left: 23px; }

@media screen and (min-width: 1025px) {
  header.mall-header ul.header-nav-sub li.sub {
    background-size: 5px 5px;
    padding-left: 8px; } }

@media screen and (min-width: 1400px) {
  header.mall-header ul.header-nav-sub li.sub {
    background-size: 17px 10px;
    padding-left: 18px; } }

header.mall-header ul.header-nav-sub a.group {
  padding-right: 15px;
  background: url("/_media/images/icon-i.png") no-repeat right center; }

header.mall-header ul.header-nav-sub a.contact {
  padding-right: 30px;
  background: url("/_media/images/icon-mail.png") no-repeat right center; }

.body-nav-fixed header.mall-header {
  position: fixed;
  top: 0;
  z-index: 150;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  transition: box-shadow .2s, -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out, box-shadow .2s;
  transition: transform .2s ease-in-out, box-shadow .2s, -webkit-transform .2s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.more-malls-menu {
  display: none;
  z-index: 500; }

@media screen and (min-width: 1025px) {
  .more-malls-menu {
    display: block;
    position: absolute;
    top: 100%;
    display: none;
    right: 0;
    width: 100%;
    background: white;
    z-index: 149;
    padding: 55px 0; } }

.my-malls-title {
  display: none !important; }

.mall-color-header {
  width: 100%;
  height: 7px; }


/*----------- additions 30/8/2017 -----------*/
@media screen and (max-width: 1024px) {
  .header-nav {
    margin: 0;
    height: 48px;
    padding: 0 7px 0 0;
    box-shadow: 0px 0px 10px #ddd;
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
  }

  .header-nav a {
    font-size: 10px;
    opacity: 0.7;
  }

  .header-menu-item {
    height: auto;
  }

  .header-menu-icon {
    width: 24px;
    height: 31px;
    margin: 5px auto 0;
  }

  .menu-toggle .bars, .menu-toggle .bars:after, .menu-toggle .bars:before {
    width: 28px;
  }

  .header-wrapper {
    height: 95px;
    margin-bottom: 20px;
  }

  .header_title {
    display: inline-block;
    width: 70px;
    font-size: 20px;
    line-height: 14px;
  }

  .menu-toggle-wrap {
    display: block;
    position: absolute;
    top: 11px;
    left: 13px;
    min-width: inherit;
  }

  .body-nav-fixed .newfront.header-nav {
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 500;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-wrapper {
    height: 125px;
  }

  .header-nav {
    top: 55px;
    height: 65px;
  }

  .header-menu-icon {
    width: 36px;
    height: 42px;
  }

  .header-menu-item {
    height: 65px;
  }

  .header-nav a {
    font-size: 16px;
  }
}
/*----------- additions 30/8/2017 -----------*/


.check-capacity {
  display: flex;
  align-items: center;
  justify-content: center;
  color:rgb(67,68,69);
  cursor:pointer;
  background:purple;
  height: 34px;
}

.check-capacity .capacity-thumbsup {
  position: relative;
  top: -2px;
}

.check-capacity .capacity-text {
  margin:0 5px;
  font-size: 14px;
  color:white;
}
@media (min-width: 500px) {
  .check-capacity .capacity-text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .check-capacity.mobile {
    display: none;
  }
  .check-capacity-desktop {
    background: purple;
    border-radius: 3px;
    padding-bottom: 5px;
  }
  .check-capacity-desktop-text {
    color:white;
  }
}



.my-malls-mobile {
  height: 38px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-radius: 8px;
  border: 1px solid #d6d9da;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 9px 0 7px; }

@media screen and (min-width: 768px) {
  .my-malls-mobile {
    display: none; } }

.my-malls {
  display: none; }

@media screen and (min-width: 768px) {
  .my-malls {
    display: block; } }

.my-malls-mobile-title {
  color: #323f47;
  font-size: 23px;
  line-height: 1.5; }

.my-malls-mobile-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.my-malls-mall {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 23.07692%;
  float: right;
  padding: 20px 0;
  cursor: pointer;
  transition: color 0.08s, background-color 0.2s; }

.my-malls-mall:nth-child(4n + 1) {
  margin-right: 0;
  margin-left: -100%;
  clear: both;
  margin-right: 0; }

.my-malls-mall:nth-child(4n + 2) {
  margin-right: 25.64103%;
  margin-left: -100%;
  clear: none; }

.my-malls-mall:nth-child(4n + 3) {
  margin-right: 51.28205%;
  margin-left: -100%;
  clear: none; }

.my-malls-mall:nth-child(4n + 4) {
  margin-right: 76.92308%;
  margin-left: -100%;
  clear: none; }

@media screen and (min-width: 1025px) {
  .my-malls-mall {
    width: 12.59328%;
    float: right;
    border-left: 1px solid #d8d8d8;
    position: relative; }
  .my-malls-mall:nth-child(8n + 1) {
    margin-right: 0;
    margin-left: -100%;
    clear: both;
    margin-right: 0; }
  .my-malls-mall:nth-child(8n + 2) {
    margin-right: 12.59328%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 3) {
    margin-right: 25.18657%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 4) {
    margin-right: 37.77985%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 5) {
    margin-right: 50.37313%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 6) {
    margin-right: 62.96642%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 7) {
    margin-right: 75.5597%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:nth-child(8n + 8) {
    margin-right: 88.15299%;
    margin-left: -100%;
    clear: none; }
  .my-malls-mall:after {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    bottom: 0;
    left: 5%;
    background: #d8d8d8; }
  .my-malls-mall:nth-child(n+9):after {
    content: none; }
  .my-malls-mall:nth-child(8n) {
    border-left: none; } }

.my-malls-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.my-malls-title {
  color: #323f47;
  font-size: 25px; }

span.my-malls-title-span-desktop {
  font-size: 40px;
  font-weight: 300;
  display: none; }

@media screen and (min-width: 1025px) {
  span.my-malls-title-span-desktop {
    display: inline-block; } }

span.my-malls-title-span {
  font-weight: 300;
  font-size: 30px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 2px solid #09b4ce; }

@media screen and (min-width: 768px) {
  span.my-malls-title-span {
    border-right: none;
    font-size: 25px;
    font-weight: 400;
    color: #323f47; } }

.my-malls-mall-title {
  font-size: 16px; }

.my-malls-mall-city {
  font-size: 40px; }

.my-malls-mall-bullets {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.my-malls-mall-bullets span {
  height: 5px;
  width: 5px;
  margin-left: 4px; }

@media screen and (min-width: 1025px) {
  .my-malls-mall-title {
    font-size: 18px; } }

.my-malls-mall-soon {
  display: none; }


body.show-shops-cat-menu {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: fixed; }

body.show-shops-cat-menu .menu-overlay {
  display: block; }

body.show-shops-cat-menu .main-wrapper {
  position: static; }

.menu-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
  z-index: 130; }

.shops-cat-menu {
  transition: left 500ms ease;
  overflow: hidden;
  overflow-y: scroll;
  width: 227px;
  height: 100%;
  position: absolute;
  left: -100%;
  z-index: 129;
  background-color: #fff;
  z-index: 131;
  position: absolute; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-cat-menu {
    max-width: none;
    width: 383px; } }

@media screen and (min-width: 1025px) {
  .shops-cat-menu {
    display: none; } }

.shops-cat-menu.open {
  left: 0; }

.shops-cat-menu .wrap {
  position: relative;
  padding: 40px 0 0 0; }

.shops-cat-menu .close {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 300; }

.shops-cat-menu .close img {
  width: 10px;
  height: 10px; }

.shops-cat-menu ul {
  margin: 0;
  padding: 0 22px 0 18px;
  position: relative; }

.shops-cat-menu ul li a, .shops-cat-menu ul li a:visited {
  color: #323f47;
  display: block;
  margin: 0 auto;
  padding: 30px 9px;
  font-size: 20px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shops-cat-menu ul li a, .shops-cat-menu ul li a:visited {
    font-size: 30px; } }

.shops-cat-menu ul li:last-child a {
  border-bottom: none; }

.shops-cat-menu ul li {
  cursor: pointer;
  border-bottom: 1px solid #d8d8d8;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.shops-cat-menu ul li:after {
  content: "";
  display: table;
  clear: both; }

.shops-cat-menu ul li:hover, .shops-cat-menu ul li:active {
  color: #fff; }

.shops-cat-menu ul li:hover div, .shops-cat-menu ul li:active div {
  color: #fff;
  border: none; }

.shops-cat-menu ul li img {
  max-width: 100%;
  vertical-align: middle; }

.shops-cat-menu ul li .cats-menu-item-image {
  width: auto;
  margin: auto 0;
  width: 25%;
  text-align: center; }

.shops-cat-menu ul li .cats-menu-item-text {
  width: 75%; }

@media screen and (min-width: 1025px) {
  .menu-toggle-wrap {
    display: none; } }


.accessibility-main-image {
  margin-top: 20px;
  height: 347px;
  margin-bottom: 17px; }

@media screen and (min-width: 1025px) {
  .accessibility-main-image {
    margin-top: 50px;
    margin-bottom: 50px;
    height: 382px; } }

.accessibility-main-image img {
  height: 100%;
  width: 100%; }

.accessibility-text {
  margin-bottom: 60px;
  padding: 0 16px 0 16px; }

.accessibility-text:after {
  content: "";
  display: table;
  clear: both; }

@media screen and (min-width: 1025px) {
  .accessibility-text {
    font-size: 30px;
    margin: 0 48px;
    font-weight: 300; }
  .accessibility-text .access-col-content {
    margin: 0;
    float: right;
    width: 60%;
    line-height: 55px; }
  .accessibility-text .access-col-contact {
    margin: 0;
    float: left;
    width: 25%;
    line-height: 46px; }
  .accessibility-text .access-col-contact .access-con:last-child {
    margin-top: 60px; } }

@media screen and (min-width: 1025px) {
  .accessibility-text .access-title {
    font-size: 40px;
    margin-bottom: 60px; } }

.accessibility-text .access-contact {
  margin-top: 10px; }

.accessibility-text .access-contact a, .accessibility-text .access-contact a:visited {
  color: black; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .accessibility-text {
    padding: 0 16px;
    margin-bottom: 44px; } }

.access-share-icons {
  margin-right: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.access-share-icons .share-button {
  margin-left: 25px; }

.access-share-icons .share-button img {
  width: 46px;
  height: 46px; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    margin-top: 25px; } }

@media screen and (min-width: 1025px) {
  footer {
    margin-top: 333px; } }


