#lay-nav {
  width: 100%;
  position: relative;
  margin: auto auto;
  background: white;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1); }
  #lay-nav .nav-side {
    height: 100px;
    position: relative; }
    @media all and (max-width: 1000px) {
      #lay-nav .nav-side {
        height: 80px; } }
    #lay-nav .nav-side.left {
      float: left;
      max-width: 120px; }
    #lay-nav .nav-side.right {
      float: right;
      max-width: calc(100% - 120px); }
  #lay-nav #logo {
    height: 100px;
    width: 100%; }
    @media all and (max-width: 1000px) {
      #lay-nav #logo {
        height: 80px;
        margin: 5px; } }
    #lay-nav #logo img {
      height: 100%;
      max-width: 100%;
      object-fit: contain;
      object-position: center center; }
  #lay-nav .resp-menu {
    float: left;
    position: relative;
    top: calc(50% - 10px); }
    @media all and (min-width: 1000px) {
      #lay-nav .resp-menu {
        top: 50%;
        transform: translateY(-50%); } }
    #lay-nav .resp-menu .menu-content {
      position: relative;
      white-space: nowrap;
      word-spacing: calc(1px - 0.3em); }
      @media all and (max-width: 1000px) {
        #lay-nav .resp-menu .menu-content {
          height: 100%;
          width: 100%;
          position: fixed;
          z-index: 10;
          top: 0;
          left: 100%;
          transform: none;
          padding-top: 60px;
          background: white;
          transition: transform .8s ease;
          overflow: scroll; } }
  @media all and (max-width: 1000px) and (max-height: 500px) {
    #lay-nav .resp-menu .menu-content {
      padding-top: 50px; } }

      #lay-nav .resp-menu .menu-content .item {
        display: inline-block;
        height: 100%;
        position: relative;
        padding: 0 15px;
        word-spacing: 0;
        background: white; }
        @media all and (min-width: 1001px) {
          #lay-nav .resp-menu .menu-content .item a {
            position: relative; }
            #lay-nav .resp-menu .menu-content .item a:after {
              content: "";
              display: block;
              width: 1px;
              height: calc(100% - 16px);
              position: absolute;
              left: calc(100% + 14px);
              top: 8px;
              background: black; } }
        @media all and (max-width: 1000px) {
          #lay-nav .resp-menu .menu-content .item {
            display: block;
            width: 100%;
            height: auto;
            margin: 15px 0;
            padding: 0 10px;
            text-align: center;
            line-height: 30px;
            font-size: 20px; } }
  @media all and (max-width: 1000px) and (max-height: 500px) {
    #lay-nav .resp-menu .menu-content .item {
      line-height: 22px;
      padding: 12px 8px; } }

  @media all and (max-width: 1000px) and (max-height: 500px) and (min-width: 500px) {
    #lay-nav .resp-menu .menu-content .item {
      float: left;
      width: 50%; } }

        #lay-nav .resp-menu .menu-content .item.active a {
          font-weight: 600; }
        #lay-nav .resp-menu .menu-content .item a {
          display: block;
          position: relative;
          line-height: 30px; }
          #lay-nav .resp-menu .menu-content .item a:hover {
            text-align: underline; }
          @media all and (max-width: 1000px) {
            #lay-nav .resp-menu .menu-content .item a {
              display: inline-block; } }
    #lay-nav .resp-menu .hmb {
      float: left;
      height: 21px;
      width: 30px;
      position: relative;
      z-index: 11;
      border: 0;
      background: 0;
      transition: transform .5s ease; }
      @media all and (min-width: 1000px) {
        #lay-nav .resp-menu .hmb {
          display: none; } }
      #lay-nav .resp-menu .hmb span {
        display: block;
        height: 3px;
        width: 90%;
        position: absolute;
        left: 0;
        background: black; }
        #lay-nav .resp-menu .hmb span:nth-of-type(1) {
          top: 0;
          transform-origin: top left;
          transition: left .5s ease, transform .5s ease; }
        #lay-nav .resp-menu .hmb span:nth-of-type(2) {
          top: 9px;
          left: 0;
          transition: width .3s ease, left .3s ease; }
        #lay-nav .resp-menu .hmb span:nth-of-type(3) {
          bottom: 0;
          transform-origin: bottom left;
          transition: left .5s ease, transform .5s ease; }
    @media all and (max-width: 1000px) {
      #lay-nav .resp-menu.active .menu-content {
        transform: translateX(-100%); }
      #lay-nav .resp-menu.active .hmb {
        transform: rotate(180deg); }
        #lay-nav .resp-menu.active .hmb span:nth-of-type(1) {
          transform: rotate(45deg);
          left: 5px; }
        #lay-nav .resp-menu.active .hmb span:nth-of-type(2) {
          width: 0;
          left: 15px; }
        #lay-nav .resp-menu.active .hmb span:nth-of-type(3) {
          left: 5px;
          transform: rotate(-45deg); } }
  #lay-nav .lone-link {
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 15px; }
    #lay-nav .lone-link.active {
      font-weight: 600; }
  #lay-nav #kosik-link {
    position: relative; }
    #lay-nav #kosik-link img {
      width: 22px;
      height: 22px;
      object-fit: contain;
      vertical-align: middle; }
    #lay-nav #kosik-link .amount {
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 5px;
      right: 6px;
      border-radius: 12px;
      background: #6b040c;
      line-height: 20px;
      text-align: center;
      font-weight: 400;
      font-size: 13px;
      color: white; }

.breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid gainsboro;
  word-spacing: -0.3em;
  font-size: 14px; }
  @media all and (max-width: 1300px) {
    .breadcrumb {
      width: calc(100% - 20px);
      margin-left: 10px; } }
  .breadcrumb .branch {
    display: inline-block;
    position: relative; }
    .breadcrumb .branch:not(.root) {
      padding-left: 15px; }
      .breadcrumb .branch:not(.root):before {
        content: "";
        display: block;
        width: 2px;
        height: calc(100% - 8px);
        position: absolute;
        top: calc(50% - 5px);
        left: 7px;
        background: #864246; }
    .breadcrumb .branch a {
      word-spacing: 0;
      text-decoration: none; }
    .breadcrumb .branch .this {
      position: relative;
      word-spacing: 0; }
      .breadcrumb .branch .this:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        background: black; }

.slider .slider-item {
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease; }
  .slider .slider-item.active {
    opacity: 1;
    pointer-events: all; }

#lay-hdr {
  width: 100%;
  max-width: 1920px;
  height: 531px;
  position: relative;
  margin: auto auto; }
  #lay-hdr.page {
    height: 230px; }
  #lay-hdr #bg-slider {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #lay-hdr .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }
  #lay-hdr .wrp {
    height: 100%;
    position: relative; }
    #lay-hdr .wrp #headings-slider {
      width: calc(100% - 20px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 10px; }
    #lay-hdr .wrp .heading {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      color: white; }
      #lay-hdr .wrp .heading h2 {
        font-size: 62px;
        font-weight: 600;
        font-style: italic; }
      #lay-hdr .wrp .heading p {
        margin-top: 10px;
        line-height: 35px;
        font-size: 22px; }
      #lay-hdr .wrp .heading .btn.def {
        height: 50px;
        margin-top: 35px;
        background-image: linear-gradient(to right, #7d0c14, #640007 50%, #7d0c14);
        background-position: center left;
        background-size: 200% 100%;
        line-height: 50px;
        text-transform: uppercase;
        color: white;
        transition: background-position .6s ease; }
        #lay-hdr .wrp .heading .btn.def:hover {
          background-position: center right; }
  #lay-hdr .controls {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%); }
    #lay-hdr .controls button {
      display: block;
      width: 16px;
      height: 16px;
      position: relative;
      margin: 5px 0; }
    #lay-hdr .controls .arrow span {
      display: block;
      width: 9px;
      height: 9px;
      position: absolute;
      top: 4px;
      left: 4px;
      border-left: 1px solid white; }
    #lay-hdr .controls .arrow.prev span {
      border-top: 1px solid white;
      transform: rotate(45deg); }
    #lay-hdr .controls .arrow.next span {
      border-bottom: 1px solid white;
      transform: rotate(-45deg); }
    #lay-hdr .controls .set-slide-btn span {
      display: block;
      width: 13px;
      height: 13px;
      position: absolute;
      top: 2px;
      left: 2px;
      border: 1px solid white;
      border-radius: 6px; }
    #lay-hdr .controls .set-slide-btn.active span {
      background: white; }

#lay-ftr {
  padding: 70px 0 10px;
  background-image: url(../img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  #lay-ftr .cols {
    position: relative;
    word-spacing: -0.3em; }
    #lay-ftr .cols .col-3 {
      display: inline-block;
      vertical-align: top;
      width: calc(100% / 3);
      position: relative;
      word-spacing: 0; }
      @media all and (max-width: 1000px) {
        #lay-ftr .cols .col-3 {
          width: 50%;
          margin-bottom: 40px; } }
      @media all and (max-width: 600px) {
        #lay-ftr .cols .col-3 {
          width: 100%;
          margin-bottom: 30px; } }
      #lay-ftr .cols .col-3#ftr-contact div:first-of-type {
        margin-bottom: 20px; }
      #lay-ftr .cols .col-3 h3 {
        margin-bottom: 24px;
        font-size: 28px;
        font-weight: 600;
        font-style: italic;
        color: #024f26; }
      #lay-ftr .cols .col-3 ul {
        list-style: none; }
        #lay-ftr .cols .col-3 ul li {
          position: relative; }
          #lay-ftr .cols .col-3 ul li a {
            display: block;
            max-width: calc(100% - 20px);
            position: relative;
            left: 0;
            padding: 5px 0;
            padding-left: 16px;
            line-height: 24px;
            text-decoration: none;
            color: black;
            transition: left .5s ease; }
            #lay-ftr .cols .col-3 ul li a:before {
              box-sizing: border-box;
              content: "";
              width: 8px;
              height: 8px;
              position: absolute;
              top: calc(50% - 4px);
              left: 0;
              transform: rotate(45deg);
              border: 3px solid #9e9e9e;
              border-radius: 3px; }
            #lay-ftr .cols .col-3 ul li a:hover {
              left: 10px;
              text-decoration: underline; }
      #lay-ftr .cols .col-3 p img {
        vertical-align: middle;
        width: 25px;
        height: 18px;
        object-fit: contain;
        object-position: left center;
        position: relative;
        top: -1px; }
      #lay-ftr .cols .col-3 #ftr-map {
        width: 100%;
        height: 280px;
        background: white; }
  #lay-ftr .credit {
    margin-top: 50px; }
    #lay-ftr .credit p {
      margin-top: 20px;
      text-align: center; }
      #lay-ftr .credit p img {
        height: 20px;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin: 0 2px; }
    @media all and (min-width: 1200px) {
      #lay-ftr .credit .owner {
        float: left; }
      #lay-ftr .credit .creator {
        float: right; } }

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