﻿
a{
    color: #000;
}

html, body{
    background-color: #fafafa;
    height: 100%;
    font-family: Verdana, Arial, helvetica, sans-serif;
}

.clearfix {
    clear: both;
}

.resize {
    width: 1017px;
	margin: 0 auto;
}

.top-menu {
    text-align: center;
    margin-top: 0px;
	background: #3b3b3b;
	overflow: hidden;
}

.top-menu ul li {
    display: inline;
}

.top-menu li a {
    font-size: 17px;
    float:left;
	display: block;
    text-decoration: none;
	color: #fff;
	padding: 11px 18px 10px 18px;
}

.top-menu li a:hover {
    border-bottom: 4px solid #fb5a02;
	background: #000;
}

.top-menu li.active a {
    border-bottom: 4px solid #fb5a02;
}


/* =maket= */
.maket {
    width: 1017px;
    margin: 0 auto;
    min-height: 100%;
	height: auto !important;
	background: ;
	position: relative;
    font-family:;
    z-index: 1;
}

/* =header= */
.header {
    height: 100px;
	width: 1017px;
    margin: 0 auto;
}

.logo {
    width: 290px;
    margin-top: 5px;
    float: left;
    font-family: lobster;
    font-size: 44px;
}

.header-contacts {
    float: left;
    width: 365px;
	text-align: right;
    margin-left: -10px;
    letter-spacing: -1px;
    margin-top: 15px;
    line-height: 2em;
}

.header-contacts span {
    
}

.header-contacts strong {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.header-questions {
    float: left;
    width: 250px;
    margin: 10px auto 5px auto;
	text-align: center;
}

.header-questions .question {
    display: block;
	text-decoration: none;
	background: #fb5a02;
	width: 210px;
	margin: 0 auto;
	color: #fff;
	padding: 7px 0;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
}

.header-questions .question:hover {
    box-shadow:inset 0px 0px 5px rgba(0,0,0,0.5);
}

.header .question {
    text-decoration: none;
    border-bottom: 1px dashed #000;
    font-size: 15px;
}

/* =end header= */

.deviz {
    font-size: 19px;
	font-family: lobster;
	float:right;
	width: 345px;
	text-align: right;
	margin-top: 20px;
	line-height: 1.2em;
}

.header-bg {
    background: url(../images/header-bg.jpg);
    width: 100%;
    margin-top: 15px;
    height: 222px;
    position: relative;    
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}

.header-bg:before,
.header-bg:after {
        content:"";
        position:absolute;
        z-index:-1;
        bottom:15px;
        left:15px;
        width:50%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.6);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.6);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.6);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
         
.header-bg:after {
    right:15px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
/* =content= */
.content {
    margin-top: 15px;
    padding-bottom: 0px;
}

.content h2 {
    text-align: center;
    font-family: oswald;
    font-size: 35px;
    font-style: italic;
    font-weight: bold;
}

.content h3 {
    font-family: oswald;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
}

.content p {
    text-align: justify;
    margin-bottom: 10px;
    text-indent: 15px;
    font-size: 15px;
}

.content ul li {
    margin: 15px 40px;
    list-style-type: circle;
    font-size: 15px;
}

.main-article {
    margin-top: 10px;
    width: 670px;
    float: left;
    padding: 15px 25px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.5);
	min-height: 250px;
}

.sidebar {
    float: right;
    width: 240px;
}

.sidebar a {
    text-decoration: none;
}

.sidebar p {
    text-indent: 0px;
    text-align: center;
}

.main-table td {
    border: 1px solid #000;
	vertical-align: middle;
	padding: 5px;
	font-size: 14px;
}
/* = end content= */


.rasporka {
    height: 45px;
}

/* =end maket= */
.footer {
    height: 45px;
    z-index: 10;
    position: relative;
    background: #3b3b3b;
    margin-top: -45px;
    clear: both;
	width: 1017px;
    margin: 0 auto;
	color: #fff;
}

.footer a {
    color: #fb5a02;
}

.footer-resize {
    width: 985px;
    margin: 0 auto;
    height: 45px;
    position: relative;
}

.footer .copyright {
    float: left;
    width: 300px;
    font-size: 14px;
    font-family: helvetica;
    margin-top: 14px;
}

.create {
    float: right;
    margin-top: 15px;
    font-size: 14px;
    text-align: right;
}


