/*@font-face {
  font-family: 'playfair';
  src: url('fonts/PlayfairDisplay-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/Montserrat-Light.ttf');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('fonts/Montserrat-Bold.ttf');
  font-weight: 700;
  font-style: normal;
}
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,700i,800,900i&display=swap');


#rwd {
   background: #000 none repeat scroll 0 0;    
   left: 0;
   padding: 15px 30px;
   position: fixed;
   top: 0;
   z-index: 9999;
   display: none;
   }
#rwd div {color: #fff;font-weight: 700;
   display: none;
   z-index: 9999;}

      #rwd .lg {display: block;} 


@media screen and (max-width: 1499px) {
    #rwd .lg {display: none;}
    #rwd .lg2 {display: block;}
}
@media screen and (max-width: 1199px) {
        #rwd .lg {display: none;}
    #rwd .lg2 {display: none;}
    #rwd .md {display: block;}

}
@media screen and (max-width: 991px) {
    #rwd .lg {display: none;}
    #rwd .lg2 {display: none;}
    #rwd .md {display: none;}
    #rwd .sm {display: block;}

}
@media screen and (max-width: 767px) {
    #rwd .lg {display: none;}
    #rwd .lg2 {display: none;}
    #rwd .md {display: none;}
    #rwd .sm {display: none;}
    #rwd .xs {display: block;}

}

.nav > li > a:focus, .nav > li > a:hover {background: none;}


.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: none !important;}


body {background: url("images/bg-rep.png") repeat 0 0; }

* {font-family:'montserrat',sans-serif;color:#202022;box-sizing: border-box;}

ol, ul {list-style: none outside none;padding: 0;}
.visible {opacity: 1;}
.hiddenen {opacity: 0;}
.clear {clear: both;}
.showw {opacity: 1}
.no-pad {padding-left: 0 !important; padding-right: 0 !important;}
.no-marg {margin-left: 0 !important; margin-right: 0 !important;}

a:active, a:focus, a:hover {text-decoration: none;}


/*jaaazda*/

.bigus {display: block;}
.smalus {display: none;}

.footur {
  background: #fff;
  height: 57px;
  padding: 16px 56px 7px 56px;
  display: flex;
  justify-content: space-between;
}
.footur p {color: #141414}
.footur img {margin-left: 10px}
.getart {text-align: right;}
.getart img {max-width: 70%; height: auto;margin-top: -2px;}

.logo_wrap {
    margin: 0px auto 0;
    width: 20%;
    animation-delay: 0s;
    height: 100px;
}

.logo {
  background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll center center;
  height: 290px;
  margin: 0px auto;
  position: relative;
  transition: all 0.5s ease 0s;
  width: 290px;
  display: block;
  border-radius: 0px;
  transform-origin: center top;
}

.sek {
  width: 100%;
  position: relative;
  padding: 80px 55px 0 56px;
}
.sek p {color: #212121; font-weight: 300; line-height: 1.5;font-size: 1vw;
padding-right: 3vw;
}
.sek p span {font-weight: 800;}

.sek img {max-width: 100%;}

.sek .foto {text-align: center; }

.sek .foto img {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
img.foto {
  box-shadow: 0 0 52px rgba(0, 0, 0, 0.2);z-index: 99;
}
#sek2 p {padding-top: 40px;}
#sek3, #sek7 {
  padding: 130px 0 50px;
}

#sek3 .logo-w {text-align: center; padding-top: 60px;}

#sek7.sek p {
    color: #212121;
    font-weight: 300;
    padding-right: 3vw;
    padding-left: 1vw;
    padding-top: 3vw;
}

.sek .logo-w img {
    max-width: 80%;
}


#sek3 .logo-w#lw2 {animation-delay: 0.5s;}
#sek3 h2, #sek4 h2, #sek5 h2, #sek7 h2  {
  text-align: left;
  padding-left: 20px;
}

#sek4 h2  {
  padding-left: 0px;
  padding-bottom: 50px;
}
#sek5 h2 {
  padding-left: 70px;
  padding-bottom: 29px;
}
#sek6 h2 {text-align: left;}
#sek6 h2::after {display: none;}

#sek6 {padding-top: 5vw;}

