<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
header {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}


header .top-header {
  background: rgba(9, 23, 31, 0.5);
  height: 40px;
  display: flex;
  align-items: center;
}
header .top-header .phones {
  display: flex;
  gap: 20px;
  align-items: center;
}
header .top-header .phones span {
  font-size: 14px;
}
header .top-header a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
}
header .top-header .social-and-currency {
  display: flex;
  gap: 10px;
}
header .top-header .social-and-currency .socials {
  display: flex;
  gap: 10px;
}
header .top-header .social-and-currency .currency {
  display: flex;
  gap: 5px;
}
header .top-header #language,
header .top-header #currency,
header .top-header #phones-select {
  position: relative;
}
header .top-header #language .current,
header .top-header #currency .current,
header .top-header #phones-select .current {
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
header .top-header #language .current i,
header .top-header #currency .current i,
header .top-header #phones-select .current i {
  font-size: 10px;
  position: relative;
  top: -2.5px;
}
@media (max-width: 768px) {
  header .top-header #language .current,
  header .top-header #currency .current,
  header .top-header #phones-select .current {
    font-size: 12px;
  }
}
header .top-header #language ul li:not(:last-child),
header .top-header #currency ul li:not(:last-child),
header .top-header #phones-select ul li:not(:last-child) {
  margin-bottom: 8px;
}
header .top-header #language ul li *,
header .top-header #currency ul li *,
header .top-header #phones-select ul li * {
  color: #000;
  white-space: nowrap;
}
@media (max-width: 768px) {
  header .top-header #language *,
  header .top-header #currency *,
  header .top-header #phones-select * {
    font-size: 12px !important;
  }
}
header .top-header .dropdown {
  position: absolute;
  top: calc(100% + 30px);
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  right: 0;
  padding: 10px 20px 10px 10px;
  border-radius: 6px;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
header .top-header .dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .top-header .dropdown ul li {
  cursor: pointer;
  font-size: 14px;
}
header .top-header .dropdown.active {
  top: calc(100% + 10px);
  visibility: visible;
  opacity: 1;
}
header a {
  text-decoration: none;
  color: #fff;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  width: 100%;
}
header .bottom-header {
  padding: 20px 0;
  background: rgba(65, 65, 65, 0.5);
}
header .bottom-header .logo img {
  height: 40px;
}
@media (max-width: 992px) {
  header :is(.links, nav, .phones) {
    display: none !important;
  }
  header .phones-select * {
    font-size: 10px;
  }
  header .wrapper {
    padding: 0 16px !important;
  }
  header .menu-toggle {
    cursor: pointer;
    width: 28px;
    height: 40px;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
  }
  header .menu-toggle div {
    height: 3px;
    background: #ffffff;
    width: 100%;
    border-radius: 4px;
  }
}

nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #fff;
  gap: 30px;
  list-style: none;
}
nav ul li {
  font-size: 14px;
}
@media (max-width: 1280px) {
  nav ul li {
    font-size: 11px !important;
  }
}

.links {
  display: flex;
  gap: 10px;
}
.links a {
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 5px;
  color: #000;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1280px) {
  .links li {
    font-size: 12px !important;
  }
  .links a {
    font-size: 10px;
    padding: 6px 8px;
  }
}

#hero {
  height: 100vh;
  min-height: 100vh;
  position: relative;
}
#hero .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .swiper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 23, 31, 0.3);
  z-index: 2;
}
#hero .swiper .swiper-button-prev,
#hero .swiper .swiper-button-next {
  background: #000;
  height: 30px;
  width: 40px;
  bottom: 20px !important;
  top: auto;
  left: auto;
  position: absolute;
  color: #fff;
}
#hero .swiper .swiper-button-prev::after,
#hero .swiper .swiper-button-next::after {
  content: none;
}
@media (min-width: 768px) {
  #hero .swiper .swiper-button-prev,
  #hero .swiper .swiper-button-next {
    display: none;
  }
}
#hero .swiper .swiper-button-prev {
  right: 50px;
  border-radius: 4px 0px 0px 4px;
}
#hero .swiper .swiper-button-next {
  right: 10px;
  border-radius: 0 4px 4px 0;
}
#hero .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#hero .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#hero .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0px;
  padding: 0 50px;
}
#hero .content h1 {
  font-weight: 400;
  font-size: 60px;
  color: #fff;
}
#hero .content p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 768px) {
  #hero .content {
    padding: 0 16px;
    width: 100%;
  }
  #hero .content h1 {
    font-size: 40px;
  }
  #hero .content p {
    font-size: 14px;
  }
}

.filter-box {
  display: flex;
  height: 80px;
  margin-top: 40px;
  background: #fff;
  border-radius: 5px 5px 0 5px;
  padding: 12px 10px;
  align-items: center;
  position: relative;
  transition: 0.3s ease;
}
.filter-box .filter-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  padding-right: 50px;
}
.filter-box .filter-item:not(:first-child) {
  border-left: 1px solid #c0c0c0;
}
.filter-box .filter-item span {
  color: #000;
  font-weight: 500;
}
.filter-box .filter-item p {
  font-size: 20px;
  margin: 0;
  color: #333 !important;
}
.filter-box button.search {
  cursor: pointer;
  background: var(--primary-color);
  border-radius: 5px;
  border: none;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}

.more-filter-toggle {
  position: absolute;
  right: 0;
  top: calc(100% - 1px);
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: 4px 20px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .more-filter-toggle {
    position: relative;
    top: auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08);
    font-size: 14px;
  }
}
.more-filter-toggle i {
  font-size: 14px;
}

