html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td {
	vertical-align: top;
}
html, body {
	height: 100%;
}
body {
	color: #222;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 87.5%;
	line-height: 1.5; 
	
}
a {
	color: #007ac7;
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid rgba(0,122,199,0.3);
	transition: border 0.5s ease, color 0.5s ease;
}
a:hover {
	color:#ff3300;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,51,0,0.3);
	transition: border 0.5s ease, color 0.5s ease;
}
p {
	margin: 1.2em 0;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

input[type="text"], input[type="search"], input[type="password"], input[type~="text"], input[type~="search"], input[type~="password"] {
	background: url(../images/input_bg.png) 0 0 no-repeat #fff;
	border: 1px solid #a5a5a5;
	font-family: "Lucida Grande", "tahoma", "verdana", "arial", sans-serif, "Lucida Sans";
	font-size: 14px;
	line-height: 1.2em;
	padding: 2px;
	width: 96%;
	padding: 2px 2%;
}
input[type=checkbox] {
	display: inline-block;
	margin: 0 5px 3px 0;
	padding: 0;
}

textarea {
	background: url(../images/textarea_bg.png) 0 0 no-repeat #fff;
	border: 1px solid #bcb5b1;
	margin: 0 0 2px 0;
	padding: 3px 1%;
	font-size: 12px;
	font-family: "tahoma", "tahoma", "verdana", "arial", sans-serif, "Lucida Sans";
	color:#444;
	width: 98%;
	height: 50px;
}
select {
	line-height: 16px;
}

h1 {
	font-size:21px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
	/*color: #ed5400;*/
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Times New Roman";
	border-bottom: 1px solid #e1dbd8;
	padding-bottom: 7px;
}
h2 {
	font-size:24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	/*color: #ed5400;*/
	color: #000;
}
h3 {
	/*color: #ed5400;*/
	color: #000;
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: bold;
}
h4 {
	font-size:15px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000;
	text-shadow:1px 1px 1px #fff;
}
h5 {
	font-size:16px;
	font-weight: bold;
	margin: 5px 0 10px 0;
	color: #333;
	text-shadow:0px 1px 2px #fff;
}

ul {
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 20px;
}
ul li {
	padding-left: 18px;
	line-height: 18px;
	margin: 0;
}
ol {
	padding: 0;
	list-style: decimal;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 20px;
}
ol li {
	padding-left: 0px;
	line-height: 18px;
	margin: 0;
}


/* Обертки
-----------------------------------------------------------------------------*/
.page {
	background: url(../images/page_bg.jpg);
}
.page__header {
	position: relative;
	overflow: hidden;
	padding-top: 250px;
}
.page__base {
	width: 85%;
	min-width: 800px;
	max-width: 1300px;
	margin: -20px auto 20px auto;
	position: relative;
}

.page__footer {
	padding: 40px 0 20px 0;
	font-size: 12px;
	text-align: center;
	background: url(../images/footer_bg.jpg) 0 0 repeat-x;
}

.copyright {
	color: #ccc;
}

.desk {
	position: relative;
	height: 221px;
	background: url(../images/desk.jpg) center 0 repeat-x;
}
.desk__case {
	position: absolute;
	top: -240px;
	left: 50%;
	margin-left: -300px;
	border: none;
	z-index: 2;
}
.desk__paper {
	position: absolute;
	top:5px;
	left: 7%;
	z-index: 1;
}
.desk__shadow {
	height: 65px;
	background: url(../images/desk_shadow.png) 0 0 repeat-x;
}


.paralax-container {
	position: absolute;
	top:0;
	left: 0;
	width:100%;
	height: 300px;
	overflow: hidden;
}
.paralax-bg {
	position: absolute;
	width: 110%;
	min-width: 1600px;
	z-index: 0;
	top: 0;
}

.langs {
	position: absolute;
	top:30px;
	left: 8%;
	z-index: 2;
}
.langs img {
	display: block;
}
.langs__link, .langs__link:hover {
	border: none;
	box-shadow: 0 1px 3px #7b4f42;
}
.langs__link, .langs__current {
	display: inline-block;
	margin: 0 3px;

}
.langs__current {
	box-shadow: 0 1px 2px #fff;
}
.phone {
	position: absolute;
	top: 30px;
	right: 8%;
	font-size: 30px;
	font-weight: bold;
	color: #2b0c00;
	font-family: "Times New Roman";
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
}
.header-button {
	position: absolute;
	top: 90px;
	right: 8%;
	margin-right: -7px;
}


.container {
	background: #fff;
}

.p-shadow {
	position: relative;
	padding-top: 8px;
}
.p-shadow__top {
	height: 2px;
	width: 100%;
	position: absolute;
	top: -2px;
}
.p-shadow__top-top {
	height: 2px;
	background: url(../images/c_top_bg.png) 0 100% repeat-x;
	margin: 0 4px;
}
.p-shadow__top-bg {
	height: 8px;
	background: #fff;
	margin: 0 4px;
}
.p-shadow__top-left {
	position: absolute;
	width: 4px;
	height: 10px;
	top: 0;
	left: 0;
	background: url(../images/c_top_bg.png) 0 0 no-repeat;
}
.p-shadow__top-right {
	position: absolute;
	width: 4px;
	height: 10px;
	top: 0;
	right: 0;
	background: url(../images/c_top_bg.png) 0 -10px no-repeat;
}
.p-shadow__left {
	padding-left: 4px;
	background: url(../images/c_lr_bg.png) 0 0 repeat-y;
}
.p-shadow__right {
	padding-right: 4px;
	background: url(../images/c_lr_bg.png) 100% 0 repeat-y;
}
.p-shadow__bottom {
	height: 29px;
}
.p-shadow__bottom-l {
	width: 40px;
	float: left;
	height: 29px;
	background: url(../images/c_bottom_bg.png) 0 0 no-repeat;
}
.p-shadow__bottom-r {
	margin-left: 40px;
	height: 29px;
	background: url(../images/c_bottom_bg.png) 100% 0 no-repeat;
}


/* ============================= */
.base {

}
.sidebar {
	width: 30%;
	background: url(../images/sidebar_bg.png) 100% 0 repeat-y;
	position: relative;
	padding-top: 15px;
}
.sidebar__top-bg {
	position: absolute;
	width: 64px;
	height: 8px;
	top: -8px;
	right: 0;
	background: url(../images/sidebar_bg.png) 100% 0 repeat-y;
}
.sidebar__billet {
	background: url(../images/billet.png) 0 0 no-repeat;
	font-size: 18px;
	color: #fff;
	font-family: "Times New Roman";
	text-transform: uppercase;
	text-shadow: 0 1px 2px #301000;
	padding: 14px 5px 21px 10%;
	margin-left: -12px;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
}
.sidebar__billet a {
	color: #fff;
	border: none;
}
.sidebar__billet a:hover {
	color: #ffea60;
}

.sidebar__list {
	margin-bottom: 20px;
	padding: 0;
	margin-left: 7%;
}
.sidebar__list li {
	padding: 5px 0 5px 20px;
	background: url(../images/bulit.png) 0 8px no-repeat;
}

.content {
	padding: 30px 3% 40px 3%;
}

.content ul {
	list-style: square;
	margin-left: 15px;
}
.content ul li,
.content ol li {
	margin: 0 0 7px 0;
	padding: 0 0 0 5px;
}

.head_1 {
	font-size:21px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
	/*color: #ed5400;*/
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: "Times New Roman";
	border-bottom: 1px solid #e1dbd8;
	padding-bottom: 7px;
}

.head__link {
	text-transform: none;
	float: right;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1;
	vertical-align: bottom;
	margin-top: 5px;
	font-family: "Times New Roman";
}

/* ============================= */
.navigation {
	padding-top: 178px;
	list-style: none;
	white-space: nowrap;
	text-align: center;
}
.navigation__link {
	display: inline-block;
	padding: 2px 10px;
	border: none;
	vertical-align: top;
}
.navigation__link:hover { border: none; }
.navigation__link span {
	color: #fff;
	font-size: 18px;
	font-family: "Times New Roman";
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	text-shadow: 0 1px 2px #301000;
	letter-spacing: 2px;
}
.navigation__link.active {
	background: url(../images/nav_active.png) 0 0 no-repeat;
	padding: 0 0 0 10px;
}
.navigation__link.active span {
	display: inline-block;
	border: none;
	background: url(../images/nav_active.png) 100% -32px no-repeat;
	padding: 3px 10px 2px 0;
}
.navigation__sep {
	display: inline-block;
	margin: 0 1%;
	width: 11px;
	height: 19px;
	background: url(../images/separator.png) 0 0 no-repeat;
	vertical-align: top;
	margin-top: 6px;
}


.footer-nav {
	padding: 13px 0;
	border-top: 1px dashed #766b66;
	border-bottom: 1px dashed #766b66;
	width: 85%;
	min-width: 800px;
	max-width: 1300px;
	margin: 0 auto 40px auto;
	white-space: nowrap;
}
.footer-nav a {
	color: #bfa699;
	border-bottom: 1px solid rgba(191,166,153, 0.3);
	margin: 0 2%;
}




.selection__button {
	padding: 12px 0 10px 0;
	text-align: center;
	background: #e14609;
    background: -moz-linear-gradient(top, #ff7800, #e14609);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7800), color-stop(100%,#e14609));
    background: -webkit-linear-gradient(top, #ff7800, #e14609);
    background: -o-linear-gradient(top, #ff7800, #e14609);
    background: -ms-linear-gradient(top, #ff7800, #e14609);
    background: linear-gradient(top, #ff7800, #e14609);
    margin: 0 -15px;
}





.breadcrumb {
	font-size: 11px;
	color: #555;
	padding: 0 0 10px 0;
}
.breadcrumb__separator {
	margin: 0 5px;
	display: inline-block;
}
.breadcrumb a {
	font-size: 12px;
}


.news__item {
	margin-bottom: 25px;
}
.news__date {
	font-size: 12px;
	color: #777;
}




/* Кнопки */
.button, .button span,
.button__more, .button__more span {
	display: inline-block;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	text-decoration: none;
}
/* Кнопка */
.button, .button span {
	height: 68px;
	line-height: 64px;
	background: url(../images/button.png) 0 0 no-repeat;
	color:#fff;
}
.button {
	padding-left: 30px;
}
.button span {
	vertical-align: top;
	padding-right: 30px;
	background-position: 100% -68px;
	font-size: 18px;
	text-shadow:0px 1px 2px #401200;
	font-weight: normal;
}
.button:hover { background-position: 0 -136px; border-bottom: none; }
.button:hover span { background-position: 100% -204px; }


.forma {
	padding-top: 30px;
}
table.feedback td {
	padding: 10px 0;
}

.feedback .button {
	margin-left: -8px;
}

textarea {
	height: 120px;
}
input[type=text] {
	width: 220px;
	padding: 3px 5px;
}
input.mini {
	width: 70px;
}

/* Модификаторы
======================================================= */
.left {
	float:left;
}
.right {
	float:right;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}
.clear {
	clear: both;
}
.width__240 {
	width: 240px;
}


.article__datetime {
	font-size: 12px;
	line-height: 1.3;
	color: #777;
	margin-bottom: 30px;
	margin-top: -20px;
}
.article__full {
	padding-bottom: 30px;
}

.dashed_12, .dashed_12:hover {
	border-bottom: 1px dashed;
	font-size: 12px;
}

.i-small {
	font-size: 12px;
}

.detail {
	font-size: 13px;
	color: #d24436;
	display: block;
}


/* margin */
.margin-left__20 {
	margin-left: 20px;
}
.margin-bottom_20 {
	margin-bottom: 20px;
}
.margin-left_5ps {
	margin-left: 5%;
}

.padding-right__20 {
	padding-right: 20px; 
}
.padding-bottom_20 {
	padding-bottom: 20px;
}

.margin-top_20 {
	margin-top: 20px;
}
.margin-top_10 {
	margin-top: 10px;
}

input.input__120 {
	width: 120px;
}
input.input__400 {
	width: 400px;
}