@charset "utf-8";

body, html {
    background-color: #000000;
    background-image: url("../images/bg.jpg");
    margin: 0;
    padding: 0;
    color: #661a00;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5{
    text-align: center;
    font-size: 20px;
    color: #212121;
    margin: 5px 0;
    text-shadow: 2px 2px 5px #cccccc;
    letter-spacing: 5px;
}

a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

b, strong {color: #000000;}

#site_border {
    width: 980px;
    margin: 0 auto;
}

#company_name {
    background-color: #99a5b0;
    clear: both;
    margin: 0;
    padding: 5px 0;
}

#header_bg {
    width: 980px;
    height: 267px;
    background-image: url("../images/headerbg.png");
    font-weight: bold;
}

#site_url {
    padding: 20px 15px;
	margin-left: -10px;
    letter-spacing: 2px;
}

#send_mail {
    margin: 60px 0 0 10px;
    padding: 5px 0;
    letter-spacing: 2px;
    background-color: #ffffff;
    width: 330px;
    text-align: center;
}

.phonenumbers {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 10px 0 0 150px;
}

.topmenu {
    width: 980px;
    height: 50px;
    background-image: url("../images/topmenupng.png");
    clear: both;
}

.topmenu ul {
    margin: 0;
}

.topmenu ul li {
    list-style: none;
    display: inline;
}

.topmenu li {
    padding: 18px 50px;
}

.topmenu li:hover {
    background-color: #ff2701;
}

.topmenu a {
    color: #ffffff;
    line-height: 50px;
}

.topmenu a:hover {
    color: #000000;
    text-decoration: none;
    line-height: 50px;
}

.content_bg {
    width: 980px;
    height: 931px;
    background-image: url("../images/content_bg.png");
    margin: 15px 0 0 0;
}

.content {
    width: 455px;
    height: 877px;
    float: left;
    margin: 25px 25px;
    overflow: auto;
    padding: 0 5px 0 0;
}

.content img {
   /* margin: 5px 0 0 25px; */
}

.content h5 {
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
}

.content p {
    letter-spacing: 1px;
    text-indent: 20px;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
}

.content ul li {
    letter-spacing: 1px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}

.sidebar {
    width: 470px;
    height: 877px;
    float: right;
    margin: 25px 0 0 0;
}

.sidebar ul, .sidebar ul li {
    margin: 8px 0;
    padding: 0;
    list-style: none;
}

.footer_menu {
    width: 980px;
    background-image: url(../images/footermenubg.png);
	background-size:cover;
    text-align: center;
}

.footer_menu ul {
    padding: 20px 0;
    margin: 0;
}

.footer_menu ul li {
    padding: 0 30px;
    list-style: none;
    display: inline;
}

.footer_menu a, .footer_menu a:hover {
    color: #ffffff;
}

.spam {
    width: 960px;
    height: 1px;
    overflow: auto;
}


/* контактная форма */
#feedback-form {
  max-width: 400px;
  padding: 2%;
  border-radius: 3px;
  margin: 0 auto;
}
#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;
}
#social{
	margin:15px 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 -288px;
}
.logovk:hover{
	background-position:0px -288px;
}
.logofb{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -352px;
}
.logofb:hover{
	background-position:0px -352px;
}
.logogl{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -64px;
}
.logogl:hover{
	background-position:0px -64px;
}
.logoyt{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -480px;
}
.logoyt:hover{
	background-position:0px -480px;
}
.logood{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:0px -256px;
}
.logood:hover{
	background-position:0px -256px;
}
.logosk{
	height:32px;
	width:32px;
	background:url(../pic/logo/socialicons.png) no-repeat;
	background-position:-36px -63px;
}
.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;
}
#read_more h3{
	margin-bottom:0;
}
#read_more h3 a{
	color:#243246;
}
.read_more_cont{
	position:relative;
	overflow:auto;
}
#read_more img{
	float:left;
	width:150px;
	margin-right:10px;
	border:3px solid #000;
}
#read_more .read_more_buttom a{
	color:#fff;
	text-decoration:none;
}
#read_more hr{
	width:100%;
}
.read_more_buttom{
	position:absolute;
	right:5px;
	bottom:5px;
	margin:2px 2px 4px;
	padding:5px 10px;
	background: linear-gradient(to top, #382011 0%,#583923 50%,#583923 51%,#382011 100%);
	border:1px solid #f1a630;
	border-radius:5px;
}
.read_more_buttom:hover{
	background:#e13d35;
	background: linear-gradient(to top, #e8811e 0%,#f1a630 50%,#f1a630 51%,#e8811e 100%);
}
.noselect {
    /*-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/
}