#sek6 p {margin-top: 5vw;  line-height: 1.7;

    margin-bottom: 0.2vw;}



#sek6 .dane a {
  color: #212121;
  font-weight: 300;
  line-height: 1.7;
  font-size: 1vw;
  padding-right: 3vw;
}

.saturate {
  filter: sepia(0.4) saturate(0);
}

.sek#sek3 h2::after, .sek#sek7 h2::after {
  position: absolute;
  transform: rotate(178deg);
  left: -120px;
 z-index: 99999;
}

.sek#sek4 h2::after {
  position: absolute;
  left: -120px;
  z-index: 999;
}

.sek#sek5 h2::after {
  position: absolute;
  left: -120px;
  z-index: 999;
}

.sek#sek6 {background: rgba(0, 0, 0, 0) url("images/foot-bg.jpg") no-repeat scroll center center / 100% auto;

height: 40vw;
}



.n_scroll .logo {transform: scale(.5);margin: 0px auto;  border-radius: 100%;
  background: #043323 url("images/logo.png") no-repeat scroll center center / 100% auto;}

.n_scroll .navbar {
  max-height: 153px;

}

.n_scroll.naviq .nav {
  margin-top: 24px;
}

.n_scroll .r-nav {
  top: 20px;
}

#navbar {position: absolute;
top: 50px;display: block;width: 100%;padding: 40px 60px 0px 100px;z-index: 999; ;}

.nav > li > a:hover {

  background: none !important;
}

.naviq {
  width: 100%;
  position: fixed;
  z-index: 999999;
}

.naviq::before {width: 100%;
position: absolute;
top: 0;
height: 70px;
content: "";
background: #043323;
opacity: 0;
  transition: all 0.5s ease 0s;
}
.naviq.n_scroll::before {opacity: 1;}

.naviq .nav {
    margin-left: 70px;
    margin-top: 34px;
    transition: all 0.5s ease 0s;
    z-index: 99999;
    position: relative;
      cursor: pointer;
}
.sek h2 span {font-weight: 300;}

.sek#oferta h2 {margin-bottom: 5vw;}

.sek#oferta .ico {
    background: url("images/ico1.png") no-repeat scroll center top / 30% auto;
    padding-top: 6vw;
    padding-bottom: 4vw;
    padding: 12vh 1vw 2vw;
    min-height: 18vw;
}

.sek#oferta .ico#i2 {
     background: url("images/ico2.png") no-repeat scroll center top / 30% auto;
}
.sek#oferta .ico#i3 {
     background: url("images/ico3.png") no-repeat scroll center top / 36% auto;
}
.sek#oferta .ico#i4 {
     background: url("images/ico4.png") no-repeat scroll center top / 30% auto;
}
.sek#oferta .ico#i5 {
     background: url("images/ico5.png") no-repeat scroll center top / 30% auto;
}
.sek#oferta .ico#i6 {
     background: url("images/ico6.png") no-repeat scroll center top / 30% auto;
}
.sek#oferta .ico#i7 {
     background: url("images/ico7.png") no-repeat scroll center top / 30% auto;
}
.sek#oferta .ico#i8 {
     background: url("images/ico8.png") no-repeat scroll center top / 30% auto;
}


#sek4 a, #sek7 a {
    font-weight: 700;
    color: rgb(32, 32, 34);
}

.ico h3 {
    text-align: center;
    font-weight: 700;
    font-size: 1vw;
}
#oferta .ico p {
      text-align: center;
    font-weight: 300;
    font-size: 0.8vw;
    padding: 0 2vw;
}

#sek6 p.sma {font-size: .6vw;margin-top: 3vw;max-width: 23vw;}
#navbar .nav a {
    text-transform: uppercase;
    padding: 0;
    color: #fff;
    font-weight: 900;
    font-style: italic;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.5s ease 0s;
    font-size: 0.7vw;
    cursor: pointer;
}
#navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 4vw;
}

.no{ background: rgba(0, 0, 0, 0) url("images/booking-bg.jpg") no-repeat scroll center center / 100% auto !important;}


