
.filter {
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(rgba(40,45,32,.10), rgba(40,45,32,.10)),
    linear-gradient(
      to right,
      rgba(0,0,0,.75) 0%,
      rgba(8,10,6,.35) 45%,
      rgba(27,31,23,.18) 55%,
      rgba(27,31,23,.05) calc(100% - 450px),
      rgba(27,31,23,0) calc(100% - 300px)
    );
}

.filter.none{display:none;}
.filter.light{opacity:.45;}
.filter.military{opacity:1;}
.filter.dark{opacity:1.3;}

#burgerLine {display: none; width: 100%; float: left; background-color: #42442d; color: #d3c4a1;}

#header {width: 100%; float: left; padding: 0 50px; color:#d3c4a1; display: flex; justify-content: space-between; background-image: url("/images/header-bg.png"); background-repeat: repeat;}
#header .logo {display: flex; align-items: center;}
#header .logo img {max-height: 100px; padding: 15px 0;}
#header .logo .title {display: flex; flex-direction: column; margin-left: 20px;}
#header .logo .title .r1 {margin:0; font-family:"Bitter", serif; font-weight:600; font-size:36px; text-transform:uppercase; line-height:1; color:#d3c4a1; text-shadow: 0 1px 0 rgba(0,0,0,.35), 0 2px 8px rgba(0,0,0,.25);}
#header .logo .title .r2 {margin-top:2px; font-family:"Bitter", serif; font-size: 14px; font-weight: 400; color: #d3c4a1; text-transform: uppercase;}
#header .kontakt {display: flex; align-items: center;}
#header .kontakt svg {fill: #d3c4a1;}
#header .kontakt .left {display: flex; flex-direction: column; gap: 10px;}
#header .kontakt .left svg {width: 20px; height: 20px; margin-right: 10px;}
#header .kontakt .left a {display: flex; align-items: center;}
#header .kontakt .left a:hover {color: white;}
#header .kontakt .left a:hover svg {fill: white;}
#header .kontakt .right {margin-left: 60px;}
#header .kontakt .right svg {width: 40px; height: 40px;}
#header .kontakt .right a:hover svg {fill: white;}


#menu {width: 100%; float: left; background-color: #42442d; color: #d3c4a1; display: flex; justify-content: center;}
#menu {font-family: "Oswald", sans-serif; font-weight: 600;}
#menu ul {list-style: none; margin: 0; padding: 0; display: flex;}
#menu ul li {list-style: none; margin: 0; padding: 0;}
#menu ul li a {display: block; margin: 0 30px; padding: 15px 0; border: 2px solid transparent; border-left: 0; border-right: 0; text-transform: uppercase; font-size: 15px;}
#menu ul li a:hover {border-bottom-color: #d3c4a1;}
#menu ul li.active a {border-bottom-color: #d3c4a1;}
#menu .mobileMenuClose {display: none;}


#bannerContainer {width: 100%; height: 600px; align-items: center; justify-content: center; background-color: #ccc; background-image: url("/images/header-bg.png"); background-size: cover;}
#banner {width: 100%; height: 100%;}
#banner .inner {width: 100%; height: 100%;}
#banner .inner .bannerList {width: 100%; height: 100%;}
#banner .inner .bannerList .cover {width: 100%; height: 100%;}
#banner .inner .bannerList .cover .photo {position: relative; z-index: 1; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
#banner .inner .bannerList .cover .photo {display: flex; justify-content: flex-start; align-items: center;}
#banner .inner .bannerList .cover .photo {filter:brightness(.82) contrast(1.05) saturate(.9);}
#banner .inner .bannerList .cover .photo .text {position: relative; z-index: 3; display: flex; flex-direction: column; gap: 20px; width: 600px; margin-left: 200px; color: #ffffff;}
#banner .inner .bannerList .cover .photo .text h2 {position: relative; z-index: 5; font-family:"Bitter", serif; color: white; margin: 0; padding: 0; line-height: 1.1; font-size: 50px; font-weight: 600; text-transform: uppercase;}
#banner .inner .bannerList .cover .photo .text p {color: #928158; margin: 0; padding: 0 40% 0 0; line-height: 1.1;}
#banner .inner .bannerList .cover .photo .text p.perex {font-size: 20px; font-weight: 500;}
#banner .inner .bannerList .cover .photo .text p.btn {}
#banner .inner .bannerList .cover .photo .text p.btn a {position: relative; display: inline-block; padding: 15px 30px; background-color: #35362b; color: white; border-radius: 5px; font-size: 14px; font-weight: 500; text-transform: uppercase;}
#banner .inner .bannerList .cover .photo .text p.btn a:hover {background-color: #3a3a33;}
#banner .inner .bannerList .cover .photo .text p.btn a:after {}
#banner .inner .bannerList .cover .photo .text p.btn a:hover::after {}
#banner .swiper-button-next {right: 20px;}
#banner .swiper-button-prev {left: 20px;}
#banner .swiper-button-next, #banner .swiper-button-prev {color: #ffffff; opacity: 0.4; transition: opacity 0.3s ease; z-index: 99999 !important;}
#banner .swiper-button-next:hover, #banner .swiper-button-prev:hover {opacity: 1;}
#banner .swiper-pagination {bottom: 16px;}
#banner .swiper-pagination-bullet {fill: #cec7bb; opacity: 0.8; width: 12px; height: 12px;}
#banner .swiper-pagination-bullet-active {fill: #cda55c; background: #cda55c;}


