.section {
  position: relative; }
  .section:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 1;
    left: calc(50% - 18px);
    top: 60px;
    background-image: url(../img/divider.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }

#about {
  padding: 140px 0 80px;
  text-align: center; }
  #about .items {
    word-spacing: -0.3em;
    text-align: center; }
  #about .item {
    display: inline-block;
    width: calc(100% / 3 - 60px);
    max-width: 300px;
    margin: 30px;
    word-spacing: 0;
    font-style: italic; }
    #about .item:hover img {
      top: -8px; }
    #about .item:hover span {
      top: -8px; }
    #about .item:last-of-type img {
      width: 90px;
      height: 90px; }
    #about .item img {
      display: block;
      height: 80px;
      width: 80px;
      position: relative;
      top: 0;
      margin: 0 auto 20px;
      transition: top .3s ease; }
    #about .item span {
      position: relative;
      top: 0;
      transition: top .2s ease; }

#decorative {
  padding-top: 100px;
  background-color: #f7f7f7;
  background-image: url(../img/background-divider.svg);
  background-size: 300px 300px; }
  @media all and (min-width: 1280px) {
    #decorative {
      padding: 120px 0 30px; } }
  @media all and (max-width: 1280px) {
    #decorative .wrp {
      max-width: 640px; } }
  #decorative:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #f7f7f7 50%, transparent 70%);
    pointer-events: none; }
  #decorative .wrp {
    position: relative;
    z-index: 1; }
  #decorative .wrp > section {
    padding-bottom: 50px; }
    @media all and (min-width: 1280px) {
      #decorative .wrp > section {
        float: left;
        width: 50%; }
        #decorative .wrp > section:first-of-type {
          padding-right: 30px;
          text-align: right; }
        #decorative .wrp > section:last-of-type {
          padding-left: 30px;
          text-align: left; } }
    #decorative .wrp > section h2 {
      position: relative; }
    #decorative .wrp > section .show-all .btn.def {
      height: 40px;
      margin-top: 40px;
      border: 2px solid #70060e;
      line-height: 36px;
      text-transform: uppercase; }
  #decorative #events .event {
    list-style: none;
    position: relative;
    margin-bottom: 18px;
    padding: 35px 0 20px;
    border-bottom: 1px solid #e8e8e8; }
    #decorative #events .event time {
      position: absolute;
      top: 0;
      left: 0;
      line-height: 20px;
      font-size: 20px;
      font-weight: 600;
      font-style: italic; }
    #decorative #events .event h3 {
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 600;
      color: #7d0c14; }
    #decorative #events .event .params li {
      list-style: none;
      display: inline-block;
      margin: 0 0 10px 20px; }
    #decorative #events .event .btn.def {
      height: 35px;
      margin-top: 10px;
      background-image: linear-gradient(to right, #7d0c14, #640007 50%, #7d0c14);
      background-position: center left;
      background-size: 200% 100%;
      line-height: 35px;
      font-size: 14px;
      font-weight: 600;
      color: white;
      transition: background-position .3s ease; }
      #decorative #events .event .btn.def:hover {
        background-position: center right; }
  @media all and (max-width: 1280px) {
    #decorative #events .show-all .btn.def {
      margin-top: 20px; } }
  #decorative #interior {
    /*@media all and (max-width: 1280px){
        text-align: center;
    }*/ }
    #decorative #interior .glr {
      max-width: 620px;
      margin: auto auto; }
      @media all and (min-width: 490px) {
        #decorative #interior .glr .space.mobile {
          display: none; } }
      @media all and (max-width: 490px) {
        #decorative #interior .glr .space.desktop {
          display: none; } }
      #decorative #interior .glr .space.vertical {
        float: left;
        width: 20px;
        height: calc((600px) * 4 / 9); }
      #decorative #interior .glr .space.horizontal {
        float: left;
        width: 100%;
        height: 20px; }
      #decorative #interior .glr .container {
        float: left;
        height: calc((600px) * 4 / 9); }
        #decorative #interior .glr .container.big {
          width: calc(200% / 3 - 10px); }
          @media all and (max-width: 490px) {
            #decorative #interior .glr .container.big {
              width: 100%; } }
          #decorative #interior .glr .container.big .photo-container {
            width: 100%;
            height: 100%; }
        #decorative #interior .glr .container.small {
          width: calc(100% / 3 - 10px); }
          @media all and (max-width: 490px) {
            #decorative #interior .glr .container.small {
              width: calc(50% - 10px); } }
          #decorative #interior .glr .container.small .photo-container {
            width: 100%;
            height: calc(50% - 10px); }
      #decorative #interior .glr .photo-container {
        float: left;
        position: relative; }
        #decorative #interior .glr .photo-container:after {
          content: "";
          display: block;
          width: 46px;
          height: 46px;
          position: absolute;
          z-index: 1;
          bottom: 5px;
          right: 20px;
          border-radius: 23px;
          background-color: #70060e;
          background-image: url(../img/zoom.svg);
          background-position: center center;
          background-size: 34px 34px;
          opacity: 0;
          transition: all .4s ease; }
        #decorative #interior .glr .photo-container:hover:after {
          opacity: 1;
          bottom: 20px; }
        #decorative #interior .glr .photo-container:hover img {
          box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.22); }
        #decorative #interior .glr .photo-container img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          transform: none;
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.18);
          transition: all .4s ease;
          cursor: pointer; }
  #decorative .btn-container {
    clear: both;
    text-align: center;
    word-spacing: -0.3em;
    padding-bottom: 30px; }
    #decorative .btn-container .show-all {
      display: inline-block;
      padding: 0 30px;
      word-spacing: 0; }
      #decorative .btn-container .show-all .btn.def {
        height: 40px;
        border: 2px solid #70060e;
        line-height: 36px;
        text-transform: uppercase; }
    @media all and (max-width: 1279px) {
      #decorative .btn-container {
        display: none; } }
  @media all and (min-width: 1280px) {
    #decorative .show-all {
      display: none; } }