.sek h2 {
  font-weight: 900;
  font-style: italic;
  position: relative;
  text-align: center;
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 35px;
}
 .sek h2::after {
    background: rgba(0, 0, 0, 0) url("images/border.png") no-repeat scroll center center !important;
  content: "";
  width: 490px;
  height: 22px;
  padding-top: 39px;
  margin: 0 auto;
  display: block;
  max-width: calc(100vw + 76px);
}

.sek.sek1 {position: relative;padding: 0;}

#cennik {z-index: 1;}

#cennik h2 {
  text-align: left;
  padding-left: 70px;
  padding-bottom: 10px;
}
#cennik h2::after {display: none;}


/*
.sek1::after {
  background: rgba(0, 0, 0, 0) url("images/booking-bg.jpg") no-repeat scroll center left !important;
  content: "";
  width: 35.1vw;
  height: 40vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-blend-mode: multiply;
  opacity: 0.5;
  z-index: 1;

}

.sek1::before {
  background: rgba(0, 0, 0, 0) url("images/booking-bg.jpg") no-repeat scroll center right !important;
  content: "";
  width: 35.1vw;
  height: 40vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background-blend-mode: multiply;
  opacity: 0.5;
}
*/


.mobile-menu {background: rgba(0, 0, 0, 0) url("images/menu.png") no-repeat scroll center center;
position: absolute;
width: 70px;
height: 70px;
top: 30px;
right: 30px;
display: none;
cursor: pointer;
}
#navbar .nav a::after {
    background: #a8ca51 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0px;
    margin-left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: -1;
}

#navbar .nav .active a::before{
      transform: scaleX(0.2);
    background: #a8ca51 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 2px;
    left: 0px;
    margin-left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    transform-origin: left center 0;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
    z-index: -1;
    opacity: 1;
}

#navbar .nav .active a:hover::before {
  opacity: 0;
}

#navbar .nav a:hover::after {
    transform: none;
    transform-origin: left center 0;
}


.navbar {padding-top: 0; }


#navbar .nav a:hover {color: #a8ca51;}


.r-nav {
  position: fixed;
  top: 45px;
  right: 20px;
  z-index: 9999;
  transition: all 0.5s ease 0s;
}

.r-nav a {display: block;
  float: right;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0) url("images/fb-top.png") no-repeat scroll 0 0;
  margin-left: 20px; 
}

 .r-nav a#in {background: rgba(0, 0, 0, 0) url("images/insta-top.png") no-repeat scroll 0 0;}

.log-foot a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  filter: invert(1);
  background: rgba(0, 0, 0, 0) url("images/fb-top.png") no-repeat scroll 0 0;
  margin-right: 0;
  margin-top: 11px;
}

 .log-foot a#in {background: rgba(0, 0, 0, 0) url("images/insta-top.png") no-repeat scroll 0 0;}



a.butn {
background: #a7c951 url("images/btn-bg.png") no-repeat scroll right -160px center;
  border-radius: 12px;
  width: auto;
  height: 58px;
  padding: 14px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 20px;
   transition: all 0.5s ease 0s;
   box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
   display: inline-block;
}
a.butn:hover {
    background: #a7c951 url("images/btn-bg.png") no-repeat scroll 20px center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    filter: hue-rotate(90deg);
    text-shadow: 0px 0px 20px rgba(0,0,0,0.6);
    color: #fff;
    text-decoration: none;

}
.r-nav a.butn {
  margin-top: -14px;
}

.main-wrap {height: 100vh; position: relative; background: rgba(0, 0, 0, 0) url("images/bg.jpg") no-repeat fixed top center / 100%;}

.main {

  padding: 10vw 35px;
  height: 100vh;
  position: relative;
  z-index: 88;
  min-height: 920px;
  overflow: hidden;
}

