*{
	box-sizing:border-box;
}
html,body{
	margin:0 auto;
	width:100%;
	height:100%;
}
a{
	text-decoration:none;
	cursor:pointer;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}
figure{
	margin:0;
	padding:0;
}
figure img{
	max-width:100%;
	vertical-align:top;
}
img{
	max-width:100%;
}
.cert_box{
	padding:0 22.5px;
}
a.odnosnik{
	color:inherit;
}
.hide{
	width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
label[for="upload"]{
	display: block;
    box-sizing: border-box;
    border: none;
    margin: 0 2%;
    color: #9aa5ae;
    font-size: 16px;
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 96%;
    float: none;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    outline: none;
	background: #fff;
    padding: 10px 0;
    cursor: pointer;
}
.oferta_main{
	display:flex;
}
.oferta_box{
	width:50%;
	position:relative;
}
.oferta_box a:hover div{
	background-color:#13577c;
	color:#fff;
}
.oferta_box .title{
	font-family: 'LatoLatinWebLight';
    font-weight: normal;
    font-style: normal;
    color: #fff;
    background-color: #13577c;
    text-align: center;
    padding: 30px 0;
    font-size: 40px;
}
.oferta_box img{
	width:100%;
}
.oferta_box:nth-child(1){
	margin-right:15px;
}
.oferta_box:nth-child(2){
	margin-left:15px;
}
.oferta_box .bold{
	/*
	 font-family: 'LatoLatinWebBlack';
	 font-weight:normal;
	 font-style:normal;
	 */
}
.oferta_box a{
	bottom:20px;
	right:20px;
	background:#fff;
	padding:20px;
	position:absolute;
	transition-duration:0.5s;
}
.oferta_box a div{
	 font-family: 'LatoLatinWebBlack';
	 font-weight:normal;
	 font-style:normal;
	 font-size:25px;
	 color:#13577c;
	 padding:40px 30px;
	 text-align:center;
	 border:1px solid #13577c;
	 transition-duration:0.5s;
}
.container{
	width:95%;
	margin:0 auto;
}
.produkt_opis ul{
	padding-left:1em;
}
.rozwiazania a{
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
}
.cena{
	color: #13577c;
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    margin-bottom: 20px;
}
.promo_produkt a.zamow{
	display:inline-block;
}
.promo_produkt{
	margin-top:20px;
	text-align:center;
}
.top{

}
a.zadzwon{
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #fff;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    font-size: 14px;
    padding: 15px 40px;
    border: 1px solid #3fa9f5;
    color: #13577c;
    margin-right: 40px;
}
.menu_bottom nav{
	display:flex;
}
#klima_bt,#foto_bt{
	cursor:pointer;
}
.rodo h2{
	font-size: 20px;
    color: #13577c;
    font-family: 'LatoLatinWebBlack';
    font-style: normal;
    font-weight: normal;
	margin-bottom:20px;
}
.rodo ol{
	padding: 0 0 0 20px;
    margin: 0 auto;
    font-size: 16px;
    color: #13577c;
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
}
.rodo ol li{
	margin:5px 0;
}
.rodo a.zamow{
	display: table;
    margin: 60px auto 0 auto;
}
.rodo a.mailto{
	font-weight:bold;
	color:#13577c;
}
.onas_content{
	display:flex;
}
.onas_content header{
	margin-bottom:20px !important;
}
.open_produkt .onas_content{
	align-items:flex-start;
}
.onas_content:nth-of-type(even) .row:nth-child(2){
	order:1;
}
.onas_content:nth-of-type(even) .row:nth-child(1){
	order:2;
	padding-right:0;
	padding-left:40px;
}
.fotowoltaika_bg{
	height:100%;
	background-size:cover;
	background-position:center;
}
.onas_content .row{
	width:50%;
}
.onas_content .row:nth-child(1){
	padding-right:40px;
	padding-top:40px;
	padding-bottom:40px;
}
.onas_content h2{
    text-align: left;
}
.onas_content p,.produkt_opis{
	font-size: 24px;
    color: #000000;
    font-family: 'LatoLatinWebLight';
    font-weight: normal;
    font-style: normal;
	line-height:1.5em;
}
	
