body {background-image: url(https://resmim.net/cdn/2025/05/27/Tjx218.png) !important;background-size: cover !important;background-position: left center !important;background-attachment: fixed !important;background-repeat: no-repeat !important;padding: 0px !important;margin: 0px !important;}

.footer {
    background-color: rgb(41 40 40 / 0%) !important;
}

body.pc._loaded.webp {
    max-width: 1470px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.header {padding: 0 0px;box-sizing: border-box;}

.header-nav {
  background-color: #be9a75 !important;
}
.header-nav__list > li > a {
  color: #101218 !important;
}
.header__logo img {
  height: 75px !important;
  max-width: 200px !important;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
  }
  
  70% {
    transform: scale(1);
  }
  
  100% {
    transform: scale(0.95);
  }
}
.header__login-btn {
    width:50px !important;
    height: 30px !important;
    max-width: 112px !important;
    color: #000000 !important;
    font-weight:bold !important;
    /* animation: pulse-white 1s infinite !important; */
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background: linear-gradient(140deg, #be9a75, #debd93) !important;
    text-decoration: none;
}
.layout-header-holder {
  border-bottom: 0 !important;
  box-shadow: none !important;
}
.header {
    height: 100px !important;
}
.top-menu__popup {
  background: rgb(0 0 0) !important;
}
.modal__container.modal-open {
  /* height: 70vh !important; */
}

.modal__container {
  background-color: #000 !important;
}

.entrance-form__btn-box .btn {
	background-color: #debd93 !important;
  	color: #101218 !important;
}