.more-filter {
  position: absolute;
  top: calc(100% + 5px);
  width: 100%;
  height: 0;
  background: #fff;
  left: 0;
  border-radius: 5px;
  transition: 0.3s ease;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 992px) {
  .more-filter {
    position: relative;
    top: auto;
    box-shadow: none;
    font-size: 14px;
  }
  .more-filter &gt; * {
    width: 100% !important;
    flex: none !important;
  }
  .more-filter input {
    width: 100%;
  }
  .more-filter.active {
    height: auto !important;
  }
}
.more-filter &gt; * {
  flex: 1 1 100px;
}
.more-filter label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.more-filter input {
  border: 1px solid #ddd;
  border-radius: 8px;
  height: 35px;
  padding-left: 10px;
}
.more-filter.active {
  padding: 50px 20px 20px 20px;
  overflow: visible;
  height: 250px;
  align-items: flex-start;
}

.mobile-filter-button {
  width: 100%;
  background: var(--primary-color);
  border-radius: 5px;
  border: none;
  padding: 13px 0;
  text-align: center;
  color: #fff;
}

#ad-slider {
  padding: 100px 0;
}
#ad-slider .filter-button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
#ad-slider .filter-button img {
  margin-top: -3px;
}
@media (max-width: 768px) {
  #ad-slider h3 {
    font-size: 18px;
    max-width: 200px;
  }
}
#ad-slider .swiper {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}
#ad-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  height: 360px;
}
#ad-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#ad-slider .slider-card {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
#ad-slider .slider-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  z-index: 2;
  width: 100%;
  height: 100%;
}
#ad-slider .slider-card img {
  position: absolute;
}
#ad-slider .slider-card p {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #FFFFFF;
  font-size: 24px;
  z-index: 3;
  margin: 0;
  max-width: 80%;
  text-align: left;
}

#ad-listing {
  padding: 0px 0px 100px 0;
}
@media (max-width: 768px) {
  #ad-listing h3 {
    font-size: 18px;
    max-width: 200px;
  }
  #ad-listing a {
    font-size: 14px;
  }
}
#ad-listing .lunar-card {
  width: 100%;
}
#ad-listing .lunar-card__header {
  position: relative;
}
#ad-listing .lunar-card__header .ad-type-list {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#ad-listing .lunar-card__header .ad-type-list .ad-type {
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
}
#ad-listing .lunar-card__header .add-to-favorite {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2392156863);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#ad-listing .lunar-card__header .add-to-favorite img {
  width: 25px;
}
#ad-listing .lunar-card__header &gt; img {
  border-radius: 5px;
  width: 100%;
  height: 300px;
  object-fit: cover;
}
#ad-listing .lunar-card__body .origin {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #555555;
}
#ad-listing .lunar-card__body h6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#ad-listing .lunar-card__body .more-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
#ad-listing .lunar-card__body .more-info span {
  font-size: 12px;
  color: #555555;
}
#ad-listing .lunar-card__body .price {
  margin: 0;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--primary-color);
}

button.multiselect {
  max-width: 120px;
  width: 100%;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 !important;
  flex: none !important;
  border: none !important;
  outline: none !important;
}
button.multiselect span {
  font-size: 18px;
  margin: 0;
  color: #333 !important;
}

.multiselect-all {
  padding: 0 !important;
}

.multiselect-container {
  padding: 8px 10px !important;
}

#mobile-filter {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10000;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#mobile-filter button.multiselect {
  max-width: 100% !important;
  border: 1px solid #ddd !important;
  padding: 4px 10px !important;
}
#mobile-filter button.multiselect span {
  font-size: 16px !important;
}
#mobile-filter.active {
  visibility: visible;
  opacity: 1;
}
#mobile-filter #close-filter {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mobile-filter .filter-body .filter-box {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: calc(100vh - 100px);
  overflow-y: auto;
}
#mobile-filter .filter-body .filter-box &gt; div {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
#mobile-filter .filter-body .filter-box .filter-item span {
  font-size: 14px !important;
}
#mobile-filter .filter-body .filter-box .search {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  height: 40px !important;
}
#mobile-filter .filter-body .filter-box .search img {
  height: 15px;
  width: auto;
}
#mobile-filter .filter-body .filter-box .search span {
  margin-left: 10px;
  color: #fff;
}

#mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  width: 100%;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#mobile-menu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
#mobile-menu .menu-box {
  position: relative;
  background: #fff;
  height: 100%;
  max-width: 300px;
  width: 90%;
  padding: 20px 16px;
}
#mobile-menu .menu-box #close-menu {
  position: absolute;
  right: 20px;
  font-size: 18px;
}
#mobile-menu .menu-box nav ul {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
#mobile-menu .menu-box nav ul li,
#mobile-menu .menu-box nav ul a {
  font-size: 14px !important;
  color: #000;
}
#mobile-menu .menu-box .links {
  flex-direction: column;
  margin-top: 30px;
}
#mobile-menu .menu-box .links .icon {
  width: 25px;
  display: flex;
  justify-content: center;
}
#mobile-menu .menu-box .links a {
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  height: 35px;
  text-decoration: none;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */



header.otherPagesHeader{
    position: relative;
}
header.otherPagesHeader :is(.top-header, .bottom-header){
    background: #fff;
}
header.otherPagesHeader *{
    color: #000;
}
header.otherPagesHeader .top-header .current{
    color: #000000!important;
}
header.otherPagesHeader .top-header{
    background-color: #dedede;

}
header.otherPagesHeader .bottom-header{
    padding: 30px 0;
}

.links a {
    border: 1px solid red;
}
</pre></body></html>