body {
/*width: 960px;*/
height: auto;
margin-left: auto;
margin-right: auto;
box-shadow: 4px 5px 20px -3px #0094ca;
background-color: #FFFFFF;
font-family: Arial;
background: #B0C4DE;
}

footer {
clear: left;
}
div.contacts{
letter-spacing:3px;
}
div.header{
min-height: 290px;
background-image: url(../images/header.png);
background-position: bottom;
background-repeat: no-repeat;
color:#fff;
}
div.head{
	width: 100%;
margin-bottom: 24px;
font-weight:bolder;
text-align: center;
font-size:28px;
color: #A7002C;
}
div.menu {
	width: 100%;
font-family: Arial;
text-align: center;
margin-top: 0px;
margin-bottom: 15px;
background-color: #CD853F;
}

h3 {
text-align: center;
font-family: Verdana;
font-size: 18px;
color: #A7002C;
margin-bottom: 24px;
}
h2 {
text-align: center;
font-family: Verdana;
text-transform: appercase;

}
h1 {
	text-align: center;
	font-family: Verdana;
	margin-bottom: 0;
	color: #A7002C;
}
h1,h2{
	font-weight:700;
}
.footer_tags{
font-family: -webkit-pictograph;

}
#address {
float: right;
margin-right: 40px;
padding-right:120px;
margin: 15px;
font-family: cursive;
font-size:16px;
}
}

td {
min-width: 80px;
}

nav {
width: 100%;
float: left;
border: 1px solid #A7002C;
font-family: Arial;
background-color: #F5DEB3;
margin-right: 10px;

}

ul {
margin-left: -30px;
list-style-type: none;
}

li {
margin-bottom: 12px;
}

a {
color: #A7002C;
text-decoration: none;
}

a:visited {
color: #A7002C;
text-decoration: none;
}

a:hover {
/*color: #0094CA;*/
text-decoration: underline;
}

a.menu {
padding:0px 10px;
	color: #FFFFFF;
text-decoration: none;
	background: #0094ca;
}

a.menu:visited {
color: #FFFFFF;
text-decoration: none;
}

a.menu:hover {
color: #FFFFFF;
text-decoration: underline;
}

p.tag {
font-size: 1pt;
color: #4682B4;
margin-bottom: -20px;
}

p#caption {
text-align: center;
color: #A7002C;
font-weight: bold;



}

.menu table {
	margin: 5px;
}

.menu td {
	text-align: center;
	padding: 0 5px 0;
}

.content_div p{
	margin: 5px;
	padding: 10px;
	line-height: 25px;
	letter-spacing: 1px;
	text-indent: 20px;
	width: auto;
	text-align: left;

}

.content_div {
	width: 100%;
	font-size: 17px;
	font-family: sans-serif;
	/*padding: 10px 10px;
	margin: 10px;*/
	text-align: left;
	/* -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/


}

/* контактная форма */
#feedback-form {
  max-width: 400px;
  padding: 2%;
  border-radius: 3px;
  margin: 20px;
  float:right;
}
#feedback-form [required] {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2%;
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0,0,0,.05) inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:hover {
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 transparent;
}
#feedback-form [required]:focus {
  outline: none;
  box-shadow: 0 0 0 1px #7eb4ea inset, 0 1px 2px rgba(0,0,0,.2) inset, 0 0 4px rgba(35,146,243,.5);
  transition: .2s linear;
}
#feedback-form [type="submit"] {
  padding: 2%;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2) inset;
  background: #669acc;
  color: #fff;
}
#feedback-form [type="submit"]:hover {
  background: #5c90c2;
}
#feedback-form [type="submit"]:focus {
  box-shadow: 0 1px 1px #fff, inset 0 1px 2px rgba(0,0,0,.8), inset 0 -1px 0 rgba(0,0,0,.05);
}

.feednamecont {
	font-weight: bold;
	letter-spacing: 1px;
    font-size: 15px;
    line-height: 25px;
}
@media only screen and (min-device-width: 900px){
#main{
width: 1000px;
    margin: 0 auto;
		    padding: 15px;
}
	div.menu img {
	width: 20px;
}
	.menu td {
    display: inline;
	}
}
@media only screen and (max-device-width: 900px){
#main{
width: 100%;
    margin: 0 auto;
		    padding: 15px;
}
	div.menu img {
	width: 20px;
}
	.menu td {
    display: inline;
	}
}
@media only screen and (max-device-width: 500px){
#main{
width: 100%;
    margin: 0 auto;
		    padding: 15px;
}
	#address {
	padding: 0 0 0 5%;
		    margin:0;
		font-size: 13px;
		    text-align: right;

	}
	.menu td {
    display: table;
	}
	#menu-d{
	    display: none;
	}

}
/*********************************/
#footer{
	float:left;
	width:100%;
	min-height:100px;
	background:#2d2d2f;
}
#footer_logo{
	float:left;
	line-height:100px;
	padding:0 20px;
}
#footer_logo a{
	color:#fff;
	text-decoration:none;
}
#social{
	float:right;
	margin:25px 10px;
}
#social ul{
	list-style:none;
	margin:0;
	padding:0;
}
#social li{
	float:left;
	padding:0px;
}
#social li a{
	display:block;
	padding:6px;
}
.logovk{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -192px;
}
.logovk:hover{
	background-position:0px -288px;
}
.logofb{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -384px;
}
.logofb:hover{
	background-position:0px -352px;
}
.logogl{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -96px;
}
.logogl:hover{
	background-position:0px -64px;
}
.logoyt{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -128px;
}
.logoyt:hover{
	background-position:0px -480px;
}
.logood{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -224px;
}
.logood:hover{
	background-position:0px -256px;
}
.logosk{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:-36px -96px;
}
.logosk:hover{
	background-position:-36px -63px;
}
.logovb{
	height:32px;
	width:32px;
	background:url(../pic/logo/viber.png) no-repeat;
	background-position:center;
}
.logowa{
	height:32px;
	width:32px;
	background:url(../pic/logo/whatsapp.png) no-repeat;
	background-position:center;
}
.logoks{
	height:30px;
	width:30px;
	background: url(../pic/logo/kyivstar.png) no-repeat;
	background-size:70%;
	background-position:center;
}
.logolf{
	height:20px;
	width:40px;
	background: url(../pic/logo/LifeBY_logo.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}
.logomt{
	height:30px;
	width:30px;
	background: url(../pic/logo/1396036998_1.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}
.logocd{
	height:30px;
	width:30px;
	background: url(../pic/logo/cdma.png) no-repeat;
	background-size:cover;
	background-size:70%;
	background-position:center;
}