
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;
}

.search{
	width:50%;
	padding:20px;
	margin:0 auto;
}


.col2{
	width:90%;
	margin:0 auto;
	text-align:center;
}

ol{
    text-align:center;
    padding: 20px;
	margin-top:0;
	margin-bottom:0;
}

ol i{
	color:#0979ea;
}

.breadcrumb{
    display: inline; 
}

.breadcrumb a{
	text-decoration:none;
	font-size:1em;
	color:#0979ea;
	font-family: 'Montserrat', sans-serif;
}

h1{
	font-weight:bold;
	font-size:1.4em;
	color: #0f0a12;
	font-family:Montserrat,sans-serif;
	padding:20px;
	text-transform:uppercase;
}


.content table {
	margin:0 auto;
	width: 60%; /* Ширина таблицы */
	background: white; /* Цвет фона таблицы */
	border-spacing: 1px; /* Расстояние между ячейками */
	font-family:Montserrat,sans-serif;
}

.content table th{
	background:#adbddd; /* Цвет фона ячеек */
	padding: 5px; /* Поля вокруг текста */
	
}

.content table td{
	background: white; /* Цвет фона ячеек */
	padding: 5px; /* Поля вокруг текста */
	/*text-align:center;*/
}



.col4{
    width:25%;
}

.col5{
    width:55%;
}

.col5 a{
	text-decoration:underline;
	color: #0979ea;
}

.adres_zagolovok{
	width:100%;
	color: #5b5c5e;
	font-family:Montserrat,sans-serif;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}

.adres{
	width:100%;
	color: #5b5c5e;
	font-family:Montserrat,sans-serif;
	font-size:1em;
	text-align:left;
}

.phone{
	width:100%;
	color: #5b5c5e;
	font-family:Montserrat,sans-serif;
	font-size:1em;
	text-align:left;
}

.phone a{
	color:#0979ea;
	text-decoration:underline;
}

.phone a:hover{
	color:#77aafc;
}

.karta {
	width:60%;
	text-align:center;
	margin:0 auto;
	padding:15px;
}

.heading_store_review{
	width:80%;
	margin:0 auto;
	color: #5b5c5e;
	font-family:Montserrat,sans-serif;
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
	padding:20px;
}

.store_review{
	width:80%;
	margin:0 auto;
	color: #5b5c5e;
	font-family:Montserrat,sans-serif;
	font-size:1em;
	text-align:justify;
	line-height:20px;
}

.store_review a{
	color:#0979ea;
	text-decoration:underline;
}

.store_review a:hover{
	color:#77aafc;
	text-decoration:none;
}





@media screen and (max-width:800px){
    
.img{
    width:100%;
    }

.header img{
	width:100%;
}

.content table {
	width:90%;
}

.content{
	
    margin-left:0;
    }
   
.img{
    width:100%;
    }

.header img{
	width:100%;
}

.col2{
	width:100%;
}


.table{
	margin-left:0.8em;
}

.table table {
	font-size:0.7em;
	width:100%;
}


h1{
	font-size:1em;
}

.search{
	width:90%;
	padding:10px;
}
}

@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%;
}
}

@media screen and (min-width:320px) and (max-width:800px){
ol{
	padding:10px;
}


.breadcrumb a{
	font-size:0.75em;
}
}



}


}

@media screen and (min-width:800px) and (max-width:950px){
	.dws-menu > ul li a{
 padding: 7px 5px 7px 5px;
 font-size: 11px;
} 
}
@media screen and (min-width:950px) and (max-width:1200px){
	.dws-menu > ul li a{
 padding: 10px 6px 10px 6px;
 font-size: 13px;
} 
}



@media screen and (max-width:800px){
    .img{
    width:100%;
    }

.header img{
	width:100%;
}
}

@media screen and (min-width:800px) and (max-width:1000px){
    .header img{
	width:80%;
}
.img{
    width:80%;
    }
}




@media screen and (min-width:555px) and (max-width:620px){

.adres{
	font-size:0.7em;
}
.phone{
	font-size:0.7em;
}
.heading_store_review{
	width:95%;
	font-size:1em;
}

.store_review{
	width:95%;
	font-size:0.7em;
}
.karta {
	width:90%;
	padding:5px;
}
}

@media screen and (min-width:620px) and (max-width:700px){

.adres_zagolovok{
	font-size:0.8em;
}
.adres{
	font-size:0.8em;
}
.phone{
	font-size:0.8em;
}
.heading_store_review{
	width:95%;
	font-size:1.1em;
}

.store_review{
	width:95%;
	font-size:0.8em;
}
.karta {
	width:80%;
}
}

@media screen and (min-width:700px) and (max-width:750px){

.adres_zagolovok{
	font-size:0.8em;
}
.adres{
	font-size:0.8em;
}
.phone{
	font-size:0.8em;
}
.heading_store_review{
	width:90%;
	font-size:1.2em;
}

.store_review{
	width:90%;
	font-size:0.9em;
}
.karta {
	width:75%;
}
}

@media screen and (min-width:750px) and (max-width:800px){

.adres_zagolovok{
	font-size:0.8em;
}
.adres{
	font-size:0.8em;
}
.phone{
	font-size:0.8em;
}
.heading_store_review{
	width:90%;
	font-size:1.2em;
}

.store_review{
	width:90%;
	font-size:0.9em;
}
.karta {
	width:70%;
}
}

@media screen and (min-width:320px) and (max-width:555px){

.adres_zagolovok{
	font-size:0.7em;
}
.adres{
	font-size:0.7em;
}
.phone{
	font-size:0.7em;
}

.heading_store_review{
	width:95%;
	font-size:1em;
}

.store_review{
	width:95%;
	font-size:0.7em;
}
.karta {
	width:95%;
	padding:2px;
}
.col2{
	width:100%;
}
}