#homeText {position: relative; width: 100%; float: left; color: #42432c; background-image: url("/images/paper.png"); background-repeat: repeat;}
#homeText .podkres {position: absolute; right: 0; top: 0; width: 100%; height: 100%; opacity: 0.2; display: flex; align-items: flex-start; justify-content: flex-end;}
#homeText .podkres img {filter: invert(1) brightness(0.8); max-width: 400px; margin-right: 150px;}
#homeText .inner {position: relative; z-index: 2; width: 100%; float: left; display: flex; padding: 80px 0; gap: 40px;}
#homeText .inner .left {width: 50%;}
#homeText .inner .left h1 {margin: 0 0 20px 0;}
#homeText .inner .left p {display: block; line-height: 1.5;}
#homeText .inner .right {width: 50%; position:relative;}
#homeText .inner .right .photo {position:absolute; background:#fff; padding:6px; border:1px solid #d7cfbd; box-shadow: 0 10px 35px rgba(0,0,0,.22); transition:.35s;}
#homeText .inner .right .photo img {display:block; width:100%; height:auto;}
#homeText .inner .right .photo.photo1 {width:330px; top:0; left:0; transform:rotate(-5deg); z-index:2;}
#homeText .inner .right .photo.photo2 {width:290px; right:0; bottom:0; transform:rotate(6deg); z-index:1;}

#homeText .co {position: relative; z-index: 2; width: 100%; float: left; padding: 0 0 30px 0;}
#homeText .co h2 {font-family:"Bitter", serif; margin: 0 0 20px 0; padding: 0; font-size: 38px; font-weight: 500; text-transform: none; text-align: center;}
#homeText .co .items {width: 100%; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;}
#homeText .co .items .item {width: 150px; padding: 30px 15px; text-align: center; background-image: url("/images/dlazdice-bg1.png"); background-repeat: repeat; overflow: hidden; border-radius: 10px; box-shadow: 0 10px 35px rgba(0,0,0,.22);}
#homeText .co .items .item .icon {width: 100%; height: auto;}
#homeText .co .items .item .icon img {max-height: 110px; max-width: 100%; height: auto; width: auto;}

#homeText .co .items .item h3 {margin: 30px 0 20px 0; padding: 0; font-size: 15px; font-weight: 700; text-transform: uppercase;}
#homeText .co .items .item p {font-size: 13px;}


#news {width: 100%; float: left; padding: 10px 0 30px 0; color: #504f42; background-image: url("/images/paper.png"); background-repeat: repeat;}
#news.home {background-image: url("/images/black-bg2.png"); color: #b09972;}
#news .title {position: relative; width: 100%; float: left;}
#news .title h2 {font-family:"Bitter", serif; margin: 20px 0 20px 0; padding: 0; color: #ab966e; font-size: 38px; font-weight: 500; text-transform: uppercase; text-align: center;}
#news .title .btn {position: absolute; right: 0; top: 0; height: 100%; display: flex; align-items: center; color: #d9ceba; text-transform: uppercase;}
#news .title .btn svg {fill: #d9ceba; margin-left: 8px;}
#news .inner {width: 100%; float: left; display: flex; flex-wrap: wrap; gap: 22px;}
#news .inner .item {width: calc(33.3333% - (44px / 3)); padding: 8px; border: 1px solid #504f42; border-radius: 5px;}
#news .inner .item h3 {margin: 20px 0 0 0; padding: 0 5px; font-size: 18px; font-weight: 500; text-transform: uppercase;}
#news .inner .item .dt {margin: 5px 0 0 0; padding: 0 5px; font-size: 15px; font-weight: 400;}
#news .inner .item .perex {margin: 10px 0 0 0; padding: 0 5px; font-size: 14px; font-weight: 300;}


