@import url('https://fonts.googleapis.com/css?family=Nunito:400,700|Roboto:400,500,700');

body{
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:14px;
	overflow-x: hidden;
}

header{
	background: #fff;
	padding:10px 0;
	height:72px;
	display: flex;
    align-items: center;
}

h1{
	font-size:33px;
	font-weight: 700;
	color:#20102e;
}

h2{
	font-size:38px;
	font-weight: 700;
	color:#20102e;
}


h3{
	font-size:33px;
	font-weight: 700;
	color:#20102e;
}


p{
	font-size:14px;
	color:#595959;
}

a{
	color:#20102e;
	text-decoration: none;
}

a:hover,
a:focus{
	text-decoration: none;
	color:#75c4ca;
}

img{
	max-width:100%;
}

section{
	padding: 50px 0 0 0;
}

section.subpage-content{

}

.row{
	width:100%;
	margin:0;
}

.header-row,
.footer-row{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}


header nav,
footer nav{
	width: 50%;
}

ul#menu,
ul#menu-footer{
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-bottom: 0;
}

ul#menu li a{
	padding: 15px;
	text-decoration: none;
	color: #20102e;
	font-size:16px;
}

ul#menu-footer li a{
	padding:15px;
}

ul#menu li a:hover{
	color: #75c4ca;
}

ul#menu *,
ul#menu-footer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

ul#menu a,
ul#menu-footer a {
  position: relative;
}

ul#menu a:before,
ul#menu a:after,
ul#menu-footer a:before,
ul#menu-footer a:after {
  height: 14px;
  width: 14px;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
ul#menu a:before,
ul#menu-footer a:before {
  left: 0;
  top: 0;
  border-left: 3px solid #75c4ca;
  border-top: 3px solid #75c4ca;
  -webkit-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
}
ul#menu a:after,
ul#menu-footer a:after {
  right: 0;
  bottom: 0;
  border-right: 3px solid #75c4ca;
  border-bottom: 3px solid #75c4ca;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

ul#menu  a:hover:before,
ul#menu .active:before,
ul#menu a:hover:after,
ul#menu .active:after,
ul#menu-footer a:hover:before,
ul#menu-footer .active:before,
ul#menu-footer a:hover:after,
ul#menu-footer .active:after {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  opacity: 1;
}


.slicknav_menu {
	display:none;
}

.icon{
	font-size:32px;
}


.social{
    width: auto;
    position: relative;
    margin: 0px auto;

}


.social a{
    position: relative;
    display: inline-block;
    font-size: 24px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #20102e;
    background: transparent;
    border-radius: 50%;
    text-align: center;

}

.social .fb{
	margin-right:7px;
}

.social .insta{
	margin-left:7px;
}

.social .icon{
    background: transparent;
}

.social .icon:hover{
	color:#75c4ca;
}

.social .icon:before,
.social .icon:after{
    border-color: transparent;
}

.social .icon:hover:before,
.social .icon:hover:after{
	border-color:#75c4ca;
}

.social a:before,
.social a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;
    border: 1.5px solid;
}
.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(2);
    transition: .3s all;
    opacity: 0;
}

.button{
	background:#75c4ca;
	color:#fff;
	font-family: 'Nunito', sans-serif;
	font-size:14px;
	max-width: 280px;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.button:hover{
	background:#20102e;
	color:#fff;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

header .button{
	padding:12px 36px;
}

header .buttons-header{
	display: flex;
    justify-content: space-between;
    align-items: center;
}


header .button{
	margin-left:15px;
}


#logo,
#logo-footer img,
footer .footer-logo {
		position: relative;
		max-width:210px;
		height: auto;
}



#logo a,
#logo-footer a{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#slider{
	position: relative;
	padding:0;
	height: 687px;
	background: #fff;
    overflow:hidden;
}

#slider:after {
    content:'';
    position:absolute;
    right:0;
    top:0;
    height:100%;
    width:45%;
    background: linear-gradient(to left, #fff 78%, transparent);
    z-index:2;
}

#slider .slider-text{
	position: absolute;
	width:33%;
	right:0;
	top:50%;
	transform:translateY(-50%);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#fff;
	text-align:center;
	display: flex;
	flex-direction:column;
	z-index: 100;
}