.lightbox {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1; }
  .lightbox.active {
    display: block; }
  .lightbox button {
    display: block;
    background: none;
    text-align: center;
    border: 0;
    color: white;
    cursor: pointer; }
  .lightbox .exit {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 30px;
    font-size: 25px; }
    .lightbox .exit span {
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      border-radius: 1px;
      background: white; }
      .lightbox .exit span:first-of-type {
        top: calc(50% - 2px);
        transform: rotate(45deg); }
      .lightbox .exit span:last-of-type {
        bottom: calc(50% - 2px);
        transform: rotate(-45deg); }
  .lightbox .previous {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 50px;
    font-size: 40px; }
    .lightbox .previous .sipka {
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      border-left: 3px solid white;
      border-bottom: 3px solid white; }
  .lightbox .next {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 50px;
    font-size: 40px; }
    .lightbox .next .sipka {
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      border-right: 3px solid white;
      border-bottom: 3px solid white; }
  .lightbox .full {
    max-height: calc(100% - 140px);
    max-width: calc(100% - 100px);
    position: absolute;
    left: 50%;
    top: calc(50% - 55px);
    transform: translate(-50%, -50%); }
  .lightbox .lightbox-gallery {
    height: 110px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    background: #323232;
    word-spacing: -0.30em; }
    .lightbox .lightbox-gallery .lightbox-gallery-slider {
      white-space: nowrap;
      overflow: hidden;
      transition: left .5s ease;
      position: absolute;
      bottom: 0;
      left: 0; }
    .lightbox .lightbox-gallery .img {
      display: inline-block;
      height: 90px;
      width: 160px;
      margin: 10px;
      padding: 4px;
      border: 4px solid #646464;
      background-color: #646464;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer; }
      .lightbox .lightbox-gallery .img.active {
        padding: 0;
        border: 4px solid red; }

#featured-products .show-all, #news .show-all, #newsletter .show-all {
  padding-top: 40px;
  text-align: center; }
  #featured-products .show-all .btn.def, #news .show-all .btn.def, #newsletter .show-all .btn.def {
    height: 40px;
    background-image: linear-gradient(to top, #7d0c14, #640007 50%, #7d0c14);
    background-position: bottom center;
    background-size: 100% 200%;
    line-height: 40px;
    text-transform: uppercase;
    color: white;
    transition: background-position .6s ease; }
    #featured-products .show-all .btn.def:hover, #news .show-all .btn.def:hover, #newsletter .show-all .btn.def:hover {
      background-position: top center; }

