body{
	font-family: 'Montserrat', serif;
}

html {
  scroll-behavior: smooth;
}

a{
	text-decoration: none!important;
	color: black;
}

.informacja{
	left:0;
	position: fixed;
	z-index: 9999;
	top: 10%;
}

#komunikat_ciastka
{
	position:fixed;
	bottom:0px;
	left:0px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #0000009e;
	color: white;
	z-index:99999;
	font-size:14px;
	margin-bottom: 0px;
}

.navbar{
	background-color: black;
	z-index: 100;
}

.navbar-dark .navbar-nav .nav-link:hover{
	color: #7aa300;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #7aa300;
}
	
.navbar-dark .navbar-nav .nav-link {
	color: #ffffff;
    font-size: 16px;
    line-height: 23px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}

@media (max-width: 576px){
	.blok_tytul{
		position: unset!important;
		padding: 0px!important;
		font-size: 25px!important;
		min-width: 100%!important;
	}
	
	.nazwa_nawigacji img {
		width: 100%!important;
	}
	
	.artykul>h2 {
		font-size: 24px!important;
		line-height: 25px!important;
	}
}

.nav-link{
	color: #ffffff;
    font-size: 18px;
    line-height: 23px;
    font-style: normal;
    font-weight: 400;
	margin-left: 20px;
	white-space: nowrap;
}

#nawigacja_logo{
	height: 80px;
}

.active>.nav-link{
	color: #7aa300!important;
}

#strona{
	margin-top: 15px;
}

.nazwa_nawigacji{
	position: relative;
}
	
.nazwa_nawigacji img{
	width: 90%;
	float: right;
}

.blok_tytul{
	background-color: #7aa300;
	position: absolute;
	color: #fff;
	min-width: 460px;
	max-width: 460px;
    padding: 10px 35px;
    bottom: 45px;
	font-size: 47px;
    line-height: 55px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
}

.artykul{
	padding-top: 50px;
	padding-bottom: 50px;
}

.artykul_2{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #e9e9e9;
}

.artykul>h2{
	font-size: 47px;
    line-height: 55px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
	font-family: 'Montserrat', sans-serif;
	color: black;
}

h3{
	font-size: 27px;
    line-height: 35px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
	font-family: 'Montserrat', sans-serif;
}

.separator{
	border-color: #000000;
	border-width:4px;
	width:130px;
	margin: unset;
	margin-top:20px;
	margin-bottom:35px;
	border-style: solid;
}

#stopka_gora{
	background-color: #eaeaea;
	padding-bottom: 40px;
}
	
#stopka_dol{
	background-color: #e2e2e2; 
	font-size: 12px;
}

h2 {
	color: black;
    font-size: 42px;
    line-height: 55px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
}

.box_marka{
	background: #ffffff;
    box-shadow: 0 0 10px #52525242;
    padding: 50px;
	height: 100%;
}

.blok_oferta{
	background-color: #eaeaea;
	border-radius: 30px;
	padding: 35px;
	margin-top: 30px;
}

.blok_oferta .tytul{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 30px;
}

.dropdown-item {
    padding: 0.1rem 1rem!important;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
	z-index: 99999;
}

#intro{
	position: relative;
    background-color: black;
    min-height: calc(100vh - 106px);
    max-height: calc(100vh - 106px);
    width: 100%;
    overflow: hidden;
}

#intro_video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
}

#przycisk_scrolluj_w_dol {
	position: absolute;
	bottom: 60px;
	color: white;
	font-size: 30px;
	text-align:center;
	width: 100%;
}

#przycisk_scrolluj_w_dol span {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 24px;
  height: 24px; 
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}