html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html {
    height: 100%;
    width: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
.center {text-align: center;}
.left {float: left;}
.right {float: right;}
img {
    border: 0;
    display: block;

}
body {
    font-size: 16px; 
    line-height: 1.6;
font-family: "Rubik", sans-serif;
    font-weight: 400; 
    color: #202020;
    background: #f5f5f5;
}
.velg { height: 100%;}

a {color: #9b755e;text-decoration: none;}

.button {
    display: inline-block;
    color: #fff;
    background: #101010;
    border: #101010 2px solid;
    padding: 10px 30px;
    margin: 0 10px 10px 0;
    text-align: center;
    transition: .5s all ease;
    border-radius: 50px;
}
.button:hover {
    background: #fff;
    color: #101010;
}
#status-switch {
    display: block;
    position: fixed;
    top: 120px;
    left: 40px;
    border: none;
    z-index: 1;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    border-radius: 50px;
    background: #fff;
    padding: 15px 20px;
    line-height: 20px;
    text-transform: uppercase;
}
/* Kontener przełącznika */
.switch {
      position: relative;
      float: left;
      display: block;
      width: 35px;
      height: 20px;
    margin-right: 10px;
    }
    /* Pasek przełącznika */
.switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }
.slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      border-radius: 20px;
      transition: 0.4s;
    }
.slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 1px;
      bottom: 1px;
      background-color: white;
      border-radius: 50%;
      transition: 0.4s;
    }
    /* Styl włączony */
input:checked + .slider {
      background-color: #4caf50;
    }
input:checked + .slider:before {
      transform: translateX(15px);
    }