.main h2::after {content: ""; width: 45px; height: 6px; background:#252c6f; bottom: 0; left: 3px;position: absolute;}



.main .buton {
    position: absolute;
    bottom: 1vw;
    max-width: 130px;
    width: 9vw;
    height: 76px;
    left: 13.2vw;
    background: rgba(0, 0, 0, 0) url(images/more.png) no-repeat scroll top right / 100% auto;
    transition: all 0.5s ease 0s;
}
.main .buton:hover {filter: invert(1) hue-rotate(180deg) brightness(1.5);}




.temida {background: rgba(0, 0, 0, 0) url("images/temida.png") no-repeat scroll top center;display: block;position: absolute;right: 0;top:20vh;
width: 736px; height: 1900px;}

#page {background: rgba(0, 0, 0, 0) url("images/sub-bg.jpg") no-repeat fixed top right;
overflow: hidden;
}
#page .sub-cont {
  min-height: 100vh;
  padding: 220px 0 70px 114px;
}
#page .sub-cont .imag {text-align: right;}
#page .sub-cont .imag img {box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);margin-top: -50px;max-width: 100%;
height: auto;}
#page .sub-cont .imag.i-k img {margin-top: -100px}


.typo {
    background: rgba(0, 0, 0, 0) url("images/typo.png") no-repeat scroll 0 0 / 100% auto;
    height: 33vw;
    position: relative;
    animation-delay: 0.5s;
    padding-right: 31vw !important;
    max-width: 45vw !important;
}

#top_menu_link {
    background: url("images/menu.png") no-repeat scroll center top / 100% auto;
    position: absolute;
    left: 3vw;
    top: -4.4vw;
    width: 6vw;
    height: 6vw;
    z-index: 999999;
    display: none;
}
.main h1 {font-size: 0 !important;}

.typo-wrap {
  transform: skewX(-9deg)rotate(-10deg);

}


