.visile-mobile {
  display: none;
}

.flex-container,
.flex-container-fluid,
.flex-container-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.flex-container-fluid {
  width: 100%;
  max-width: unset;
}

.default-header {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.text-center {
  text-align: center;
}

/* Header */
.flex-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.flex-header .header-infoblock {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flex-header img {
  max-width: 100%;
  height: auto;
}
.flex-header__right {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.flex-header__right .header-logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* Navigation tweaks */
.flex-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-nav-ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-footer {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  flex-direction: row;
}

/* Sliders */
.flex-sliders {
  width: 100%;
}

.slider-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-list-item__image {
  width: 100%;
  height: auto;
  display: block;
}

/* News */
.news-type-wrapper {
  margin: 20px 0 40px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.news-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.news-wrapper .flex-container {
  flex-basis: 100%;
  align-items: center;
}
.news-wrapper .news-type-switch {
  margin-top: 96px;
  margin-bottom: 50px;
  background: url("/images/main/bg_news.jpg") no-repeat center top, #45444e;
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.news-wrapper .news-type-switch .news-type {
  font-size: 1em;
  border-bottom: solid 3px transparent;
  cursor: pointer;
  line-height: 30px;
  color: #45444e;
}
.news-wrapper .news-type-switch .news-type, .news-wrapper .news-type-switch .news-type:hover {
  text-decoration: none;
}
.news-wrapper .news-type-switch .news-type.active {
  font-size: 1.3em;
  font-weight: 600;
  border-bottom-color: #a4dc64;
}
.news-wrapper .news-list {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 30px;
}
.news-wrapper .news-block-wrapper {
  flex-basis: 100%;
  padding: 50px 20px;
}
.news-wrapper .news-block-wrapper .news-block {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.news-wrapper .news-block-wrapper .news-block__left {
  flex-basis: calc(100% - 400px);
}
.news-wrapper .news-block-wrapper .news-block__right {
  flex-basis: 400px;
}

/* Shops list */
.flex-shops {
  padding: 100px 0 100px 0;
  background-color: #45444e;
}
.flex-shops .switch-order-shops {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 15px 32px 15px;
}

.shop-single {
  padding: 50px 0 50px 0;
  background-color: #45444e;
}
.shop-single .shop-single-wrapper {
  display: flex;
  flex-direction: row;
  gap: 30px;
  background-color: white;
  border-radius: 8px;
  padding: 30px 0;
}
.shop-single .shop-single-wrapper .shop-single-left {
  flex-basis: calc(68% - 30px);
  margin-left: 30px;
}
.shop-single .shop-single-wrapper .shop-single-right {
  flex-grow: 1;
}
.shop-single .shop-single-wrapper .shop-single-right .shop-info {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.shops-category {
  display: flex;
  align-items: stretch;
  gap: 16px;
  row-gap: 0;
  min-height: 200px;
  flex-direction: row;
  flex-wrap: wrap;
}
.shops-category .category-name-wrapper {
  min-height: 200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.shops-category .category-name-wrapper .category-name {
  display: flex;
  align-items: center;
  flex-grow: 1;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
.shops-category .category-name-wrapper .category-name .category-click {
  color: white;
  text-shadow: 2px 0 1px rgba(32, 32, 32, 0.29);
  margin-left: 70px;
  cursor: pointer;
}
.shops-category .category-name-wrapper .btn-add {
  background-color: transparent !important;
  border: solid 2px white;
  text-transform: uppercase;
  color: white;
}
.shops-category .category-name-wrapper .category-addon {
  flex-basis: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shops-category .category-name-wrapper .category-add {
  display: none;
}
.shops-category .category-name-wrapper .category-count {
  font-size: 2em;
  font-weight: bold;
  color: white;
  text-shadow: 2px 0 1px rgba(32, 32, 32, 0.29);
}
.shops-category .category-name-wrapper:hover .category-count {
  display: none;
}
.shops-category .category-name-wrapper:hover .category-add {
  display: block;
}

.shops-category:not(.active) .category-shops {
  display: none;
}
.shops-category:not(.active) .cls {
  display: none;
}

.shops-category.active .category-shops {
  margin: 30px 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 350px;
  gap: 10px;
}
.shops-category.active .category-shops a {
  color: white;
}
.shops-category.active .category-add, .shops-category.active .cls {
  display: block;
}
.shops-category.active .add, .shops-category.active .category-count {
  display: none;
}

/* Entertainment */
.entertainment-wrapper {
  background-color: #f7f7f7;
}

.entertainment-list {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.entertainment-list .entertainment-item {
  transition-duration: 0.5s;
  flex-basis: calc(33% - 30px);
  width: 250px;
  height: 250px;
}
.entertainment-list .entertainment-item img {
  filter: grayscale(100%);
}
.entertainment-list .entertainment-item:hover img {
  filter: grayscale(0%);
  border-radius: 8px;
  box-shadow: 0 0 2px rgba(64, 64, 64, 0.6);
}

/* Map / Contacts */
.flex-map .about-contacts-wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background-color: #35343c;
  min-height: 380px;
}
.flex-map .about-contacts-wrapper .contacts-map-wrapper {
  flex: 1 1 60%;
}
.flex-map .about-contacts-wrapper .about-contacts {
  flex: 1 1 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-left: 30px;
}
.flex-map .about-contacts-wrapper .about-contacts a {
  color: white;
}
.flex-map .about-contacts-wrapper .about-contacts .fa {
  font-size: 1.4em;
}
.flex-map .about-contacts-wrapper .about-contacts__title {
  margin-top: 30px;
  flex-basis: 100%;
  color: white;
}
.flex-map .about-contacts-wrapper .about-contacts__item {
  flex-basis: 100%;
}
.flex-map .about-contacts-wrapper .about-contacts__item * {
  color: white;
}
.flex-map .about-contacts-wrapper .about-contacts .contact-item {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.flex-map .about-contacts-wrapper .about-contacts .contact-item__left {
  flex-basis: 10%;
}
.flex-map .about-contacts-wrapper .about-contacts .contact-item__right {
  flex-grow: 1;
}

.about-header-row .default-header {
  align-items: flex-start;
  flex-direction: column;
}
.about-header-row .default-header h1 {
  margin-top: 150px;
  width: 100%;
  text-align: center;
}
.about-header-row .default-header .about-content {
  display: flex;
  flex-direction: row;
}
.about-header-row .default-header .about-content__left {
  flex-basis: 40%;
}
.about-header-row .default-header .about-content__right {
  margin-top: 100px;
  flex-basis: 60%;
  padding-right: 10%;
}

.about-property-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.about-property-wrapper .about-property {
  text-align: center !important;
  height: 230px;
  margin-top: 36px;
}
.about-property-wrapper .about-property hr {
  width: 100%;
  margin: 16px 0;
}

@media (max-width: 768px) {
  .visile-mobile {
    display: unset !important;
  }
  .hidden-mobile {
    display: none !important;
  }
  .owl-carousel .owl-prev {
    left: 20px !important;
  }
  .owl-carousel .owl-next {
    right: 20px !important;
  }
  .flex-header {
    row-gap: 10px;
    justify-content: center;
  }
  .flex-header-mob {
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
  }
  .flex-header-mob .header-logo {
    margin-right: 10px;
  }
  .flex-header__right {
    justify-content: center;
  }
  .content-news-wrapper {
    min-height: auto;
    padding-top: 0;
  }
  .content-news-wrapper .news-type-wrapper {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .content-news-wrapper .news-button-wrapper {
    margin: 20px 0;
  }
  .news-wrapper .news-block-wrapper .news-block {
    flex-direction: column-reverse;
  }
  .flex-shops {
    padding: 20px 0;
  }
  .flex-shops .switch-order-shops {
    justify-content: center;
    margin: 0 0 20px 0;
  }
  .flex-shops .shops-category {
    align-content: center;
  }
  .flex-shops .shops-category.active .category-shops {
    height: auto;
    margin: 90px 30px 30px;
  }
  .flex-shops .shops-category .category-name-wrapper {
    min-height: auto;
    margin-top: 10px;
    flex-direction: column;
  }
  .flex-shops .shops-category .category-name-wrapper .category-name {
    flex-grow: unset;
  }
  .flex-shops .shops-category .category-name-wrapper .category-addon {
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px;
  }
  .flex-shops .shops-category .category-name-wrapper .category-click {
    margin-left: 10px;
  }
  .shop-single .shop-single-wrapper {
    flex-direction: column-reverse;
  }
  .shop-single .shop-single-wrapper .shop-single-right {
    margin: 20px auto;
  }
  .shop-single .shop-single-wrapper .shop-single-left {
    margin: 20px;
    flex-basis: 100%;
  }
  .entertainment-list {
    flex-direction: column;
    align-items: center;
  }
  .arenda-header-row, .exposition-header-row {
    margin: 20px;
  }
  .about-header-row .default-header .about-content {
    flex-direction: column;
  }
  .about-header-row .default-header .about-content__right {
    margin-top: 0;
    padding: 0;
  }
  .about-header-row .default-header .about-content__right .margin-top-128px {
    margin-top: 40px;
  }
  .about-header-row .default-header .about-content__right h2 {
    font-size: 3em;
  }
  .about-property-wrapper {
    flex-direction: column;
    row-gap: 10px;
  }
  .about-property-wrapper .about-property {
    margin: 0;
    height: auto;
  }
  .flex-map .about-contacts-wrapper {
    flex-direction: column;
  }
  .flex-map .about-contacts-wrapper .contacts-map-wrapper {
    flex-basis: 100%;
    text-align: center;
  }
  .flex-map .about-contacts-wrapper .about-contacts {
    margin: 0 30px 20px 30px;
  }
  .flex-map .about-contacts-wrapper .about-contacts__title {
    margin: 0;
  }
  .footer-menu {
    display: none;
  }
  .news-wrapper .news-type-switch {
    margin: 30px 0;
  }
  .news-wrapper .news-list {
    justify-content: center;
  }
  .my-nav-ul.nav {
    display: none;
  }
  .nav > li > a:focus, .nav > li > a:hover {
    background-color: #888 !important;
  }
  .mobile-menu-toggle {
    position: fixed;
    top: 26px;
    left: 18px;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  }
  .mobile-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: white;
    position: relative;
    transition: all 0.3s ease;
  }
  .mobile-menu-toggle span::before,
  .mobile-menu-toggle span::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: white;
    left: 0;
    transition: all 0.3s ease;
  }
  .mobile-menu-toggle span::before {
    top: -8px;
  }
  .mobile-menu-toggle span::after {
    top: 8px;
  }
  .mobile-menu-toggle.active span {
    background: transparent;
  }
  .mobile-menu-toggle.active span::before {
    transform: rotate(45deg);
    top: 0;
  }
  .mobile-menu-toggle.active span::after {
    transform: rotate(-45deg);
    top: 0;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #494949;
    z-index: 1001;
    transition: left 0.3s ease;
    overflow-y: auto;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  }
  .mobile-menu.active {
    left: 0;
  }
  .mobile-menu ul {
    list-style: none;
    padding: 20px 0 20px;
    margin: 0;
  }
  .mobile-menu li {
    border-bottom: 1px solid #eee;
  }
  .mobile-menu li:last-child {
    border-bottom: none;
  }
  .mobile-menu a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: white !important;
    font-size: 2em !important;
    transition: all 0.3s ease;
  }
  .mobile-menu a:hover {
    background: #888888;
    color: #000;
  }
  .mobile-menu .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    background: #3e3e3e;
    border: none;
    box-shadow: none;
    display: none;
  }
  .mobile-menu .dropdown-menu.show {
    display: block;
  }
  .mobile-menu .dropdown-menu a {
    font-size: 1.6em !important;
    padding-left: 30px;
    color: #666;
  }
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
  }
  .menu-overlay.active {
    display: block;
  }
}
.btn-top {
  margin-left: 6px;
}

/*# sourceMappingURL=app.css.map */