.view-chooser {
    position: fixed;
    top: 120px;
    right: 40px;
    z-index: 1;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    border-radius: 50px;
    line-height: 20px;
}
.view-chooser-left {
    position: relative;
    float: left;
    background: #fff;
    padding: 15px 20px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-right: 1px #eee solid;
    color: #101010;
}
.view-chooser-right {
    position: relative;
    float: left;
    background: #fff;
    padding: 15px 20px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-left: 1px #eee solid;
    color: #101010;
}
.view-chooser span {
    position: relative;
    float: left;
    background: #fff;
    padding: 15px 0;
    width: 110px;
    text-align: center;
}
p { 
    margin:  0 0 20px 0;    
}
.bold, b, strong {
    font-weight: 700;
}
i, em {
    font-style: italic;
}
small { 
    font-size: 12px;
    line-height: 1;
}
h1, h2 { 
    color: #202020;
    font-size: 30px;
    padding: 0 0 30px 0;
    font-weight: 200;
    text-transform: uppercase;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
    padding: 0 0 40px 0;
    font-weight: 400;
}
header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #CAB3A3;
    z-index: 2;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    transition: .3s all ease;
    height: 150px;
}
.thiner {
    height: 100px;
}
#logo {
    position: absolute;
    left: 40px;
    top: 15px;
    width: 100px;
    height: 120px;
    transition: all 0.3s ease;
    z-index: 3;
    background:url('../img/logo-b.svg') center center no-repeat; 
}
.thiner #logo {
    width: 70px;
    height: 80px;
    top: 10px;
}
#menu {
    display: block;
    position: absolute;
    top: 65px;
    right: 40px;
    transition: .3s all ease;
}
.thiner #menu {
        top: 40px;
}
#menu li {
    display: inline;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 0 20px;
}
#menu li a{ 
    color: #101010;
}
#open-menu {
    display: none;
    position: absolute;
    width: 40px;
    height: 10px;
    right: 20px;
    margin-left: -20px;
    top: 35px;
    transition: .3s all ease;
    border-bottom: 2px #101010 solid;
    border-top: 2px #101010 solid;
}
.thiner #open-menu {
    top: 35px;
}
#mobile-menu {
    display: block;
    right: -100%;
    top:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #303030;
    z-index: 4;
    box-sizing: border-box;
    padding: 50px 10px;
    transition: 0.5s ease;
}
#mobile-menu.open {
    right: 0;
}
#mobile-menu ul li {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 4vh 0;
    list-style: none;
    margin: 0;
}
#mobile-menu ul li a {
    color: #fff;
}
.bx-wrapper {
    position: relative;
}
.bx-viewport, .bxslider, .bx-wrapper, .bx-wrapper img {
    height: auto !important;
    width: 100%;
}
.bx-prev, .bx-next { 
    position:absolute; height:30px; width:70px; top:50%; margin-top:-15px; opacity:1; text-indent: -9999px;
}
.bx-prev { 
    left:10px; background:url('../img/back.png') center center no-repeat; 
    background-color: #ddd;
}
.bx-next { 
    right:10px; background:url('../img/forward.png') center center no-repeat; 
    background-color: #777;
}
.bx-prev:active, .bx-next:active { 
    margin-top:-13px; 
}
.bx-prev:hover, .bx-next:hover { 
    cursor:pointer; 
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #8c7043;
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.placeholder {
    position: relative;
    width: 100%;
    height: 100px; 
    z-index: -1;
}
.placeholder-home {
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.fixed-grey {
    position: fixed;
    width: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    background: #ccc;
    z-index: -1;
}
.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}
.tilt {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.1);
}
.background {
    position: absolute;
    background: url(../img/bg.jpg);
    background-size: cover;
    background-position: center bottom;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.background2 {
    position: absolute;
    background: url(../img/are.jpg);
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}
#floater {
    position: relative; /* lub absolute/fixed w zależności od układu */
    will-change: transform; /* Optymalizacja GPU */
}
.cleim {
    position: absolute;
    bottom: 6vh;
    right: 6vh;
    text-align: right;
}
.cleim h2, .cleim h3{
    margin-bottom: 0;
    color: #fff;
    padding:0  10px;
   background: #202020;
    border-radius: 4px;
}
.page {
	position: relative;
    margin: 50px auto 0;
    padding: 0;
    width: 1580px; 
}
.half {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.full {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
}
.full img, .half img{
    width: 100%;
}
.grey {
    color: #eee;
    background: #404040;
}
.white {
    background: #fff;
}
.lite {
    background: #F2F2F2;
}
.padded{
    padding: 3%;
}
.padded-right{
    padding: 2% 5% 0 0;
}
.padded-left{
    padding: 2%  0 0 5%;
}
.text {
    position: relative;
    float: left;
    width: 30%;
    box-sizing: border-box;
}
.plan {
    position: relative;
    width: 70%;
    float: left;
    padding: 0;
    box-sizing: border-box;
    border-right: 1px #eee solid;
}
.plan img {
    width: 100%; 
}
.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.gallery a img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.gallery a img:hover {
    transform: scale(1.01);
}
.center {
    text-align: center !important;
}
.back {
    position: fixed;
    top: 120px;
    left: 40px;
    width: 12px;
    height: 20px;
    padding: 15px 19px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50px;
    background: #202020;
    color: #fff;
}
.table-box {
    position: relative;
}
.margined {
        margin-bottom: 20px;
}
table {
    width: 100%;
    line-height: 26px;
    border-collapse: collapse;
    color: #202020;
        margin-bottom: 50px;
font-size: 12px;
}
table a{
        color: #202020;
}
th {

    padding: 5px 10px;
    background: #aaa;
    color: #fff;
    text-align: left;
    border: #f5f5f5 1px solid;
}
td {
    color: #202020;
    border: #f5f5f5 1px solid;
}
.thin {
    width: 4%;
}
td a { 
   display: block; 
    padding: 5px 10px;
}
tr {
    background-color: #ededed;
}
tr:hover, tr:nth-child(odd):hover {
    background-color: #d3d3d3;
}
tr:nth-child(odd){
    background-color: #e2e2e2;
}
.clear {
    clear:both;
}
@-webkit-keyframes inout {
  0%   { opacity: 0; }
  50% { opacity: 0.8; }
  100% { opacity: 0; }
}
#chooser {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}
svg { 
    position: relative;
    padding: 0;
    display: block;
}
svg g polygon { 
    transition: all 0.3s ;
    -webkit-animation: inout 1s ease; /* Safari 4+ */
    -moz-animation: inout 1s ease; /* Fx 5+ */
    -o-animation: inout 1s ease; /* Opera 12+ */
    animation:  inout 1s ease; /* IE 10+, Fx 29+ */
}  
#ost polygon, #vest polygon {
    opacity: 0.4;
}
svg g:hover polygon, svg g:active polygon, #ost polygon:hover, #vest polygon:hover { 
    opacity: 0.8; 
    visibility: visible;
    transition: all 0.3s ;
}
#opis {
    pointer-events: none;
}
.custom-tooltip {
    position: absolute;
    font-size: 15px;
    background-color: #fff;
    color: #101010;
    padding: 15px 20px;
    border-radius: 5px;
    white-space: nowrap;
    transform: translate(-50%, 50px);
    pointer-events: none;
    transition: opacity 0.3s;
    box-shadow: 3px 3px 8px rgba(0,0,0,0.2);
    opacity: 0;
    z-index: 2;
}
.plan-legend {
    position:relative;
    background: #f5f5f5;
    padding: 40px;
    box-sizing: border-box;
}
.plan-legend h2{
    padding-bottom: 0;
    margin-bottom: 0;
    color: #202020;
}
.north {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.north-right {
    position: absolute;
    bottom: 50px;
    right: 50px;
}
.north img, .north-right img {
    width: 40px;
}
.mobile, .scroll-right {
    display: none
}
.map {
    margin: 50px;
    filter: grayscale(1);
}
footer {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background: #202020;
    color: #fff;
    text-align: center;
}
footer a {
    color: #9b755e;
}
footer img {
    width: 200px;
    margin-bottom: 20px;
    display: inline-block;
}
.entreprenor {
    display: block;
    position: relative;
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background: #303030;
}
.entreprenor img {
    display: inline-block;
    width: 60px;
}
/* forms */
textarea, input[type=text], input[type=password] {
    font-family: adrianna, sans-serif;
	font-size: 15px;
	color: #202020;
	border: none;
	padding: 10px 0;
    margin: 0 0 2px 0;
	background: none;
    border-bottom: 1px #999 solid;
	outline: 0;
	display: block;
	clear: both;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    border-radius: 0;
    width: 96%;
}
textarea {
    width: 96%;
    padding: 10px 2%;
    resize: vertical; 
    height: 150px;
}
input[type="submit"] {
	padding: 10px 20px;
    margin: 20px 0 0 0;
	color: #fff;
    width: 100px;
	border: 2px #2F3A37 solid;
	background: #2F3A37;
    cursor: pointer;
    border-radius: 50px;
    transition: all .4s ease;
}
input[type="submit"]:hover {
    color: #2F3A37;
	background: none;	

}
input[type="submit"]:disabled, input[type="submit"]:disabled:hover {
    opacity: .2;
}
input[type=checkbox] {

}
input[type=hidden] {
    height: 0;
    width: 0;
    padding: 0;
    padding-bottom: -50px;

}
label {
    font-size: 12px;
}
.checkbox {
    display: block;
    clear: both;
}
select {
	font-size: 15px;
	color: #000;
	border: none;
	padding: 10px 2%;
    width: 96%;
    margin: 0 0 2px 0;
	background-color: #ccc;
    background-image: url(../img/down.png);
    background-position: 99% 50%;
    background-size: 15px;
    background-repeat: no-repeat;
	outline: 0;
	display: block;
	clear: both;
    -webkit-appearance: none;
    -webkit-border-radius: none;
    border-radius: 0;
}
.error {
    display:block;
	background-color: #d75656;
    color: #fff;
    width: 96%;
	padding: 0.5% 2%;
    margin: 0;
	font-size: 14px;
	clear: both;
}
.success {
	padding: 2%;
    width: 96%;
	background-color: #6FC666;
    margin-bottom: 50px;
    font-size: 14px;
    color: #fff;
}
#accept {
    position: relative;
    display: inline-block;
    background: #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 12px;
    clear: both;
    margin: 20px 0;
}
#login {
    padding: 50px;
    width: 200px
}
.reset_pass, input[name="remember"]{
    display: none;
}
@media only screen and (max-width: 1600px) { 
.page {
    width: 100%;
    } 
}
@media only screen and (max-width: 959px) {
.page {
    width: 100%;
    margin: 0;
}
#chooser {
    width: 100%;
    height: inherit;
}
body {
    font-size: 14px; 
    line-height: 1.5;
}
header, header.thiner, .placeholder {
    height: 80px;    
    }