/*
.main h1 span {
    display: inline-block;
    font-size: 2.2vw;
    line-height: 1.2;
    padding-top: 14px;
    color: #fff;
    margin-left: -26px;
}

.main h1  {
    color: #fff;
    font-weight: 900;
    font-style: italic;
    font-size: 5.5vw;
    line-height: 1.2;
    padding-bottom:50px ;margin-bottom: 50px;
    position: relative;
    text-transform: uppercase;



background: rgba(212,220,247,1);
background: -moz-linear-gradient(-45deg, rgba(212,220,247,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(212,220,247,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(-45deg, rgba(212,220,247,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(-45deg, rgba(212,220,247,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(212,220,247,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(135deg, rgba(212,220,247,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4dcf7', endColorstr='#ffffff', GradientType=1 );


  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/


#page h3 {text-transform: uppercase;font-size: 16px; font-weight: 700; color: #cc0e20;}
#page .tresc {padding-left: 0 !important; padding-right: 5vw !important;}
#page .tresc li {font-weight: 300; padding-bottom: 5px;padding-left: 20px;  position: relative;}
#page .tresc li span {position: absolute;left: 0;top: 0;color: #272e71; font-weight: 400;}
#page .tresc li.in span{left: 20px; }
#page .tresc li.in {padding-left: 50px; }
#page .tresc .linki {margin-top: 50px;}
#page .tresc .linki a {background: rgba(0, 0, 0, 0) url("images/dl.png") no-repeat scroll top left;padding-top: 6px;display: inline-block;
padding-left: 50px; font-size: 20px;min-height: 41px;margin-bottom: 10px;}
#page .tresc .linki.l-a {margin-top: 0;}
#page .tresc .linki.l-a a {background: rgba(0, 0, 0, 0) url("images/link.png") no-repeat scroll top left;padding-top: 2px;}
#page .tresc p {font-weight: 300;line-height: 1.6;padding-bottom: 30px;}
#page .tresc p.frame {
  padding: 30px;
  background: #f3f3f3;
  font-weight: 400;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
#page .dane h2 {color: #202022;font-weight: 700;}
#page .dane p {padding: 50px 100px 0 0; font-weight: 300;font-size: 20px;}

#page .mapa {padding-top:100px ;}



#foot {padding-top: 100px;padding-bottom: 60px;}
#page #foot {background: #252c6f;
    padding-top: 30px;
    padding-bottom: 40px;
}
#page #foot span, #page #foot a {color: #fff;}



#foot span {float: left;color: #9f9f9e;font-size: 14px;font-weight: 300;padding-left: 15px;}
#foot a {float: right;color: #9f9f9e;font-size: 14px;font-weight: 300;}





@media screen and (max-width: 1919px){

}
@media screen and (max-width: 1499px){
.typo {background: rgba(0, 0, 0, 0) url("images/typo.png") no-repeat scroll 0 0 / 90% auto ;}
.logo {
    background: rgba(0, 0, 0, 0) url(images/logo.png) no-repeat scroll center center / 100% auto;
    height: 240px;
    width: 240px;
}
.main .buton {
    bottom: 2vw;
    left: 11.6vw;
}
.main {
    padding: 140px 41px;}


  #page .sub-cont {padding: 220px 0 70px 77px;}
  #page h2 {font-size: 25px;}
#navbar {padding: 40px 30px 0px 60px;}
#navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 2vw;
}
#navbar .nav a {font-size: 10px;letter-spacing: 1px;}

.navbar-brand {
  background: rgba(0, 0, 0, 0) url("images/logo.png") no-repeat scroll center top / 100% auto;
  width: 262px;
}
.main {padding: 200px 47px;}

.sek {
  width: 100%;
  position: relative;

}

#oferta {padding-top: 20px;}

.sek#oferta .ico {
    min-height: 22vw;
}
.naviq .nav {
  margin-left: 28px;}

 .sek h2 {padding-top: 10px;} 
.sek .logo-w img {
    max-width: 50%;
}
}
@media screen and (max-width: 1199px){

#sek6 p.sma {display: none;}

#sek7.sek p {
    padding-right: 3vw;
    padding-left: 1vw;
    padding-top: 5vw;
}

.sek .logo-w img {
    max-width: 40%;
}
#navbar .nav a {
    font-size: 9px;
}
#oferta .ico p {
    font-size: 1vw;
    padding: 0 1vw;
}

#page h1 {font-size: 60px;}
#page .sub-cont {padding: 180px 0 70px 77px;}
#page h2 {font-size: 24px;}
#page .tresc .linki a {
  font-size: 17px;
  margin-bottom: 16px;
}
.main {    padding: 15vw 14px;}

.main .buton {
    bottom: -1vw;
    left: 12.2vw;}
.r-nav {
    top: 34px;}
#navbar {padding: 25px 30px 0px 60px;}
.naviq .nav {
    margin-left: 35px;
    margin-top: 34px;
    transition: all 0.5s ease 0s;
}

.main {min-height: 820px;}
#sek1 p {font-size: 14px;}
#sek1 h3 {
    font-size: 19px;
}
#sek4 {padding-top: 50px;}
.getart img {
    max-width: 100%;
}
#sek6 .dane a {
    font-size: 1.3vw;
}
#sek6 p {
    margin-top: 2vw;
}
.footur {
    padding-left: 16px;
    
}
.sek p {
    font-size: 1.3vw;}
.sek h2 {
    padding-top: 10px;}
#sek5 h2 {
    padding-left: 32px;

}
#cennik h2 {
    padding-left: 38px;}

.sek .md-f img {
    max-width: 70%;
}
.sek {padding: 36px 18px 20px;}
/*.nav {top:-100vh;transition: all 1s ease 0s;opacity: 0;z-index: 999;position: absolute;}
.mobile-menu.open {background: rgba(0, 0, 0, 0) url("images/mobile-close.png") no-repeat scroll center center;z-index: 9999;}
.nav.open {
  display: block;
  width: 100%;
  height: 100vh;
  background: url("images/bg-rep.png") repeat 0 0;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 100px;
  opacity: 1;

}
#navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}
#navbar .navbar-nav .nav-item {
  margin-left: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 0;
}
#navbar .nav a {
  font-size: 20px;
  letter-spacing: 2px;
  padding-bottom: 10px;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.mobile-menu {display: block;}*/


}
@media screen and (max-width: 991px){

#main_menu {display: none;}

#navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 0vw;
}

#navbar .nav a {
    font-size: 13px;
    letter-spacing: 0px;
}
.logo {    max-width: 100%;    height: 20vw;}
.n_scroll .logo {
    transform: scale(.6);
}
.naviq .nav {
    margin-left: 23px;}
    .main .buton {
    bottom: -2vw;}

.sek p {
    font-size: 1.7vw;
}
.sek {
    padding: 36px 8px 20px;
}
.sek .foto {
    text-align: center;
    margin-top: 60px;
}

