* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  /* height: 100%; */
  min-width: 360px;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  background: linear-gradient(173deg, #7490f9 0%, #75c1ff 55.77%, #c2f1ff 100%);
  color: #fff;
  line-height: normal;
  font-weight: 400;
  margin: 0;
}

._container {
  max-width: 440px;
  margin: 0 auto;
  padding: 0 15px;
}

.site {
  position: relative;
  overflow: hidden;
}

.footer {
  padding: 20px 0;
}
.footer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.footer__link {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer__copy {
  margin: 12px 0 0 0;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.land-hero {
  padding: 50px 0 0 0;
}
.land-hero__title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.land-hero__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  padding: 10px 20px;
  border-radius: 800px;
  background: #fb4333;
  max-width: 312px;
  margin: 20px auto 0 auto;
  color: #f9f9f9;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
.land-hero__content {
  margin: 20px 0 0 0;
  display: flex;
  gap: 20px;
}
.land-hero__col-01 {
  width: 50%;
  border-radius: 20px;
  background: #fff1ec;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
}
.land-hero__label {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  min-height: 44px;
}
.land-hero__image-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 0 auto;
  height: 124px;
  min-height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
}
.land-hero__image-02 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 0 auto;
  height: 124px;
  min-height: 124px;
  -o-object-fit: cover;
     object-fit: cover;
}
.land-hero__prices {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.land-hero__price {
  margin: 5px 0 0 0;
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.land-hero__old-price {
  color: #999;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: line-through;
}
.land-hero__info {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.land-hero__list {
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.land-hero__li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.land-hero__li img {
  width: 16px;
  height: 16px;
  min-height: 16px;
  min-width: 16px;
}
.land-hero__col-02 {
  width: 50%;
  border-radius: 20px;
  background: #ecffed;
  box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
}

.land-reviews {
  padding: 40px 0 0 0;
}
@media (max-width: 767px) {
  .land-reviews__container._container {
    padding: 0 0 0 15px;
  }
}
.land-reviews__body {
  overflow: hidden;
}
.land-reviews__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.land-reviews__top .text {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.land-reviews__title {
  margin: 12px 0 10px 0;
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.land-reviews__items {
  display: flex;
  gap: 10px;
  overflow: auto;
  cursor: grab;
}
@media (max-width: 767px) {
  .land-reviews__items {
    padding: 0 15px 0 0;
  }
}
.land-reviews__items::-webkit-scrollbar {
  display: none;
}
.land-reviews__item {
  width: 250px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  background-color: #fff;
  height: -moz-fit-content;
  height: fit-content;
}
.land-reviews__item img {
  width: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}
.land-reviews__customer {
  margin: 10px 0 0 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.land-reviews__name {
  color: #787878;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.land-reviews__date {
  color: #787878;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.land-reviews__label {
  margin: 5px 0 0 0;
  color: #3a3a3a;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.land-reviews__text {
  margin: 5px 0 0 0;
  color: #191919;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.land-action {
  overflow: hidden;
  padding: 40px 0 50px 0;
}
.land-action__title {
  color: #fff;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 30;
}
.land-action__timer-wrapper {
  margin: 15px auto 0 auto;
  max-width: 265px;
  width: 100%;
}
.land-action__timer {
  font-family: "Inter", sans-serif;
  margin: 15px auto 20px auto;
  border-radius: 15px;
  border: 2px solid #c4e9fd;
  background-color: #658da9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 265px;
  width: 100%;
  padding: 10px;
  position: relative;
  z-index: 30;
}
.land-action__timer .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
  font-size: 12px;
  line-height: normal;
  color: #fff;
  text-align: center;
  width: 57px;
}
.land-action__timer .col div {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.land-action__form {
  position: relative;
  z-index: 30;
  max-width: 312px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.land-action__input {
  border-radius: 5px;
  border: 1px solid rgba(80, 80, 80, 0.5);
  background: #fff;
  padding: 16px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 40px;
}
.land-action__input::-moz-placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.land-action__input::placeholder {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.land-action__btn {
  margin: 6px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 100px;
  background: #fb4333;
  transition: all 0.3s ease 0s;
  color: #f9f9f9;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.land-circle {
  padding: 40px 0 50px 0;
}
.land-circle__title {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.land-circle__form {
  margin: 10px 0 0 0;
}/*# sourceMappingURL=style.css.map */