.project-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
}
.project-slider .swiper-slide {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #111;
  height: calc(100vh - 48px);
}
@media (min-width: 768px) {
  .project-slider .swiper-slide {
    height: calc(100vh - 56px);
  }
}
@media (min-width: 1024px) {
  .project-slider .swiper-slide {
    height: calc(100vh - 64px);
  }
}
@media (min-width: 1440px) {
  .project-slider .swiper-slide {
    height: calc(100vh - 72px);
  }
}
.project-slider .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  transform: translateZ(0);
}
.project-slider .media span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.project-slider .project-slider__content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 48px;
  width: 100%;
  height: 50%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
@media (min-width: 768px) {
  .project-slider .project-slider__content {
    padding: 56px;
  }
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content {
    padding: 64px;
  }
}
@media (min-width: 1440px) {
  .project-slider .project-slider__content {
    padding: 72px;
  }
}
.project-slider .project-slider__content h3 {
  margin: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .project-slider .project-slider__content h3 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content h3 {
    font-size: 16px;
  }
}
@media (min-width: 1440px) {
  .project-slider .project-slider__content h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .project-slider .project-slider__content h3 {
    font-size: 29.75px;
  }
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content h3 {
    font-size: 35.5555555556px;
  }
}
@media (min-width: 1440px) {
  .project-slider .project-slider__content h3 {
    font-size: 39.6px;
  }
}
.project-slider .project-slider__content a {
  position: relative;
  align-self: baseline;
  align-items: center;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  background-color: #000000;
  color: white;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
  height: 31.968px;
  margin: 24px 0 0;
  padding: 0 48px 0 24px;
}
.project-slider .project-slider__content a:before {
  content: "\e950";
  font-family: "icomoon";
  -webkit-font-smoothing: antialiased;
  text-transform: none;
}
@media (min-width: 768px) {
  .project-slider .project-slider__content a {
    height: 37.296px;
  }
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content a {
    height: 42.624px;
  }
}
@media (min-width: 1440px) {
  .project-slider .project-slider__content a {
    height: 47.952px;
  }
}
@media (min-width: 768px) {
  .project-slider .project-slider__content a {
    margin: 28px 0 0;
  }
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content a {
    margin: 32px 0 0;
  }
}
@media (min-width: 1440px) {
  .project-slider .project-slider__content a {
    margin: 36px 0 0;
  }
}
@media (min-width: 768px) {
  .project-slider .project-slider__content a {
    padding: 0 56px 0 28px;
  }
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content a {
    padding: 0 64px 0 32px;
  }
}
@media (min-width: 1440px) {
  .project-slider .project-slider__content a {
    padding: 0 72px 0 36px;
  }
}
.project-slider .project-slider__content a:before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 48px;
  position: absolute;
  right: 0;
}
@media (min-width: 768px) {
  .project-slider .project-slider__content a:before {
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content a:before {
    width: 64px;
  }
}
@media (min-width: 1440px) {
  .project-slider .project-slider__content a:before {
    width: 72px;
  }
}
.project-slider .project-slider__content a:active {
  background-color: #222222;
  color: white;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  transition-property: background-color, color;
}
@media (min-width: 1024px) {
  .project-slider .project-slider__content a:hover {
    background-color: #111111;
    color: white;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
  }
}

* {
  box-sizing: border-box !important;
}

.footer-first,
.field.field--name-portfolio-type.field--type-entity-reference.field--label-hidden,
.field.field--name-image-preview-off.field--type-entity-reference.field--label-hidden,
.field.field--name-image-preview-on.field--type-entity-reference.field--label-hidden,
.field.field--name-portfolio-type.field--type-entity-reference.field--label-hidden {
  display: none;
}

body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "latolight", sans-serif;
  font-weight: normal;
  font-size: 13.7142857143px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  body {
    font-size: 14.875px;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #C6892F;
  text-decoration: none;
}
a:hover {
  color: #A97322;
  text-decoration: none;
}
a:active {
  color: #8B5E1C;
  text-decoration: none;
}

p {
  font-family: "latolight", sans-serif;
  font-weight: normal;
  font-size: 13.7142857143px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  p {
    font-size: 14.875px;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "dosisextralight", sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  font-weight: 200;
}

h1 {
  font-size: 27.4285714286px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 42.6666666667px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 50.4px;
  }
}

h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 29.75px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 35.5555555556px;
  }
}
@media (min-width: 1440px) {
  h2 {
    font-size: 39.6px;
  }
}

h3 {
  font-size: 20.5714285714px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24.5px;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 28.4444444444px;
  }
}
@media (min-width: 1440px) {
  h3 {
    font-size: 32.4px;
  }
}

h4 {
  font-size: 17.1428571429px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 23.1111111111px;
  }
}
@media (min-width: 1440px) {
  h4 {
    font-size: 25.2px;
  }
}

h5 {
  font-size: 15.4285714286px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 17.5px;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 19.5555555556px;
  }
}

h6 {
  font-size: 13.7142857143px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 15.75px;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 17.7777777778px;
  }
}

video {
  width: 100%;
  height: auto;
}

.portfolio-item__image {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.portfolio-item__image span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.user.toggler,
.search.toggler,
#block-cart,
#block-mess-socialnetworks,
#block-mess-wishlistitemcount,
div.main-menu,
.nav.toggler {
  display: none;
}
/*# sourceMappingURL=style.css.map */