/* 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;
}

.header1 {
	background: url("../img/bg.png");
}

.header {
	margin-left:90px;
}


.ah1 {
	padding:0 70px;
}


.col-12 {
	margin:0!important;
}

.kroki {
	background:#000000;
	color:#fff;
}
.kroki h2 {
	padding:0;
	margin:40px 0 0 0 ;
}

.kroki1 img {
	padding-right:50px;
}

.container {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	max-width: 1170px;
}

.kroki1 {
	color:#fff;
	list-style-type: none;
	 list-style-position: outside;
}

.kr1 {
	margin:10px 0!important;
}

.kroki1 li {
	padding:10px 0;
}

.kroki1 li:first-child {
	padding-top:50px;
}

.container-fluid {
	border-radius: 0!important;
}
h3, h2 {
	color:#fff;
}

h3 {
	font-size:20px;
	padding: 50px 0 0 0;
}

h2 {
	font-size:26px;
	padding: 0 0 20px 0;
}
.wrapper {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.content {
	max-width: 1600px;
	margin: auto;
	
}

.disclaimer {
	padding: 30px 0;
	max-width: 620px;
	margin: auto;
	text-align: center;
	font-size: 14px;
}

/* 	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;
}

@media (max-width: 900px)
{
	
.header {
	margin-left:0px;
}

}
/* ==========================================================================
   pozostałe style poniżej
   ========================================================================== */