.lightbox {
  background: rgba(29, 37, 51, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.lightbox.lightbox--visible {
  display: block;
  opacity: 0;
}
.lightbox__close {
  position: absolute;
  right: 0;
  top: 0;
}
.lightbox__title {
  color: #fff;
  margin: 4.1875rem 0 4rem;
  text-align: center;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.75rem;
}
@media screen and (min-width: 48em) {
  .lightbox__title {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
.lightbox--mini .wrapper {
  margin: 0;
  max-width: auto;
}
.lightbox--mini .lightbox__inner {
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(29, 37, 51, 0.1);
  left: 50%;
  min-width: 17rem;
  padding-top: 3.5rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .lightbox--mini .lightbox__inner {
    padding-top: 4.5rem;
  }
}
.lightbox--mini .lightbox__overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.lightbox--mini .dropdown__block {
  border-top: 1px solid #dde1e9;
  box-shadow: none;
  display: block;
  position: static;
  transform: none;
}
.lightbox--mini .ext .dropdown__link-label {
  position: relative;
}
.lightbox--mini .ext .dropdown__link-label::after {
  background: url("../img/layout/ico-external-link.svg") left -16px no-repeat;
  background-size: 1rem auto;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-top: -2px;
  vertical-align: middle;
  width: 1rem;
}
.lightbox--map {
  display: block;
  opacity: 1;
}
.lightbox--map .lightbox__close {
  z-index: 3;
}
.lightbox--gallery {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 47.9375em) {
  .lightbox--gallery .lightbox__title {
    text-align: left;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }
  .lightbox--gallery .lightbox__title .title__text--dash {
    padding-left: 0;
  }
  .lightbox--gallery .lightbox__title .title__text--dash::before {
    margin-top: 1rem;
    top: 100%;
  }
}
.lightbox--video .wrapper {
  display: block;
}
.lightbox--video .lightbox__video {
  padding: 0 1.5rem;
  height: 12.5rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 48em) {
  .lightbox--video .lightbox__video {
    padding: 0 3.5rem;
    height: 22.5rem;
  }
}
@media screen and (min-width: 57em) {
  .lightbox--video .lightbox__video {
    padding: 0;
    margin: 0 auto;
    width: 50rem;
  }
}
@media screen and (min-height: 43.75em) {
  .lightbox--video .lightbox__video {
    height: 28.125rem;
  }
}
@media screen and (min-height: 50em) {
  .lightbox--video .lightbox__video {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.lightbox--video .lightbox__video-item {
  display: block;
}
@media screen and (max-width: 47.9375em) {
  .lightbox--video .lightbox__title {
    text-align: left;
    font-family: "Montserrat", arial, sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.75rem;
  }
  .lightbox--video .lightbox__title .title__text--dash {
    padding-left: 0;
  }
  .lightbox--video .lightbox__title .title__text--dash::before {
    margin-top: 1rem;
    top: 100%;
  }
}
.lightbox--n1 {
  z-index: 11;
}
.lightbox--n1.lightbox--visible {
  display: block;
  opacity: 0;
}
@media screen and (max-width: 79.9375em) {
  .lightbox--n1.lightbox--visible {
    display: none;
  }
}
.lightbox--n1-bbt .n1-menu__link--more .n1-menu__title {
  opacity: 1;
}
.lightbox--n1-cbt .n1-menu__link::after {
  background-image: linear-gradient(to right, #f9b21e 0%, #d76B38 100%);
}
.lightbox--n1-cbt .n1-menu__link:hover::after {
  opacity: 0.7;
}
.lightbox--n1-tm .n1-menu {
  justify-content: space-between;
}
.lightbox--n1-tm .n1-menu__item {
  height: 12.5rem;
  margin-bottom: 2rem;
  max-height: 12.5rem;
  overflow: hidden;
  width: 48.57143%;
}
.lightbox--n1-tm .n1-menu__item:nth-child(2n) {
  margin-left: 2.85714%;
}
.lightbox--n1-tm .n1-menu__item--more {
  flex: 100%;
  height: 24px;
  margin: 1.625rem 0 0;
  max-width: 100%;
  text-align: center;
}
.lightbox--n1-tm .submenu__item-inner {
  display: flex;
  height: 100%;
}
.lightbox--n1-tm .submenu__item-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 36.76471%;
}
.lightbox--n1-tm .submenu__item-title {
  background: #78bb75;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  left: 0;
  line-height: 1.5rem;
  margin: 0;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Montserrat", arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
}
.lightbox--n1-tm .submenu__item-tags {
  background: #fff;
  box-sizing: border-box;
  flex: 1;
  padding: 0.9375rem;
}
.lightbox--n1-tm .n1-menu__link--more {
  background: none;
  color: #fff;
  display: inline-block;
  height: auto;
  height: 24px;
  padding-left: 2rem;
  position: relative;
}
.lightbox--n1-tm .n1-menu__link--more:hover {
  background: none;
  text-decoration: underline;
}
.lightbox--n1-tm .n1-menu__link--more::before {
  display: none;
}
.lightbox--n1-tm .n1-menu__link--more::after {
  left: 0;
  margin: 0;
}
.lightbox--n1-tm .n1-menu__title {
  color: inherit;
  display: inline;
  font-weight: 500;
  margin: 0;
  opacity: 1;
  text-transform: none;
  font-size: 1rem;
  font-weight: 500;
}

body.adminimal-admin-toolbar .lightbox {
  top: 79px;
}
body.adminimal-admin-toolbar .lightbox.tpl__modal .page__main body.adminimal-admin-toolbar .lightbox {
  margin-top: 79px;
}

/* RM-43189 */
.block--with-action.tmb-image-gallery .lightbox .wrapper {
  position: static;
}

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