/* 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: 1140px;
}

.container-fluid {
	border-radius: 30px !important;
}

.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;
	color:#949494;
}

/* 	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
   ========================================================================== */

.header{
	background: url("../img/kv-top.jpg") center center no-repeat;
	background-size: cover;
	min-height: 449px;
}
.txt-white{color: #fff;}
.txt-gray{color: #949494;}

.logo{
	max-width: 150px;
}
.icon-size{
	background: url("../img/wielkosc_tv.svg") center center no-repeat;
	min-height: 150px;	
}
.icon-text{
	position: relative;
	top:46px;
}
.icon{
	max-width: 120px;
}
.bg-1{
	background: #000;
}
.h1, h1 {
    font-size: 36px;
	font-weight: 500;
}
.h2, h2 {
    font-size: 22px;
	font-weight: 300;
}
.h3, h3 {
    font-size: 22px;
	font-weight: 600;
}

.h4, h4 {
    font-size: 50px;
}
.h5, h5 {
    font-size: 28px;
}
.h6, h6 {
    font-size: 16px;
	line-height: 10px;
}
.h7, h7 {
    font-size: 22px;
	font-weight: 600;
}
.h8, h8 {
    font-size: 50px;
}

@media (min-width: 1200px) and (max-width: 1366px) { 
	.header{ 
	/*min-height: 650px !important;*/
	}
}

@media (min-width: 991px) and (max-width: 1200px) { 
	.header{ 
	/*min-height: 550px !important;*/
	}
}
@media (min-width: 480px) and (max-width: 990px) { 
	.header{ 
	/*min-height: 750px !important;*/
	}

}


@media (min-width: 480px) and (max-width: 1200px) { 

	.h1, h1 {
    font-size: 28px !important;
}
	.h2, h2 {
    font-size: 18px !important;
}
	.h3, h3 {
    font-size: 18px !important;
}
	.h4, h4 {
    font-size: 30px !important;
}
	.h8, h8 {
    font-size: 40px !important;
}

	.icon-text{
	top:52px !important;
}

}



@media (min-width: 200px) and (max-width: 479px) { 
	.header{ 
	background: url("../img/kv-top-mobile.jpg") center bottom no-repeat !important;
	background-size: cover;
	min-height: 650px;
	}
	.h1, h1 {
    font-size: 22px !important;
}
	.h2, h2 {
    font-size: 16px !important;
}	
	.h3, h3 {
    font-size: 16px !important;
}
	.h4, h4 {
    font-size: 22px !important;
}
	.h8, h8 {
    font-size: 40px !important;
}
	.logo{
	max-width: 80px !important;
	padding-bottom: 25px!important;
}
	#head{
		position: absolute !important;
		top: 80px !important;
	}
	
	.mt-4, .my-4 {

    margin-top: .75rem !important;

}
	.h5, h5 {
    font-size: 22px !important;
}
		.icon-text{
	top:52px !important;
}

}

