/**** 768 - 900 / tablet **********************************************************/
@media (max-width:900px) {

/**** layout **********************************************************/
.content-width {
	width:650px;
}
body, div.screen, div.head-in {
  background-size:750px auto;
}
div.head-in {
	width:750px;
	background-image:url(../img/head_870.jpg);
}
div.head-in > div {
	padding-top:65%;
}
div.screen {
	background-image:url(../img/top_bg_mobile.png);
}
.noindex div.head-in {
	background:none;
}
.noindex div.head-in > div {
	padding-top:100px;
}

div.topbar {
	display:none;
}


p {
	padding:0 0 8px 0;
}

a.to-home {
	width:170px;
	top:18px;
	left:3%;
}
h1, .h1 {
	font-size:26px;
	padding:0 15% 0 15%;
}
h1 span, .h1 span {
	padding:0 10px 0 10px;
}
h2, .h2 {
	font-size:20px;
}
h3, .h3 {
	font-size:18px;
}
h4, .h4 {
	font-size:17px;
}
h5, .h5 {
	font-size:16px;
}

a.facebook img {
	width:95px;
}

div.page-in-in {
	padding:20px 0 20px 0;
}


a.showmenu {
	top:22px;
}
.menu-out {
	padding:70px 5% 30px 5%;
}

/*** boxy ***/
.boxy {
	flex-wrap:wrap;
}
.boxy > * {
	width:80%;
	flex:0 0 auto;
	margin:20px auto 0 auto;
}
.boxy > *:last-child {
	margin-bottom:0;
}
.boxy h3 {
	margin-bottom:20px;
}
.sortiment {
	padding-left:20px;
	padding-right:20px;
}

.stromky-list > * {
	margin:0 5px 15px 5px;
	width:35%;
}


/*** steps ***/
div.steps {
	margin:50px 0 0 0;
}
div.steps .item .step-icon img {
	height:65px;
}
div.steps .item .no {
	width:30px;
	height:30px;
	line-height:30px;
	font-size:15px;
}
div.steps .item .h {
	font-size:15px;
}
div.steps .arr {
	margin:0 0 0 0;
}
div.steps .arr img {
	width:26px;
	margin:93px 0 0 0;
}
}