@media screen and (max-width:700px) {


body {min-width:360px; width:100%;}

.center-box {
	margin:0 auto;
	/*width:90%;*/
	width:100%;
	position:relative;
} 
.center-box2 {
    width:100%;
}

h1 {
	font-weight:bold;
	font-size:28px;
	line-height:36px;
	padding:0;
	margin:20px 0 10px;
	color:#3b3b3b;
	text-transform:uppercase;
}
h2 {
	font-weight:bold;
	font-size: 21px;
    line-height: 28px;
	padding:0;
	margin:20px 0 10px;
	color:#3b3b3b;
	text-transform:uppercase;
}
h3 {
	font-weight:bold;
	font-size:18px;
	line-height:32px;
	margin:20px 0px 10px;
}
p {
	margin:0 0 10px;
}



.header-line {
    background-size:cover;
}
.header-line .center-box {
    height:auto;
    padding-bottom: 60px;
    background:#00000055;
}

.logo-box {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-left:0;
    text-align:center;
}
    .logo {
        float: none;
        display: block;
        width: 100%;
        text-decoration: none;
        font-size:48px;
        line-height:60px;
        font-weight:bold;
        color:#3d3d3d;
    }
    .logo img {
        height:auto!important;
        width:100%;
    }


/*
.telefon {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color:#3d3d3d;
}
.telefon a{
    color:#3d3d3d;
}
.email {
    font-size: 18px;
    line-height: 25px;
}*/


    .mob-menu {
        display: block;
        height: 60px;
        width:160px;
        text-align:center;
        margin:auto;
        line-height: 30px;
        font-size: 16px;
        padding: 15px 10px 15px 40px;
        text-transform: uppercase;
        background: url(../images/mob-menu.png) center left no-repeat;
        color:#fff;
    }
    .nav-line {
        padding: 1px 0;
        margin-top: 0;
        height: auto;
    }
	/*менюшка*/
	.nav-line ul.menu {
		display:none;
		width:100%;
		height:auto;
		padding:0;
		border-radius:0;
		background:none;
		box-shadow:none;
		border-top:2px solid #fff;
		margin-bottom:5px;
	}

		.nav-line ul.menu li {
            display:block;
            margin-right:0;
            padding:1px 0;
            text-align:center;
        }
        .nav-line ul.menu li a {
            line-height:24px;
            font-size:18px;
            padding:6px 0;
        }
        .nav-line ul.menu li a:hover, .nav-line ul.menu li.active a {
            background:#fff;
            color:#000;
            padding:6px 0;
            border-bottom:0;
        }
        .nav-line ul.menu li:first-child a:hover, .nav-line ul.menu li.active:first-child a {
            background:#FFC107;
            color:#000;
            padding:6px 0;
            border-bottom:0;
        }
        
.main {
    padding:20px 0;
}

.main-btn {
    display:block;
    margin:20px auto;
    border-radius:5px;
    box-shadow:0 0 5px rgba(0,0,0,0.4);
    float:none;
    max-width:100%;
    height:auto;
}
.main-btn img {
    width:100%;
    height:auto;
}
.main-btn:nth-child(2) {
    margin:20px auto;
}

.catalog {
    margin-right: 0;
}
.cat_item.bigitem {
    height: 250px;
}
.cat_item {
    float: none;
    width: auto;
    height: 250px;
    margin: 0 0 20px 0;
}
.cat_item span {
    position: absolute;
    displaY: block;
    top: 20px;
    right: 0;
    border-radius: 5px 0 0 5px;
    max-width: 80%;
}
.cat_more {
    float: none;
    width: auto;
    height: auto;
    background: #eee;
    margin: 0;
}

.step1 {
    float:none;
    width:100%;
    padding:20px;
    border-radius:5px;
    background: #eee;
    margin:0 0 20px 0;
}
.step2 {
    float:none;
    width:100%;
    padding:20px;
    border-radius:5px;
    background: #eee;
    margin:0 0 20px 0;
}
.step3 {
    float:none;
    width:100%;
    padding:20px;
    border-radius:5px;
    background: #eee;
    margin:0 0 20px 0;
}

/**/
.step {
    float:none;
    width:100%;
    margin:10px auto;
    padding:10px 10px 10px 70px;
}

.clients {
overflow:hidden;
margin-right:-1%;
}
.client_item {
    width:49%;
    margin: 0 1% 5px 0;
    float:left;
    border:1px solid #eee;
}
.client_item img {
    displaY:block;
    height:auto;
    width:100%;
}

.contact_img {
    displaY:block;
    float:none; 
    width:100%;
    margin-right:0; 
}
span.otst {
    display:block; 
}


.catalog_list {
    width:100%;
    float:none;
}
.option_list {
    float:none;
    width:100%;
    padding:10px 20px;
    border-radius:5px;
    border:1px solid #eee;
    margin-top:20px;
    margin-bottom:20px;
    /*background:#eee;*/
}

.price_btn {
    width: 100%;
}

.catalog_item {
    display: block;
    padding: 10px 20px 10px 30px;
    font-size:14px;
}

}