#slider .slider-text .slider-text-inside{
	display: flex;
	flex-direction:column;
    /*color:#fff;*/
    font-weight: inherit;
}

#slider .slider-text img{
	width:auto;
    max-width:100%;
    height:auto;
    margin: 1rem auto 0;
}

#slider .slider-text .screen-number{
	font-size:206px;
	font-weight: 700;
	line-height: 0.6;
}

#slider .slider-text .line1{
	font-size:70px;
	line-height: 1;
	margin-top: 25px;
}

#slider .slider-text .line2{
	font-size:46px;
}

#slider .slider-text .line3{
	font-size:21px;
}

#video-detach-button{
    display: none!important;
}

.black-overlay{
	/*background-image:url('../img/overlay2.png');*/
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index:10;
    /*background: linear-gradient(to left, #fff 38%, transparent);*/
}

#partnerzy{
	padding-bottom: 50px;
	position: relative;
}

#partnerzy .partners-row{
	display: flex;
	justify-content:space-between;
}

#partnerzy .partner-single{
	display: flex;
	align-items:center;
	justify-content:center;
	width:20%;
	padding-left:10px;
	padding-right: 10px;
}

#partnerzy .partner-single img{
    max-height: 120px;
    margin-top: 25px;
}

#partnerzy h3{
	text-align: center;
}

#ekrany{
	padding-top:0;
}

#ekrany .container{
	padding:0;
}

#ekrany .screen-details,
.subpage .to-read{
	background:#f2f2f4;
	padding:50px 50px 70px 50px;
}

#ekrany .screen-numbers{
	padding:80px 20px 0 20px;
	justify-content: center;
    align-items: flex-start;
}

#ekrany .numbers-single{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#ekrany .numbers-single img{
	height: 70px;
}

#ekrany .numbers-single .number{
	font-size:60px;
	font-weight: 500;
	color:#20102e;
	margin-top:24px;
	line-height: 1;
}
#ekrany .numbers-single .number-details{
	font-size:14px;
	line-height: 1.2;
}

#ekrany .screen-photo,
.offer-table-row .screen-photo{
	background-position: left;
	background-repeat: no-repeat;
	background-size:contain;
	display: flex;
    align-items: flex-start;
    justify-content: center;
}

#ekrany .screen-photo img,
.offer-table-row .screen-photo img{
	position: relative;
	z-index:51;
    margin: 4rem auto;
}

#ekrany .screen-photo .ekrany-bg,
.offer-table-row .screen-photo .ekrany-bg{
	position: absolute;
	z-index: 50;
}

#ekrany h2{
	font-size:44px;
	font-weight: 500;
	color:#000;
	margin-bottom: 12px;
}

#ekrany .screen-description{
	display: flex;
    flex-direction: column;
    justify-content: center;
}

#ekrany .screen-description img{
	max-width: 235px;
	margin-bottom: 20px;
}

.read-more-full p{
    text-align: justify;
}

.read-more-content-extended,
.lesslink{
    display: none;
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
}

.read-more-content-extended.show{
    display: block;    
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
}

.morelink,
.lesslink{
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    letter-spacing: 2px;
    bottom: -30px;
    left:30px;
    cursor:pointer;
    color:#20102e;
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
    position: relative;
    margin-bottom: 0;
}

.morelink .icon,
.lesslink .icon{
      font-size: 8px;
    color: #75c4ca;
    width: 24px;
    height: 24px;
    border: 2px solid #75c4ca;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -3px;
    left: -30px;
}

.morelink .fa-play:before,
.lesslink .fa-play:before {
    content: "\f04b";
    margin-left: 3px;
}


/*.morelink:before,
.lesslink:before{
    position: absolute;
    background-image:url('../img/more-before.png');
    width:20px;
    height:20px;
    content:"";
    left:-25px;
    animation: 1s fadeIn;
    animation-fill-mode: forwards;
}
*/
#wycena .container{
	padding:0;
	background:#f2f2f4;
	padding-bottom: 10px;
}

#wycena{
	text-align: center;
	position: relative;
	padding:0;
	margin:100px 0 50px 0;
}

#wycena .phone-photo{
	position: absolute;
	left:30px;
	top: 50%;
  transform: translateY(-50%);
}

