.btn-outline-primary {
  color: var(--bs-gray);
  border-color: var(--bs-gray);
}

.z-10 {
  z-index: 10;
}

.wrapper {
  overflow-x: hidden;
  margin: 0 auto;
  max-width: 1900px;
}

.top {
  text-align: right;
}
@media (min-width: 992px) {
  .top .logo {
    display: block;
    position: absolute;
    right: 0;
    top: 0rem;
    z-index: 100;
  }
}
.top .logo_map {
  display: block;
  position: absolute;
  left: 1.5rem;
  top: 0;
  width: 5.375rem;
  z-index: -1;
}
@media (min-width: 992px) {
  .top .logo_map {
    width: 13rem;
    right: -5rem;
    left: auto;
    top: 3rem;
  }
}
@media (min-width: 1200px) {
  .top .logo_map {
    width: auto;
    right: -8rem;
    left: auto;
    top: 4rem;
  }
}

.header .header-container {
  position: relative;
  z-index: 10;
  margin-bottom: -1rem;
}
@media (min-width: 1200px) {
  .header .header-container {
    margin-bottom: -6rem;
  }
}
.header .h1 {
  margin: 0;
  font-size: 3.55rem;
  font-weight: 500;
  line-height: 3rem;
}
@media (min-width: 1200px) {
  .header .h1 {
    font-size: 8.75rem;
    line-height: 7rem;
  }
}
.header .subtext {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--bs-primary);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header .subtext {
    line-height: 1.4;
    font-size: 1.825rem;
  }
}
.header .loupe-container {
  display: flex;
  justify-content: center;
}
.header .loupe-container .image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.header .loupe-container .image .ruImage {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.header .loupe-container .loupe {
  display: none;
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  background: rgb(255, 255, 255);
  cursor: none;
  overflow: hidden;
  border-radius: 100%;
}
.header .loupe-container .loupe img {
  position: absolute;
}
.header .map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .map-container {
  position: relative;
  width: 100%;
  padding-top: 62.12%;
}
.header .map path {
  stroke: white;
  fill: #C6CACC;
}
.header .map path.filled {
  transition: 0.3s;
  fill: #0265EB;
  cursor: pointer;
}
.header .map path.filled:hover {
  fill: #0251bc;
}
.header .map path.colored {
  fill: #0265EB;
  opacity: 0.65;
}

.header-detail {
  margin: 1rem 0 2rem 0;
}
@media (min-width: 1200px) {
  .header-detail {
    margin: 0 0 5rem 0;
  }
}
.header-detail h1 {
  margin: 0 0 2rem 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2rem;
}
@media (min-width: 576px) {
  .header-detail h1 {
    font-size: 3.2rem;
    line-height: 3rem;
  }
}
@media (min-width: 768px) {
  .header-detail h1 {
    font-size: 3.55rem;
    line-height: 3.35rem;
  }
}
@media (min-width: 1200px) {
  .header-detail h1 {
    font-size: 5.75rem;
    line-height: 6rem;
  }
}
@media (min-width: 1400px) {
  .header-detail h1 {
    min-height: 12rem;
    font-size: 6.75rem;
    line-height: 6rem;
  }
}
.header-detail .subtext {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.25;
  color: var(--bs-primary);
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .header-detail .subtext {
    font-size: 1.825rem;
  }
}

.description-detail img {
  padding: 0;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .description {
    font-size: 1.5rem;
  }
}

.quote {
  margin: 2rem 0;
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .quote {
    margin: 4.5rem 0;
    font-size: 3.125rem;
  }
}

.city-choise {
  position: relative;
  z-index: 10;
  background: white;
}

.city-choise .city-list {
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.city-choise .city-list .btn {
  white-space: nowrap;
}
.city-choise .city-list::-webkit-scrollbar {
  height: 0.5rem;
}
.city-choise .city-list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}
.city-choise .city-list::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 0.25rem;
}

.section-detail .btn:not(.collapsed) {
  display: none !important;
}
.section-detail .title {
  font-size: 2.25rem;
  letter-spacing: 0.15em;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .section-detail .title {
    font-size: 5.625rem;
  }
}
.section-detail .subtitle {
  font-size: 1.625rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .section-detail .subtitle {
    font-size: 3.75rem;
  }
}
.section-detail .description {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.section-detail .description em {
  font-weight: 600;
}

.modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-dialog.modal-sm {
  max-width: 304px;
}
@media (max-width: 575.98px) {
  .modal .modal-dialog.modal-md {
    max-width: 304px;
  }
}
.modal .modal-header {
  border-color: var(--bs-gray);
}
.modal .modal-title {
  color: #fff;
  line-height: 1.2;
}
.modal .card {
  width: 270px;
  border: 0;
  text-align: center;
}
.modal .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.modal .card-footer {
  padding-top: 1.75rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.modal .card-footer .btn-outline-primary {
  width: 100%;
  color: #fff;
  border-color: var(--bs-primary);
}
.modal .card-title {
  font-weight: 600;
  text-transform: uppercase;
}

#marquee {
  font-size: 2.5rem;
  font-weight: 500;
  font-style: italic;
}
@media (min-width: 1200px) {
  #marquee {
    font-size: 4.375rem;
  }
}

.image-container {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .image-container {
    margin-top: 1rem;
  }
}

.swiper {
  width: 300px;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}
.swiper-slide img {
  display: block;
  width: 100%;
  background: #fff;
  filter: grayscale(1) opacity(0.8);
}
.swiper-slide.swiper-slide-active img {
  filter: grayscale(0) opacity(1);
}/*# sourceMappingURL=style.css.map */