body {
  font-size: 1rem;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  cursor: default;
  margin: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

main {
  margin-top: 70px !important;
}

.notF {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  height: 50vh;
  width: 100%;
  font-weight: 400;
  justify-content: center;
}

.notF__tag {
  font-family: Roboto;
  font-size: 128px;
}

.notF__desc {
  font-family: Onest;
  font-size: 64px;
}

.notF__but {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid rgb(203, 203, 203);
  border-radius: 10px;
  box-sizing: border-box;
  font-family: Roboto;
  font-size: 18px;
  transition: .2s;
  cursor: pointer;
  color: black;
}

.notF__but:hover {
  transform: scale(1.05);
  transition: .2s;
}

/* ////// */

#modalBcgr {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

#modal {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: white;
  width: 476px;
  height: 420px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

.modal__content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 10px;
  flex-direction: column;
  padding-top: 50px;
  gap: 15px;
  box-sizing: border-box;
  justify-content: space-around;
}

.map__content__item__button__mod {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: rgba(45, 45, 45, 1);
  padding: 10px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

#modalClos {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.item__links__mod {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.item__map__mod {
  width: 100%;
  height: 100%;
  position: relative;
}

.teleg__icon {
  width: 28px;
  height: 28px;
  margin-right: 4px;
}

.modal__content__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.modal__item {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #63697C;
  font-size: 14px;
  font-family: Onest;
  font-weight: 500;
  transition: .2s;
}

.modal__item p {
  margin: 0;
}

.modal__item:hover {
  color: #828aa3;
  transition: .2s;
}

/* ////// */

.promoBanner {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  width: 100%;
  background-color: rgba(252, 188, 113, 1);
  color: rgba(45, 45, 45, 1);
  text-align: center;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  z-index: 1000;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.catalog {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.catalog h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}

.guid h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}

.about__block {
  margin-top: 100px;
  display: flex;
  gap: 70px;
  justify-content: center;
  flex-direction: column;

  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  color: rgba(99, 105, 124, 1);
}

.about__block__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 40px;
}

.about__block__content__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 30px;
}

.about__block__content__item__body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 10px;
}

.about__block__content__item__body p {
  margin: 0;
}

.about__block__content__item__body a {
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  text-decoration: underline;
  color: rgba(255, 44, 79, 1);
  cursor: pointer;
}

.about__block h2 {
  font-family: Onest;
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}


.banner {
  background-image: url("/images/banner_qur.jpg");
  max-height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 16/10;
  background-position: center center;
  position: relative;
}

.banner__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  color: white;
  white-space: nowrap;
  width: 90%;
  text-align: center;
  white-space: wrap;
}

.banner__text h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%;
}

.banner__text h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 100%;
}

.banner__button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  transition: 0.2s;
}

.banner__button:hover {
  filter: invert(0.2);
  transition: 0.2s;
}

.page__top {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.rent-form h2 {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 70px;
  color: rgba(45, 45, 45, 1);
}

/* Media Queries */
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }

  .page__top {
    gap: 50px;
  }

  .about__block {
    margin-top: 50px;
  }

  .banner__text h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
  }

  .banner__text h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
  }
}

@media (max-width: 1000px) {
  main {
    margin-top: 40px !important;
  }

  .notF__tag {
    font-family: Roboto;
    font-size: 64px;
  }

  .notF__desc {
    font-family: Onest;
    font-size: 32px;
  }

  .catalog {
    gap: 20px;
  }

  .catalog h2 {
    font-size: 48px;
  }

  .guid h2 {
    font-size: 48px;
  }

  .about__block h2 {
    font-size: 48px;
  }


  .rent-form h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }

  .rent-form h2 {
    gap: 40px;
  }
}

@media (max-width: 769px) {
  main {
    margin-top: 20px !important;
  }

  .promoBanner {
    padding: 10px 15px;
    font-size: 14px;
  }

  .catalog h2 {
    font-size: 36px;
  }

  .about__block {
    gap: 30px;
  }

  .guid {
    order: -2;
  }

  .guid h2 {
    font-size: 36px;
  }

  .about__block h2 {
    font-size: 36px;
  }

  .page__top {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    margin-top: 40px;
  }

  .about__block {
    margin-top: 20px;
  }

  .rent-form h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  body {
    background: rgba(241, 241, 241, 1);
  }

  .notF__tag {
    font-family: Roboto;
    font-size: 48px;
  }

  .notF__desc {
    font-family: Onest;
    font-size: 24px;
  }

  .catalog h2 {
    display: none;
  }

  .catalog {
    margin-top: 20px;
  }

  .about__block {
    gap: 20px;
    padding-bottom: 40px;
  }

  .guid h2 {
    font-size: 24px;
    margin: 20px 0;
  }

  .about__block h2 {
    font-size: 24px;
  }

  .banner__text {
    gap: 10px;
  }

  .banner__text h1 {
    font-size: 32px;
  }

  .banner__text h2 {
    font-size: 24px;
  }

  .banner__button {
    width: 50px;
  }
}

@media (max-width: 480px) {
  .rent-form h2 {
    font-size: 18px;
  }

  .banner__text h2 {
    font-size: 16px;
  }

  .banner__text p {
    margin-top: 0px;
  }
}

.toast {
  position: fixed;
  top: 16px;
  left: 50%;
  right: auto;
  z-index: 9999;
  min-width: 260px;
  max-width: 90vw;
  padding: 12px 14px;
  background: rgba(20, 20, 20, .95);
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .2);
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
  font: 500 18px/1.4 "Mulish", system-ui, -apple-system;
  overflow: hidden;
}

.toast--show {
  opacity: 1;
  transform: translate(-50%, 0);
}

.toast--progress::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background: #e53935;
  width: 100%;
  animation: toastProgress var(--toast-duration, 3.2s) linear forwards;
}

@keyframes toastProgress {
  to {
    width: 0;
  }
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #111;
  color: #fff;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, .2);
  transform: translateY(100%);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

.cookie-banner--show {
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner__content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}

.cookie-banner__text {
  font: 500 14px/1.5 "Mulish", system-ui, -apple-system;
  margin-right: 12px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-btn {
  border: 0;
  padding: 10px 14px;
  border-radius: 10px;
  cursor: pointer;
  font: 600 14px/1 "Mulish", system-ui, -apple-system;
}

.cookie-btn--accept {
  background: #24c15e;
  color: #0a0a0a;
}

.cookie-btn--close {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

@media (max-width:640px) {
  .cookie-banner__content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 14px;
  }

  .cookie-banner__actions {
    width: 100%;
  }

  .cookie-btn {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #modal {
    width: 90%;
    height: unset;
  }

  .map__content__item__button__mod {
    font-family: Onest;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    background-color: rgba(45, 45, 45, 1);
    padding: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  #modalClos {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  .item__links__mod {
    gap: 10px;
  }

  .item__map__mod {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .modal__content__item {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .modal__item {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #63697C;
    font-size: 14px;
    font-family: "Mulish", sans-serif
  }

  .modal__item img {
    width: 22px;
    height: 22px;
  }

  .teleg__icon {
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px;
  }

  .modal__item:hover {
    color: #828aa3;
    transition: .2s;
  }
}