@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

html {
  font-size: 100% }

@media (max-width: 1280px) {
  html {
    font-size: 87.5% }
}

body {
  position: relative;
  min-width: 380px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  background: black;
  overflow-x: hidden }

img {
  max-width: 100%;
  height: auto }

.container {
  width: 100%;
  max-width: 1180px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto }

@media (max-width: 1280px) {
  .container {
    max-width: 560px }
}

.section {
  position: relative;
  padding: 5.625rem 0;
  overflow: hidden }
.section.is-intro {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background: url('../img/intro.jpg') center/cover }
.section.is-intro::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  background: #926100 }
.section.is-gallery {
  background: #926100 }
.section.is-content {
  background: #111 }
.section.is-contact {
  color: black;
  background: #feb728 }

@media (max-width: 1280px) {
  .section {
    padding: 3.5rem 0 }
  .section.is-intro {
    padding-top: 5rem;
    padding-bottom: 1.25rem }
  .section.is-intro::before {
    height: 15rem }
}

.heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.25rem }
.heading.with-underline {
  margin-bottom: 1.875rem }
.heading.with-underline::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 0.125rem;
  margin: 0.625rem auto 0;
  background: #feb728 }

@media (max-width: 1280px) {
  .heading {
    font-size: 2.125rem;
    margin-bottom: 1.5rem }
}

.content {
  width: 100% }
.content.is-center {
  max-width: 48rem;
  text-align: center;
  margin: 0 auto }
.content p,
.content ul,
.content ol {
  margin-top: 0;
  margin-bottom: 1.125rem }
.content :last-child {
  margin-bottom: 0 }

.hero {
  position: relative }
.hero-header {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem }
.hero-header h1 {
  font-size: 4.25rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.5rem }
.hero-header span {
  color: #feb728 }
.hero-image {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateY(-45%) }
.hero-image img {
  max-width: 46.25rem }
.hero-footer {
  max-width: 24rem;
  margin-top: 3.125rem }

@media (max-width: 1280px) {
  .hero-header {
    margin-bottom: 1.25rem }
  .hero-header h1 {
    font-size: 2.75rem }
  .hero-image {
    position: static;
    top: initial;
    left: initial;
    display: flex;
    margin-top: 0.75rem;
    transform: none }
  .hero-image img {
    max-width: 100% }
  .hero-footer {
    max-width: 100%;
    margin-top: 0 }
}

.checklist {
  font-size: 1rem;
  line-height: 1.2;
  list-style: none;
  padding-left: 0 }
.checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.75rem }
.checklist li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  background: url('../img/icons/check.svg') no-repeat center/contain }

.contactbox {
  color: black;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background: #feb728;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1) }
.contactbox-caption {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.75rem }

@media (max-width: 1280px) {
  .contactbox {
    color: inherit;
    padding: 0;
    background: none;
    box-shadow: none }
  .contactbox-caption {
    display: none }
}

.contact {
  list-style: none;
  padding: 0;
  margin: 0 }
.contact.is-center {
  text-align: center }
.contact-item {
  margin-bottom: 0.25rem }
.contact-item:last-child {
  margin-bottom: 0 }
.contact-link {
  display: inline-block;
  color: inherit;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none }
.contact-link.is-phone {
  position: relative;
  padding-left: 2.75rem }
.contact-link.is-phone::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  background: url('../img/icons/phone.svg') no-repeat center/contain }

@media (max-width: 1280px) {
  .contact-item {
    max-width: 20rem;
    color: black;
    padding: 1rem;
    text-align: left;
    border-radius: 0.25rem;
    margin: 0 auto 0.5rem;
    background: #feb728;
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1) }
  .contact-link {
    font-size: 1.75rem }
  .contact-link.is-phone {
    padding-left: 2.5rem }
  .contact-link.is-phone::before {
    width: 1.75rem;
    height: 1.75rem }
}

.slick-list {
  width: 34rem;
  max-width: 100%;
  margin: 0 auto;
  overflow: visible !important; }
.slick-slide {
  transition: all 250ms ease !important }
.slick-slide.is-prev {
  transform: translateX(-13.25rem) scale(0.8);
  transform-origin: left;
  opacity: 0.75 !important }
.slick-slide.is-next {
  transform: translateX(13.25rem) scale(0.8);
  transform-origin: right;
  opacity: 0.75 !important }
.slick-slide.slick-active {
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.2);
  transform: translateX(0) scale(1);
  opacity: 1 !important }
.slick-media {
  position: relative }
.slick-media::before {
  content: '';
  display: block;
  padding-top: calc(3 / 4 * 100%) }
.slick-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover }
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 3rem;
  height: 3rem;
  color: black;
  font-size: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: white;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10 }
.slick-arrow.slick-disabled {
  opacity: 0.5;
  pointer-events: none }
.slick-arrow.slick-prev {
  left: 0 }
.slick-arrow.slick-next {
  right: 0 }
.slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  background: url('../img/icons/arrow.svg') no-repeat center/contain }
.slick-arrow.slick-prev::before {
  transform: translate(-50%, -50%) rotateZ(-90deg) }
.slick-arrow.slick-next::before {
  transform: translate(-50%, -50%) rotateZ(90deg) }

@media (max-width: 1280px) {
  .slick-list {
    max-width: 20rem }
  .slick-slide.is-prev {
    transform: translateX(-8.5rem) scale(0.8) }
  .slick-slide.is-next {
    transform: translateX(8.5rem) scale(0.8) }
  .slick-arrow {
    display: none !important }
}

.footer {
  position: relative;
  text-align: center;
  padding: 2rem 0 }

@media (max-width: 1280px) {
  .footer {
    padding: 1.75rem 0 }
}

.copyright {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2 }

.scrolltop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: white;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  transition: opacity 250ms ease;
  cursor: pointer;
  z-index: 100;
  opacity: 0 }
.scrolltop.is-visible {
  opacity: 1 }
.scrolltop::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1rem;
  height: 1rem;
  transform: translate(-50%, -50%);
  background: url('../img/icons/arrow.svg') no-repeat center/contain }

@media (max-width: 1280px) {
  .scrolltop {
    right: 0.75rem;
    bottom: 0.75rem;
    width: 3rem;
    height: 3rem }
  .scrolltop::before {
    width: 0.75rem;
    height: 0.75rem }
}






.wrapp{display:flex}
.imagesBox{width:25%;
  text-align:center;
  float: left;
}
.imagesBox img{

  width: 80%;

}