@charset "UTF-8";

.page {
  position: relative;
  background: #ffffff;
  display: block;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 100%;
  min-width: 320px;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.page.fancybox-wrap {
  min-width: 0 !important;
  min-height: 0 !important;
}

.page .fancybox-skin {
  background: #fff;
}

.page .fancybox-close-small {
  width: 43px;
  height: 40px;
  top: 0;
  right: -45px;
  background: url(../images/icon-close-16x17--white.png) no-repeat center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page .fancybox-close-small svg {
  opacity: 0;
}

.page .close-inner .fancybox-close-small {
  right: 0;
  top: 0;
  background-image: url(../images/icon-close-16x17--black.png);
}

.-close-black .fancybox-close-small {
  background: #000;
  right: 0;
  height: 43px;
}

.-close-black .fancybox-close-small svg {
  opacity: 1;
}

.optimalgroup {
  font-size: 13px;
  color: #777f87;
  text-decoration: none;
}

header.top {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 100;
}

.top-menu {
  position: relative;
  z-index: 120;
  -webkit-transition: .3s;
  transition: .3s;
}

.top-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu .autocomplete-suggestions {
  background: #fff;
  color: #000;
  height: auto;
  padding: 20px 0 40px;
  width: 100% !important;
  border-color: transparent;
}

@media (max-width: 768px) {
  .top-menu .autocomplete-suggestions {
    padding: 10px 0 20px;
  }
}

.top-menu .autocomplete-suggestions .autocomplete-suggestion {
  color: #000;
}

.top-menu .autocomplete-suggestions .autocomplete-suggestion--title {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 50px;
}

.top-menu .autocomplete-suggestions .autocomplete-suggestion .search-item {
  color: #000;
}

.top-menu .container {
  position: relative;
}

.top-menu.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}

.top-menu.is-fixed .menu-social {
  width: 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-right: 0;
}

.top-menu.is-fixed .small-logo {
  min-width: 60px;
  width: 60px;
  visibility: visible;
  padding: 0 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-menu.is-fixed .main-menu {
  padding-left: 10px;
}

.top-menu.is-fixed .main-menu a {
  font-size: 12px;
}

.top-menu.is-fixed .main-menu a.link-bg {
  padding: 0 9px;
  display: block;
}

.top-menu.is-fixed div.menu-search {
  margin-left: 0;
}

.top-menu.is-fixed .header-search {
  right: 45px;
}

.page-header {
  position: relative;
}

.top.top-menu--fixed+.submenu-content {
  position: fixed;
  top: 60px;
  max-height: calc(100vh - 60px);
}

header.top.top-menu--fixed {
  margin-bottom: 60px;
}

.touch-menu {
  display: inline-block;
  vertical-align: middle;
  padding: 15px;
  margin-right: 15px;
  margin-left: -10px;
}

.touch-menu b {
  height: 4px;
  width: 22px;
  margin: 8px auto;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #000;
}

.touch-menu b:before,
.touch-menu b:after {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-color: #000;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch-menu b:before {
  top: -6px;
}

.touch-menu b:after {
  bottom: -6px;
}

.touch-menu.is-selected b {
  background: none;
}

.touch-menu.is-selected b:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.touch-menu.is-selected b:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.-fix-it {
  overflow: hidden;
}

.mobile-menu {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  right: 0;
  z-index: 10002;
  width: 100%;
  padding-right: 17%;
  -webkit-transition: .3s;
  transition: .3s;
  max-height: 100vh;
  max-height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  overflow: auto;
}

.mobile-menu--container {
  background: #fff;
  min-height: 100%;
}

.mobile-menu--overflow {
  background: #fff;
  min-height: 100%;
  padding-bottom: 100px;
}

.mobile-menu.is-opened {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu>.container {
  max-width: 768px;
}

.mobile-menu--header {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-menu--header .menu-lang {
  margin-left: auto;
}

.mobile-menu--header .menu-lang a {
  color: #000;
}

.mobile-menu--body {
  height: 100%;
  overflow: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.mobile-menu--content {
  padding: 8px 15px 18px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.mobile-menu--content+.mobile-menu--content {
  border-top: 1px solid #eaeaea;
  padding-top: 18px;
}

.mobile-menu--title {
  font-size: 16px;
  color: #999;
  margin: 0 0 14px;
}

.mobile-menu--list li {
  margin-bottom: 10px !important;
}

.mobile-menu--list li a {
  font: 16px 'Circe', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding-right: 20px;
  text-decoration: none;
}

.mobile-menu--list li a:after {
  height: 10px;
  width: 10px;
  display: block;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 4px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
}

.mobile-menu--list li a:hover:after {
  right: 5px;
}

.mobile-menu--list li:last-child {
  margin-bottom: 0 !important;
}

.mobile-menu--btn {
  position: absolute;
  left: 0;
  width: 83%;
  bottom: 0;
  z-index: 2;
}

@media (max-height: 727px) {
  .mobile-menu--btn {
    position: fixed;
  }
}

.mobile-menu--btn a {
  background: #f6f6f6;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
}

.mobile-menu--btn a .icon {
  margin: 0 !important;
  height: 30px;
  width: 22px;
}

.mobile-menu--btn a .icon.cursor {
  height: 30px;
  width: 23px;
  stroke-width: 1;
}

.mobile-menu--btn a+a {
  border-top: 1px solid #d9d9d9;
}

.color-white .mobile-menu--list li a {
  color: #fff;
}

.mobile-schema {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: auto;
}

.mobile-schema .icon {
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.mobile-schema .btn {
  margin-top: auto;
}

header.top .menu-search {
  vertical-align: middle;
}

header.top .menu-search a span:after,
header.top .menu-search div span:after {
  background: #fff;
  border-color: #000;
}

header.top .menu-search a span:before,
header.top .menu-search div span:before {
  background: #000;
}

header.top .menu-search a {
  height: 50px;
  line-height: 50px;
}

.mobile-search.header-search {
  display: none;
  color: #fff;
  width: 100%;
  top: 72px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: auto;
  line-height: normal;
}

.mobile-menu--overlay,
.shop-menu--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 99;
  display: none;
}

.mobile-menu--overlay {
  z-index: 10001;
}

.mobile-menu--overlay:after {
  height: 100%;
  width: 83%;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.shop-menu--overlay {
  top: 140px;
}

.touch-call {
  padding: 12px 0;
  font-size: 20px;
  margin-left: 20px;
  vertical-align: middle;
}

.header-logo,
.header-address {
  vertical-align: middle;
  color: #000;
}

.header-logo:hover {
  color: #000;
}

.header-logo .icon {
  width: 100%;
  height: auto;
  max-width: 290px;
  max-height: 57px;
}

.header-menu,
.header-address,
.header-lang {
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  line-height: 20px;
}

.header-menu a {
  text-decoration: none;
}

.header-menu .header-phone {
  font-size: 12px;
}

.submenu-scheme-link {
  margin-top: 50px;
  padding-left: 0 !important;
  font-family: 'Circe', Helvetica, Arial, sans-serif;
}

.submenu-scheme-link:before {
  content: none !important;
}

.submenu-link-back {
  color: #616161;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0s;
  transition: 0s;
}

.submenu-link-back:before {
  content: '';
  border-top: 1px solid #616161;
  border-left: 1px solid #616161;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 5px;
  width: 8px;
  height: 8px;
  display: block;
}

.submenu-link-back:hover {
  color: #ffffff;
}

.submenu-link-back:hover:before {
  border-color: #fff;
}

.submenu-category-title {
  text-transform: uppercase;
}

.submenu-content {
  position: absolute;
  top: 137px;
  left: 0;
  right: 0;
  z-index: 10003;
  padding: 70px 0;
  border-top: 1px solid #1a1a1a;
  max-height: calc(100vh - 139px);
  overflow: auto;
  display: none;
  scrollbar-width: thin;
}

.submenu-content::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.submenu-content::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
}

.submenu-content::-webkit-scrollbar-button:vertical:start:decrement {
  display: none;
}

.submenu-content::-webkit-scrollbar-button:vertical:end:increment {
  display: none;
}

.submenu-content::-webkit-scrollbar-button:horizontal:start:decrement {
  display: none;
}

.submenu-content::-webkit-scrollbar-button:horizontal:end:increment {
  display: none;
}

.submenu-content .gallery-alphabet--item {
  color: #fff;
}

.submenu {
  color: #fff;
  font: 17px/27px 'Circe', Helvetica, Arial, sans-serif;
  padding: 0 !important;
  margin: 0 !important;
}

.submenu-tabs {
  font-size: 16px;
}

.submenu-tabs li {
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}

.submenu-tabs li:last-child {
  margin-bottom: 0 !important;
}

.submenu-tabs li a {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}

.submenu-tabs li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: currentColor;
}

.submenu-tabs li a.is-selected:before {
  width: 100%;
  visibility: visible;
}

.page .submenu li {
  padding-left: 20px;
  margin-bottom: 5px;
}

.page .submenu li:before {
  background: #fff;
  height: 6px;
  width: 6px;
  top: 11px;
}

.scheme-link {
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.2;
}

.link-submenu {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  overflow: hidden;
}

.link-submenu .image {
  display: block;
  min-height: 450px;
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.link-submenu:hover .image {
  -webkit-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1) rotate(1deg);
}

.link-submenu .link-submenu--content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.57);
  padding: 20px 30px;
}

.link-submenu .link-submenu--title {
  font: 24px 'Circe', Helvetica, Arial, sans-serif;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.link-submenu .link-submenu--text {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.link-submenu .link-submenu--link {
  text-align: right;
  font-size: 10px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.main-menu {
  width: 100%;
  /*transition: all .8s cubic-bezier(.2,1,.2,1);*/
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu a {
  color: #fff;
  text-decoration: none;
  font: 14px "Circe", Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  line-height: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.link-bg span,
.link-bg .icon {
  position: relative;
  z-index: 2;
  /*transition: .6s;*/
}

.link-bg a:hover span {
  color: #000;
}

.link-bg:before {
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  content: '';
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}

.link-bg:hover:before,
.search-visible .menu-search a:before,
.link-bg.is-selected:before {
  height: 100%;
}

.zoom-it {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.zoom-it:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.menu-social a {
  color: #fff;
  font-size: 22px;
  width: 40px;
  min-width: 40px;
  height: 60px;
  line-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.menu-social a+a {
  margin-left: 10px;
}

.menu-social a .icon,
.small-logo .icon {
  margin-top: -8px;
  vertical-align: middle;
}

.menu-social a .icon {
  margin-top: -3px;
}

.small-logo {
  color: #fff;
  height: 60px;
  line-height: 60px;
  display: block;
  font-size: 40px;
  width: 0;
  overflow: hidden;
  -webkit-transition: none;
  transition: none;
  top: 0;
  padding: 0;
}

.menu-social {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}

.header-top-wrap {
  position: relative;
}

.header-top-wrap .header-btn--submenu {
  /*position: absolute;
        top: 0;
        left: 100%;
        margin-left: 10px;
        */
}

.header-top-wrap .header-btn--submenu a {
  padding: 20px 0;
  display: block;
}

.header-top-wrap .header-btn--submenu a b {
  height: 4px;
  width: 26px;
  margin: 8px auto;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-top-wrap .header-btn--submenu a b span,
.header-top-wrap .header-btn--submenu a b:before,
.header-top-wrap .header-btn--submenu a b:after {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-color: #000;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-top-wrap .header-btn--submenu a b:before {
  top: -8px;
}

.header-top-wrap .header-btn--submenu a b:after {
  bottom: -8px;
}

.header-top-wrap .header-btn--submenu a.is-selected b span {
  background: transparent;
}

.header-top-wrap .header-btn--submenu a.is-selected b:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background-color: #fff;
}

.header-top-wrap .header-btn--submenu a.is-selected b:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background-color: #fff;
}

.menu-social-mobile {
  text-align: right;
  position: absolute;
  right: 100px;
  top: 0;
}

.menu-social-mobile a {
  height: 50px;
  line-height: 50px;
  margin-left: 0 !important;
}

.menu-search div.menu-search {
  margin-left: 30px;
}

.menu-search a {
  height: 60px;
  line-height: 60px;
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.menu-search a span,
.menu-search div span {
  display: inline-block;
  height: 19px;
  width: 19px;
  position: relative;
  top: 4px;
}

.menu-search a span:before,
.menu-search div span:before {
  height: 100%;
  width: 1px;
  background: #fff;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: -5px;
  right: 5px;
  content: '';
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.menu-search a span:after,
.menu-search div span:after {
  height: 100%;
  width: 100%;
  background: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
  content: '';
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.search-visible .menu-search a span:before,
.menu-search a.is-close span:before {
  bottom: -2px;
  right: 8px;
}

.search-visible .menu-search a span:after,
.menu-search a.is-close span:after {
  width: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border: 0;
  left: 10px;
  border-radius: 0;
  bottom: -2px;
  position: relative;
  top: auto;
}

.search-visible .menu-search a span:before,
.search-visible .menu-search a span:after,
header.top .menu-search a.is-close span:after {
  background: #000;
}

.search-visible .menu-search a span {
  background-color: transparent;
  border-color: transparent;
}

.search-visible .menu-lang a {
  color: #000;
}

.header-search {
  position: absolute;
  margin-left: 0;
  right: 130px;
  top: 0;
  left: 100%;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  height: 60px;
  line-height: 60px;
  background: #fff;
}

.search-visible .header-search {
  left: 5px;
}

.header-search input {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 40px 0 70px;
  font: 14px/40px 'Circe', Helvetica, Arial, sans-serif;
  background: #fff;
  color: #000;
  margin: 10px 0;
  border-bottom: 1px solid #000;
}

.header-search button {
  height: 60px;
  width: 70px;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  color: #000;
  padding: 0;
  border: 0;
}

.header-search button .icon {
  position: relative;
  top: 2px;
}

.header-search button div span:before {
  background: #000;
}

.header-search button div span:after {
  background: #fff;
  border-color: #000;
}

.main-menu a.fixed-visible {
  display: none;
  padding: 0;
  /*transition: all .8s cubic-bezier(.2,1,.2,1);*/
}

.fixed-width {
  /*transition: all .8s cubic-bezier(.2,1,.2,1); */
}

/*.fixed-hidden,
.fixed-visible {transition: all .8s cubic-bezier(.2,1,.2,1);}
.is-fixed .fixed-hidden,
.fixed-visible {max-width: 0; overflow: hidden;}
.is-fixed .fixed-visible {max-width: 500px;}*/
.menu-lang {
  /*position: absolute;
    left: 100%;
    top: 0;*/
}

.menu-lang a {
  color: #fff;
  font-size: 14px;
}

.menu-lang a:after {
  display: none;
}

.menu-lang a b {
  font-weight: normal;
}

.menu-lang a:hover b {
  text-decoration: underline;
}

.index-section {
  padding: 30px 0;
}

.article__category {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}

.article__category a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  transition: .3s;
}

.article__category a:hover {
  color: #000;
}

.article__category a.active {
  color: #000;
  border-bottom: 2px solid #000;
}

.article__category a:not(:last-child) {
  margin-right: 40px;
}


@media (max-width: 768px) {
  .article__category a:not(:last-child) {
    margin-right: 30px;
  }

  .article__category {
    margin-bottom: 20px;
  }
}

@media (max-width: 360px) {
  .article__category {
    font-size: 18px;
    line-height: 26px;
  }

  .article__category a:not(:last-child) {
    margin-right: 15px;
  }
}

.article-item {
  padding: 10px 10px 0;
  margin: 0 -10px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
}

.article-item.color-white {
  color: #fff;
}

.article-item:hover .article-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.article-item .article-image {
  display: block;
  overflow: hidden;
  position: relative;
  height: 230px;
}

.article-item .article-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: opacity 1s, visibility 1s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s, visibility 1s !important;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s, visibility 1s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
.article-image:before {
    background: rgba(255, 255, 255, .5);
    height: 110%;
    width: 140%;
    display: block;
    position: absolute;
    left: 0;
    top: -200%;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    transition: all .8s cubic-bezier(.2, 1, .2, 1);
    content: "";
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.article-item a:hover .article-image:before {
    top: 0;
}
*/
.name-2-line {
  min-height: 38px;
}

.name-4-line {
  min-height: 76px;
}

.article-date {
  padding: 15px 0 0;
  color: #999999;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-category {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0;

  color: #000000;
}

.article-name {
  font: 500 24px/1.3 'Circe', Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .article-name {
    font-size: 19px;
    min-height: 46px;
  }
}

.article-text {
  line-height: 1.3;
  position: relative;
  color: #999999;
}

@media (max-width: 768px) {
  .article-text {
    /*height: 70px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 1.2;
    /*&:after {
            height: 50%;
            width: 100%;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            content: "";
        }*/
  }
}

.article-btn {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

@media (max-width: 768px) {
  .article-btn {
    display: none !important;
  }
}

.article-item a:hover .article-btn {
  opacity: 1;
}

.blog-item--link a {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

.article-slider {
  padding: 10px 0 0 10px;
  margin: -10px 0 0 -10px;
}

.article-slider .article-item {
  margin: 0;
}

.article-slider+.section-title {
  margin-top: 30px;
}

.article-slider+.subscribe-inline {
  padding-top: 30px;
}

.article-item.is-important .arrow-animate:before,
.article-item.is-important .arrow-animate:after {
  border-color: #fff !important;
}

.article-item .article-item--important {
  position: absolute;
  top: -22px;
  left: -33px;
  z-index: 5;
  height: 90px;
  width: 90px;
  display: block;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
}

.section-title.z2,
.section-title .z2 {
  line-height: 1;
}

.section-title.z2 span,
.section-title.z2 a,
.section-title .z2 span,
.section-title .z2 a {
  text-decoration: none;
}

.section-title.z2 span:hover,
.section-title.z2 a:hover,
.section-title .z2 span:hover,
.section-title .z2 a:hover {
  border-color: transparent;
}

.gallery-title .z5,
.gallery-title .z2 {
  line-height: 1;
}

.gallery-search {
  position: relative;
}

.gallery-search .icon {
  position: absolute;
  left: 9px;
  top: 0;
  color: #656565;
  font-size: 18px;
  height: 47px;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.gallery-search input {
  height: 47px;
  padding: 0 30px 0 40px;
  font: 14px/47px 'Circe', Helvetica, Arial, sans-serif;
  letter-spacing: 2px;
  border: 1px solid transparent;
  background: none;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  width: 200px;
  color: #fff;
}

.gallery-search input:focus,
.gallery-search input.is-filled {
  border-color: #fff;
  width: 100%;
}

.gallery-search input:focus+.icon,
.gallery-search input.is-filled+.icon {
  color: #fff;
}

.gallery-search-line {
  position: relative;
}

.gallery-search-line .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 24px;
  height: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.search-line-control {
  border: 0;
  height: 46px;
  width: 100%;
  border-bottom: 2px solid #000;
  padding-left: 40px;
  font-size: 14px;
}

.search-line-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.search-line-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.gallery-tabs i {
  font: italic 14px 'Circe', Helvetica, Arial, sans-serif;
  color: #999;
  letter-spacing: 1px;
  margin-right: 10px;
}

.gallery-tabs .btn {
  padding-left: 20px;
  padding-right: 20px;
}

.gallery-tabs .btn+.btn {
  margin-left: 5px;
}

.gallery-category--list {
  margin-bottom: 90px;
  margin-left: -15px;
}

.gallery-category--item {
  display: inline-block;
}

.gallery-category--item>a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  display: inline-block;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.gallery-category--item>a:hover,
.gallery-category--item>a.is-selected {
  background-color: #fff;
  color: #000;
}

.gallery-category--text {
  padding: 40px 0 23px;
  margin-left: 15px;
  border-bottom: 1px solid #363636;
  margin-bottom: 30px;
  display: none;
}

.gallery-category--links li {
  margin-bottom: 10px !important;
}

.gallery-category--links a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.gallery-subtitle {
  font-size: 20px;
  margin: 0 0 30px;
}

.restuarants-page .gallery-img--item figcaption {
  color: #000;
}

.restuarants-page .slidee {
  margin: 0 -10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.restuarants-page .slidee li {
  max-width: 202px;
  padding: 0 10px 10px;
}

.gallery-img {
  margin-bottom: 8px;
  position: relative;
  height: 370px;
  overflow: hidden;
}

.gallery-img:after {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.65)), color-stop(99%, rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 0.65) 99%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
}

.gallery-img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .3s !important;
  transition: .3s !important;
}

.gallery-img--item {
  display: block;
  font: 14px 'Circe', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.gallery-img--item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-img--item figcaption {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 42px;
  bottom: 50px;
  text-transform: uppercase;
  z-index: 3;
}

@media (max-width: 768px) {
  .gallery-img--item figcaption {
    font-size: 22px;
    left: 20px;
    bottom: 20px;
  }
}

@media (max-width: 768px) {
  .gallery-img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .gallery-img--url {
    display: block;
    height: 100%;
    width: 100%;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.gallery-img--info {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  z-index: 5;
  border: 1px solid #121212;
  letter-spacing: -0.33em;
  padding: 35px;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  text-align: center;
  opacity: 0;
}

.gallery-img--info>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-img--info div {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 200px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery-img--info a {
  color: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.gallery-img--info a .icon {
  -webkit-transition: none;
  transition: none;
  position: relative;
  top: 2px;
}

.gallery-img--info a:first-child,
.gallery-img--info a:nth-child(3) {
  margin-right: -1px;
}

.gallery-img--info a:first-child,
.gallery-img--info a:nth-child(2) {
  margin-bottom: -1px;
}

.gallery-img--info a:nth-child(1) {
  -webkit-transform: translate3d(-100%, -100%, 0);
  transform: translate3d(-100%, -100%, 0);
}

.gallery-img--info a:nth-child(2) {
  -webkit-transform: translate3d(100%, -100%, 0);
  transform: translate3d(100%, -100%, 0);
}

.gallery-img--info a:nth-child(3) {
  -webkit-transform: translate3d(-100%, 100%, 0);
  transform: translate3d(-100%, 100%, 0);
}

.gallery-img--info a:nth-child(4) {
  -webkit-transform: translate3d(100%, 100%, 0);
  transform: translate3d(100%, 100%, 0);
}

@media (hover: hover) {
  .gallery-img--item:hover .gallery-img--info {
    opacity: 1;
  }

  .gallery-img--info a:hover {
    color: #000;
    background-color: #fff;
  }

  .gallery-img--item:hover .gallery-img--info a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.gallery-carousel .swiper-slide {
  max-width: 550px;
}

@media (max-width: 768px) {
  .gallery-carousel .swiper-slide {
    max-width: 300px;
  }
}

.gallery-carousel .swiper-buttons button:after {
  background-image: url("../images/icons/slider-arrow--white.png");
}

.gallery-carousel .swiper-buttons .swiper-button-prev {
  left: 10px;
}

.gallery-carousel .swiper-buttons .swiper-button-next {
  right: 10px;
}

.cinema-tabs .btn {
  font-size: 16px;
  padding: 9px 15px 5px;
  line-height: 1;
  color: #979797;
  border-color: #979797;
}

@media (max-width: 576px) {
  .cinema-tabs .btn {
    font-size: 14px;
  }
}

.cinema-tabs--link {
  margin-top: 10px;
}

.cinema-tabs--link a {
  font-size: 12px;
  color: #979797;
  text-transform: uppercase;
}

.cinema-tabs--link a:hover {
  color: #000;
}

.gallery-schedule .swiper-slide {
  width: auto;
  max-width: 340px;
}

@media (max-width: 768px) {
  .gallery-schedule .swiper-slide {
    width: 100%;
    max-width: 267px;
  }
}

@media (max-width: 576px) {
  .gallery-schedule .swiper-slide {
    max-width: 70%;
  }
}

.gallery-schedule--item {
  color: #000;
}

.gallery-schedule--item__img {
  /*height: 512px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row .gallery-schedule--item__img {
  max-height: 436px;
}

@media (max-width: 768px) {
  .gallery-schedule--item__img {
    height: 363px;
  }
}

.gallery-schedule--item__img img {
  width: auto;
  max-height: 100%;
}

.gallery-schedule--item small {
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 30px;
  font-weight: bold;
}

.gallery-schedule--item p {
  font: bold 20px/1.2 'Circe', Helvetica, Arial, sans-serif;
  margin: 10px 0 10px;
  min-height: 48px;
}

.gallery-schedule--item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-schedule--item dl dd {
  width: 33.33333%;
  margin-bottom: 10px;
}

.gallery-schedule--item dl dd a {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.gallery-schedule--item dl dd a[href='#'] {
  color: #979797;
}

.gallery-schedule--item dl dd a:hover {
  border-color: #000;
}

.galler-schedule--item+.galler-schedule--item {
  margin-top: 32px;
}

.gallery-alphabet--item {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0 0 15px;
  cursor: pointer;
}

.gallery-alphabet--list {
  display: none;
}

.gallery-alphabet--list li {
  padding-left: 34px !important;
}

.gallery-alphabet--list li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

/*Tabs*/
[data-role='tab-container'] {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

[data-role='tab-content'] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: none;
}

[data-role='tab-container'].is-changing [data-role='tab-content'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

[data-role='tab-content'].is-visible {
  opacity: 1;
  visibility: visible;
  display: block;
}

.blog-tags {
  text-align: justify;
  font-size: 13px;
}

.blog-tags a {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-tags a:hover {
  color: #000;
}

.blog-item+.blog-item {
  margin-top: 100px;
}

.blog-item--date {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 25px;
}

.blog-item--name {
  margin-bottom: 25px;
}

.blog-item--name a {
  font: 30px 'Circe', Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #000000;
}

.blog-item--text {
  font-size: 14px;
  line-height: 1.4;
  color: #999;
  margin-bottom: 35px;
  /*    text-transform: uppercase;*/
  letter-spacing: 1px;
}

.blog-item--image {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-item--image img {
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: opacity 1s, visibility 1s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s, visibility 1s !important;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.2, 1), opacity 1s, visibility 1s, -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.2, 1) !important;
}

.blog-item:hover .blog-item--image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.load-more {
  margin-top: 80px;
}

.magazine-list .swiper-slide {
  max-width: 475px;
  width: 20%;
  min-width: 256px;
}

@media (max-width: 991px) {
  .magazine-list .swiper-slide {
    width: 360px;
  }
}

@media (max-width: 768px) {
  .magazine-list .swiper-slide {
    width: 256px;
  }
}

.magazine-list .magazine-item a {
  display: block;
  font: 24px 'VremenaGoda', Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.magazine-list .magazine-item a img {
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  width: 100%;
  height: auto;
}

.magazine-list .magazine-item a:after {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  content: '';
}

.magazine-list .magazine-item a div {
  color: #fff;
  font-size: 30px;
  padding: 11px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

@media (min-width: 1920px) {
  .magazine-list .magazine-item a div {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .magazine-list .magazine-item a div {
    font-size: 24px;
  }
}

.magazine-list .magazine-item a:hover:after {
  opacity: .7;
}

.magazine-list .magazine-item a:hover div {
  height: 100%;
  opacity: 1;
}

.insta-title {
  font: 24px 'Circe', Helvetica, Arial, sans-serif;
  color: #000;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.insta-title div {
  font: 10px 'Circe', Helvetica, Arial, sans-serif;
}

.insta-title span {
  line-height: 1;
}

.insta-title span .icon {
  position: relative;
  top: -2px;
}

.insta-title a {
  text-decoration: none;
  display: inline-block;
}

.insta-list .insta-item {
  position: relative;
  overflow: hidden;
}

.insta-list .insta-item a {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 211px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.insta-list .insta-item a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.insta-list .insta-item a:hover:before {
  top: 0;
}

footer.bottom {
  padding: 50px 0 40px;
}

footer.bottom hr {
  border-color: #111;
  margin: 90px 0 40px;
}

.footer-logo .icon {
  width: 240px;
  height: 57px;
  margin: 0 auto 60px;
}

.footer-menu .z5 {
  line-height: 1;
  margin-bottom: 40px;
  font: 14px 'VremenaGoda', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.footer-menu .z5 a {
  color: #fff;
  text-decoration: none;
  margin: 0 0 40px;
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.footer-menu ul li {
  margin-bottom: 5px !important;
}

.footer-menu ul li a {
  color: #999;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}

.footer-social {
  margin-bottom: 35px;
}

.footer-social a {
  font-size: 20px;
  color: #fff;
  padding: 0;
  margin-right: 20px;
}

.footer-address {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999;
}

.footer-address a {
  font-size: 18px;
  color: #999;
  text-decoration: none;
  position: relative;
}

.footer-address .footer-email a {
  font-size: 12px;
  text-transform: lowercase;
}

.footer-copyr,
.footer-copyr a {
  color: #545454;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  position: relative;
  font-size: 11px;
}

.footer-copyr a:hover,
.footer-menu .z5 a:hover,
.footer-menu ul li a:hover,
.footer-address a:hover {
  color: #fff;
}

.subscribe-inline {
  margin-top: 60px;
  padding: 19px 15px 20px;
  border: 1px solid #dddddd;
}

.subscribe-inline--title {
  font: bold 14px 'Circe', Helvetica, Arial, sans-serif;
  color: #010101;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.subscribe-control {
  position: relative;
}

.subscribe-control input {
  display: block;
  height: 53px;
  padding: 9px 0;
  font: 12px 'Circe', Helvetica, Arial, sans-serif;
  color: #525152;
  background: transparent;
  font-weight: normal;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #000;
}

.subscribe-control input.is-error {
  border-color: red;
}

.subscribe-control button {
  position: absolute;
  right: 0;
  top: 9px;
  height: 35px;
  font: 10px/35px "Circe", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #000;
  border: 0;
  padding: 3px 20px 0;
  background: #ededed;
  z-index: 2;
}

.subscribe-control button i {
  margin-left: 22px;
}

.subscribe-inline--text {
  display: block;
  font-size: 14px;
  color: #999999;
}

.subscribe-rule {
  font-size: 12px;
}

.subscribe-inline--text a {
  color: #999;
}

.phone-popup {
  font-size: 30px;
}

.slick-dots {
  display: none !important;
}

.header-search.search-404 {
  position: relative;
  width: 100%;
  padding-right: 70px;
  background: #fff;
  right: auto;
  left: auto;
  margin: 0 0 60px;
}

.header-search.search-404 input {
  border-color: #000;
  background: #fff;
  color: #000;
}

.header-search.search-404 button {
  background-color: #fff;
}

.header-search.search-404 .menu-search div span:before {
  background: #000;
}

.header-search.search-404 .menu-search div span:after {
  background: #fff;
  border-color: #000;
}

.new-404 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 50px;
  background-image: linear-gradient(45deg, #A33721, #831D15);
  background-position: center;
  background-size: cover;
  padding-left: 70px;
  padding-right: 70px;
}

@media screen and (max-width: 1199.98px) {
  .new-404 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    padding-top: 72px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .new-404 {
    padding-top: 72px;
    margin-top: -72px;
  }
}

@media screen and (max-width: 480px) {
  .new-404 {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.new-404-text {
  font-size: 34px;
  font-family: Circe, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  align-self: center;
  padding-top: 5%;
}

@media screen and (max-width: 1399.98px) {
  .new-404-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199.98px) {
  .new-404-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    white-space: unset;
    padding: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.new-404-text a {
  color: inherit;
  display: inline-block;
}

.new-404-img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 100svh;
  height: auto;
  object-fit: contain;
  object-position: center;
  align-self: flex-end; 
}

@media screen and (max-width: 1199.98px) {
  .new-404-img {
    max-height: calc(100svh - 202px);
  }
}

.page-404 {
  position: relative;
  padding: 70px 0 100px;
}

.page-404__img {
  max-width: 680px;
  margin: 0 auto;
}

.page-404__title {
  font-size: 47px;
  text-transform: uppercase;
  font-family: 'VremenaGoda', sans-serif;
  color: #000;
  text-align: center;
  line-height: 1.1;
}

.page-404__btn {
  text-align: center;
  margin-top: 50px;
}

.tabs-selector a {
  font: 20px/1 Circe, Helvetica, Arial, sans-serif;
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 0 4% 10px 0;
}

.subscribe-column {
  position: relative;
}

.subscribe-column input {
  padding-right: 50px;
}

.subscribe-column button {
  position: absolute;
  height: 100%;
  width: 42px;
  line-height: 42px;
  padding: 0;
  background: none;
  border: 0;
  text-align: center;
  top: 0;
  right: 0;
}

.subscribe-column button span {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #000;
  vertical-align: middle;
  position: relative;
}

.subscribe-column button span:before {
  height: 7px;
  width: 7px;
  border: 1px solid #000;
  border-left: 0;
  border-bottom: 0;
  display: block;
  position: absolute;
  right: -1px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.yamap [class*='-ground-pane'] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

.about-text--slide {
  font-size: 20px;
}

.about-area--row .z3 {
  font-size: 36px;
  margin: 0;
  font-family: 'Circe', Helvetica, Arial, sans-serif;
}

.about-area--row .col-md-4+.col-md-4 {
  border-left: 1px solid #e0e0e0;
}

.video-responsive .bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
  cursor: pointer;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-responsive.active .play {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
}

.video-responsive .play {
  width: 126px;
  height: 126px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -63px;
  margin-top: -63px;
  z-index: 10;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.video-responsive:hover .play {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.video-responsive .play:before {
  content: '';
  border: 24px solid transparent;
  border-left: 40px solid #fff;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -24px;
}

.inline-form {
  border: 2px solid #000;
}

.article-popup {
  max-width: 430px;
  padding: 0;
  color: #fff;
  margin: 0;
  position: relative;
}

.article-popup .article-item {
  margin: 0;
  padding: 15px;
}

.is-loading {
  position: relative;
}

.is-loading:before {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  content: '';
}

.subscribe-popup {
  background: #000;
  color: #fff;
  max-width: 400px;
  margin: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  padding: 15px;
  position: relative;
}

.slide-up {
  position: fixed;
  right: 5%;
  bottom: 0;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.slide-up.is-hidden {
  bottom: -100%;
}

.slide-up .subscribe-popup {
  bottom: 0;
}

.subscribe-popup div {
  font: 24px 'Circe', 'Helvetica', 'Arial', sans-serif;
}

.subscribe-popup small {
  font-size: 18px;
}

.subscribe-popup .subscribe-control input {
  background: #fff;
  height: 56px;
  padding: 0 15px;
}

.subscribe-popup .subscribe-control button {
  height: 56px;
  line-height: 56px;
}

.brand-banner+.banner .banner-item>img {
  /*max-height: 400px;*/
}

.banner-item img {
  margin: 0 auto;
}

.brand-banner {
  padding: 20px 0;
}

.fashion-tags {
  padding-top: 50px;
}

.fashion-tags .brand-banner {
  padding: 0;
}

.brand-list {
  margin-bottom: 10px;
  overflow: hidden;
}

.brand-list:last-child {
  margin-bottom: 0;
}

.brand-list div a {
  font: 30px/1 'VremenaGoda';
  font-weight: normal;
  text-decoration: none;
  color: #000;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  word-spacing: -3px;
}

.fashion-tags .brand-list div a {
  font-size: 40px;
}

.fashion-tags .brand-list .size-big {
  font-size: 60px;
}

.fashion-tags .brand-list .size-small {
  font-size: 30px;
}

.brand-list .js-marquee {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.brand-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  position: absolute;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.brand-list .js-marquee-wrapper,
.brand-list .js-marquee-wrapper div {
  position: relative;
  opacity: 1;
}

.brand-list>.js-marquee-wrapper {
  padding: 0;
}

.brand-list>div,
.js-marquee>div {
  padding: 0 10px;
}

.big-list .js-marquee>div {
  padding: 0 20px;
}

.big-list div a {
  font-size: 60px;
  word-spacing: -5px;
}

.brand-list div a:hover {
  opacity: 1;
}

/*@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}*/
.floor-banner {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.popup-message {
  max-width: 430px;
}

.popup-text {
  max-width: 800px;
}

.popup-cinema {
  max-width: 1100px;
}

.popup-close {
  height: 40px;
  width: 40px;
  background: #000 url(../images/icon-close-16x17--white.png) no-repeat center;
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}

.popup-form {
  max-width: 350px;
}

.popup-form .tenants-logo .tenants-logo--img {
  max-width: 210px;
}

.popup-form .tenants-logo .tenants-logo--img a {
  text-decoration: none;
  font: 20px/1 Circe, Helvetica, Arial, sans-serif;
}

.popup-plan {
  width: 100%;
  padding: 24px 0 0;
}

.popup-plan .fancybox-close-small {
  top: -45px;
  right: 0;
}

.popup-plan .plan-group {
  overflow: hidden;
  padding: 0 24px;
}

@media (max-width: 991px) {
  .popup-plan {
    padding: 0;
  }
}

/* Попап промо */
.popup-promo-form {
  width: 100%;
  max-width: 970px;
  background: #000;
  padding: 55px 70px 50px;
  color: #ffffff;
  font-size: 16px;
}

.popup-promo-title {
  line-height: 1.25;
  font-size: 36px;
  font-family: 'Circe', Helvetica, Arial, sans-serif;
  margin-bottom: 30px;
  -webkit-animation: popup-promo-info 1s ease 1.6s both;
  animation: popup-promo-info 1s ease 1.6s both;
}

.popup-promo-input {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  line-height: 40px;
  padding-left: 12px;
  z-index: -1;
  border-radius: 0;
}

.popup-promo-disclaimer {
  font-size: 11px;
  color: #ccc;
  line-height: 1.3;
  display: block;
  margin-top: 6px;
}

.popup-promo-disclaimer a {
  color: #ccc;
}

.popup-promo-input-wrap {
  -webkit-animation: popup-promo-info 1s ease 1.6s both;
  animation: popup-promo-info 1s ease 1.6s both;
}

.popup-promo-title .amount {
  font-size: 106px;
  line-height: 1.35;
}

.popup-promo-info .text {
  -webkit-animation: popup-promo-info 1s ease 1.8s both;
  animation: popup-promo-info 1s ease 1.8s both;
}

.popup-promo-info .btn {
  margin-top: 50px;
  -webkit-animation: popup-promo-info 1s ease 2s both;
  animation: popup-promo-info 1s ease 2s both;
}

.popup-promo-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100% + 185px);
  margin-top: -95px;
  margin-bottom: -90px;
  -webkit-animation: popup-promo-photo 1.5s ease both;
  animation: popup-promo-photo 1.5s ease both;
}

/* Чтобы вернуть просто раскомментировать content */
.popup-promo-img:before {
  /*content: '';*/
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 1.5s ease 0.7s both;
  animation: shine 1.5s ease 0.7s both;
}

.popup-promo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popup-promo-form .fancybox-close-small {
  right: 0;
  opacity: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.fancybox-slide--complete .popup-promo-form .fancybox-close-small {
  opacity: 1;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes popup-promo-photo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateX(-200%);
    transform: scale(0.8) translateX(-200%);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
}

@keyframes popup-promo-photo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateX(-200%);
    transform: scale(0.8) translateX(-200%);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateX(0);
    transform: scale(1) translateX(0);
  }
}

@-webkit-keyframes popup-promo-info {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes popup-promo-info {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Попап промо */
.popup-schedule {
  background: url("../images/schedule/bg.jpg") no-repeat center/cover;
  padding: 54px;
  width: 100%;
  max-width: 670px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .popup-schedule {
    padding: 22px;
    max-width: 350px;
  }

  .popup-schedule .fancybox-close-small {
    right: 0;
    top: -45px !important;
    background: url(../images/icon-close-16x17--white.png) no-repeat center !important;
  }
}

.popup-schedule--content {
  background: #fff;
  padding: 48px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .popup-schedule--content {
    padding: 29px;
  }
}

.popup-schedule--content__text {
  font-size: 24px;
  color: #000;
  margin: 44px 0 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .popup-schedule--content__text {
    font-size: 20px;
    margin: 30px 0;
  }
}

.popup-schedule--content__slogan {
  font-size: 22px;
  text-transform: uppercase;
  color: #9C9797;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .popup-schedule--content__slogan {
    font-size: 18px;
  }
}

/* Fashion карусель */
.fashion-carousel {
  background-color: #fff;
}

.fashion-carousel .swiper-buttons button:after {
  background-image: url("../images/icons/slider-arrow--white.png");
}

.fashion-carousel .swiper-buttons .swiper-button-prev {
  left: 10px;
}

.fashion-carousel .swiper-buttons .swiper-button-next {
  right: 10px;
}

.fashion-carousel .swiper-slide {
  width: 360px;
}

.fashion__item {
  height: 550px;
  min-height: 500px;
  max-height: calc(100vh - 60px);
  position: relative;
}

.fashion__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  padding: 0 20px 30px;
  color: #fff;
  border: 0;
  text-decoration: none;
}

.fashion__item a:hover .fashion__img:after {
  height: 50%;
}

.fashion__item a:hover .fashion__img .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fashion__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fashion__img:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.65)), color-stop(99%, rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 80%, rgba(0, 0, 0, 0.65) 99%);
  z-index: 17;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.fashion__img .img {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 0.5s !important;
  transition: opacity 1s, visibility 1s, -webkit-transform 0.5s !important;
  transition: opacity 1s, visibility 1s, transform 0.5s !important;
  transition: opacity 1s, visibility 1s, transform 0.5s, -webkit-transform 0.5s !important;
}

.fashion__descr {
  position: relative;
  z-index: 20;
}

.fashion__date {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: bold;
}

.fashion__descr .z5 {
  color: #fff;
  font-family: 'Circe', serif;
  margin-bottom: 0;
  height: 112px;
  overflow: hidden;
}

/* Fashion карусель */
/* Chosen select */
.select-wrap .chosen-container {
  font-size: 14px;
}

.select-wrap .chosen-container-single .chosen-single {
  color: #999;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0 !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 0 0 40px;
  font-weight: normal;
}

.select-wrap .chosen-container-single .chosen-single span {
  margin-right: 0;
}

.select-wrap .chosen-container-single .chosen-single div b {
  display: none;
}

.select-wrap .chosen-container .icon-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
}

.select-wrap .chosen-container .icon-arrow .icon {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.select-wrap .chosen-with-drop .icon-arrow .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select-wrap .chosen-container-single .chosen-drop {
  margin-top: 0;
  border-radius: 0;
  border-color: #000;
  border-width: 2px;
}

.select-wrap .chosen-container .chosen-results {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.select-wrap .chosen-container .chosen-results li {
  padding: 7px 5px;
}

.select-wrap .chosen-container .chosen-results li:before {
  content: none;
}

.select-wrap .chosen-container .chosen-results li.highlighted {
  background: #000;
}

/* Chosen select */
/* Галереи */
.gallery-tile-carousel {
  height: 600px;
}

.gallery-tile-carousel.swiper-container-multirow-column .swiper-wrapper .swiper-slide {
  height: calc((100% - 20px) / 2);
}

.gallery-tile-carousel--row .swiper-slide {
  margin-top: 0 !important;
}

.gallery-tile__list>.row {
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-tile__list>.row>div {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.gallery-tile__item {
  height: 100%;
  height: 290px;
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px 30px 20px;
  text-decoration: none;
  text-align: center;
}

.gallery-tile__item:hover .gallery-tile__link:after {
  opacity: 1;
  visibility: visible;
}

.gallery-tile__logo {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-tile__logo img {
  max-height: 100%;
  -ms-flex: 1;
  width: auto;
}

.gallery-tile__closed {
  font-size: 10px;
  font-weight: bold;
  padding: 5px 9px 3px;
  display: inline-block;
  border: 1px solid #000;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery-tile__info {
  margin-top: 25px;
  font-family: 'Circe', serif;
}

.gallery-tile__info .text {
  text-transform: lowercase;
}

.gallery-tile__info .text+.text {
  margin-top: 5px;
}

.gallery-tile__link {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
}

.gallery-tile__link:after {
  height: 5px;
  width: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  margin-left: 7px;
  position: relative;
  top: -1px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  content: '';
}

.gallery-tile-alphabet {
  margin-bottom: 20px;
}

.gallery-tile-alphabet .no-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Галереи */
/* Категории в меню */
.store-categories {
  margin-left: -1px;
  margin-right: -1px;
  margin-bottom: -2px;
}

.store-categories>div {
  padding-left: 1px;
  padding-right: 1px;
  margin-bottom: 2px;
}

.store-categories__item {
  height: 210px;
  position: relative;
  background-color: #000;
}

.store-categories__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  padding: 0 20px 20px;
  text-decoration: none;
  color: #fff;
}

.store-categories__item a:hover .store-categories__img:before {
  background-color: transparent;
}

.store-categories__item a:hover .store-categories__img:after {
  opacity: 1;
  visibility: visible;
}

.store-categories__info {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #ffffff;
  line-height: 1.25;
  font-family: 'Circe', serif;
  text-transform: uppercase;
}

.store-categories__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.store-categories__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.63);
  -webkit-transition: 0.75s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.75s cubic-bezier(0.2, 1, 0.2, 1);
}

.store-categories__img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 99%, rgba(0, 0, 0, 0.7) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s cubic-bezier(0.2, 1, 0.2, 1);
  transition: 0.5s cubic-bezier(0.2, 1, 0.2, 1);
}

.store-categories__floor {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Категории в меню */
/* Спланировать визит */
.plan-group {
  position: relative;
  margin-bottom: 100px;
}

.plan-group:last-child {
  margin-bottom: 0;
}

.plan-group.-border {
  padding: 80px 0;
  margin-bottom: 0;
}

.plan-group.-border+.-border::before {
  content: none;
}

.plan-group.-border:last-child::after {
  content: none;
}

.plan-group.-border:before {
  content: '';
  position: absolute;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 1px;
  background-color: #000;
}

.plan-group.-border:after {
  content: '';
  position: absolute;
  left: -50vw;
  bottom: 0;
  width: 200vw;
  height: 1px;
  background-color: #000;
}

.plan-contacts {
  padding-right: 50px;
}

.plan-contacts__item {
  margin-bottom: 30px;
}

.plan-contacts__item:last-child {
  margin-bottom: 0;
}

.plan-contacts__img {
  margin-bottom: 50px;
}

.plan-contacts__img img {
  width: 100%;
}

.plan-contacts__info {
  font-size: 16px;
  margin-bottom: 30px;
}

.plan-contacts__info address {
  margin-bottom: 10px;
}

.plan-contacts__info address:last-child {
  margin-bottom: 0;
}

.plan-contacts__info address a {
  text-decoration: none;
}

.plan-contacts__info .icon {
  font-size: 18px;
  margin-right: 10px;
}

.plan-contacts__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.plan-contacts__btn {
  margin-right: 30px;
}

.plan-contacts__btn:last-child {
  margin-right: 0;
}

.plan-title {
  margin-bottom: 15px;
}

.plan-title .z2 {
  font-size: 35px;
  margin-bottom: 0;
}

.plan-title .z3 {
  margin-bottom: 0;
}

.plan-map {
  border: 1px solid #000;
  margin-top: 160px;
  margin-left: -160px;
  background-color: #fff;
  position: relative;
  z-index: 10;
}

.plan-map__weather {
  padding: 50px;
}

.plan-map__weather .text-small {
  font-size: 13px;
  color: #000;
  line-height: normal;
}

.plan-map__degrees {
  font-size: 87px;
  line-height: 1;
  font-family: 'VremenaGoda', Helvetica, Arial, sans-serif;
  color: #000;
}

.plan-map__degrees sup {
  font-size: 50%;
  top: -0.75em;
}

.plan-map__info {
  padding: 0 50px 30px;
}

.plan-map__map {
  height: 380px;
  background-color: #ccc;
  position: relative;
}

.plan-map__map .yandex-map {
  height: 100%;
}

.plan-map__map .icon {
  font-size: 30px;
  margin-left: -15px;
  margin-top: -15px;
}

.plan-map__map-btns {
  position: absolute;
  padding: 0 20px 20px;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.plan-map__map-btns .btn {
  background-color: #fff;
}

.plan-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
}

.plan-link:before {
  top: 7px;
}

.plan-link:after {
  top: 0;
}

.plan-background {
  background: url(../images/plan-visit/2.jpg) no-repeat 50% 50%/cover;
  height: 700px;
}

.plan-parking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.plan-parking__item {
  position: relative;
  padding: 0 50px;
}

.plan-parking__item:first-child {
  padding-left: 0;
}

.plan-parking__item:first-child:before {
  content: none;
}

.plan-parking__item:last-child {
  padding-right: 0;
}

.plan-parking__item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}

.plan-parking__item .z1 {
  font-size: 56px;
  line-height: 1;
  margin-bottom: 10px;
}

.plan-parking__item .z5 {
  margin-bottom: 0;
  font-size: 20px;
}

.plan-rules__item .text {
  text-transform: uppercase;
}

.plan-rules__item .btn {
  margin-top: 60px;
}

.plan-rules__item .img {
  max-width: 250px;
  margin-left: auto;
  margin-right: 40px;
}

.plan-schedule {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-schedule:before {
  content: '';
  position: absolute;
  left: -50vw;
  width: 200vw;
  top: 0;
  background-color: #000;
  height: 1px;
}

.plan-schedule__menu {
  height: 100%;
  position: relative;
  width: 270px;
  min-width: 270px;
  padding: 20px 0;
}

.plan-schedule__menu:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #000;
}

.plan-schedule__menu li {
  margin-bottom: 10px !important;
}

.plan-schedule__menu li:last-child {
  margin-bottom: 0 !important;
}

.plan-schedule__menu a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
}

.plan-schedule__menu a.is-selected:before {
  width: 100%;
  visibility: visible;
}

.plan-schedule__menu a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: currentColor;
}

.plan-schedule__time {
  width: 100%;
}

.plan-schedule__hidden {
  display: none;
}

.plan-schedule__hidden .no-list {
  padding-top: 10px;
}

.plan-schedule__hidden li a {
  font-size: 16px;
  opacity: 0.5;
}

.plan-schedule__hidden-time-group {
  display: none;
}

.plan-schedule-mobile {
  display: none;
}

.plan-schedule-table {
  color: #000;
  padding-top: 1px;
  position: relative;
}

.plan-schedule-table::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 51px;
  width: 30vw;
  height: 1px;
  background-color: #000;
}

.plan-schedule-table table {
  width: 100%;
}

.plan-schedule-table th {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "VremenaGoda", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #000;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  line-height: 1.8;
}

.plan-schedule-table td {
  font-size: 18px;
  line-height: 1.1;
  padding: 20px 10px;
  text-align: center;
}

/* Спланировать визит */
/* Услуги и развлечения */
.section-bg {
  overflow: hidden;
  max-height: 800px;
}

.section-bg picture {
  display: block;
  width: 100%;
}

.section-bg picture img {
  width: 100%;
  max-height: none;
  max-height: calc(var(--vh, 1vh) * 100 - 140px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

/* Услуги и развлечения */
.border-black {
  border: 1px solid #000;
}

.sale-detail--img {
  position: relative;
  display: block;
}

.sale-detail--img i {
  position: absolute;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.sale-detail--img img {
  -webkit-transition: .3s;
  transition: .3s;
}

.sale-detail--img:hover img {
  opacity: .4;
}

.sale-detail--img:hover i {
  opacity: 1;
  visibility: visible;
}

#console {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  background: #0d95e8;
  color: #fff;
  z-index: 20;
  padding: 10px;
  opacity: .8;
  max-height: 100px;
}

.go-top {
  display: block;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 999;
  height: 50px;
  width: 50px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #666;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .go-top {
    right: 10px;
  }
}

.go-top.-visible {
  bottom: 20%;
  opacity: 1;
}

@media (max-width: 768px) {
  .go-top.-visible {
    bottom: 10px;
  }
}

.go-top:hover {
  border-color: #333;
}

.go-top:after,
.go-top:before {
  height: 20px;
  width: 2px;
  background: #000;
  display: block;
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  content: '';
}

.go-top:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.go-top:before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.go-top:hover {
  background: #000;
}

.go-top:hover:before,
.go-top:hover:after {
  height: 23px;
  top: 27%;
  background: #fff;
}

.covid-fix {
  left: 0;
  top: 0;
  width: 100%;
  background: #e2e2e2;
  color: #000;
  font-family: 'VremenaGoda';
  font-size: 16px;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .covid-fix {
    margin-bottom: 10px;
  }
}

.covid-fix__content {
  position: relative;
  padding-right: 50px;
}

@media (max-width: 768px) {
  .covid-fix__content {
    padding-right: 0;
  }
}

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

.covid-fix__close .close-btn {
  position: absolute;
  height: 32px;
  width: 32px;
  cursor: pointer;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.covid-fix__close .close-btn:after,
.covid-fix__close .close-btn:before {
  height: 25px;
  width: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  content: "";
}

.covid-fix__close .close-btn:after {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}

.covid-fix__close .close-btn:before {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}

.discount {
  position: relative;
  white-space: nowrap;
}

.discount:after {
  height: 1px;
  width: 100%;
  left: 0;
  top: 50%;
  background: #623384;
  position: absolute;
  display: block;
  z-index: 2;
  content: '';
}

.cookie-popup {
  background: #000;
  color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
}

.cookie-text {
  font-size: 14px;
}

.mall-max {
  width: 150px;
  display: inline-block;
  margin-left: auto;
}

.fancybox-content.popup-subscribe {
  width: 100%;
  max-width: 660px;
  padding: 0;
}

.popup-subscribe-text {
  font-size: 22px;
  font-family: Circe, sans-serif;
  font-weight: 400;
  color: #2F2F2F;
  padding: 35px;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .popup-subscribe-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 575.98px) {
  .popup-subscribe-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 478.98px) {
  .popup-subscribe-text {
    font-size: 14px;
  }
}

.popups-subscribe-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.popup-subscribe .fancybox-close-small svg {
  display: none;
}

.popup-subscribe .fancybox-close-small {
  top: -10px !important;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAACXBIWXMAABCcAAAQnAEmzTo0AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADdSURBVHgBvdaNDcIgEAXgixM4giO4gSN0BBmlI7iBIziCozDKE1IwBFt+3/kS0iZH+NKkHIiEALi78RRy3JoXN97+mRc8GEODA2jDuvYLu5crfjMNZ2CMTSesTPgA9DH5RArcDLLgbnAWHgZH4WmwF6aBrTAdrMFqYAWGGtgBG9GIW/jBAE+tE7E16+WgfBN2Cj9NGt6xWABfKjAq2wLk06l549NgdG78aRiDnWYYxmRr64ZB6qXNMMjNuwpD6bQowtguwlSwAi97X2qEmAxe00KEjSgkwOte4Sx/ygeG1ZhrBF/H2wAAAABJRU5ErkJggg==') !important;
  background-repeat: no-repeat;
  background-size: 18px !important;
  background-position: center;
}

@media screen and (max-width: 767.98px) {
  .popup-subscribe .fancybox-close-small {
    top: unset !important;
    bottom: -60px !important;
    right: calc(50% - 20px) !important;
  }
}