.dropdown a{
	display:flex;
	align-items:center;
}
.dropdown a img{
	padding-left:5px;
}
.dropdown{
	position:relative;
}
#dropdown_item{
	position:absolute;
	left:0;
	background: #fff;
    padding: 20px 10px 0 10px;
	z-index:999;
}
#dropdown_item a{
	display:block;
	margin-bottom:20px;
}
.certyfikat{
	display:flex;
	border:1px solid #dddddd;
}
.certyfikat h2{
	font-size: 20px;
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
}
.certyfikat a{
	font-size: 14px;
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
    color: #000;
    display: block;
    margin-top: 40px;
}
.certyfikat .row{
	flex:1;
}
.certyfikat .row:nth-child(1){
	padding:20px;
}
.real_open_flex,.kontakt_flex{
	display:flex;
}
.real_open_flex .row,.kontakt_flex .row{
	flex:1;
}
.real_open_flex .row:nth-child(2){
	padding-left:40px;
}
.real_open_flex h2{
	font-size: 24px;
    color: #000;
    font-family: 'LatoLatinWebBlack';
    font-style: normal;
    font-weight: normal;
	margin-bottom:20px;
	position:relative;
	padding-left:1em;
}
.real_open_flex img,.galeria_real img{
	border-radius:30px;
}
.dofinansowanie_flex img,.dofinansowania_box img{
	border-radius:0px !important;
}
.real_open_flex h2:before{
	content: "• ";
    color: rgb(19,87,124);
    font-size: 1em;
    line-height: 20px;
	position:absolute;
	left:0;
	height:100%;
}
.real_open_flex h2 span{
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
}
.real_open_flex p{
	padding-left: 1em;
	color: #000;
    font-size: 24px;
    font-family: 'LatoLatinWebLight';
    font-weight: normal;
    font-style: normal;
	line-height: 140%;
}
.galeria_real{
	padding-top:80px;
}
.galeria_real .foty{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.galeria_real header{
	text-align:left !important;
}
.real_open{
	padding:80px 0;
}
.real_open header{
	text-align:center;
	margin-bottom:70px;
}
.real_open .container{
	width:95%;
}
.real_open .content{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:30px;
}
.real_open .real_box{
	float:none;
	padding:0;
	text-align:left;
}
.real_open .real_box .desc{
	padding:0;
	margin-top:20px;
}
.real_open .real_box h2{
	margin:0;
}
.real_open .real_box p{
	margin:5px 0 10px 0;
}
.real_box img{
    border-radius: 30px;
}
.real_open .real_box img{
	height: 300px;
    object-fit: cover;
    width: 100%;
}
.real_box a.zamow{
	display:inline-block;
}
.dane_txt h3{
	font-size:16px;
	color:#3fa9f5;
	font-family: 'Gotham Book';
	font-weight:normal;
	font-style:normal;
	margin-bottom:2px;
}
.dane_txt h2{
	font-size:14px;
	color:#0a1f54;
	font-family: 'Gotham';
	font-weight:bold;
	font-style:normal;
}
.menu_top{
	padding:15px 0;
	display:flex;
	justify-content:space-between;
}
.menu_bottom{
	padding:0 0 15px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.dane_top,.dane_top .dane{
	display:flex;
}
.dane_top .dane{
	align-items:center;
	padding-left:30px;
}
.dane_top .dane figure{
	padding-right:10px;
}
nav a{
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
	color:#000;
	font-size:16px;
	padding-right:25px;
}
nav a:last-child{
	padding-right:0;
}
a.zamow{
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
	background-color:#3fa9f5;
	font-family: 'Gotham';
	font-weight:bold;
	font-style:normal;
	color:#fff;
	font-size:14px;
	padding:15px 40px;
}
.slider{
	background-image:url('../img/slider.jpg');
	background-position:center;
	background-size:cover;
	padding:140px 0;
}
.slider h1{
	font-size:60px;
	color:#fff;
	font-family: 'LatoLatinWebLight';
	font-style:normal;
	font-weight:normal;
}
.slider p{
	font-size:20px;
	color:#fff;
	font-family: 'LatoLatinWebLight';
	font-style:normal;
	font-weight:normal;
	line-height:140%;
	margin:30px 0 40px 0;
}
.heavy{
	font-family: 'LatoLatinWebHeavy';
	font-style:normal;
	font-weight:normal;
}
.black{
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
}
.slider .container{
	padding-left:140px;
}
.pasek_nav{
	display:flex;
}
.pasek_nav .item{
	padding:30px 0;
	color:#13577c;
	flex:1;
	text-align:center;
	font-size:36px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:bold;
}
.pasek_nav .active{
	background:#13577c;
	color:#fff;
}
.pasek_nav .item:nth-child(2){
	border-right:1px solid #dddddd;
}
.slider a.wht{
	background: #fff !important;
    color: #3fa9f5;
    margin-right: 15px;
}
.slider a.zamow{
	display: inline-block;
    background: transparent;
    border: 1px solid #fff;
}
.zalety{
	padding:80px 0;
	background-color:#fff;
}
.zalety .container{
	display:flex;
	align-items:center;
}
.zalety_box{
	text-align:center;
	padding-right:120px;
}
.zalety_box:last-child{
	padding-right:0;
}
.zalety_box h2{
	font-size:20px;
	color:#13577c;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	margin:20px 0;
}
.zalety_box p{
	font-size:16px;
	color:#13577c;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
}
.zalety_box figure{
	display: table;
    padding: 20px;
    background: #fff;
    margin: 0 auto;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.buttons a{
	display:inline-block;
}
header h3{
	font-size:20px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	color:#4daff6;
	margin-bottom:15px;
	line-height: 100%;
}
header h2{
	font-size:44px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	color:#13577c;
	line-height: 100%;
}
.oferta p,.montaz_i_serwis p{
	color:#373c3f;
	line-height:140%;
	font-size:16px;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
	margin:40px 0 50px 0;
	line-height:140%;
}
.montaz_i_serwis{
	display:flex;
	align-items:center;
	background-color:#f4fafe;
}
.zalety .row{
	display:flex;
	align-items:center;
}
.zalety .row:nth-child(2){
	padding-left:100px;
	flex:1;
}
.zalety .row:nth-child(1){
	flex:0 0 auto;
}
#oferta_img{
	width:210px;
	padding-right:40px;
}
.montaz_i_serwis .row{
	flex:1;
}
.montaz_i_serwis .row:nth-child(1){
	padding-left:calc(140px + 2.5%);
}
.montaz_i_serwis .row:nth-child(1) p{
	padding-right:280px;
}
.rozwiazania{
	display:flex;
}
.rozwiazania .row{
	flex:1;
	height:671px;
	background-size:cover;
	background-position:center;
	display: flex;
    align-items: flex-end;
	cursor:pointer;
}
.rozwiazania .desc{
	padding:0 0 80px 90px;
	color:#fff;
}
.rozwiazania .desc h3{
	font-size:35px;
	font-family: 'LatoLatinWeb';
	font-style:normal;
	font-weight:normal;
}
.rozwiazania .desc h2{
	font-size:97px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
}
.rozwiazania .row:nth-child(1){
	background-image:url('../img/dla_domu.jpg');
}
.rozwiazania .row:nth-child(2){
	background-image:url('../img/dla_biur.jpg');
}
.oferta .container{
	display:flex;
	align-items:center;
}
.oferta figure{
	flex:0 0 auto;
}
.oferta .desc{
	text-align:center;
	padding-left:40px;
}
.oferta a.tel{
	font-size:20px;
	color:#4daff6;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	display: inline-flex;
    align-items: center;
    padding-left: 25px;
}
.oferta a.tel img{
	padding-right:10px;
}
.oferta .buttons{
	display: inline-flex;
    align-items: center;
}
.oferta{
	padding: 35px 0 70px 0;
}
.modele{
	background-image:url('../img/komfort.jpg');
	background-position:center;
	background-size:cover;
	padding:130px 0 140px 0;
}
.modele h2{
	color:#fff;
	font-size:44px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	line-height:100%;
}
.modele p{
	color:#fff;
	font-size:16px;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
	margin:40px 0;
	line-height:140%;
}
.modele a.zamow{
	color:#15587d;
	background:#fff;
	display:inline-block;
}
.realizacje{
	padding:130px 0;
}
.realizacje .container{
	width:80%;
}
.realizacje header,.certyfikaty header{
	text-align:center;
	margin-bottom:70px;
}
.marka{
	padding:50px;
	flex:1;
	text-align:center;
	border-right:1px solid #dddddd;
	height:100%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	align-content: center;
}
.marka figure{
	flex:1 1 100%;
	display:flex;
	height:100%;
	align-items:center;
	justify-content:center;
}
.marka figure img{
	max-height:100%;
}
.marka:last-child{
	border-right:none;
}
.nasze_marki h2{
	font-size:20px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	color:#4daff6;
	text-align:center;
	padding-bottom:40px;
}
.marka p{
	font-size:16px;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
	margin-top:20px;
	flex:1 1 100%;
}
.nasze_marki .container{
	display:flex;
	align-items:flex-end;
	height:190px;
	width:100%;
}
.nasze_marki .row{
	border-top:1px solid #dddddd;
}
.real_box{
	float:left;
	text-align:center;
	padding:0 15px;
}
.real_box h2{
	font-size:20px;
	color:#13577c;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	margin:40px 0 15px 0;
}
.real_box p{
	color:#13577c;
	font-size:16px;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
	line-height:140%;
}
.real_box .desc{
	padding:0 30px;
}
.formularz{
	background-image:url('../img/formularz.jpg');
	background-position:center;
	background-size:cover;
	padding:90px 0 110px 0;
}
.formularz .content{
	width:50%;
	margin-left:auto;
	text-align:center;
	padding-right:300px;
}
.certyfikaty{
	display:flex;
	border:1px solid #13577c;
	margin-bottom:130px;
}
.certyfikaty .row:nth-child(1){
	width:30%;
	padding:80px 0 40px 0;
	background-image:url('../img/certyfikaty_bg.jpg');
	background-position:center;
	background-size:cover;
}
.certyfikaty .row:nth-child(1) a{
	color:#fff;
	font-size:24px;
	display: table;
	margin-left:auto;
	margin-bottom: 20px;
	text-align:right;
	padding:15px 100px 15px 30px;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
}
.certyfikaty .row:nth-child(1) a.active{
	background:#fff;
	color:#13577c;
	font-family: 'LatoLatinWebBlack';
}
.certyfikaty .row:nth-child(2){
	width:70%;
	padding:80px 80px 40px 80px;
}
.certyfikaty header{
	text-align:right;
	color:#fff;
	margin-bottom:0;
	font-size:44px;
	padding-right:45px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	margin-top:140px;
}
.formularz h2{
	font-size:44px;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
	color:#13577c;
}
.formularz h3{
	font-size:16px;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
	color:#4daff6;
	margin:30px 0 40px 0;
}
input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 25px;
	border:none;
    margin:0 2% 15px 2%;
    color: #9aa5ae;
    font-size: 16px;
	font-family: 'LatoLatinWeb';
	font-weight:normal;
	font-style:normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width:46%;
	float:left;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
	outline:none;
}
input#w100{
	width:96%;
	float:none;
}
input[type="submit"]{
    width: 50%;
    float: none;
    margin: 0 auto;
    padding: 20px 0;
    background-color: #3fa9f5;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    color: #fff;
    font-size: 14px;
	margin-top:40px;
	cursor:pointer;
}
::-webkit-input-placeholder { /* Edge */
    color: #9aa5ae;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9aa5ae;
}

