@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;700&display=swap');

body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 15px;
	background: #ffffff;
	background-image: url('../../asset/images/shape_hore.png'), url('../../asset/images/shape_dole.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom right;
	background-size: 30%, 30%;
}
@media only screen and (min-width: 768px) {
	body {
		background-size: 20%, 20%;
	}
}
a {
	text-decoration: none;
}
.top-strip {
	display: block;
	width: 100%;
	height: 5px;
	background: rgb(237,28,36);
	background: -moz-linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(184,33,39,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(184,33,39,1) 100%);
	background: linear-gradient(90deg, rgba(237,28,36,1) 0%, rgba(184,33,39,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed1c24",endColorstr="#b82127",GradientType=1);
}

header .logo {
	/*width: 250px;
	flex-basis: 250px;*/
}
header .logo img {
	max-width: 150px;
}
@media only screen and (min-width: 768px) {
	header .logo img {
		max-width: 250px;
	}
}
header a.contact {
	white-space: nowrap;
	color: #b82127;
	font-size: 15px;
	font-weight: normal;
}
@media only screen and (min-width: 768px) {
	header a.contact {
		font-size: 18px;
	}
}
@media only screen and (min-width: 992px) {
	header a.contact {
		font-size: 22px;
	}
}
@media only screen and (min-width: 1200px) {
	header a.contact {
		font-size: 28px;
	}
}
@media only screen and (min-width: 1400px) {
	header a.contact {
		font-size: 30px;
	}
}
header a.contact:hover {
	color: #ed1c24;
}

.content-web p {
	font-size: 16px;
	font-weight: bold;
	color: #242021;
}
@media only screen and (min-width: 768px) {
	.content-web p {
		font-size: 22px;
	}
}
img.kamery {
	max-width: 100%;
}
.logo-firma img {
	width: 100%;
}

footer {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
}
footer p {
	margin: 0;
}
footer strong {
	color: #b82127;
}
footer .sixnet-logo {
	height: 20px;
}

.breakpoint-viewer {
	position:fixed;
	right:0;
	bottom:20px;
	left:20px;
	z-index:99999;
	width:70px;
	height:70px;
	padding:8px;
	line-height:54px;
	color:#fff;
	background-color:red;
	font-weight:700;
	font-size:30px;
	text-align:center;
	opacity:.6;
	box-shadow:10px 10px 6px -4px rgba(0,0,0,.5);
	display: none !important;
}