body {
  overflow-x: hidden;
}

.bg {
  display: none;
}

.ui-selectmenu-menu {
  z-index: 10000;
}

.search .header--colored .header__top {
  color: #000;
}

.search .header--colored .header__bottom {
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
}

.search .header--colored .header__nav li:nth-child(2) a {
  color: #ee8008;
  border: 1px solid rgba(238, 128, 8, 0.3);
}

.reset-search {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  font-size: 20px;
  color: #fff;
}

#g-map {
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .g-map {
    position: relative;
    width: calc(100% + 30px);
    height: 360px;
    margin: 70px -15px 10px -15px;
  }
}

@media (min-width: 1050px) and (max-width: 1920px) {
  body {
    height: 100vh;
    overflow-x: hidden;
    position: inherit;
    max-width: 100%;
    /*background-size: 130% 184%;*/
    background-size: 130% auto;
  }
  #g-map > div {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  .page-template-page-about .wrapper,
  .page-template-home-en .wrapper {
    background: none;
  }

  .wrapper {
    transform: scale(0.8);
    transform-origin: top;
  }

  .home {
    position: relative;
  }

  .home .bg {
    display: block;
    position: absolute;
    width: 100%;
    height: 550px;
    background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%);
  }

  .home .bg:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("/wp-content/themes/aladin/img/bg.png");
    /*-webkit-background-size: cover;*/
    /*background-size: cover;*/
    background-position: center top;
  }
  /* .home .header--colored .header__top,
    .home .header__bottom,
    .home .main {
      background: transparent;
    } */
  .home .header__bottom:before {
    content: none;
  }

  .ui-selectmenu-open {
    transform: scale(0.8);
    transform-origin: left top;
  }

  .home .main::before {
    display: none;
  }

  .header__bottom {
    position: relative;
    background: none;
    /* background: transparent; */
  }

  .header .header__bottom::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    left: -50%;
    background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%) !important;
    z-index: -1;
  }

  body > .header .header__bottom::before,
  .page-template-home .header .header__bottom::before {
    content: none;
  }

  .page-template-home-en .gallery-en::before {
    width: 150%;
    left: -25%;
  }

  .page-template-home-en #g-map {
    height: 420px !important;
    transform: scale(1.25);
    margin-top: 43px;
  }

  .page-template-home-en main {
    margin-bottom: -600px;
  }

  .search .header--colored .header__bottom {
    background: none;
  }

  body > .header-sticky .header__bottom {
    transform: scale(0.8);
    transform-origin: top;
  }
  body .header__bottom {
    background: none;
  }
}

/*header*/
body > .header-sticky {
  position: fixed;
  width: 100%;
  top: -152px;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: linear-gradient(90deg, #ee8008 0%, #fbd73c 100%) !important;
  height: 46px;
}

body > .header-sticky.header-sticky-top {
  top: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*body > .header-sticky .container {*/
/*    max-width: 1085px;*/
/*}*/

/*@media (min-width: 768px) and (max-width: 1500px) {*/
/*  .wrapper {*/
/*    max-width: calc(100% - 30px);*/
/*  }*/
/*}*/

button {
  outline: none !important;
}

.icon {
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.icon-search {
  background-image: url("/wp-content/themes/aladin/img/search.svg");
}

.icon-clock {
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/aladin/img/clock-black.svg");
}

.icon-phone {
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/aladin/img/phone.svg");
}

.icon-floor {
  background-image: url("/wp-content/themes/aladin/img/floor.svg");
}

.establishments-list h1 {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .establishments-list h1 {
    font-size: 25px;
    margin-top: 0;
  }
  h2.section-title {
    font-size: 2.2rem;
  }
}

.establishments-list #choiceCat {
  position: relative;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .establishments-list #choiceCat {
    max-width: 500px;
    margin-bottom: 21px;
  }
}

.establishments-list #choiceCat option {
  background-color: transparent;
  padding: 15px 0;
}

.establishments-list #choiceCat option:hover,
.establishments-list #choiceCat option:focus,
.establishments-list #choiceCat option:active {
  color: #ed1c24;
  background-color: transparent;
}

.establishments-list #searchCatalog {
  position: relative;
}

/* @media only screen and (max-width: 767px) {
  .establishments-list #searchCatalog {
    max-width: 300px;
  }
} */

.establishments-list #searchCatalog input {
  border: none;
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.establishments-list #searchCatalog button {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  background-color: transparent;
}

.catalog-list-item {
  background: #fff;
  position: relative;
  max-width: 300px;
  padding: 20px 26px;
  margin: 0 auto 30px;
  border: 1px solid #d8d8d8;
  transition: all 0.2s;
}

@media only screen and (max-width: 767px) {
  .catalog-list-item {
    margin-top: 40px;
    max-width: 375px;
  }
}
@media only screen and (max-width: 480px) {
  .catalog-list-item {
    margin-top: 20px;
  }
}

.catalog-list-item:hover {
  border: 1px solid #fbd73c;
}

.catalog-list-item .item-title {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 0;
}

/* @media only screen and (max-width: 767px) {
  .catalog-list-item .item-title {
    padding-left: 141px;
  }
} */

.catalog-list-item .item-title .catalog-list-item-img {
  position: relative;
  width: 217px;
  height: 219px;
  margin: 0 auto;
}

/* @media only screen and (max-width: 767px) {
  .catalog-list-item .item-title .catalog-list-item-img {
    width: 120px;
    height: 120px;
  }
} */

.catalog-list-item .item-title .catalog-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s;
}

