@import url("https://fonts.googleapis.com/css2?family=Special+Gothic+Expanded+One&display=swap");
html,
body {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
@media (max-width: 991px) {
  html,
  body {
    font-size: 16px !important;
  }
}

.header {
  background-color: #000000;
  max-width: 120rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 3rem 7rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 768px) {
  .header {
    padding: 3rem 3rem;
  }
}
.header .video {
  position: absolute;
  right: -150px;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (max-width: 991px) {
  .header .video {
    right: 0;
  }
}
.header .logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .header .logo {
    flex-direction: column;
  }
}
.header .logo lottie-player {
  width: 19.375rem;
}
.header .logo a {
  color: #ffffff;
  text-decoration: unset;
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 300;
  font-family: "Special Gothic Expanded One", sans-serif;
}
.header .main {
  margin-top: auto;
  font-size: 3.75rem;
  line-height: 3.75rem;
  font-weight: 400;
  color: #ffffff;
  font-family: "Special Gothic Expanded One", sans-serif;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
}
.header .main p {
  margin: 0;
}
@media (max-width: 991px) {
  .header .main {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .header .main {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

.contact {
  max-width: 120rem;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  padding: 3rem 7rem;
  position: relative;
}
.contact .logo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact .logo lottie-player {
  width: 19.375rem;
}
.contact .main {
  margin-top: 10rem;
}
.contact .main h2 {
  font-size: 3.75rem;
  line-height: 3rem;
  font-weight: 400;
  color: #ffffff;
  font-family: "Special Gothic Expanded One", sans-serif;
  margin: 0;
}
.contact .main .contact-list {
  margin: 3rem 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.contact .main .contact-list li {
  position: relative;
}
.contact .main .contact-list li a {
  color: #ffffff;
  text-decoration: unset;
  padding-left: 35px;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}
.contact .main .contact-list li a:hover {
  text-decoration: underline;
}
.contact .main .contact-list li a i {
  width: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .map {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
}

.ymaps3x0--map-copyrights {
  display: none !important;
}

.markers {
  width: 0;
  height: 0;
  background-color: red;
}
.markers img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}/*# sourceMappingURL=style.css.map */