#wycena .form-row{
	display: flex;
	justify-content:center;
	padding:50px 0;
}

#wycena h2,
#files #wycena h2 {
    font-size: 38px;
    font-weight: 700;
    color: #20102e;
}

#files #wycena h2{
    margin-bottom: .5rem;
}

.subpage #wycena .form-row{
	margin-bottom:0;
	padding-bottom: 0;
}
.subpage #wycena .container{
	padding-bottom: 0;
}

.subpage #galeria .row{
	margin-bottom: 0;
}

#wycena .form-row p{
	max-width: 600px;
    margin: 10px auto;
}

#wycena form .row{
	justify-content:center;
}

#wycena form input{
	width: 100%;
	padding: 20px;
    border: none;
    font-size:16px;
    font-family: 'Nunito', sans-serif;
}

#wycena form .form-phone{
	background-image:url('../img/phone-icon.png');
	background-position: 95%;
	background-repeat: no-repeat;
}


#wycena form .form-name{
	background-image:url('../img/name-icon.png');
	background-position: 95%;
	background-repeat: no-repeat;
}


#wycena form input{
	outline:none;
	margin-left:5px;
	margin-right:5px;
}

#wycena form input{
	max-width: 250px;
	height:61px;
	border: 1px solid #ccc;
}

#wycena form .button{
	max-width: 280px;
	width:280px;
	height:61px;
	display: flex;
    align-items: center;
    justify-content: center;
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
    border:0;
    border-radius:0;
}


[type=submit] {
    -webkit-appearance: none;
}


footer{
	padding-top:50px;
	font-family: 'Nunito', sans-serif;
	padding-bottom: 12px;
}

footer .cta-buttons{
	display: flex;
	justify-content:center;
	padding-bottom: 100px;
	align-items:center;
}

footer .cta-button{
	display: flex;
}

footer .ekrany-link{
	font-size: 1rem;
    text-align: center;
    margin-bottom: 24px;
}


footer .cta-phone img{
		    position: fixed;
    		bottom: 50px;
    		right: 50px;
    		z-index: 100;
}

footer .button,
main .button{
	width:100%;
	max-width: 280px;
	padding:20px 0;
	text-align: center;
}

footer .button span,
main .button span{
	margin-left:20px;

}

footer #menu-footer li a{
	font-size:16px;
}

footer .button.button-range{
	background:#20102e;
}

footer .button.button-range:hover{
	background:#75c4ca;
}

footer .speech-bubble {
	position: absolute;
	background: #20102e;
	border-radius: .4em;
}

footer p{
	font-size: 16px;
}

footer .copyrights p{
	color:#20102e;
	margin-bottom: 0;
}

footer hr{
	padding-bottom: 25px;
}

/*galeria*/

#galeria{
	padding-bottom: 50px;
}

table{
	width: 100%;
}


table td{
	border:2px solid #e1e1e1;
	font-size:14px;
	padding:12px;
    line-height: 18px;
    height: 62px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #75c4ca;
    text-decoration: none;
    outline:none;
}

.owl-theme .owl-nav [class*=owl-]:focus{
	outline:none;
}

.owl-nav span{
	font-size:64px;
	padding-left:20px;
	padding-right:20px;
}

/*podstrona*/

.subpage .row,
.subpage h1{
	margin-bottom: 60px;
}

.subpage h1{
	text-align: center;
}

.subpage h3{
	font-size:25px;
}

.subpage .download-button{
	margin:50px auto;
	cursor:pointer;
}

.subpage .button a,
.subpage .button a:hover{
	color:#fff;
}


/*podstrona oferta*/

.offer-details-col{
	display: flex;
	padding:0;
}

.offer-details-col h3{
	padding-left:20px;
}

.offer-details-col ul{
	list-style: none;
    margin-left: 0;
    padding-left: 20px;
	line-height: 29px;
}

.offer-table-row  h2{
	text-align: center;
	margin-bottom: 24px;
}

.offer-table-row .screen-photo{
	align-items:center;
}

.more-content-offer{
	padding:20px 0;
	font-size:14px;
}

.subpage .download-button a,
.subpage .download-button a:hover{
	color:#fff;
}

/*podstrona kontakt*/