.catalog-list-item:hover .item-title .catalog-list-item-img img {
  opacity: 0.8;
}

.catalog-list-item .item-title h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  max-width: 157px;
  padding-top: 12px;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* @media only screen and (max-width: 767px) {
  .catalog-list-item .item-title h3 {
    font-size: 18px;
  }
} */

.catalog-list-item .item-title .one {
  font-size: 15px;
  line-height: 23px;
  padding-top: 5px;
}

@media only screen and (max-width: 767px) {
  .catalog-list-item .item-title .one {
    font-size: 18px;
    padding-top: 13px;
  }
}

.catalog-list-item .item-text {
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  display: flex;
  height: 42px;
  overflow: hidden;
}

.catalog-list-item .catalog-phone {
  min-height: 23px;
  margin-top: 10px;
}

.catalog-list-item .catalog-phone a {
  font-size: 14px;
  line-height: 23px;
}

@media only screen and (max-width: 767px) {
  .catalog-list-item .item-text p {
    display: block;
  }
  .catalog-list-item .item-text {
    height: auto;
  }
}

.catalog-list-item .catalog-location {
  margin-top: 10px;
}

.catalog-list-item .catalog-location .floor {
  font-size: 14px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #ee8008;
  font-weight: bold;
}

.catalog-list-item .catalog-location .icon {
  margin-right: 8px;
}

.catalog-list-item .catalog-location {
  display: flex;
  justify-content: space-between;
}

.catalog-list-item .catalog-location > div {
  display: flex;
  align-items: center;
}

.catalog-list-item .item-btn {
  padding: 0 20px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .catalog-list-item .item-btn {
    padding: 0 26px;
    margin-top: 25px;
  }
}

.catalog-list-item .item-btn .btn {
  border: 1px solid rgba(237, 28, 36, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  padding: 8px 5px;
  color: #ed1c24;
  min-width: unset;
}

@media only screen and (max-width: 767px) {
  .catalog-list-item .item-btn .btn {
    padding: 13px 5px;
  }
}

.catalog-list-item .item-btn .btn:hover {
  background-color: #ed1c24;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  padding-left: 0;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 3px;
  }
}

.breadcrumb li {
  font-size: 14px;
  line-height: 26px;
  opacity: 0.7;
}

.breadcrumb li a {
  font-weight: bold;
  opacity: 1;
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

footer {
  overflow: hidden;
}

.establishments-single .top-section {
  background: #ffffff;
  box-shadow: 0px 6px 44px rgba(0, 0, 0, 0.1);
  padding-top: 35px;
  margin-top: 20px;
  overflow: hidden;
}

.establishments-single .top-section-item {
  position: relative;
}

.establishments-single .image img {
  width: 250px;
  height: 250px;
  object-fit: contain;
}

.establishments-single .info {
  position: absolute;
  top: 0;
  left: 285px;
  display: flex;
  flex-direction: column;
  height: 250px;
}

.establishments-single .info h1 {
  position: relative;
  top: -7px;
  margin-top: 0;
}

.establishments-single .info p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  max-width: 296px;
  /* margin-top: 1rem; */
  margin-bottom: auto;
}

.establishments-single .info .ells {
  display: flex;
}

.establishments-single .info .ells:first-of-type {
  margin: auto 0;
}

.establishments-single .info .ells-link {
  margin-top: auto;
}

.establishments-single .info .ells > div {
  display: flex;
  align-items: center;
}

.establishments-single .info .ells > div:first-child {
  min-width: 265px;
  padding-right: 45px;
}

.establishments-single .info .ells > div a {
  font-size: 18px;
  line-height: 23px;
}

.establishments-single .info .ells > div .btn {
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  border-radius: 0;
  width: 220px;
  padding: 15px;
  border: 1px solid #ee8008;
  color: #ee8008;
  background-color: transparent;
  transition: all 0.2s;
}

.establishments-single .info .ells > div .btn:hover {
  background-color: rgba(238, 128, 8, 0.25);
}

.establishments-single .info .ells > div span.icon {
  margin-right: 10px;
}

.establishments-single .info .ells > div span {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
}

.establishments-single .breadcrumb {
  margin-top: 20px;
}

.establishments-single .content {
  margin-top: 45px;
}

@media only screen and (min-width: 767px) {
  .establishments-single .content {
    margin-top: 65px;
  }
}

/* .establishments-single .content h2 {
  font-weight: bold;
  font-size: 23px;
  line-height: 28px;
  margin-top: 0;
} */

.establishments-single .content p {
  font-size: 15px;
  line-height: 29px;
}

@media only screen and (min-width: 991px) {
  .establishments-single .top-section-right {
    padding-left: 62px;
  }
}

.establishments-single .establishments-slider {
  position: relative;
}

.establishments-single .establishments-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
}

.establishments-single .establishments-slider .slick-arrow:hover,
.establishments-single .establishments-slider .slick-arrow:focus,
.establishments-single .establishments-slider .slick-arrow:active {
  border: 1px solid #d9d9d9 !important;
}

.establishments-single .establishments-slider .slick-next {
  left: 48px;
}

.establishments-single .item-soc {
  display: none;
  margin-top: 50px;
}

.establishments-single .item-soc a {
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
}

.establishments-single .item-soc a span {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  padding-left: 15px;
}

.establishments-single .item-soc-btn {
  float: right;
  padding: 16px 55px;
  border: 1px solid #ed1c24;
  text-align: center;
  display: inline-block !important;
  color: #ed1c24;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
}

/*# sourceMappingURL=style.css.map */