#featured-products {
  padding: 50px 0;
  border-bottom: 1px solid #e8e8e8; }
  @media all and (min-width: 1280px) {
    #featured-products {
      padding: 120px 0 70px; } }
  #featured-products .carousel {
    width: 1300px;
    overflow: hidden;
    position: relative;
    margin: auto auto;
    padding: 0 20px; }
    #featured-products .carousel:before, #featured-products .carousel:after {
      content: "";
      height: 100%;
      width: 20px;
      position: absolute;
      z-index: 1;
      top: 0;
      background: white; }
    #featured-products .carousel:before {
      left: 0; }
    #featured-products .carousel:after {
      right: 0; }
    @media all and (min-width: 1321px) {
      #featured-products .carousel {
        transform: translateX(-20px); } }
    @media all and (max-width: 1320px) {
      #featured-products .carousel {
        width: 985px; } }
    @media all and (max-width: 1000px) {
      #featured-products .carousel {
        width: 670px; } }
    @media all and (max-width: 680px) {
      #featured-products .carousel {
        width: 355px;
        max-width: 100vw; } }
    @media all and (max-width: 360px) {
      #featured-products .carousel {
        transform: translateX(calc((100vw - 360px) / 2)); } }
    @media all and (max-width: 340px) {
      #featured-products .carousel {
        transform: translateX(-10px); } }
    #featured-products .carousel .item-container {
      width: auto;
      white-space: nowrap;
      position: relative;
      left: 0;
      padding: 20px 0;
      word-spacing: -0.3em;
      pointer-events: none;
      transition: left .8s ease; }
      #featured-products .carousel .item-container .carousel-item {
        display: inline-block;
        vertical-align: top;
        width: 315px;
        position: relative;
        white-space: normal;
        word-spacing: 0;
        pointer-events: all; }
        @media all and (max-width: 355px) {
          #featured-products .carousel .item-container .carousel-item {
            width: calc(100vw - 40px); } }
    #featured-products .carousel .controls {
      width: 100%;
      height: 36px;
      position: absolute;
      z-index: 2;
      top: calc(50% - 18px);
      transform: translateX(-20px); }
      #featured-products .carousel .controls button {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        border-radius: 18px;
        background: #7d0c14; }
        #featured-products .carousel .controls button.prev {
          left: 0px; }
          #featured-products .carousel .controls button.prev span {
            right: 12px;
            transform: rotate(45deg);
            border-left: 2px solid white; }
        #featured-products .carousel .controls button.next {
          right: 0px; }
          #featured-products .carousel .controls button.next span {
            left: 12px;
            transform: rotate(-45deg);
            border-right: 2px solid white; }
        #featured-products .carousel .controls button span {
          width: 10px;
          height: 10px;
          position: absolute;
          top: calc(50% - 5px);
          border-bottom: 2px solid white; }
  #featured-products .product {
    display: inline-block;
    height: 470px;
    position: relative;
    padding: 28px 28px 58px;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    transition: box-shadow .3s ease; }
  #featured-products .product:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
    background-color: #6d0008;
    background-image: url(../img/zoom.svg);
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .3s ease; }
  #featured-products .product:hover {
    z-index: 2;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.08); }
    #featured-products .product:hover:after {
      opacity: 1; }
  #featured-products .product img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: contain; }
  #featured-products .product h3 {
    margin: 8px 0;
    font-weight: 600;
    font-size: 18px;
    color: #7d0c14; }
  #featured-products .product p {
    line-height: 22px;
    font-size: 14px;
    font-style: italic; }
  #featured-products .product .price {
    position: absolute;
    bottom: 28px;
    right: 28px;
    line-height: 22px;
    font-size: 22px;
    font-weight: 600;
    color: #6d0008; }
  #featured-products h2 {
    text-align: center; }

#news {
  padding: 50px 0;
  text-align: center; }
  @media all and (min-width: 1280px) {
    #news {
      padding: 120px 0 70px; } }
  #news .articles {
    word-spacing: -0.3em; }
  #news article {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 15px;
    border-left: 1px solid #e8e8e8;
    word-spacing: 0;
    text-align: left; }
    @media all and (max-width: 1120px) {
      #news article {
        width: 50%; } }
    @media all and (max-width: 600px) {
      #news article {
        width: 100%; } }
    #news article time {
      font-size: 20px;
      font-weight: 600;
      font-style: italic;
      color: #7d0c14; }
    #news article h3 {
      margin: 10px 0;
      text-decoration: underline;
      font-size: 20px; }

#newsletter {
  padding: 50px 0;
  border-top: 1px solid #e8e8e8;
  text-align: center; }
  @media all and (min-width: 1280px) {
    #newsletter {
      padding: 100px 0 70px; } }
  #newsletter input {
    display: block;
    width: 300px;
    height: 40px;
    margin: auto auto;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #f7f7f7; }
  #newsletter .show-all {
    padding-top: 20px; }

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