.contact-col .contact-social,
#rozdajemy .contact-social{
	display: flex;
}

.contact-col p{
	margin-bottom: 6px;
}


.contact-col .icon,
#rozdajemy .icon{
	font-size:31px;
	margin-right:5px;
}

.contact-col .department{
	margin-bottom: 17px;
}

.contact-col .department .icon{
	font-size:17px;
}

.contact-col .contact-social a,
#rozdajemy .contact-social a{
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    height: min-content;
    color:#595959;
}


.contact-col .contact-social a:hover,
#rozdajemy .contact-social a:hover{
    color:#75c4ca;
}


/*podstrona rozdajemy*/

#rozdajemy .rozdajemy-content{
	display: flex;
    align-items: center;
    margin-bottom: 100px;
}

#rozdajemy h1{
	text-align: left;
	margin-bottom: 17px;
}

#rozdajemy .contact-social a{
	padding-left:0;
}

/*podstrona do pobrania*/

#files h2{
	font-size:25px;
	margin-bottom: 17px;
	text-align: center;
}

#files .icon-box{
	height: 100px;
	margin-bottom: 25px;
}

#files .big-icon{
	font-size:100px;
	color:#1a0929;
	font-weight: lighter;
}

#files .big-icon.form-big-icon{
	margin-right: -30px;
}

#files .single-file{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top:50px;
    margin-bottom: 50px;
}


#files .download-buttons{
	width: 100%;
    display: flex;
    justify-content: center;
}

#files .download-buttons a{
	font-size:12px;
	border-radius:4px;
	color:#fff;
	width:60px;
	height: 24px;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-left:3px;
    margin-right:3px;
}

#files .download-buttons .icon{
	font-size:15px;
	color:#fff;
	font-weight: lighter;
	margin-left:3px;
}

#files .download-buttons .pdf-file{
	background: #ef363b;
	-webkit-transition: ease-in-out 0.5s;
	-moz-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

#files .download-buttons .pdf-file:hover{
	background: #1a0929;

}


#files .download-buttons .jpg-file{
	background: #1a0929;

}

#files .download-buttons .jpg-file:hover{
	background: #ef363b;
}

#files .download-buttons .pdf-file,
#files .download-buttons .pdf-file:hover,
#files .download-buttons .jpg-file,
#files .download-buttons .jpg-file:hover{
		-webkit-transition: ease-in-out 0.5s;
		-webkit-transition: ease-in-out 0.5s;
		-webkit-transition: ease-in-out 0.5s;
}

/* podstrona ekrany w komunikacji miejskiej*/
#ekrany-w-komunikacji-miejskiej blockquote{
	background: #75c4ca;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 22px;
}

#ekrany-w-komunikacji-miejskiej .annotation{
	font-size: 12px;
	border-top: 1px solid #f2f2f4;
	padding:10px 0;
}

#ekrany-w-komunikacji-miejskiej h2{
	font-size:22px;
}


#ekrany-w-komunikacji-miejskiej h3{
	font-size:18px;
}

/*sent*/

#thankyou-page p{
	font-size:22px;
	text-align:center;
	font-weight: 500;
}

.modal {
	overflow: visible !important;
	max-width: 800px !important;
	padding: 0 !important;
}

.blocker {
	z-index: 9999 !important;
}
#hslider {
    max-width:65%;
}

.gallery-item {
    width:calc(25% - 10px);
    margin:5px;
    display:inline-block;
    float:left;
}
@media screen and (max-width:768px){
    .gallery-item {
        width:calc(50% - 10px);
    }
}


@media screen and (max-width: 1500px){
	.black-overlay{
    right: 100px;
	}

}

@media screen and (max-width: 1400px){
	.black-overlay {
    right: 0;
    left: 300px;
    bottom: 0;
    background-size: contain;
}
}

@media screen and (max-width: 1350px){
	#wycena .phone-photo{
		left:0;
	}

}

