/* main.css
             _                           _ 
            | |                         | |
__  ________| | _____  _ __ ___    _ __ | |
\ \/ /______| |/ / _ \| '_ ` _ \  | '_ \| |
 >  <       |   < (_) | | | | | |_| |_) | |
/_/\_\      |_|\_\___/|_| |_| |_(_) .__/|_|
                                  | |      
                                  |_|      
*/

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Nunito', sans-serif;
	color: #000;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	max-width: 1170px;
}

.container-fluid {
	border-radius: 0!important;
}

.wrapper {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.content {
	max-width: 1600px;
	margin: auto;
	
}
tr{
	border-spacing: 30mm;
}

h1{
	font-size: 2.1rem;
}
ul{
	line-height: 45px;
	font-size: 1.1rem;
	font-weight: 600;
}

li{
	line-height: 35px;
	font-size: 1.1rem;
	font-weight: 600;
}
.disclaimer {
	padding: 30px 0;
	max-width: 620px;
	margin: auto;
	text-align: center;
	font-size: 14px;
}

.bg-1{
	 background-size: cover;
	 background-position: top center;
	 background-color: #000;
	 min-height: 650px;
	 color: #fff;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copy-1{
	padding-top:360px;
}
.bg-2{
	 background-image: url("../img/bg-2.jpg?");
	 background-size: cover;
	 background-position: top center;
	 min-height: 668px;
}
.bg-3{
	 background-color: #fff;
	 background-size: cover;
	 color: #000;
	 min-height: 668px;
	 padding: 40px 0;
}

.bg-4{
	 background-image: url("../img/bg-4.jpg");
	 min-height: 668px;
	 background-size: cover;
	 color: #fff;
}

.bg-4-img{
	 background-image: url("../img/img-3.png");
	 background-size: cover;
	  min-height: 668px;
}
.bg-5{
	 background-image: url("../img/bg-5.jpg");
	 min-height: 200px;
	 background-size: cover;	 
	 background-position: top center;
	 color: #000;
}

tr{
	min-height: 100px;
}

@media (min-width: 120px) and (max-width: 1137px){

.fullscreen-bg__video {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-1{
	 background-image: url("../img/top-bk_01.jpg?");

}
	

}

td{
		min-width: 65px;
}
/* 	wszystkie img responsywne dostosowują się do kontenera w jakim sa umieszczone nie ma potrzeby uzywania img-fluid w klasach */
img {
	max-width: 100%;
	height: auto;
	    -ms-flex-item-align: center;
	        align-self: center;
}

/* ==========================================================================
   pozostałe style poniżej
   ========================================================================== */