p { 
    margin:  0 0 25px 0;    
}
h1, h2 { 
    font-size: 24px;
    padding: 0 0 20px 0;
}
h3 { 
    font-size: 18px;
    padding: 0 0 20px 0;
}
#logo, .thiner #logo {
    top: 10px;
    left: 20px;
    width: 50px;
    height: 60px
}
.cleim {
    bottom: 1vh;
    right: 0;
    left: 0;
    text-align: center;
}
.chooser {
    font-size: 20px;
    top: 80px;
    left: 5%;
}
#chooser {
    width: 1000px;
    }
.text {

}
.back {
    top: 90px;
    left: inherit;
    right: 10px;
}
.table-box {
    width:100%;
    overflow-x: scroll;
}
.scroll-right {
    display: block;
    position: absolute;
    top: 600px;
    right: 20px;
    content:"→";
    z-index: 1;
    color: #fff;
    font-size: 18px;
}
.mobile {
    display: inline;
    font-size: 18px;
    margin-left: 10px;
}
#menu {
    display: none;
}
#mobile-menu, #open-menu {
    display: block;
}
.bg, .placeholder-home {
    height: 100vh;  
}
.half {
    width: 100%;
}
.padded, .padded-right, .padded-left {
    padding: 5%;
}
.map {
        margin: 5%;
    }
table {
    width:1200px; 
}
.bx-prev, .bx-next { 
    display: none;
}
.plan, .text, .full{
    width: 100%;
    box-sizing: border-box;
    }
.plan-legend {
    position:relative;
}
#bygg_A, #bygg_B , #bygg_C { 
    opacity: 0;
    }
#svg-tint { 
    opacity: .7;
}
.north-right {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.view-chooser {
    position: absolute;
    top: 100px;
    right: 10px;
    box-shadow: none;
}
.view-chooser-left {
    padding: 10px;
}
.view-chooser-right {
    padding: 10px;
}
.view-chooser span {
    padding: 10px;
}
#status-switch {
    top: 100px;
    position: absolute;
    left: 10px;
    padding: 10px;
}
    footer {
        text-align: center;
    }
    footer img {
        display: inline;
        text-align: center;
    }
footer .half .person {
    position: relative;
    float: left;
    width: 60%;
    margin: 20px 20%;
} 
.context #chooser {
        width: 100%;
    }
.gallery {

    grid-template-columns: repeat(1, 1fr);

}

    
}