@media screen and (max-width: 1250px){
	header nav{
		width:60%;
	}

	ul#menu, ul#menu-footer{
		justify-content:center;
	}

	ul#menu li a,
	footer #menu-footer li a{
		padding:10px 5px;
	}

	header .button{
		padding:12px;
	}

	#slider .slider-text .slider-text-inside {
	    text-shadow: -4px 4px 6px #000000;
	}

	#slider .slider-text .screen-number{
		font-size:150px;
	}

	#slider .slider-text .line1{
		font-size:60px;
	}

	#slider .slider-text .line2{
		font-size:44px;
	}

	.morelink{
		bottom:0;
	}

	.morelink.less{
		bottom:-25px;
	}

	#wycena .phone-photo{
		width:200px;
	}

}

@media screen and (max-width: 1221px){
	#slider{
		height: auto;
	}

	#slider video{
		width: 100%;
	    height: auto;
	}

}

@media screen and (max-width: 1134px){
	#wycena form .button{
		margin-top:10px;
	}
}


@media screen and (max-width: 1100px){
	header nav{
		width:50%;
	}

	.morelink{
		bottom:-20px;
	}

	#wycena .form-row{
		justify-content:flex-end;
	}

	#slider .slider-text{
		right:20px;
	}

}

@media screen and (max-width: 992px){
	ul#menu li a,
	footer #menu-footer li a,
	footer .copyrights p{
		font-size:14px;
	}

	#logo,
	#logo-footer img {
		max-width: 140px;
	}

	header nav, 
	footer nav{
		width: auto;
	}

	header .button{
		margin-left:5px;
	}

	#slider .slider-text .screen-number{
		font-size:90px;
	}

	#slider .slider-text .line1{
		font-size:50px;
		margin-top: 10px;
	}

	#slider .slider-text .line2{
		font-size:42px;
	}

	#wycena form .row{
		flex-direction:column;
		align-items:center;
	}

	#wycena form input{
		max-width: 280px;
		margin-bottom: 12px;
	}

	#wycena form .button{
		margin-top:0;
	}

	.contact-col .contact-social{
		flex-direction: column;	
	}

	.contact-social a:first-child{
		margin-bottom:10px;
	}


}


