* {
	box-sizing: border-box;
}
body {
	font-family: Tahoma!important;
}
h1 {
	line-height: 45px;
}
video {
  width: 100%    !important;
  height: auto  !important;
  margin-bottom: 20px;
}

.full_logo_cont {
	position: absolute!important;
	background-color: #FFF;
	top: -1px;
	z-index: 10000;
	margin-left: 50px;
}

.full_logo_cont_mobile img {
		max-height: 60px;
		width: auto;
		margin: 0 auto;
}

.full_logo_cont_mobile {
	display: none;
	text-align: left;    
	max-height: 60px;
	width: auto;
}

.menu_desktop {
		display: inline-block;
		float: right;
		line-height: 55px;
		margin-bottom: 10px;
}
.menu_desktop a {
	margin-left: 25px;
	font-weight: bold;
	vertical-align: middle;
}
.menu_desktop a:hover, .menu_desktop a.active {
		color: #1E90FF;
}
.top_menu {
	display: none;
	line-height: 50px;
	margin-top: 5px;
	margin-bottom: 8px;
}
.top_menu a {
	vertical-align: top;
	margin-left: 10px;
}
.top_menu a:hover {
	color: #1E90FF;
}

.promo_lewa {
	width: 80%; height: auto; float: left; padding-right: 10px;
}
.promo_prawa {
	width: 20%; height: auto; float: left;
}
.promo_lewa_main {
	width: 50%; height: auto; float: left; text-align: center; border-right: 1px solid #222;
}
.promo_prawa_main {
	width: 50%; height: auto; float: left; text-align: center;
}
.promo_lewa_main p, .promo_prawa_main p {
	margin-top: 0; padding-top: 0;
}
.promo_lewa_main img {
	margin-top: 15px;
}
ul.oferta {
	list-style: none;
	padding: 0;
	margin-bottom: 60px;
	margin-top: 30px;
}

ul.oferta ul{
	list-style: none;
}

ul.oferta ul li {
	border-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.oferta ul li:before {
	content: "\f192";
    font-family: "Font Awesome 5 Free";
}

ul.oferta li {
	padding-left: 1.6em;
	padding-right: 0.2em;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #222;
	transition-duration:0.2s;
	
}
ul.oferta li:hover {
	background-color: #e6f7ff;
}

ul.oferta li:before {
	content: "\f0a4";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: left;
    color: blue;
    margin-left: -1.4em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

ul.clearr {
	padding-left: 0; 
	list-style: none;
}
ul.clearr li:before {
	content: ''!important;
}
ul.circle li:before {
	content: "\f192"!important;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    float: left;
    color: blue;
    margin-left: -1.4em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
}

hr.space {
	border: 0;
	border-top: 3px solid #ccc;
	margin: 70px auto;
	max-width: 1300px;
}

.galeria_miniatury {
	width: 100%;
	padding: 0 25px;
	text-align: center;
}
.galeria_miniatury img {
	max-height: 240px;  
	width: auto;
	border-radius: 10px;
	border: 2px solid #FFF;
	transition-duration:0.3s;
}
.galeria_miniatury img:hover {
	border: 2px solid #1E90FF;
}

.close_menu {
	cursor: pointer;
}

.procent {
	border: 3px solid #888; height: 150px; width: 150px; font-size: 100px; text-align: center; display: flex; justify-content: center; align-items: center;  margin: 0 auto; border-radius: 25px; background-color: #e6f7ff; color: #888; float: left; margin-left: 5px; transition-duration:0.4s;
}
.procent:hover {
	border: 3px solid #1E90FF;
	color: #1E90FF
	/*transform:rotate(180deg);*/
}
.email {
	text-align: center; margin-bottom: 20px; margin-top: 20px; width: 100%; font-size: 5.2vh;
}


@media only screen and (max-width: 1200px) {
	
	
	.menu_desktop {
		display: none;
	}
	.top_menu {
		display: inline-block;
	}

}
@media only screen and (max-width: 959px) {
	.full_logo_cont {
	display: none;
	}
	.full_logo_cont_mobile {
	display: inline-block;
}
.promo_lewa_main, .promo_prawa_main {
	width: 100%; border: 0;
}
.promo_lewa {
	width: 100%; 
}
.promo_prawa {
	display: none;
}
}

@media only screen and (max-width: 550px) {
	.email {
		font-size: 3.2vh;
	}
}