:root {
	--blue: #214d8e;
	--hover: #87c8f8;
}
body {
	font-family: Lato, Arial;
	font-size: 14px;
	color: #565656;
}
.btn {
	text-transform: uppercase;
}
.col-12 { flex: 0 0 100%; width: 100%; }
.col-5 { flex: 0 0 41.6%; width: 41.6%; }
@media (min-width: 992px) {
	.col-md-6,
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-3 {
		flex: 0 0 25%;
		width: 25%;
	}
}
#header {
    background: #fff;
    position: relative;
    z-index: 5;
    padding: 10px 0;
	height: auto;
}

#header .container {
    height: 120px
}
.main-logo img {
	width: 370px;
	height: 100px;
	object-fit: scale-down;
}
.top-phone {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 10px
}

.top-phone span {
    color: #2d2d2d;
    font-size: 1.3em
}

.top-phone p {
    text-align: right
}
#footer {
    background: #191919;
    padding: 50px 0;
    color: #fff
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#footer ul li {
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.9em
}

#footer ul li b {
    font-weight: 900
}

#footer strong {
    color: #87c8f8;
}

#footer ul li b {
    font-weight: 900;
    color: #87c8f8;
}
#footer ul li a {
	color: #FFF;
}

#menu {
	border: 0;
    background: #3b6cb3;
    z-index: 4;
	position: relative;
	margin: 0 0;
    box-shadow: 0 0px 0px rgb(0 0 0 / 15%);
}
#menu.navbar-default .navbar-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: justify;
	display: flex;
}
#menu.navbar-default .navbar-nav>li>a {
    margin: 0;
    padding: 0;
    height: 70px;
    line-height: 70px;
    padding-left: 12px;
    padding-right: 12px;
    color: #fff;
    font-size: 1em;
    display: inline-block;
    z-index: 10;
    position: relative;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: #87c8f8;
}
.cennik .summary .form-call {
    display: none;
}