#sek3 {
    padding: 0px 0 50px;
}
#sek6 .dane a {
    font-size: 1.7vw;
}
#sek6 {
    padding-top: 2.6vw;
}
.naviq .nav {
    margin-left: 10px;
    max-width: 46vw;
    position: absolute;
    margin-top: 9px;
}

.navbar-nav > li {
    float: none !important;
}

.naviq .nav {
    margin-left: 10px;
    max-width: 46vw;
    position: absolute;
    margin-top: 9px;
    top: -3vw;
    left: -3vw;
    background: rgba(8,65,46,.95);
    padding: 15vw 5vw 10vw;
    border-radius: 20px;
    animation-delay: .1s;
}
.ico h3 {
    font-size: 2vw;
}
#oferta .ico p {
    font-size: 1.6vw;
    padding: 0 1vw;
}
.sek#oferta .ico {
    min-height: 35vw;
    padding: 11vh 9vw 2vw;
}
#top_menu_link {display: block;}
}
@media screen and (max-width: 767px){


.sek#oferta h2::after {

    display: none;

}
#top_menu_link {
    top: -9.4vw;
    width: 10vw;
    height: 10vw;
 
}

.no-an {
    animation: none !important;
    opacity: 1 !important;
}
.bigus {display: none;}
.smalus {display: block;}
.mobile-menu {
  top: 23px;
  right: 24px;
}
.main {padding: 153px 15px;background: rgba(0, 0, 0, 0) url("images/bg.jpg") no-repeat fixed top center;min-height: unset;}
#navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
}

 #navbar .nav a::before,  #navbar .nav .active a::before {
    bottom: 0px;}

 #navbar .nav a::after {
    bottom: 0px;}
.nav > li {
    margin-bottom: 4vw;
}

.n_scroll.naviq .nav {
    margin-top: 0;
}
.r-nav #fb {display: none;}
#navbar .nav a {

    padding-bottom: 0px;}

a.butn {

    height: 39px;
    padding: 13px 20px;

    font-size: 10px;

    margin-top: 20px;
 
}
.naviq .nav {
    margin-left: 1vw;
    max-width: 44vw;
    position: absolute;
    margin-top: 6vw;
    padding-bottom: 7vw;
    padding-top: 23vw;
    top: -7vw;
}
  .main .buton {  width: 80px; left: 20.7vw; bottom: -7vw;}
.logo_wrap {
    width: 24%;
}
.sek#oferta .ico {
    min-height: 56vw;
    padding: 7vh 1vw 5vw;
}
.sek .foto {
    margin-top: 20px;
}
#sek7 {
    padding: 30px 0 50px;
}
#sek3 {
    padding: 0px 0 0px;
}
#sek5 h2 {
    padding-left: 19px;
}
#sek7.sek p {
    padding-right: 3vw;
    padding-left: 1vw;
    padding-top: 15vw;
}
#oferta .ico p {
    font-size: 2.6vw;
    padding: 0 1vw;
}
.ico h3 {
    font-size: 3.2vw;
}
.typo {
    height: 63vw;
    padding-right: 0vw !important;
    max-width: 96vw !important;
}
.sek p {
    font-size: 12px;
}
.n_scroll .logo {
    transform: scale(.9);
}

.r-nav a.butn {
    margin-top: -17px;
}
.n_scroll .r-nav {
    top: 27px;
}
 .r-nav {
   right: 15px;
}
.sek#sek6 {
    background: rgba(0, 0, 0, 0) url(images/foot-bg.jpg) no-repeat scroll center right;
    height: 81vw;
}
#sek6 .dane a {
    font-size: 12px;
}

#cennik h2 {
    padding-left: 14px;
}
#sek3 h2, #sek4 h2, #sek7 h2 {
    text-align: left;
    padding-left: 0px;
}
#sek6 p.sma {
    font-size: 2.7vw;
    margin-top: 3vw;
    max-width: 65vw;
    margin-left: 33vw;
    text-align: right;
    padding-right: 0;
    display: block
}


.naviq::before {
    height: 57px;
}

#top_menu_link {
    transition: all 0.5s ease 0s;
}

.n_scroll #top_menu_link {
    top: -11.4vw;

}

.sek#sek6 h2 {margin-top:0; padding-top: 0;}

#navbar .nav a {
    font-size: 4vw;
    letter-spacing: 0px;
}


}