
html, body, ul, li,content{
	margin: 0;
	padding:0;
}

.wrapper{
	width:100%;
	margin:0 auto;
	height:inhterit;
	
}

.img{
    margin:auto;
    width:70%;
    text-align:center;
}

.header img{
	display: inline-block;
    height:auto;
    width: 70%;
}

.header{
	background:#0442a5;
	height:auto;
}

.menu{
font-family: Cuprum, Arial, Helvetica, sans-serif;
width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */
}




.dws-menu *{
 margin: 0;
 padding: 0;
}
.dws-menu ul,
.dws-menu ol{
 list-style: none;
}
.dws-menu > ul{
 display: flex;
 justify-content:center;
}
.dws-menu > ul li{
 position: relative;
 border-right: 1px solid #fff;
}
.dws-menu > ul li:first-child{
 border-left: 1px solid #fff;
}
.dws-menu > ul li:last-child{
 border-right: 1px solid #fff;
}
.dws-menu > ul li > a i.fa{
 position: absolute;
 top: 15px;
 left: 12px;
 font-size: 18px;
}
.dws-menu > ul li a{
 display: block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* IE6-9 */

 padding: 15px 10px 15px 10px;
 font-size: 14px;
 color: #fff;
 text-decoration: none;
 text-transform:uppercase;
 transition: all 0.3s ease;
}
.dws-menu li a:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
background: rgb(37,141,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(37,141,200,1) 0%, rgba(37,141,200,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(37,141,200,1) 0%,rgba(37,141,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */
color:#fff;



 box-shadow: 1px 5px 10px -5px black;
 transition: all 0.3s ease;
}

/*sub menu*/
.dws-menu li ul{
 position: absolute;
 min-width: 150px;
 display: none;
}
.dws-menu li > ul li{
 border: 1px solid #fff;
}
.dws-menu li > ul li a{
 padding: 10px;
 text-transform: none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgb(238,238,238); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
color:#434447;
}
.dws-menu li > ul li ul{
 position: absolute;
 right: -150px;
 top: 0;
}
.dws-menu li:hover > ul{
 display: block;
}






.content{
	min-height:500px;
	padding:5px;
	margin-left:2em;
}

.mesto a{
    font-family:Arial;
	color:#0979ea;	
	text-decoration:none;
	font-size:1em;
}

.mesto a:hover{
	color:#0979ea;
	text-decoration: underline;
}

.mesto p{
	color:#555d50;	
	font-family:Arial;
	font-size:1em;
	text-align:center;
}

.col1{
	float:right;
	width:25%;
}

.col2{
	margin:0 25% 0 0;
	
}


.line{
	box-shadow:0.4em 0.4em 5px rgba(122,122,122,0.5);
	width:80%;
	min-height:70px;
	background:#eeece0;
	padding:0.5em;
	
	/*border-radius:10px;*/
	margin:auto;
	
}

.line a{
    text-decoration:none;
    font-family:'Merriweather', serif;
    color:#555d50;
    font-size:0.9em;
    
}

.line a:hover{
    text-decoration:underline;
    color:#0979ea;
}

.tabl table {
	margin:auto;
	/*width: 75%;*/ /* ?????? ??????? */
	background:white; /* ???? ???? ??????? */
	color: #5b5c5e; /* ???? ?????? */
	font-family:Arial,sans-serif;
	border-spacing: 1px; /* ?????????? ????? ???????? */
	font-size:1em;
}

.tabl table th{
	background:#adbddd; /* ???? ???? ????? */
	padding: 5px; /* ???? ?????? ?????? */
	
}

.tabl table td{
	background: white; /* ???? ???? ????? */
	padding: 5px; /* ???? ?????? ?????? */
	text-align:center;
}

.tabl table td img{
	width: 100%; 
}


.table table {
	margin:auto;
	width: 70%; /* ?????? ??????? */
	background:#c1c5cc; /* ???? ???? ??????? */
	color: #5b5c5e; /* ???? ?????? */
	font-family:Arial,sans-serif;
	border-spacing: 1px; /* ?????????? ????? ???????? */
	font-size:1em;
	margin-top:2em;
	margin-bottom:2em;
}

.table table th{
	background:#c1c5cc; /* ???? ???? ????? */
	padding: 5px; /* ???? ?????? ?????? */
	
}

.table table td{
	background: white; /* ???? ???? ????? */
	padding: 5px; /* ???? ?????? ?????? */
	text-align:center;
}




.predlozhenie{
	line-height:15px;
	border:1px solid #75a6f4;
	border-radius:4px;
	background:#75a6f4;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color: #fff;
	padding:3px;
	margin-left:2em;
	width:70%;
	text-align:center;
}

.col4{
    width:150px;
}

.col5{
    width:350px;
}


.col7 a{
    text-decoration:none;
}

.nazvanie{
	font-weight:bold;
	font-size:1.4em;
	margin-left:1em;
}


.harakteristiki{
	/*text-align:center;*/
	font-size:1em;
	font-family:Arial, sans-serif;
	color: #5b5c5e;
	margin-bottom:2em;
}
.magazin{
	width:90%;
	border:2px solid #c1c5cc;
	height:5em;
	text-align:center;
}

.magazin a{
	font-size:1em;
	font-family:Arial, sans-serif;
	color: #5b5c5e;
}

.magazin a:hover{
	color: #0979ea;
}

.cena{
	line-height:1em;
	border:1px solid #a51212;
	border-radius:4px;
	background:#a51212;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color: #fff;
	padding:3px;
	width:40%;
	margin:0 auto;
}


.footer{
	background:#0442a5;
	height:auto;
}


.footer img{
	display: inline-block;
    height:auto;
    width:70%;
}

.col1 img{
	display: inline-block;
    height:auto;
    width:100%;
}

.col3 img{
	display: inline-block;
    height:auto;
    width:100%;
}

@media screen and (max-width:800px){
    .content{
    margin-left:0.5em;
    }
    .mesto a{
    font-size:12px;
    }
     .mesto p{
    font-size:12px;
    text-align:left;
    }
     .line a{
    font-size:12px;
    }
.img{
    width:100%;
    }

.header img{
	width:100%;
}

.footer img{
	width:100%;
}

/*?????? ???????*/

.table table {
    width:100%;
	font-size:0.7em;
}

.tabl table td img{
	width:100%;
}

.predlozhenie{
	font-size:0.7em;
}

.nazvanie{
	font-size:0.7em;
}

/* ????? ???????*/

.harakteristiki{
	font-size:0.7em;
}

.magazin a{
	font-size:0.7em;
}
.cena{
	font-size:0.6em;
	width:50%;
}


@media screen and (max-width:1000px){
	.dws-menu > ul li a{
     padding: 10px 5px 10px 5px;
     font-size: 12px;
    } 
}

@media screen and (min-width:800px) and (max-width:1000px){
    .header img{
	width:80%;
}
.img{
    width:80%;
    }
.footer img{
	width:80%;
}
}
@media screen and (max-width:600px){
	.tabl table td img{
	width:130%;
}
}

