.dialog {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
}
.dialog__container {
  margin: auto;
  max-width: 900px;
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
}
.dialog__container.video {
  height: 630px;
  max-width: 1120px;
}
.dialog__loading {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dialog__video {
  width: 100%;
  height: 100%;
}

.pano-container {
  width: 100%;
  background: #fff;
  height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

.bold {
  font-weight: 500;
}

.action {
  color: #ff9c00;
}

.dim {
  color: #6899d3;
}

.base-container {
  max-width: 1160px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
}
.base-container.wide {
  max-width: 1350px;
}

.base-margin {
  margin-top: 70px;
}

.base-margin-bottom {
  margin-bottom: 70px;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.uppercase {
  text-transform: uppercase;
}

.margin-page {
  margin-top: 40px;
}

.base-banner {
  background-size: cover;
  min-height: 390px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.base-banner__container {
  background: none;
  position: relative;
  z-index: 1;
}
.base-banner__container.base-container {
  padding-top: 20px;
  padding-bottom: 25px;
}
.base-banner__video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
  outline: none !important;
  margin-top: -20px;
}
.base-banner__video:focus, .base-banner__video:active {
  outline: none !important;
}
.base-banner__block {
  display: flex;
  flex-direction: column;
  max-width: 43%;
}
.base-banner__content {
  margin-top: 30px;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.base-banner__title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #0e53a7;
}
.base-banner__subtitle {
  font-family: "Roboto", sans-serif;
  margin: 0;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
}
.base-banner__text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  margin-top: 30px !important;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
}
.base-banner__btn {
  font-family: "Roboto", sans-serif;
  background: #6899d3;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  display: block;
  margin-top: 40px;
  margin-right: auto;
  border-radius: 5px;
  text-align: center;
}
.base-banner__btn.btn {
  font-family: "Roboto", sans-serif;
  background: #6899d3;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  display: block;
  margin-top: 40px;
  margin-right: auto;
  border-radius: 5px;
  text-align: center;
}
.base-banner__btn:hover {
  color: #fff;
}
.base-banner__breadcrumbs .breadcrumbs__link {
  margin-right: 25px;
}
.base-banner__breadcrumbs .breadcrumbs__item-name {
  font-size: 15px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.base-banner__breadcrumbs .breadcrumbs__separator {
  display: none;
}

.base-title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #0e53a7;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.base-text {
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.base-nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.base-nav__item {
  margin: 0;
  flex-basis: 30%;
  max-width: 30%;
  box-sizing: border-box;
  border: 1px solid #dddddd;
  border-radius: 5px;
  transition: 200ms;
}
.base-nav__item:hover, .base-nav__item.active {
  background: #ff9c00;
  border-color: #ff9c00;
}
.base-nav__item:hover .base-nav__item-link, .base-nav__item.active .base-nav__item-link {
  color: #fff;
}
.base-nav__item:before {
  display: none;
}
.base-nav__item-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 15px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Roboto";
  text-align: center;
  transition: 200ms;
  padding: 25px;
}

.btn-container {
  display: flex;
  justify-content: center;
}

.base-btn {
  max-width: 280px;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 15px 20px;
  background: #6899d3;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  transition: 200ms;
}
.base-btn:hover {
  color: #fff;
}
.base-btn.small {
  max-width: none;
  width: auto;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 500;
}

.base-carousel {
  position: relative;
}
.base-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  cursor: pointer;
}
.base-carousel__btn-prev {
  right: 100%;
  transform: translateY(-50%) scaleX(-1);
}
.base-carousel__btn-next {
  left: 100%;
}
.base-carousel__btn-icon {
  width: 100%;
}

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

.pointer {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .dialog__container.pano {
    max-width: 600px;
  }
  .dialog__container.video {
    max-width: 560px;
    height: 315px;
  }

  .pano-container {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .pano-container {
    height: 300px;
  }
}

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