body {
	margin: 0px;
	padding: 0px;
	font-family: 'Encode Sans Condensed', sans-serif;
	font-size: 20px;
}
.clear {width: inherit; height: 0px; font-size: 0px; line-height: 0px; clear: both;}
/* back top button */
.back {
	position: fixed;
	right: 25px;
	bottom: 25px;
	opacity: 0;
	transition: opacity 1s linear;
}
.dis {
	opacity: 1;
	transition: opacity 1s linear;
}
.back:hover {
	cursor: pointer;
}
/* header */
.header {
	clear: both;
	position: relative;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .6));
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	height: 100%;
}


.header-img{
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url(images/head-city.jpeg);
	background-size: cover;
	background-position: center;

}

/* fullscreen menu */
.menu-bg {
	width: 100%;
	min-height: 100px;
	background-color: white;
	border-bottom: 2px solid #5B696E;
}
.menu {
	width: 70%;
	height: 100%;
	margin-left: 15%;
	text-align: center;
}
.menu-left {
	float: left;
	width: 40%;
	height: auto;
	text-align: left;
}
.menu-right {
	float: right;
	width: 40%;
	height: auto;
	text-align: right;
}
.lft, .rht {
	float: left;
	width: 50%;
}
.menu-item a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: black;
	padding-top: 40px;
	font-size: 90%;
	font-weight: 600;
}
.menu-item a:hover {
	color: rgb(102, 102, 102);
	font-weight: bold;
}
.rwdlogo {
	display: none;
}
.logo {
	float: left;
	width: 20%;
	height: 100px;
}
.logo img {
	height: 80%;
	margin-top: 10px;
}
/* containers */
.cont {
	width: 100%;
	height: auto;
	/* background-color: white; */
	padding: 20px 0px;
}
.cont.offer {
	background-color: white;
}
.cont.news {
	background-color: white;
}
.cont.about {
	background-color: #E4F1F5;
}
.cont.contact {
	background-color: #E4F1F5;
}
.cont-ain.shop, .cont-ain.service, .cont-ain.forkl {
	display: none;
}
.news-txt {
	position: relative;
}
.news-in {
	width: 50%;
	float: left;
}
.news-txt img {
	position: absolute;
	width: 30%;
	float: right;
	border: 1px solid darkgray;
	border-radius: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-in.about {
	width: 50%;
	float: right;
}
.news-txt.about img {
	float: left;
	left: 0;
}
.news-in.contact {
	width: 50%;
	float: right;
}
.news-txt.contact img {
	float: left;
	left: 0;
}
.photo {
	width: 100%;
	height: 50vH;
	background-color:darkgray;
}
.photo.offer {
	background-image: url("images/opony-sklad-1.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
}
.photo.about {
	background-image: url("images/opony-sklad.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
}
.photo.news {
	background-image: url("images/opona-bieznik.jpg");
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
}
.photo.contact {
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}
.photo.contact iframe {
	width: 100%;
	height: 100%;

}
.cont-inside {
	width: 70%;
	margin-left: 15%;
	padding-top: 30px;
	padding-bottom: 30px;
	line-height: 1.8;
}
.icon {
	box-sizing: border-box;
	float: left;
	margin: 0px;
	padding: 0px;
	padding-top: 30px;
	width: 33%;
}
.cont-item {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	color: rgb(102, 102, 102);
	
}
.icon p {
	margin-top: 0px;
	font-size: 1.8vw;
	color: rgb(85, 85, 85);
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 3px solid #006AA3;
}
.icon img {
	clear: both;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
}
.read-more {
	clear: both;
	display: inline;
	padding-bottom: 50px;
}
.read-more img {
	width: 50px;
	height: auto;
	padding-bottom: 50px;
}
.cont-text.service, .cont-text.forkl, .shop-cont {
	width: 60%;
	margin-left: 20%;
	margin-bottom: 50px;
	line-height: 1.6;
}
.footer {
	width: 100%;
	height: 200px;
	background-color:#5B696E;	
}
.cont-footer {
	width: 60%;
	margin-left: 20%;
	padding-top: 30px;
	line-height: 1.5;
	text-align: center;
	color: white;
	letter-spacing: 1.5px;
}
/* rwd menu */
.rwd-menu {
	display: none;
	float: right;
	margin-right: 0.5em;
}
.box-shadow-menu {
	position: relative;
	padding-left: 1.25em;
  }
.box-shadow-menu:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0.25em;
	width: 1.5em;
	height: 0.25em;
	background: black;
	box-shadow: 
	  0 0.5em 0 0 black,
	  0 1em 0 0 black;
  }
  /* external files - shop.txt */
.tires-list {
	list-style-type: none;
	line-height: 1.6;
}
.tires-list a {
	text-decoration: none;
	font-weight: 500;
	color: #006AA3;
}
.tires-list a:hover {
	color: #5B696E;
}
.offer-lft {
	clear: both;
	width: 50%;
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 1.6;
}
.offer-lft p {
	width: 50%;
	margin-left: 40%;
}
.offer-lft ul {
	width: 50%;
	margin-right: 40%;
}
/*
.black {
	background-color: #454343;
}
*/
.offer-rght {
	width: calc(50% - 1px);
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #454343;
	float: right;
	line-height: 1.6;
}
.myclear {
	clear: both;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1200px) {

.menu {
	width: 90%;
	height: 100%;
	margin-left: 5%;
	text-align: center;
}
.cont-inside, .shop-cont {
	width: 86%;
	margin-left: 7%;
}
.icon p {
	font-size: 2.5vw;
}
  /* external files - shop.txt */

.offer-lft {
	clear: both;
	width: 50%;
}
.offer-lft p {
	width: 70%;
	margin-left: 14%;
}
.offer-lft ul {
	width: 70%;
	margin-right: 14%;
}
}

@media screen and (max-width: 700px) {
.header {
	height: auto;
}	
.header-img img{
	height: auto;
}
.back img{
	width: 30px;
	height: auto;
}
.rwd-menu {
	display: block;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
}
.menu {
	width: 100%;
	margin: 0;
	height: auto;
	display: none;
}
.responsive {
	display: block;
}
.logo {
	display: none;
}
.rwdlogo {
	display: block;
	width: 100%;
}
.rwdlogo img{
	clear: both;
	width: 30%;
	margin: 10px 35% 10px 35%;
}
.menu-left {
	clear: both;
	width: 100%;
	text-align: center;
}
.menu-right {
	clear: both;
	width: 100%;
	text-align: center;
}
.menu-item {
	width: 100%;
}
.menu-item a {
	color: white;
	padding: 15px 0px 15px 0px;
}
.small-photo {
	display: none;
}
.one, .two {
	display: block;
	width: 50%;
}
.hide-photo {
	display: none;
}
.icon {
	clear: both;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}
.icon-item {
	width: 100%;
}
.icon p {
	font-size: 6vw;
}
.cont-text {
	display: none;
}
.cont-ain.shop, .cont-ain.service, .cont-ain.forkl {
	display: block;
}
.news-txt {
	clear: both;
	position: static;
}
.news-in {
	clear: both;
	width: 100%;
	padding-bottom: 10px;
}
.news-in.about {
	clear: both;
	width: 100%;
}
.news-in.contact {
	clear: both;
	width: 100%;
}
.news-txt img {
	clear: both;
	float: left;
	position: relative;
	width: 60%;	
	margin-left: 20%;
	transform: translateY(0%);
}
}

@media screen and (max-width: 400px) {
	.icon {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	icon p {
		font-size: 12vw;
	}
	.offer-lft, .offer-rght, .shop-cont, .cont-inside, h2, .cont-footer {
		font-size: 15px;;
	}
	.news-txt img {
		width: 70%;	
		margin-left: 15%;

	}
}