#mainText {width: 100%; float: left; padding: 20px 0; color: #42432c; background-image: url("/images/paper.png"); background-repeat: repeat;}
#mainText .inner {width: 100%; float: left;}


#navig {position: relative; width: 100%; float: left; margin: 0; color: #42432c; font-size: 13px; font-weight: 300; border-bottom: 2px solid #d4c7b2; background-image: url("/images/paper.png"); background-repeat: repeat;}
#navig .cover {position: absolute; display: flex; width: 100%; height: 100%; background-color: rgba(0,0,0,0.1);}
#navig a:hover {text-decoration: underline;}
#navig .inner {position: relative; width: 100%; float: left; padding: 18px 0;}
#navig .inner svg {display: inline-block; margin: 0 20px;}
#navig .inner a:last-child {font-weight: 500;}


#homeKontakt {width: 100%; float: left; padding: 30px 0 40px 0; color: #42432c; background-image: url("/images/paper.png"); background-repeat: repeat;}
#homeKontakt .inner {width: 100%; float: left; display: flex; justify-content: space-between; gap: 80px; flex-wrap: wrap;}
#homeKontakt .inner h2 {font-family:"Bitter", serif; margin: 0 0 20px 0; padding: 0; font-size: 24px; font-weight: 700; text-transform: uppercase;}
#homeKontakt .inner .col {position: relative; flex: 1; min-width: 0;}
#homeKontakt .inner .col:not(:last-child):after {content: ''; position: absolute; right: -40px; top: 0; width: 1px; height: 100%; background-color: #d0c3b2;}
#homeKontakt .inner .col iframe {max-width: 100%; max-height: 200px; background: #fff; padding: 2px; border: 1px solid #d7cfbd; border-radius: 5px; box-shadow: 0 10px 35px rgba(0,0,0,.42); transition: .35s;}
#homeKontakt .inner .col.gallery {}
#homeKontakt .inner .col.gallery .photos {display: flex; flex-wrap: wrap; gap: 10px;}
#homeKontakt .inner .col.gallery .photos .photo {width: calc(33.33333% - (20px / 3)); }
#homeKontakt .inner .col.gallery .photos .photo {background: #fff; padding: 2px; border: 1px solid #d7cfbd; border-radius: 5px; box-shadow: 0 10px 35px rgba(0,0,0,.42); transition: .35s;}
#homeKontakt .inner .col.gallery .photos .photo img {border-radius: 2px;}


#footer {width: 100%; float: left; color: #d3c4a1; display: flex; justify-content: space-between; background-image: url("/images/black-bg2.png"); background-repeat: repeat;}
#footer a:hover {text-decoration: underline;}
#footer svg {fill: #d3c4a1;}
#footer .inner {width: 100%; float: left; padding: 20px 0; display: flex; justify-content: space-between; gap: 40px;}
#footer .inner .logo {width: 100px; margin: 0;}
#footer .inner .text {width: auto; margin: 0 auto 0 0; display: flex; align-items: center;}
#footer .inner .links {width: auto; margin: 0; display: flex; flex-direction: column; justify-content: flex-start;}
#footer .inner .site {text-align: left; display: flex; flex-direction: column;}
#footer .inner .site svg {width: 40px; height: 40px;}
#footer h2 {font-family:"Bitter", serif; margin: 0 0 20px 0; padding: 0; font-size: 20px; font-weight: 400; text-transform: uppercase;}


#signature {width: 100%; float: left; color: #d3c4a1; border-top: 2px solid #565138; background-image: url("/images/black-bg2.png"); background-repeat: repeat;}
#signature .inner {width: 100%; float: left; padding: 10px 0; display: flex; justify-content: space-between;}


.scrollTopBtn {position: fixed; right: 14px; bottom: 14px; width: 60px; height: 60px; display: none; align-items: center; justify-content: center; color: #fff; border-radius: 15px; background-color: #42442d; text-decoration: none; z-index: 999;}
.scrollTopBtn .inner {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.scrollTopBtn .inner svg {fill: #d3c4a1; width: 30px; height: 30px;}