::placeholder {
    color: #9aa5ae;
}
textarea#pytanie{
	display: block;
    box-sizing: border-box;
    padding: 25px;
    border: none;
    margin: 0 2% 15px 2%;
    color: #9aa5ae;
    font-size: 16px;
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 96%;
    float: none;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
	outline:none;
}
.proces{
	padding:120px 0 170px 0;
}
.proces header{
	text-align:center;
	margin-bottom:70px;
}
.proces_box h3{
	font-size:20px;
	color:#13577c;
	font-family: 'LatoLatinWebBlack';
	font-style:normal;
	font-weight:normal;
}
.proces .content{
	display:flex;
	align-items:center;
}
.proces .row:nth-child(1),.proces .row:nth-child(3){
	flex:1;
}
.proces .row:nth-child(2){
	flex:0 0 auto;
	padding:0 45px;
}
.proces_box{
	display:flex;
	align-items:center;
	margin-bottom:120px;
}
.proces .row:nth-child(1) .proces_box{
	float:right;
	clear:both;
	text-align:right;
}
.proces .row:nth-child(1) .proces_box figure{
	padding-left:50px;
}
.proces .row:nth-child(3) .proces_box figure{
	padding-right:30px;
}
.copy{
	padding: 0;
    background: none;
    width: 95%;
    margin: 0 auto;
    text-align: right;
}
.copy a{
	color: inherit;
}
.copy .txt{
	font-size:28px;
	color:#fff;
	font-family: 'LatoLatinWebLight';
	font-style:normal;
	font-weight:normal;
}
.copy .container{
	display: flex;
    align-items: center;
	padding-left:140px;
}
.copy figure{
	padding-right:15px;
}
.slick_nav_cert{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top:30px;
}
.slick_nav_cert .next{
	margin-left:10px;
}
.slick_nav{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top:100px;
}
.slick_nav .next{
	margin-left:10px;
}
.prev,.next{
	cursor:pointer;
}
footer{
	padding:60px 0 40px 0;
	background-image:url('../img/stopka_bg.jpg');
	background-position:center;
	background-size:cover;
}
footer .container{
	display:flex;
	align-items:center;
}
footer .row{
	flex:1;
}
footer p{
	color: #fff;
    font-size: 18px;
    font-family: 'LatoLatinWebLight';
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
    margin: 40px 0;
	padding-right:120px;
}
footer .data img{
	width:20px;
}
.kontakt_flex .data img{
	width:30px;
}
.kontakt_flex .data{
	display:flex;
	align-items:center;
	margin-bottom:20px;
}
.kontakt_flex .data h3{
	font-size: 20px;
    font-family: 'LatoLatinWebBlack';
    font-style: normal;
    font-weight: normal;
    color: #13577c;
	line-height:1.5em;
}
.kontakt_flex .data h4{
	color: #000;
    font-size: 18px;
    font-family: 'LatoLatinWebLight';
    font-weight: normal;
    font-style: normal;
}
footer .data figure{
	margin-right:15px;
	flex:0 0 auto;
}
.kontakt_flex .data figure{
    padding: 15px;
    background: #3fa9f5;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: table;
	margin-right:15px;
	flex:0 0 auto;
}
footer .data,footer .danebox{
	display:flex;
	align-items:center;
}
footer .danebox{
	margin-bottom:20px;
}
footer .data{
	width:50%;
}
footer h4{
	font-family: 'LatoLatinWeb';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
	line-height:25px;
	color:#fff;
}
.top .menu-btn, .top .menu-icon, .top ul{
	display:none;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  z-index: 999;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 70%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close,.close2 {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-left:auto;
}

.close:hover,.close2:hover,
.close:focus,.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 25px 16px;
  background-color: #3fa9f5;
  color: white;
  display: flex;
  align-items: center;
}
.modal-header h3{
	margin-left:auto;
}