@media screen and (max-width: 767px){
  p,
  ul#menu li a, 
  footer #menu-footer li a, 
  footer .copyrights p,
  .button,
  .offer-details-col li,
  table td,
  #rozdajemy .contact-social a{
    font-size:16px;
  }

  .modal {
	max-width: 320px !important;
}

	.slicknav_menu{
		display: block;
		background:#fff;
		padding-left: 0;
		padding-right: 0;
		position: fixed;
    	width: 100%;
    	top: 0;
    	z-index: 100;
	}

	.slicknav_btn{
		background:#fff;
	}

	.slicknav_menu .slicknav_icon-bar {
    background-color: #75c4ca;
	}

	.slicknav_menu .slicknav_menutxt{
		display: none;
	}

	.slicknav_menu .slicknav_icon{
		margin:0;
	}

	.slicknav_nav li{
		margin-bottom: 5px;
	}

	.slicknav_nav a{
		color:#20102e;
		text-align: center;
    font-size: 18px;
	}

	.slicknav_nav a:hover{
		background: #75c4ca;
		color:#fff;
		border-radius: 0;
	    margin-left: 0;
	    margin-right: 0;
	}

	.slicknav_nav a:focus{
		outline:none;
	}

	footer .footer-row{
		flex-direction:column;
	}

	#logo-footer{
		padding-bottom-bottom:24px;
		padding-bottom: 12px;
    	width: 100%;
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
	}


	ul#menu{
		display: none;
	}

	ul#menu-footer{
		flex-direction:column;
		align-items:center;
		padding:12px;
	}

	ul#menu-footer li{
		margin-bottom: 12px;
	}

	ul#menu-footer a:after,
	ul#menu-footer a:before{
		display: none;
	}

	header{
		background: transparent;
	    position: fixed;
	    top: 0;
	    padding:0;
	    z-index: 101;
	    height: 49px;
	}

	header .buttons-header{
		display: none;
	}

	main{
		margin-top:50px;
	}

	#slider .slider-text .slider-text-inside {
    text-shadow: -10px 3px 6px #000000;
		}

	#slider .slider-text{
		width:100%;
		z-index: 1;
		right:0;
	}

	#slider .slider-text .screen-number{
		font-size:64px;
	}


	#slider .slider-text .line1{
		font-size:48px;
	}

	#slider .slider-text .line2{
		font-size:28px;
	}

	.black-overlay{
		display: none;
	}

	section{
		padding:25px 0;
	}


	h2, h3{
		text-align: center;
	}

  #ekrany .numbers-single .number-details{
    font-size: 16px;
  }

	#ekrany .screen-description img{
		display: none;
	}
	#ekrany .more-content{
		text-align: justify;
	}

	#ekrany .screen-photo{
		padding-bottom: 24px;
	}

	#ekrany .screen-details{
		padding:50px 25px;
	}

	#ekrany .screen-numbers{
		padding:25px 25px 0 25px;
	}

	#wycena .form-col{
		max-width: 60%
	}

	#wycena form input{
		margin-bottom:12px;
	}

	footer{
		padding-top:0;
	}

	footer .cta-button{
		justify-content: center;
    	margin-bottom: 24px;
	}

	footer .cta-buttons{
		padding-bottom:50px;
	}

	footer .cta-phone img{
    		bottom: 20px;
    		right: 20px;
    		width:55px;
    		height:55px;
	}

	footer .speech-bubble{
		display: none;
	}

	#galeria{
		padding-bottom: 50px;
		padding-top:0;
	}

	.offer-details-col{
		justify-content: center;
		margin-bottom: 24px;
		flex-direction: column;
		align-items: center;
	}

	.offer-details-col img{
		margin-bottom: 24px;
	}

	.offer-details-col li{
		text-align: center;
	}

	.offer-table-row .screen-photo{
		margin-top:50px;
	}

	.offer-details-col h3{
	padding-left:0;
	}

	.offer-details-col ul{
	    padding-left: 0;
	}

	#rozdajemy .rozdajemy-content{
	display: flex;
    align-items: center;
    margin-bottom: 0;
	}
    
    #rozdajemy .rozdajemy-content-col{
		display: flex;
		flex-direction: column;
		align-items: center;
	}


	#rozdajemy .rozdajemy-content-col p{
		text-align: center;

	}

	#wycena{
		margin:0 0 50px 0;
	}
	.subpage-content .contact-col > div{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.subpage-content .contact-col p{
		text-align: center;
	}

	.subpage-content .contact-col .contact-headline{
		margin-top:20px;
	}

	.subpage-content .contact-col .contact-social a{
		padding:10px 20px;
	}

	.contact-social a:first-child{
		margin-bottom: 0;
	}

}

@media screen and (max-width: 650px){

	#slider .slider-text .screen-number{
		font-size:40px;
		line-height: 1;
	}

	#slider .slider-text .line1{
		font-size:32px;
	}

	#slider .slider-text .line2{
		font-size:24px;
	}
	#slider .slider-text .line3{
		font-size:18px;
	}

		#files h2{
		min-height: 54px;
		display: flex;
		align-items: center;
	}

	#files .big-icon{
		font-size:70px;
	}

	#files .icon-box{
		height: 70px;
	}

	#files img{
		max-height: 70px;
	}
}


@media screen and (max-width: 576px){
	#wycena .phone-photo{
		display: none;
	}

	#wycena .form-col{
		max-width: 100%;
	}

	#ekrany .numbers-single{
		margin-bottom: 24px;
	}

	#partnerzy .partner-single{
		padding:0 10px;
		margin-bottom: 12px;
	}
	#ekrany h2{
		font-size:32px;
	}

	h3{
		font-size:28px;
	}


}

@media (min-width: 576px){
	.container{
		width:100%;
	}
}
@media (min-width: 768px){
    header{
            position: fixed;
            z-index: 1000;
            width: 100%;
    }
    main{
        padding-top: 72px;
    }
	.container{
		width: 100%;
}
	.social.social-mobile{
		display: none;
	}

	.pulsing-phone-mobile{
		display: none;
	}

	.offer-details-col:nth-child(2){
    justify-content: center;
	}

	.offer-details-col:last-child{
    justify-content: flex-end;
	}
}

@media screen and (min-width: 992px) {
	.container{
		width:100%;
	}
}


@media screen and (min-width: 1200px){
	.container{
		width:100%;
		padding-left:20px;
		padding-right:20px;
	}
}

@media screen and (min-width: 1400px){
	.container{
		max-width: 1370px;
	}
}