html,
body {
  height: 100%;
  color: #231f20;
}
.catalog-main {
  overflow: hidden;
  height: 100%;
}
.catalog-main .catalog-aside {
  color: #a7a9ac;
  position: fixed;
  z-index: 100;
  background: #f3f3f4;
  height: 100%;
  padding: 65px 20px 20px 15px;
}
.catalog-main .catalog-aside a {
  color: inherit;
}
.catalog-main .catalog-aside .active {
  color: #58595b;
}
.catalog-main .catalog-aside .search-block {
  font-size: 110%;
}
.catalog-main .catalog-aside .search-block .search-input {
  background: #e7e7e8;
  border: none;
  padding: 5px 15px;
  box-sizing: border-box;
  width: 100%;
  font-size: 90%;
}
.catalog-main .catalog-aside .menu-block {
  margin-top: 20px;
}
.catalog-main .catalog-aside .menu-block .menu {
  list-style: none;
}
.catalog-main .catalog-aside .menu-block .menu li {
  cursor: pointer;
  margin: 10px 0;
  max-width: 200px;
}
.catalog-main .catalog-aside .menu-block .menu li.with-sub:not(.with-checkbox):after {
  content: '>';
  margin-left: 10px;
}
.catalog-main .catalog-aside .menu-block .menu li.active {
  font-weight: bold;
}
.catalog-main .catalog-aside .menu-block .menu-filters {
  background: #f8f8f9;
  padding: 5px 10px;
  margin-bottom: 22px;
  box-sizing: border-box;
}
.catalog-main .catalog-aside .menu-block .menu-filters .filters-search .filter {
  width: 100%;
  background: #f8f8f9;
}
.catalog-main .catalog-aside .menu-block .menu-filters .filters-content ul {
  padding-left: 15px;
  list-style: none;
}
.catalog-main .catalog-aside .menu-block .menu-filters .filters-content li {
  margin: 5px 0;
  cursor: pointer;
}
.catalog-main .catalog-aside .menu-block .menu-filters .filters-content li.active {
  list-style: disc;
}
.catalog-main .content-block {
  background: #fff;
  overflow: auto;
  min-height: 100%;
  padding-left: 10px;
  padding-top: 10px;
}
.gallery-image {
  display: inline-block;
  position: relative;
  margin: 0 15px 13px 0;
}
.gallery-image img {
  display: inline-block;
  width: 200px;
}
.gallery-image .gallery-image-hover {
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* transition глючит в chrome для 1+n колонок!!! */
}
.gallery-image:hover .gallery-image-hover {
  opacity: 1;
}
.bottom-row {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
}
.bottom-row p {
  margin: 0;
  padding: 0;
}
.copyright-block {
  display: block;
  margin: 0 auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  text-align: center;
}
.copyright-block p {
  margin: 0;
  padding: 0;
}
.tag-block {
  margin: 10px 0 15px;
}
.tag-block .tag {
  padding: 5px 20px 5px 10px;
  background: #a7a9ac;
  color: #fff;
  display: inline-block;
  margin: 2px;
  cursor: pointer;
}
.tag-block .tag .glyphicon {
  font-weight: 100;
  font-size: 0.8em;
}
.popup-gallery {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.popup-gallery .leaflet-container {
  background: transparent;
}
.popup-gallery .gallery-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  cursor: pointer;
}
.popup-gallery .gallery-zoom {
  user-select: none;
  width: 40px;
  position: absolute;
  right: 20px;
  bottom: 60px;
}
.popup-gallery .gallery-zoom .zoom {
  margin: 5px;
  padding: 5px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.popup-gallery .gallery-row {
  height: 100%;
}
.popup-gallery .gallery-row .gallery-aside {
  height: 100%;
  background: #f1f1f2;
  color: #a7a9ac;
  padding: 0 15px;
}
.popup-gallery .gallery-row .gallery-aside .title {
  color: #231f20;
  font-size: 1.3em;
  margin-left: 10px;
  font-weight: normal;
  margin-top: 150px;
}
.popup-gallery .gallery-row .gallery-aside .sub-title {
  font-size: 1.3em;
  font-weight: normal;
}
.popup-gallery .gallery-row .gallery-aside h3 {
  color: inherit;
}
.popup-gallery .gallery-row .gallery-aside ul {
  list-style: none;
  padding: 0;
}
.popup-gallery .gallery-row .gallery-aside .description-list-collection {
  margin-bottom: 25px;
  margin-left: 10px;
}
.popup-gallery .gallery-row .gallery-aside .description-list-hrono {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.3em;
}
.popup-gallery .gallery-row .gallery-slider {
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
}
.popup-gallery .gallery-row .gallery-slider .gallery-img-block {
  padding: 60px 40px 80px;
  height: 100%;
  width: 100%;
}
.popup-gallery .gallery-row .gallery-slider .gallery-img-block img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.popup-gallery .gallery-row .leaflet-photo {
  width: 100%;
  height: 100%;
}
.popup-gallery .gallery-row.gallery-full-width .gallery-aside {
  overflow: hidden;
  width: 0;
  padding: 0;
}
.popup-gallery .gallery-row.gallery-full-width .gallery-slider {
  width: 100%;
}
.popup-gallery .gallery-row.gallery-full-width .carousel-control,
.popup-gallery .gallery-row.gallery-full-width .carousel-indicators {
  display: none;
}
.popup-gallery .carousel {
  height: 100%;
}
.popup-gallery .carousel .carousel-inner,
.popup-gallery .carousel .item,
.popup-gallery .carousel .item img {
  height: 100%;
}
.popup-gallery .carousel .item img {
  margin: 0 auto;
}
.popup-gallery .carousel .item {
  padding-top: 40px;
  padding-bottom: 60px;
}
.popup-gallery .map-minimap-control {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.popup-gallery .minimap-control {
  display: none;
}
.popup-gallery .minimap-control.active {
  display: block;
}
.popup-gallery .minimap-control.preload {
  display: block;
}
.popup-gallery .map-zoom-control {
  position: absolute;
  right: 10px;
  bottom: 170px;
}
.popup-gallery .zoom-control {
  display: none;
}
.popup-gallery .zoom-control.active {
  display: block;
}
.leaflet-control-attribution {
  display: none;
}
.leaflet-control-minimap {
  border-width: 1px;
  border-radius: 0;
}
.menu .with-checkbox .menu-item-icon {
  position: absolute;
  left: 0;
}
.menu .with-checkbox .menu-item-icon {
  display: inline-block;
  float: left;
  width: 12px;
  height: 12px;
  border: 1px solid #a7a9ac;
  background: #fff;
  position: relative;
  margin-top: 5px;
  margin-right: 10px;
}
.menu .with-checkbox .menu-item-icon_checked:after {
  content: '';
  width: 4px;
  height: 8px;
  display: block;
  border-right: 2px solid #b9691d;
  border-bottom: 2px solid #b9691d;
  transform: rotateZ(45deg);
  left: 3px;
  top: 0;
  position: absolute;
}
.menu .with-checkbox .menu-item-text {
  display: block;
  margin-left: 22px;
}
.leaflet-control-zoom {
  box-shadow: none;
}
.leaflet-control-zoom a,
.leaflet-control-zoom a:hover,
.leaflet-control-zoom a.leaflet-disabled {
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 250%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: none;
}
.leaflet-control-zoom a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.leaflet-control-zoom a:first-child {
  margin-bottom: 5px;
}
.leaflet-control-zoom a.leaflet-disabled {
  color: #6d6e71;
}
