@import url('https://fonts.googleapis.com/css?family=Merriweather|Montserrat');


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

h1,h2,h3 {
	margin: 10px;
	font-family: 'Merriweather', serif;
	text-align: center;
}

html,body {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	background: url(Images/bak10.jpg);
}

ul,li,a {
	list-style-type: none;
	text-decoration: none;
}

.wrap {
	max-width: 1190px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	box-shadow: 0px 20px 8px 6px rgba(0,0,0,0.25);
}

.header-top {
	padding-left: 10px;
	background: #2d3845;
	min-height: 36px;
	border-top: 4px solid #ea380f;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-top>a {
	padding-left: 5px;
    font-family: arial;
    font-size: 12px;
    color: #97a7ab;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.header-top>p {
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	padding-right: 15px;
	color: #97a7ab;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.top {
	min-height: 100px;
	background: #35424f;
	display: flex;
    justify-content: center;
	align-items: center;
}

.tel>a {
	font-family: arial;
	font-size: 16px;
	color: #97a7ab;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

header>nav>ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

header {
	background: #d6dadb;
	flex: 0 0 auto;
}

header>nav>ul>li>a {
	color: #303b50;
	padding: 20px;
}

header>nav>ul>li {
	font-weight: bold;
	text-transform: uppercase;
	display: flex;
	transition-duration: 0.3s;
}

header>nav>ul>li:hover  {
	background: #6FC6FF;
	box-shadow: 0 1px 10px 0px #35424f;
}

header ul li a:hover {
	color: white;
}

.article-and-aside {
	background: #f3f4f5;
	min-width: 0;
	display: flex;
	flex: 1 0 auto;
}

article {
	padding: 20px;
	flex: 3;
}

article>p {
	font-family: 'Montserrat', sans-serif;
	margin: 10px 10px;
    font-size: 20px;
    text-align: center;
}

.table_price {
	margin-top: 30px;
	width: 100%;
	border-left: 3px solid #77766b;
	border-right: 3px solid #77766b;
	border-bottom: 3px solid #77766b;
	font-family: "Lucida Grande", sans-serif;
}

.table_price caption {
  background: #77766b; 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px  4px 0 rgba(0,0,0,.3);
  color: white;
  font-family: "Roboto Slab",serif;
  font-style: normal;
  font-size: 26px;
}

.table_price th {
	border-bottom: 3px solid #B9B29F;
	padding: 10px;
	text-align: left;
	font-size: 18px;
	background: #E8E6D1;
}

.table_price th:nth-child(1n+2) {
	text-align: center;
	padding: 10px;
}

.table_price td:nth-child(1n+2) {
	text-align: center;
	padding: 10px;
	background: #dcdbd3;
}

.table_price td:first-child {
	padding: 10px;
	background: #eaeae6;
}

.table_price tbody:hover td {
	color: transparent;
	text-shadow: 0 0 0.1px #a09f9d;
	transition: all 0.3s ease;
}

.table_price tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
  font-weight: bold;
}

.slog {
	padding-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.slog>p {
	font-family: 'Merriweather', sans-serif;
	text-align: center;
	padding-left: 20px;
}

.adr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
}

.adr3 {
	padding-top: 15px;
	width: 100%;
	text-align: center;
}

.schema {
	padding-top: 15px;
    width: 80%;
    margin: auto;
	text-align: center;
}

/* ----------del---------- */

.null {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.null>a>img{
	width: 30px;
	height: 30px;
}



/* ----------del---------- */

aside {
	text-align: center;
	padding: 20px;
	flex: 1;
}

footer {
	padding: 10px;
	background: #35424f;
	flex: 0 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	justify-content: space-between;
	align-items: center;
}

footer>nav {
	display: flex;
	align-items: center;
	padding: 15px;
}

footer>nav>ul>li>a {
    color: #b4b9c3;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

footer>p {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
	padding: 15px;
}

footer>p>img {
	padding: 0 52px;
}

.small {
	margin-top: auto;
    font-size: smaller;
	text-align: center;
	color: #d6dadb;
	background: #2d3845;
}

@media screen and (max-width: 800px) {
	.adr1, .adr2 {
	flex-basis: 100%;
	text-align: center;
	min-width: 0px;}
}

@media screen and (max-width: 600px) {
	/* .header-top {flex-direction: column;} */
	.article-and-aside {flex-direction: column;}
	article {margin: 0;}
	.slog>p {
	font-family: 'Merriweather', sans-serif;
	padding-top: 20px;}
}