.modal-body {padding: 2px 16px;display:flex;padding:40px;align-items:center;}
.flexbox{
	flex:1;
}
.modal-body figure{
	margin:0;
	padding:0;
}
.modal-body .dane{
	display: flex;
    align-items: center;
    justify-content: center;
	margin:25px 0;
}
.modal-body .dane_modal figure{
	padding: 15px;
    background: #3fa9f5;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    display: table;
    margin-right: 15px;
}
.dane figure{
	padding-right:10px;
}
.modal-header h3{
	font-family: 'LatoLatinWebHeavy';
    font-style: normal;
    font-weight: normal;
    color: #fff;
	font-size:30px;
}
form{
	margin:0;
}
.logomodal{
	text-align:center;
}
.modal-body .dane img{
	width:20px;
}
.modal-body .dane .txt{
	 line-height:inherit;
    margin-bottom:0;
    width: auto;
	font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
	font-size:16px;
	color:#000;
}
.modal-body input{
	border:1px solid #dddddd;
}
#dzieki,#dzieki2{
	display:none;
	font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin-top: 20px;
    text-align: center;
}
.ajax_content2{
	display:none;
}
#myModal input[type="submit"],#myModal2 input[type="submit"]{
	width:100%;
	border:none;
}
.formcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 20px 0 0 2%;
}
.formcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
	z-index:-1;
	width:auto;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #ddd;
}
.formcheck:hover input ~ .checkmark {
    background-color: transparent;
}
.formcheck input:checked ~ .checkmark {
    background-color: transparent;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.formcheck input:checked ~ .checkmark:after {
    display: block;
}
.formcheck .checkmark:after {
    left: 7px;
    top: 2px;
    width: 4px;
    height: 10px;
    border: solid #3fa9f5;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.txtcheck{
	font-size: 12px;
    width: 100%;
    text-align: left;
	font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
    color: #000;
}
.txtcheck a{
	color:#000;
	text-decoration:underline;
}
.info p{
	color: #000;
    font-size: 18px;
    font-family: 'LatoLatinWebLight';
    font-weight: normal;
    font-style: normal;
}
.info{
	text-align: center;
    padding: 40px 0 0 0;
}
.nasze_marki{
	margin-top:60px;
}
.produkty_grid{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	grid-gap:20px;
}
.model_box{
	border:1px solid #ddd;
	padding:20px;
	height:100%;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.model_box p,.model_box figure{
	flex:1 1 100%;
}
.model_box p{
	font-size: 16px;
    font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
	color:#000;
	margin-top:5px;
}
.logo_producenta{
	margin-bottom: 40px;
    text-align: center;
}
.produkty_content{
	margin-bottom:70px;
}
.site_produkty .onas_content:nth-of-type(even) .row:nth-child(1){
	order:1;
	padding-right:80px;
	padding-left:0;
}
.site_produkty .zalety{
	padding:0;
}
.dofinansowania{
	background-image:url('../img/dofinansowania_bg.png');
	background-position:right;
	background-size:cover;
	padding:50px 0;
}
.dofinansowania .row{
	width:50%;
	margin:50px 0 0 0;
}
.dofinansowania .data{
	font-family: 'LatoLatinWebHeavy';
	font-weight:normal;
	font-style:normal;
}
.dofinansowania .title{
	margin-bottom:10px;
}
.dofinansowania .title a{
	color:inherit;
}
.dofinansowania li{
	margin-bottom:10px;
}
.dofinansowania a.zamow{
	background-color: #1f5f82;
    display: table;
    margin: 50px auto 0 auto;
}
.podpunkt{
	margin:5px 0;
}
.bold li,.promo .bold{
/*
  font-weight: bold;
*/
}
.promo .container{
	display:flex;
	align-items:center;
}
.promo .row{
	width:50%;
}
.promo .row:nth-child(2){
	padding-left:40px;
}
.promo .oferta_box{
	width:100%;
	margin:0;
}
.jakdzialamy{
	padding:80px 0;
}
.abc{
	margin:60px 0;
}
.onas_content.ile_pradu .row{
	width:auto;
}
.onas_content.ile_pradu .row:nth-child(1){
	flex:1;
}
.onas_content.ile_pradu .row:nth-child(2){
	flex:0 0 auto;
}
.container1{
	padding-left:2.5%;
}
.zasady{
	padding:65px 0 0 0;
	background-color:#2b4ea0;
}
.zasady header h2{
	color:#fff;
}
.zasady header{
    margin-bottom: 50px;
    text-align: left;
    padding-left: 110px;
}
.zasada{
	display:flex;
	padding-bottom:80px;
}
.zasada figure{
	flex:0 0 auto;
	padding-right:40px;
}
.zasada .desc{
	flex:1;
	font-size: 24px;
    color: #dfe6ea;
    font-family: 'LatoLatinWebLight';
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
}
.cena_montazu{
	padding:80px 0;
}
.cena_montazu header{
	text-align:left;
}
.onas_content.klimatyzacja .row:nth-child(1){
	padding-top:0;
	padding-bottom:0;
}
.cena_montazu .onas_content .row:nth-child(1){
	padding-top:0;
	padding-bottom:0;
	width:60%;
}
.cena_montazu .bold2{
	font-family: 'LatoLatinWebHeavy';
}
.onas_opis .bold,.cena_montazu .bold{
	/*
	font-family: 'LatoLatinWebHeavy';
	*/
}
.onas_opis .bold2{
	font-weight:bold;
}
.italic{
	font-style:italic;
}
.cena_montazu .onas_content .row:nth-child(2){
	padding: 60px 60px 70px 50px;
	background-color: #f9b141;
	width:40%;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.cena_montazu .onas_content .row:nth-child(2) .produkt_opis{
	color:#fff;
}
.podsuma{
	margin-top:60px;
}
.butony_abc{
	display:flex;
	margin:80px 0;
	align-items:center;
}
.butony_abc .row{
	width:50%;
	padding:0 20px;
	text-align:center;
}
.butony_abc .row:nth-child(1){
	border-right:2px solid #c3c3c3;
}
.butony_abc .row:nth-child(2){
	text-align:center;
}
.eko{
	padding:190px 0 235px 0;
	background-image:url('../img/eko_bg.jpg');
	background-position:left;
	background-size:cover;
}
.eko .produkt_opis{
    color: #fff;
    font-family: 'LatoLatinWebHeavy';
    padding-right: 2.5%;
    width: 55%;
    margin-left: auto;
    line-height: 2em;
}
.nasze_marki .w50{
	width:50%;
}
.nasze_marki.all{
	display:flex;
}
.nasze_marki.all .row{
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.nasze_marki.all .w50:nth-child(1){
	margin-right:20px;
}
.nasze_marki.all .w50:nth-child(2){
	margin-left:20px;
}
.nasze_marki.all .w50:nth-child(1) .row:nth-child(3){
	border-bottom:1px solid #ddd;
}
.bread{
	display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
.bread a{
	font-family: 'LatoLatinWeb';
    font-weight: normal;
    font-style: normal;
    color: #13577c;
	flex:1;
	text-align:center;
	display:inline-block;
	border:1px solid #13577c;
	font-size: 24px;
	padding:20px 0;
	margin:0 40px;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.bread a.active{
	color:#fff;
	background-color:#13577c;
}
#mobile{
	display:none;
}
.onas_content .row:nth-child(1){
		padding-top:0;
}
.fotowoltaika .onas_content .row:nth-child(1){
	padding-top:40px;
}
a.abc_bt{
	width: 600px;
    height: 210px;
    display: flex;
    align-items: center;
	align-content:center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #2b4ea0;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
	font-family: LatoLatinWeb;
    font-weight: normal;
	font-style:normal;
	font-size:24px;
	text-align:center;
}
a.abc_bt .bold{
	flex:1 1 100%;
	font-weight:bold;
	font-size:60px;
}
.butony_abc .row:nth-child(2) figure a{
	margin-left:auto;
	margin-right:auto;
}
.abc_foto{
	margin-top:80px;
}
@media screen and (min-width: 300px) and (max-width: 760px){
	.container{
		width:90%;
	}
	.abc_foto{
		margin-top:40px;
	}
	.info p{
		font-size:14px;
	}
	.modal{
		padding-top:10px;
	}
	.rodo h2{
		font-size:18px;
	}
	.cena{
		font-size:24px;
	}
	.promo_produkt{
		margin:20px 0 40px 0;
	}
	.rodo ol{
		font-size:14px;
	}
	.produkty_grid{
		grid-template-columns:1fr 1fr;
		grid-gap:10px;
	}
	.model_box{
		padding:10px;
	}
	.model_box p{
		font-size:14px;
	}
	.site_produkty .onas_content:nth-of-type(even) .row:nth-child(1){
		order:2;
		padding:0;
	}
	.marka figure{

	}
	.nasze_marki{
		border-bottom:none;
	}
	.certyfikat .row:nth-child(1){
		padding:20px 10px;
	}
	.certyfikat h2{
		font-size:18px;
	}
	.real_open{
		padding:40px 0;
	}
	.real_open .container{
		width:90%;
	}
	.real_open .content{
		grid-template-columns:1fr;
	}
	.real_open .real_box img{
		height:auto;
		width:auto;
	}
	.real_open_flex,.kontakt_flex{
		flex-wrap:wrap;
	}
	.real_open_flex .row,.kontakt_flex .row{
		flex:1 1 100%;
	}
	.kontakt_flex .data h3{
		font-size:18px;
	}
	.kontakt_flex .data h4{
		font-size:16px;
	}
	.kontakt_flex .data img{
		width:20px;
	}
	.real_open_flex .row:nth-child(2),.real_open_flex p{
		padding-left:0;
	}
	.real_open_flex .row:nth-child(2){
		margin-top:20px;
	}
	.galeria_real .foty{
		grid-template-columns:1fr 1fr;
		grid-gap:10px;
	}
	.galeria_real{
		padding-top:40px;
	}
	.real_open_flex p{
		font-size:14px;
	}
	.real_open_flex h2{
		font-size:18px;
	}
	.slider .container{
		padding-left:0;
	}
	.slider a.wht{
		margin-right:0;
		margin-bottom:20px;
	}
	.pasek_nav{
		flex-wrap:wrap;
	}
	.pasek_nav .item{
		flex:1 1 100%;
		font-size:20px;
		padding:15px 0;
	}
	.pasek_nav .item:nth-child(2){
		border-right:none;
		border-bottom:1px solid #dddddd;
	}
	.montaz_i_serwis,.rozwiazania{
		flex-wrap:wrap;
	}
	.montaz_i_serwis .row,.rozwiazania .row{
		flex:1 1 100%;
	}
	.montaz_i_serwis .row:nth-child(2){
		order:1;
	}
	.montaz_i_serwis .row:nth-child(1){
		order:2;
		padding:20px 5%;
	}
	.rozwiazania .desc{
		padding:0 0 40px 40px;
	}
	.rozwiazania .desc h2{
		font-size:40px;
	}
	.rozwiazania .desc h2 img{
		height:30px;
	}
	.rozwiazania .desc h3{
		font-size:18px;
	}
	.rozwiazania .row{
		height:300px;
	}
	.zalety .row:nth-child(1),.zalety .row:nth-child(2){
		flex:1 1 100%;
		padding:0;
	}
	.zalety .row:nth-child(2){
		flex-wrap:wrap;
	}
	.montaz_i_serwis .row:nth-child(1) p{
		padding-right:0;
		font-size:14px;
		margin:20px 0 0 0;
	}
	.montaz_i_serwis a.zamow{
		margin-top:20px;
		display:inline-block;
	}
	.dane_top,.menu_bottom{
		display:none;
	}
	.menu_top{
		border-bottom:none;
	}
	.slider h1{
		font-size:40px;
	}
	.slider p{
	    font-size: 16px;
		padding-right: 100px;
	}
	.slider{
		padding:80px 0;
	}
	.zalety .container,.oferta .container,.oferta .buttons{
		flex-wrap:wrap;
	}
	.zalety_box{
		padding-right:0;
		flex:1 1 50%;
		margin-bottom:20px;
		padding:0 5px;
	}
	.zalety{
		padding:40px 0 20px 0;
	}
	.zalety_box h2{
		font-size:18px;
		margin:10px 0;
	}
	.zalety_box p{
		font-size:14px;
	}
	.oferta figure,.oferta .desc{
		flex:1 1 100%;
	}
	.oferta .desc{
		padding-left:0;
	}
	header h2{
		font-size:26px;
	}
	header h3{
		font-size:16px;
		margin-bottom:5px;
	}
	.oferta p{
		font-size:14px;
		margin: 20px 0 0 0;
	}
	.oferta{
		padding:0 0 40px 0;
	}
	.buttons a{
		margin:20px auto 0 auto;
	}
	.oferta a.tel{
		padding-left:0;
	}
	.modele h2{
		font-size:30px;
	}
	.modele p{
		font-size:14px;
	}
	.modele{
		padding:80px 0;
	}
	.realizacje{
		padding:40px 0;
	}
	.realizacje header,.real_open header{
		margin-bottom:40px;
	}
	.slick_nav{
		margin-top:40px;
	}
	.real_box figure img{
		margin: 0 auto;
	}
	.real_box{
		float:none;
		padding:0;
	}
	.real_box p{
		font-size:14px;
	}
	.real_box h2{
		font-size:18px;
	}
	.formularz .content{
		width:100%;
		margin:0;
		padding-right:0;
	}
	.certyfikaty .container{
		width:90%;
	}
	.nasze_marki .container{
		flex-wrap:wrap;
		width:100%;
		height:auto;
	}
	.marka{
		height: 180px;
		flex: auto;
		width:33.33%;
		padding:20px;
		border-bottom: 1px solid #ddd;
		align-items: center;
		align-content: center;
	}
	.marka p{
		display:none;
	}
	.formularz h2{
		font-size:30px;
	}
	.formularz h3{
		font-size:14px;
	}
	input,textarea#pytanie,label[for="upload"]{
		width:100%;
		float:none;
		margin: 0 0 15px 0;
		font-size:12px;
	}
	input#w100{
		width:100%;
	}
	.formularz{
		padding:40px 0;
	}
	.proces{
		padding:40px 0;
	}
	.proces .content{
		flex-wrap:wrap;
	}
	.proces header{
		margin-bottom:40px;
	}
	.proces .row:nth-child(2){
		order:1;
		flex:1 1 100%;
		padding:0;
		text-align:center;
		margin-bottom:40px;
	}
	.proces .row:nth-child(1){
		order:2;
	}
	.proces .row:nth-child(3){
		order:3;
	}
	.proces_box h3{
		font-size:14px;
		order:2;
	}
	.proces .row:nth-child(1) .proces_box figure,.proces .row:nth-child(3) .proces_box figure{
		padding-right:10px;
		padding-left:0;
		width:40px;
	}
	.proces .row:nth-child(1) .proces_box figure{
		order:1;
	}
	.proces .row:nth-child(1) .proces_box{
		float:none;
		text-align:left;
	}
	.proces_box{
		margin-bottom:40px;
	}
	.copy .txt{
		font-size:11px;
		flex:0 0 auto;
	}
	.oferta .buttons{
		flex-direction:column;
	}
	footer{
		padding:40px 0 20px 0;
		background-position:right;
	}
	footer .container{
		flex-wrap:wrap;
		padding-left:0;
	}
	.copy .container{
		padding-left:0;
	}
	footer .row{
		flex:1 1 100%;
	}
	footer p{
		font-size:14px;
		margin:20px 0;
		padding:0;
	}
	footer h4{
		font-size:14px;
	}
	footer .danebox{
		flex-wrap:wrap;
		margin-bottom:0;
	}
	footer .data{
		width:100%;
		margin-bottom:10px;
	}
		/* menu */

	.top .menu {
	  clear: both;
	  max-height: 0;
	  transition: max-height .2s ease-out;
	}
	

	/* menu icon */

	.top .menu-icon {
	  cursor: pointer;
	  display: inline-block;
	  float: right;
	  padding: 15px 5%;
	  position: relative;
	  user-select: none;
	}

	.top .menu-icon .navicon {
	  background: #333;
	  display: block;
	  height: 2px;
	  position: relative;
	  transition: background .2s ease-out;
	  width: 30px;
	}

	.top .menu-icon .navicon:before,
	.top .menu-icon .navicon:after {
	  background: #333;
	  content: '';
	  display: block;
	  height: 100%;
	  position: absolute;
	  transition: all .2s ease-out;
	  width: 100%;
	}

	.top .menu-icon .navicon:before {
	  top: 10px;
	}

	.top .menu-icon .navicon:after {
	  top: -10px;
	}

	/* menu btn */

	.top .menu-btn {
	  display: none;
	}

	.top .menu-btn:checked ~ .menu {
	  max-height: 600px;
	}
	
	.top .menu-btn:checked ~ .menu-icon .navicon {
	  background: transparent;
	}

	.top .menu-btn:checked ~ .menu-icon .navicon:before {
	  transform: rotate(-45deg);
	}

	.top .menu-btn:checked ~ .menu-icon .navicon:after {
	  transform: rotate(45deg);
	}

	.top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	.top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	  top: 0;
	}
	.top ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  overflow: hidden;
	  background-color: #fff;
	  width:100%;
	  margin-bottom:-30px;
	  display:block;
	  padding-top:30px;
	}

	.top li a {
	  display: block;
	  padding: 20px 5%;
	  text-decoration: none;
	  color:#000;
	  font-family: 'LatoLatinWebLight';
	  font-style: normal;
	  font-weight: normal;
	}

	.top li a:hover,
	.top .menu-btn:hover {
	  background-color: #f0f4f9;
	}
	.top .container{
		width:100%;
	}
	.menu_top{
		flex-wrap:wrap;
		align-items:center;
	}
	.menu_top figure{
		padding-left:5%;
		flex:1;
	}
	.menu_top{
		padding:0;
	}
	.top{
		padding:30px 0;
	}
	.onas_content{
		flex-wrap:wrap;
		margin-bottom:40px;
	}
	.onas_content .row{
		flex:1 1 100%;
	}
	.onas_content h2{
		font-size:18px;
	}
	.onas_content p,.produkt_opis,.zasada .desc{
		font-size:14px;
	}
	.open_produkt .onas_content .row:nth-child(1){
		order:1;
	}
	.open_produkt .onas_content .row:nth-child(2){
		order:2;
	}
	.onas_content .row:nth-child(1){
		padding:0;
		order:2;
		margin-top:20px;
	}
	.onas_content:nth-of-type(even) .row:nth-child(1){
		padding-right:0;
		padding-left:0;
	}
	.onas_content .row:nth-child(2){
		order:1;
	}
	.modal-content{
		width:95%;
	}
	.modal-body{
		padding:20px;
		flex-wrap:wrap;
	}
	.modal-body .dane,.logomodal{
		display:none;
	}
	.flexbox{
		flex:1 1 100%;
	}
	.modal-header{
		padding:18px;
	}
	.modal-header h3{
		font-size:24px;
	}
	.modal-body input{
		padding:20px;
		font-size:16px;
	}
	.txtcheck{
		font-size:10px;
	}
	#myModal input[type="submit"], #myModal2 input[type="submit"]{
		margin-top:20px;
	}
	a.zadzwon{
		display: inline-block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.oferta_main{
		flex-wrap:wrap;
	}
	.oferta_box{
		width:100%;
	}
	.oferta_box:nth-child(1){
		margin-bottom:40px;
		margin-right:0;
	}
	.oferta_box:nth-child(2){
		margin-left:0;
	}
	.oferta_box .title{
		font-size:20px;
		padding:20px 0;
	}
	.oferta_box a{
		position: relative;
		bottom: inherit;
		right: inherit;
		padding: 0;
		display: block;
	}
	.oferta_box a div{
		font-size:16px;
		padding:5px 0;
	}
	.certyfikaty{
		flex-wrap:wrap;
		margin-bottom:40px;
	}
	.certyfikaty .row:nth-child(1){
		width:100%;
	}
	.certyfikaty .row:nth-child(2){
		width:100%;
		padding:20px 5%;
	}
	.certyfikaty .row:nth-child(1){
		padding:40px 0;
	}
	.certyfikaty .row:nth-child(1) a{
		padding:15px 5% 15px 30px;
		font-size:16px;
	}
	.certyfikaty header{
		font-size:26px;
		padding-right:5%;
		margin-top:0;
	}
	img.fb{
		width: 35px;
		margin-bottom: 20px;
	}
	.container1{
		padding:0;
		width:90%;
		margin:0 auto;
	}
	.onas_content.ile_pradu .row:nth-child(2),.onas_content.ile_pradu .row:nth-child(1),.zasada figure,.zasada .desc{
		flex:1 1 100%;
	}
	.abc{
		margin:40px 0;
	}
	.zasada{
		flex-wrap:wrap;
		padding-bottom:40px;
	}
	.zasady header{
		padding-left:0;
	}
	.zasady{
		padding:40px 0 0 0;
	}
	.zasada figure{
		padding-right:0;
		margin-bottom:20px;
	}
	.cena_montazu{
		padding:40px 0;
	}
	.cena_montazu .onas_content .row:nth-child(1){
		width:100%;
		order:1;
		margin-top:0;
	}
	.cena_montazu .onas_content .row:nth-child(2){
		width: 100%;
		order: 2;
		margin-top: 20px;
		padding: 20px 20px 30px 20px;
	}
	.podsuma{
		margin-top:0;
	}
	#mobile{
		display:block;
	}
	#desktop{
		display:none;
	}
	.dofinansowania{
		background-position:center;
		padding:40px 0;
	}
	.dofinansowania .row{
		width:100%;
		margin:40px 0 0 0;
	}
	.dofinansowania a.zamow{
		margin:40px auto 0 auto;
	}
	.promo .container{
		flex-wrap:wrap;
	}
	.promo .row{
		width:100%;
	}
	.promo .row:nth-child(2){
		padding-left:0;
	}
	.jakdzialamy{
		padding:40px 0;
	}
	.bread{
		flex-wrap:wrap;
		margin-bottom:40px;
	}
	.bread a{
		width: 100%;
		margin-bottom: 15px;
		display: block;
		flex: 1 1 100%;
		padding: 15px 0;
		font-size:16px;
	}
	.butony_abc .row{
		width:100%;
		text-align:center;
		margin-bottom:20px;
	}
	.butony_abc{
		flex-wrap:wrap;
		margin:0;
	}
	.butony_abc .row:nth-child(1){
		border-right:0;
	}
	.eko{
		padding:100px 0;
	}
	.eko .produkt_opis{
		padding:0 5%;
		width:100%;
	}
	.nasze_marki .w50{
		width:100%;
	}
	.nasze_marki.all .w50:nth-child(1){
		margin-right:0;
		margin-bottom:40px;
	}
	.nasze_marki.all .w50:nth-child(2){
		margin-left:0;
	}
	.nasze_marki.all{
		flex-wrap:wrap;
	}
	.nasze_marki.all .marka{
		border-bottom:none;
	}
	a.abc_bt{
		width:100%;
		height:100px;
		font-size:14px;
	}
	a.abc_bt .bold{
		font-size:50px;
	}
}
@media screen and (min-width: 400px) and (max-width: 760px){
	.proces .row:nth-child(1), .proces .row:nth-child(3){
		flex:0 0 auto;
	}
	.proces .row:nth-child(3){
		margin-left:auto;
	}
	.copy .txt{
		font-size:18px;
	}
}
@media screen and (min-width: 761px) and (max-width: 989px){
	.container{
		width:90%;
	}
	.abc_foto{
		margin-top:40px;
	}
	.nasze_marki{
		border-bottom:none;
	}
	.modal{
		padding-top:20px;
	}
	.modal-header{
		padding:15px;
	}
	.modal-header h3{
		font-size:24px;
	}
	.modal-body input{
		padding:20px;
	}
	#myModal input[type="submit"], #myModal2 input[type="submit"]{
		margin-top:20px;
	}
	.cena{
		font-size:26px;
	}
	.rodo h2{
		font-size:18px;
	}
	.rodo ol{
		font-size:14px;
	}
	.model_box p{
		font-size:14px;
	}
	.model_box{
		padding:10px;
	}
	.produkty_grid{
		grid-template-columns:1fr 1fr 1fr 1fr;
		grid-gap:10px;
	}
	.certyfikat .row:nth-child(1){
		padding:20px 10px;
	}
	.certyfikat h2{
		font-size:18px;
	}
	.real_open{
		padding:40px 0;
	}
	.real_open .content{
		grid-template-columns:1fr 1fr;
	}
	.real_open .real_box img{
		height:200px;
	}
	.real_open .container{
		width:90%;
	}
	.real_open_flex h2{
		font-size:18px;
	}
	.real_open_flex p{
		font-size:16px;
	}
	.galeria_real{
		padding-top:40px;
	}
	.real_open_flex .row:nth-child(2){
		padding-left:20px;
	}
	.slider .container{
		padding-left:0;
	}
	.slider a.wht{
		margin-right:0;
		margin-bottom:20px;
	}
	.pasek_nav{
		flex-wrap:wrap;
	}
	.pasek_nav .item{
		flex:1 1 100%;
		font-size:20px;
	}
	.pasek_nav .item:nth-child(2){
		border-right:none;
		border-bottom:1px solid #dddddd;
	}
	.montaz_i_serwis,.rozwiazania{
		flex-wrap:wrap;
	}
	.montaz_i_serwis .row,.rozwiazania .row{
		flex:1 1 100%;
	}
	.nasze_marki .container{
		flex-wrap:wrap;
		width:100%;
		height:auto;
	}
	.marka{
		height: 180px;
		flex: auto;
		border-bottom: 1px solid #ddd;
		align-items: center;
		align-content: center;
		width: 33.33%;
	}
	.montaz_i_serwis .row:nth-child(2){
		order:1;
	}
	.montaz_i_serwis .row:nth-child(1){
		order:2;
		padding:20px 5%;
	}
	.rozwiazania .desc{
		padding:0 0 40px 40px;
	}
	.rozwiazania .desc h2{
		font-size:50px;
	}
	.rozwiazania .desc h2 img{
		height:30px;
	}
	.rozwiazania .desc h3{
		font-size:22px;
	}
	.rozwiazania .row{
		height:400px;
	}
	.zalety .row:nth-child(1),.zalety .row:nth-child(2){
		flex:1 1 100%;
		padding:0;
	}
	.montaz_i_serwis .row:nth-child(1) p{
		padding-right:0;
		font-size:14px;
		margin:20px 0 0 0;
	}
	.montaz_i_serwis a.zamow{
		margin-top:20px;
		display:inline-block;
	}
	.zalety .container{
		flex-wrap:wrap;
	}
	.dane_top,.menu_bottom{
		display:none;
	}
	.menu_top{
		border-bottom:none;
	}
	.slider p{
		font-size:18px;
	}
	.slider{
		padding:80px 0;
	}
	.zalety_box{
		padding-right:20px;
	}
	.zalety{
		padding:40px 0;
	}
	.zalety_box h2{
		font-size:18px;
		margin:10px 0;
	}
	.zalety_box p{
		font-size:14px;
	}
	.oferta figure,.oferta .desc{
		flex:1;
	}
	.oferta .desc{
		padding-left:20px;
	}
	header h2{
		font-size:26px;
	}
	header h3{
		font-size:16px;
	}
	.oferta p{
		font-size:14px;
		margin: 20px 0 0 0;
	}
	.oferta{
		padding:40px 0;
	}
	.buttons a{
		margin:20px auto 0 auto;
	}
	.oferta a.tel{
		padding-left:0;
	}
	.modele h2{
		font-size:30px;
	}
	.modele p{
		font-size:14px;
	}
	.modele{
		padding:80px 0;
	}
	.realizacje{
		padding:40px 0;
	}
	.realizacje header,.real_open header{
		margin-bottom:40px;
	}
	.slick_nav{
		margin-top:40px;
	}
	.real_box figure img{
		margin: 0 auto;
	}
	.real_box{
		float:none;
	}
	.real_box p{
		font-size:14px;
	}
	.real_box h2{
		font-size:18px;
	}
	.formularz .content{
		width:100%;
		margin:0;
		padding-right:0;
	}
	.certyfikaty .container{
		width:90%;
	}
	.formularz h2{
		font-size:30px;
	}
	.formularz h3{
		font-size:14px;
	}
	input,textarea#pytanie,label[for="upload"]{
		font-size:14px;
	}
	.formularz{
		padding:40px 0;
	}
	.proces{
		padding:40px 0;
	}
	.proces header{
		margin-bottom:40px;
	}
	
	.copy .txt{
		font-size:24px;
		flex:0 0 auto;
	}
	.oferta .buttons{
		flex-direction:column;
	}
	.proces_box h3{
		font-size:14px;
	}
	.proces_box{
		margin-bottom:40px;
	}
	.proces .row:nth-child(1) .proces_box figure{
		padding-left:10px;
		width:40px;
	}
	.proces .row:nth-child(3) .proces_box figure{
		padding-right:10px;
		width:40px;
	}
	.proces .row:nth-child(2){
		flex:1;
	}
	footer{
		padding:40px 0 20px 0;
	}
	footer .container,.copy .container{
		padding-left:0;
	}
	footer p{
		font-size:16px;
		margin:20px 0;
		padding-right:0;
	}
	footer .row:nth-child(1){
		padding-right:80px;
	}
	footer .danebox{
		flex-wrap:wrap;
		margin-bottom:0;
	}
	footer .data{
		width:100%;
		margin-bottom:10px;
	}
		/* menu */

	.top .menu {
	  clear: both;
	  max-height: 0;
	  transition: max-height .2s ease-out;
	}
	

	/* menu icon */

	.top .menu-icon {
	  cursor: pointer;
	  display: inline-block;
	  float: right;
	  padding: 15px 5%;
	  position: relative;
	  user-select: none;
	}

	.top .menu-icon .navicon {
	  background: #333;
	  display: block;
	  height: 2px;
	  position: relative;
	  transition: background .2s ease-out;
	  width: 30px;
	}

	.top .menu-icon .navicon:before,
	.top .menu-icon .navicon:after {
	  background: #333;
	  content: '';
	  display: block;
	  height: 100%;
	  position: absolute;
	  transition: all .2s ease-out;
	  width: 100%;
	}

	.top .menu-icon .navicon:before {
	  top: 10px;
	}

	.top .menu-icon .navicon:after {
	  top: -10px;
	}

	/* menu btn */

	.top .menu-btn {
	  display: none;
	}

	.top .menu-btn:checked ~ .menu {
	  max-height: 600px;
	}
	
	.top .menu-btn:checked ~ .menu-icon .navicon {
	  background: transparent;
	}

	.top .menu-btn:checked ~ .menu-icon .navicon:before {
	  transform: rotate(-45deg);
	}

	.top .menu-btn:checked ~ .menu-icon .navicon:after {
	  transform: rotate(45deg);
	}

	.top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
	.top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
	  top: 0;
	}
	.top ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  overflow: hidden;
	  background-color: #fff;
	  width:100%;
	  margin-bottom:-30px;
	  display:block;
	  padding-top:30px;
	}

	.top li a {
	  display: block;
	  padding: 20px 5%;
	  text-decoration: none;
	  color:#000;
	  font-family: 'LatoLatinWebLight';
	  font-style: normal;
	  font-weight: normal;
	}

	.top li a:hover,
	.top .menu-btn:hover {
	  background-color: #f0f4f9;
	}
	.top .container{
		width:100%;
	}
	.menu_top{
		flex-wrap:wrap;
		align-items:center;
	}
	.menu_top figure{
		padding-left:5%;
		flex:1;
	}
	.menu_top{
		padding:0;
	}
	.top{
		padding:30px 0;
	}
	.onas_content h2{
		font-size:18px;
	}
	.onas_content p,.produkt_opis,.zasada .desc{
		font-size:14px;
	}
	.onas_content .row:nth-child(1){
		padding-right:20px;
		padding-top:0;
	}
	.fotowoltaika .onas_content .row:nth-child(1){
		padding-top:40px;
	}
	.onas_content:nth-of-type(even) .row:nth-child(1){
		padding-left:20px;
	}
	.modal-content{
		width:95%;
	}
	.modal-body{
		padding:20px;
		flex-wrap:wrap;
	}
	.modal-body .dane,.logomodal{
		display:none;
	}
	.flexbox{
		flex:1 1 100%;
	}
	a.zadzwon{
		display: inline-block;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.oferta_box .title{
		font-size:26px;
	}
	.oferta_box a{
		position: relative;
		bottom: inherit;
		right: inherit;
		padding: 0;
		display: block;
	}
	.oferta_box a div{
		padding: 5px 0;
		font-size: 20px;
	}
	.certyfikaty .row:nth-child(1) a{
		font-size:18px;
		padding:15px 20px 15px 30px;
	}
	.certyfikaty header{
		font-size:26px;
		padding-right:20px;
	}
	.certyfikaty{
		margin-bottom:40px;
	}
	img.fb{
		width:40px;
	}
	.onas_content.ile_pradu .row:nth-child(2){
		flex:1;
	}
	.cena_montazu .onas_content .row:nth-child(2){
		padding:20px 20px 30px 20px;
	}
	.abc{
		margin:40px 0;
	}
	.jakdzialamy{
		padding:40px 0;
	}
	.dofinansowania{
		background-position:center;
	}
	.promo .container{
		align-items:flex-start;
	}
	.bread a{
		font-size:14px;
		margin:0 20px;
	}
	.butony_abc{
		margin:40px 0 0 0;
		flex-wrap:wrap;
	}
	.butony_abc .row{
		padding:0;
		text-align:center;
		width:100%;
	}
	.butony_abc .row:nth-child(1){
		border-right:none;
		margin-bottom:20px;
	}
	.eko{
		padding:100px 0 140px 0;
	}
	.nasze_marki .w50{
		width:100%;
	}
	.nasze_marki.all{
		flex-wrap:wrap;
	}
	.nasze_marki.all .w50:nth-child(1){
		margin-right:0;
		margin-bottom:40px;
	}
	.nasze_marki.all .w50:nth-child(2){
		margin-left:0;
	}
	.nasze_marki.all .marka{
		border-bottom:none;
	}
	a.abc_bt{
		height:150px;
		width:100%;
		font-size:16px;
	}
	a.abc_bt .bold{
		font-size:50px;
	}
}
@media screen and (min-width: 990px) and (max-width: 1300px){
	.container{
		width:90%;
	}
	nav a{
		padding-right: 15px;
		font-size: 15px;
	}
	.menu_bottom nav{
	align-items:flex-end;
	}
	.produkty_grid{
		grid-gap:10px;
		grid-template-columns:1fr 1fr 1fr 1fr 1fr;
	}
	.model_box{
		padding:10px;
	}
	.real_open .content{
		grid-template-columns:1fr 1fr;
	}
	.real_open .container{
		width:90%;
	}
	.top a.zamow{
		padding:15px 20px;
	}
	
	.slider .container{
		padding-left:0;
	}
	.pasek_nav .item{
		font-size:20px;
	}
	.montaz_i_serwis .row:nth-child(1) p{
		padding-right:0;
	}
	.montaz_i_serwis .row:nth-child(1){
	    padding: 40px 0 40px 2.5%;
	}
	.zalety .container{
		flex-wrap:wrap;
	}
	.zalety .row:nth-child(1),.zalety .row:nth-child(2){
		flex:1 1 100%;
		padding-left:0;
	}
	.zalety .row h2 br{
		 display: inline;
		content: '';
	}
	.zalety .row h2 br:after {
    content: ' '
	}
	.rozwiazania .desc{
		padding:0 0 60px 40px;
	}
	.rozwiazania .desc h2{
		font-size:60px;
	}
	.rozwiazania .desc h3{
		font-size:26px;
	}
	.rozwiazania .row{
		height:400px;
	}
	.formularz .content{
		padding-right:0;
	}
	.nasze_marki .container{
		height: auto;
		width: 100%;
		flex-wrap: wrap;
	}
	.marka{
		padding: 50px 20px;
		align-content: center;
		width: 33.33%;
		flex: auto;
		border-bottom: 1px solid #dddddd;
		height: 190px;
	}
	footer .container,.copy .container{
		padding-left:0;
	}
	.top a.zamow{
		font-size:12px;
	}
	.zalety_box{
		padding-right:40px;
	}
	.oferta figure,.oferta .desc{
		flex:1;
	}
	input,textarea#pytanie,label[for="upload"]{
		font-size:14px;
	}
	.formularz h2{
		font-size:34px;
	}
	.formularz h3{
		font-size:14px;
	}
	.proces_box h3{
		font-size:16px;
	}
	.proces .row:nth-child(1) .proces_box figure{
		padding-left:30px;
		width:70px;
	}
	.proces .row:nth-child(3) .proces_box figure{
		padding-right:30px;
		width:70px;
	}
	.proces .row:nth-child(2){
		flex:1;
	}
	.proces_box{
		margin-bottom:60px;
	}
	.copy .txt{
		font-size:26px;
	}
	.modal-content{
		width:95%;
	}
	a.zadzwon{
		display: inline-block;
		margin-bottom: 20px;
		margin-right: 0;
	}
	.oferta_box a{
		padding:10px;
		bottom:80px;
		right:10px;
	}
	.oferta_box a div{
		font-size:22px;
		padding:20px;
	}
	.oferta_box .title{
		font-size:30px;
	}
	.certyfikaty .row:nth-child(1) a{
		padding:15px 10% 15px 30px;
	}
	.certyfikaty header{
		font-size:26px;
		padding-right:10%;
	}
	.onas_content p, .produkt_opis,.zasada .desc,.real_open_flex h2,.real_open_flex p{
		font-size:16px;
	}
	header h2{
		font-size:26px;
	}
	.onas_content.ile_pradu .row:nth-child(2){
		flex:1;
	}
	.promo .container{
		align-items:flex-start;
	}
	.onas_content .row:nth-child(1){
		padding-top:0;
	}
	.fotowoltaika .onas_content .row:nth-child(1){
		padding-top:40px;
	}
	.bread a{
		margin:0 20px;
		font-size:16px;
	}
	.butony_abc .row{
		padding:0;
		text-align:center;
		width:100%;
	}
	.butony_abc{
		flex-wrap:wrap;
		margin:80px 0 0 0;
	}
	.butony_abc .row:nth-child(1){
		border-right:none;
		margin-bottom:40px;
	}
	.nasze_marki.all .marka{
		border-bottom:none;
	}
	a.abc_bt{
		height:150px;
		width:100%;
		font-size:16px;
	}
	a.abc_bt .bold{
		font-size:50px;
	}
}
@media screen and (min-width: 1301px) and (max-width: 1600px){
	.container,.realizacje .container{
		width:90%;
	}
	.onas_content .row:nth-child(1){
		padding-right:40px;
	}
	a.zadzwon{
		margin-right:5px;
	}
	.slider .container{
		padding-left:0;
	}
	.menu_bottom nav{
	align-items:flex-end;
	}
	.pasek_nav .item{
		font-size:30px;
	}
	.montaz_i_serwis .row:nth-child(1){
		padding: 40px 0 40px 5%;
	}
	.zalety .container{
		flex-wrap:wrap;
	}
	.zalety .row:nth-child(1),.zalety .row:nth-child(2){
		flex:1 1 100%;
		padding-left:0;
	}
	.zalety .row h2 br{
		 display: inline;
		content: '';
	}
	.zalety .row h2 br:after {
    content: ' '
	}
	.formularz .content{
		padding-right:0;
	}
	.certyfikaty .container{
		width:75%;
	}
	footer .container,.copy .container{
		padding-left:0;
	}
	nav a{
		font-size:16px;
		padding-right:20px;
	}
	.real_open .container{
		width:90%;
	}
	.oferta_box a{
		padding:10px;
		bottom:90px;
		right:10px;
	}
	.oferta_box a div{
		padding:25px;
	}
	.certyfikaty .row:nth-child(1) a{
		padding:15px 10% 15px 30px;
	}
	.certyfikaty header{
		padding-right:10%;
		font-size:34px;
	}
	.onas_content p, .produkt_opis, .zasada .desc, .real_open_flex h2, .real_open_flex p,.bread a{
		font-size:18px;
	}
	.onas_content .row:nth-child(1){
		padding-top:0;
	}
	.fotowoltaika .onas_content .row:nth-child(1){
		padding-top:40px;
	}
	header h2{
		font-size:34px;
	}
	.butony_abc .row{
		text-align:center;
	}
	a.abc_bt{
		width:100%;
		font-size:18px;
		height:150px;
	}
	a.abc_bt .bold{
		font-size:50px;
	}
}
@media screen and (min-width: 1601px) and (max-width: 1875px){
	.zalety_box{
		padding-right:40px;
	}
	.formularz .content{
		padding-right:150px;
	}
	.onas_content p, .produkt_opis, .zasada .desc, .real_open_flex h2, .real_open_flex p,.bread a{
		font-size:20px;
	}
	.oferta_box a{
		bottom:80px;
	}
}