.huntastic {
  font-family: "Titillium Web", serif;
}
.huntastic .huntastic__container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px;
}
.huntastic .huntastic__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.huntastic .required {
  color: darkorange;
}
.huntastic .huntastic__single-hunt {
  padding: 30px 0 60px;
}
.huntastic .huntastic__single-hunt .single-hunt__title {
  margin-bottom: 30px;
}
.huntastic .huntastic__single-hunt .single-hunt__title h1 {
  margin: 0 0 10px;
  font-family: "Oswald", serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 57px;
  text-transform: uppercase;
}
.huntastic .huntastic__single-hunt .single-hunt__title .icons {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
}
.huntastic .huntastic__single-hunt .single-hunt__title .icons li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.huntastic .huntastic__single-hunt .single-hunt__title .icons li img {
  height: 36px;
}
.huntastic .huntastic__single-hunt .single-hunt__title .icons li:hover span {
  visibility: visible;
}
.huntastic .huntastic__single-hunt .single-hunt__title .icons li span {
  position: absolute;
  visibility: hidden;
  display: block;
  z-index: 10;
  top: 100%;
  left: 50%;
  width: 120px;
  padding: 5px 0;
  color: white;
  font-size: 12px;
  text-align: center;
  background: #1f1f1d;
  transform: translatex(-50%);
}
.huntastic .huntastic__single-hunt .single-hunt__title .icons li span::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  border: 5px solid transparent;
  border-bottom-color: #1f1f1d;
  transform: translatex(-50%);
}
.huntastic .huntastic__single-hunt .single-hunt__meta {
  display: flex;
  align-items: center;
}
.huntastic .huntastic__single-hunt .single-hunt__meta .hunt-meta__item {
  margin-right: 20px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  align-items: center;
}
.huntastic .huntastic__single-hunt .single-hunt__meta .hunt-meta__item:is(a) {
  color: #849E57;
}
.huntastic .huntastic__single-hunt .single-hunt__meta .hunt-meta__item:is(a) span {
  text-decoration: underline;
}
.huntastic .huntastic__single-hunt .single-hunt__meta .hunt-meta__item:is(a):hover span {
  text-decoration: none;
}
.huntastic .huntastic__single-hunt .single-hunt__meta .hunt-meta__item i {
  margin-right: 6px;
  color: #849E57;
  font-size: 20px;
  font-weight: 900;
}
.huntastic .huntastic__single-hunt .single-hunt__meta .hunt-meta__item svg {
  margin-right: 6px;
  width: 20px;
  height: 20px;
  color: #849E57;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery {
  margin-bottom: 30px;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery {
  display: flex;
  margin: -1px;
  overflow: hidden;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__item {
  position: relative;
  padding: 1px;
  width: 100%;
  height: 500px;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__item.gallery__item--first {
  width: 50%;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__item .gallery__item-image {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__item .gallery__item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__item .gallery__count {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 2;
  display: flex;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__box {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: normal;
}
.huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__box .gallery__item {
  width: 50%;
  height: 250px;
}
.huntastic .huntastic__single-hunt .single-hunt__row {
  display: flex;
  margin: 0 -15px;
}
.huntastic .huntastic__single-hunt .single-hunt__row .col {
  padding: 0 15px;
}
.huntastic .huntastic__single-hunt .single-hunt__row .col.col--left {
  width: 70%;
}
.huntastic .huntastic__single-hunt .single-hunt__row .col.col--right {
  width: 30%;
}
.huntastic .huntastic__single-hunt .single-hunt__box {
  padding: 20px;
  border: 1px solid #dedede;
  background-color: #FFFFFF;
}
.huntastic .huntastic__single-hunt .single-hunt__box.single-hunt__box--sticky {
  position: sticky;
  top: 20px;
}
.huntastic .huntastic__single-hunt .single-hunt__box .hunt-box__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
}
.huntastic .huntastic__single-hunt .single-hunt__box .button--box {
  display: block;
  width: calc(100% + 40px);
  margin: 0 -20px -20px;
  padding: 25px;
  color: #FFFFFF;
  font-family: "Titillium Web", serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 0;
  background-color: #849E57;
}
.huntastic .huntastic__single-hunt .single-hunt__outfitter {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.huntastic .huntastic__single-hunt .single-hunt__outfitter .outfitter__header {
  margin-bottom: 2px;
  color: #838383;
  font-size: 16px;
  font-weight: 500;
}
.huntastic .huntastic__single-hunt .single-hunt__outfitter .outfitter__name {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}
.huntastic .huntastic__single-hunt .single-hunt__outfitter .outfitter__address .address__item {
  display: flex;
  margin-bottom: 6px;
  font-size: 14px;
  align-items: center;
}
.huntastic .huntastic__single-hunt .single-hunt__outfitter .outfitter__address .address__item svg {
  margin-right: 6px;
  width: 18px;
  height: 18px;
}
.huntastic .huntastic__single-hunt .single-hunt__price {
  margin-bottom: 30px;
}
.huntastic .huntastic__single-hunt .single-hunt__price .hunt-price__prefix {
  margin-bottom: 5px;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
}
.huntastic .huntastic__single-hunt .single-hunt__price .value {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.huntastic .huntastic__single-hunt .hunt-about {
  margin-bottom: 30px;
  color: #1d2327;
  font-size: 16px;
  line-height: 30px;
}
.huntastic .huntastic__single-hunt .single-hunt__section {
  margin: 40px 0;
}
.huntastic .huntastic__single-hunt .single-hunt__section .hunt-section__title {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 700;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.huntastic .huntastic__single-hunt .single-hunt__others {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}
.huntastic .huntastic__single-hunt .listing-hunt-other {
  padding: 0 20px;
  width: 33.33333333%;
  height: 100%;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner {
  display: block;
  height: 100%;
  text-decoration: none;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__image {
  width: 100%;
  height: 200px;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__content {
  padding: 20px;
  border: 1px solid #dedede;
  background-color: #FFFFFF;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__content .listing-hunt__header {
  margin-bottom: 20px;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__content .listing-hunt__header .listing-hunt__title {
  margin: 0 0 10px;
  font-size: 27px;
  line-height: 35px;
  font-weight: 700;
  font-family: "Oswald", serif;
  text-transform: uppercase;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__content .listing-hunt__header .listing-hun__area {
  font-size: 16px;
  font-weight: 600;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__content .listing-hunt__price {
  color: #9b9b9b;
}
.huntastic .huntastic__single-hunt .listing-hunt-other .listing-hunt__inner .listing-hunt__content .listing-hunt__price .value {
  color: #1d2327;
  font-size: 18px;
  font-weight: 700;
  font-family: "Oswald", serif;
}

.huntastic__popup {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.huntastic__popup.huntastic__popup--show {
  display: flex;
}
.huntastic__popup .popup__dialog {
  width: 80vw;
  max-width: 1100px;
  background-color: #FFFFFF;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.huntastic__loader {
  position: fixed;
  z-index: 105;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.huntastic__loader.loading {
  display: flex;
}
.huntastic__loader img {
  width: 90px;
  height: 90px;
  animation: spin 3s linear infinite, bounce 1s infinite;
}
@keyframes spin {
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes bounce {
  50% {
    transform: translateY(-15px);
  }
}

/*# sourceMappingURL=front.css.map */

@media only screen and (max-width: 1024px) {
  .huntastic .huntastic__single-hunt .single-hunt__title h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .huntastic .huntastic__single-hunt .single-hunt__row {
    flex-direction: column-reverse;
  }
  .huntastic .huntastic__single-hunt .single-hunt__row .col.col--right,
  .huntastic .huntastic__single-hunt .single-hunt__row .col.col--left {
    width: 100%;
  }
  .huntastic .huntastic__single-hunt .single-hunt__box.single-hunt__box--sticky {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .huntastic .huntastic__single-hunt .single-hunt__others{
    margin: -10px;
  }
  .huntastic .huntastic__single-hunt .listing-hunt-other {
    padding: 10px;
    width: 100%;
  }
  .huntastic .huntastic__single-hunt .single-hunt__meta {
    display: block;
  }
  .huntastic .huntastic__single-hunt .single-hunt__meta .hunt-meta__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .huntastic .huntastic__single-hunt .single-hunt__gallery .gallery {
    flex-wrap: wrap;
  }
  .huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__item {
    width: 50%;
    height: 250px;
  }
  .huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__item.gallery__item--first {
    width: 100%;
  }
  .huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__box {
    width: 100%;
  }
  .huntastic .huntastic__single-hunt .single-hunt__gallery .gallery .gallery__box .gallery__item {
    height: 125px;
  }
  .huntastic .huntastic__single-hunt .single-hunt__outfitter .outfitter__name {
    font-size: 20px;
  }
  .huntastic .huntastic__single-hunt .single-hunt__box .hunt-box__title {
    font-size: 22px;
  }
  .huntastic .huntastic__single-hunt .single-hunt__price .value {
    font-size: 28px;
    line-height: 38px;
  }

  .huntastic__popup .popup__dialog {
    width: 95vw;
  }
}