/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	padding: 0;
	//vertical-align: baseline;
}

body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
margin: 0 -240px 0 0;

margin: 0 280px 0 20px;   сверху справа снизу слева
width: 100%;
*/

#container {
	float: left;
	
	
}
#content {

	
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 900px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
//body,
//input,
//textarea, 
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", sans-serif ;
}

body,
input,
textarea,
{
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-content,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

.entry-content ul {
list-style: disc outside; 
}

.entry-content li {
 margin-top: 10px;
 margin-left: 30px;
}

input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	/* margin: 0 auto;
	width: 940px; */
}
#wrapper {
	top: -15px;

}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #f1f1f1;
}
body,
input,
textarea {
	color: #363535;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {

}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
}
a:active,
a:hover {
	color: #B71700;
	text-decoration: underline;
	cursor: pointer;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {

}
#site-title {

}
#site-title a {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #78A2C7;
	display: block;
	float: left;
	margin: auto;
	width: 660px;
}
/*  Шрифт меню   --------- */
#access .menu-header,
div.menu {
	font-size: 11pt;
	margin-left: 0px;
	width: 950px; 
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
/* высота всей плашки   */
	color: #fff;
	display: block;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
/*  Это разворачивающееся подменю   477BAB*/
#access ul ul a {
	background: #78A2C7; 
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
/*  Это активная область пока не нажатая */
#access li:hover > a,
#access ul ul :hover > a {
	background: #477BAB;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #333;
	background: #ffffff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content clear: both; overflow: hidden;
-------------------------------------------------------------- */

#main {
	
	
	clear: both; 
	overflow: hidden;

}
#content {
	margin-bottom: 30px;
}
#content,
#content input,
#content textarea { 
	//color: #333;
	font-size: 16px;
	line-height: 24px;
	font-family: arial;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	//border: 1px solid #e7e7e7;
	//margin: 0 -1px 24px 0;
	//text-align: left;

}
#content tr th,
#content thead th {
	color: #777;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 10px;
}
#content tr.odd td {
	background: #f2f7fc;
}
/* -----------------  Это блок с вопросом вопросом комент описывается в другом блоке  --------*/
.hentry {
	margin: 0 0 30px 0;
	background-color: #ffffff;
	padding: 30px;

}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #777;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
	word-wrap: break-word;
}
#content .entry-summary p:last-child { 
	margin-bottom: 12px;
}


.entry-content  table {
	word-wrap: break-word;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 18px;
	//font-weight: bold;
	margin-bottom: 0;
}
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 10px 20px 0px 66px;
	position: relative;
	background: white;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 15px;
	left: 15px;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
		
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* ----------------------- Новое ------------------------------------- */

.breadcrumb {
  margin-top: -20px;
	margin-bottom: 10px;
	font-size: 12px;
}

.promo_pic {
	background-image: url("/images/promo/hero-ceo_m.png");
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 110px;
	width: 150px;
	margin: 20px 20px 20px;
	background-repeat: no-repeat;
}

#privat_lock #have_quest {
	float: left;
	width :350px;
	margin-top: 20px;
}

#privat_lock #have_quest  span{ 
	font-size: 22px;
	font-weight: bold;
}


#privat_lock #yang_man {
	background-position: -0px -0px;
}


#privat_lock #quest_man { 
	background-position: -290px -0px;
} 

#privat_lock #ask2{
	float: right;
	margin-right: 30px;
	margin-top: 30px;
}

#privat_lock #ask3{
	float: right;
	margin-right: 30px;
	width: 230px;
}

#privat_lock  #dec {
	float: left;
	width: 380px;
	margin-top: 15px;
}

#privat_lock  #dec  p{
 margin-top:5px;
 margin-bottom :5px;
 }


#privat_lock {
	font-family: arial;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 13px;
	color: #67677B;
	border: solid;
	padding: 10px;
	border-color: #78A2C7;
	line-height: 1.5;
	background-color: white;
}

#privat_lock  #dc {
	float: left;
	width :450px;
}

#privat_lock span{
	font-size: 20px;
	color: #484856;
}


#privat_lock  #pct { 
	float: left; 
	height: 60px;
	width: 60px;
	margin: 20px;
	margin-bottom:60px;
	background-repeat: no-repeat;
	background-position: -415px -250px;
}

#privat_lock #ask{
	float: left;
}


#zakaz_descr {
	margin-top: 10px;
	font-size: 14px;
	color: #14395A;
	border: solid;
	padding: 10px;
	border-color: #78A2C7;
}

#zakaz_descr p{
	color: #0C147B;
	font-size: 18px;
}

#zakaz_descr b{
	float: left;
	width: 110px;
	margin-left: 10px;
	clear:left;
	
}

#zakaz_descr ul{ 
	display: inline-block;
  width: 360px;
  height: 100%;
  margin-bottom: 0px;
  vertical-align:top;
}

#zakaz_descr #_1{
  //width: 90px;
  display: inline-block;
  width: 360px;
  height: 100%;
  margin-bottom: 0px;
  vertical-align:top;
}

#zakaz_descr #_1 b{
	width: 80px;
}

#zakaz_descr #_2 {
  width: 210px;

}

#zakaz_descr ul  li{
	margin-bottom: 25px;
	padding-top: 10px;
}

#zakaz_cont {
	font-size: 17px;
	color: #008000;
	font-weight: bold;
}

#zakaz_cont ul {
	width: 200px;
	height:auto;
	margin-bottom:15px;
}

#zakaz_cont ul li{
	
	margin-bottom: 5px;
	padding-top: 5px;
	clear:left;

}

#zakaz_cont  a {
	color:#008000;
}

#zakaz_cont  a:hover {
    color: red; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline;
}

#file_list {
	margin-bottom: 15px;
	margin-top: 15px;
}

#file_list ul{
	display: block;
	width: 100%;
	height:100%;
	clear: both;
	padding-left:20px;
	display: inline-block;
	
}

#file_list ul li{
	margin-bottom: 5px;
	padding-top: 5px;
	float: left;
	margin-right: 50px;
	font-size:17px;

}


#zakaz_descr span{
	float: left;
	margin-left: 10px;
	word-wrap: break-word;
	
}




html {
	width:100%;
	height:100%;
	overflow:visible;
	display: table;
}

body {
	height:100%;
	margin:0;
	padding:0;
	background-color: #E5E5E5;
	overflow: scroll;
}

div {

}


.head_nom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.head_txt {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
.pic {
	background-image: url(images/maket.png);
	background-repeat: no-repeat;
	display: block;
}


.small_pic {
	background-image: url(images/maket.png);
	background-repeat: no-repeat;
	display: block;
	width:30px;
	height:30px;
}

.center_column {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.center_wrap {
	width: 960px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}

.left_col {
	width: 665px;
	float:left;
/*	background-color: #FFFFFF; */
	margin-bottom: 30px;

}

.right_col {
	width: 256px;
	float:right;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

.single_col {
	width:960px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}

.blue_roll {
	background-color:#5589B9;
	display: block;
	width: 200px; /* Ширина блока ролловера, соответствует ширине картинки разделенной на три */
	height: 40px;
	font-size: 12pt;

	font-weight: bold;
	text-align:center;
	line-height: 40px;
	border-radius: 7px;
	margin-right: auto;
	margin-left: auto;
	//bottom: -20px;
	color: #FFFFFF;
}

#tel a{
color:white;
}

.blue_roll:hover {
	background-color:#39658C;
	color: #FFFFFF;
	text-decoration: none;
}
.blue_roll:active {
	background-color:#B6D793;
}


.green_roll  {
	background-color:#B6D793;
	display: block;
	width: 200px; /* Ширина блока ролловера, соответствует ширине картинки разделенной на три */
	height: 40px;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
	line-height: 40px;
	border-radius: 7px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	//bottom: -20px;

}

.green_roll:hover {
	background-color:#8DBF55;
	color: #FFFFFF;
	text-decoration: none;
}
.green_roll:active {
	background-color:#3C6891;
}

/* Для прайс-листа */

#ur_price {
	font-size: 16px;

}
#ur_price li{
padding-bottom: 10px;
padding-top: 10px;

border-bottom: dashed;
border-top-color: green;
border-width:1px;
clear: both;
height: 40px;
}
#ur_price  a{
	display:box;
	float:left;
	width: 480px;
}

#ur_price  i{
	display:box;
	float:left;
	width: 490px;
	font-style: normal;
}

#ur_price  b{
	display:box;
	//float:left;
	width:110px;
	font-weight: normal;
	color: green;

}



#my_header #contact_login #contact_login2 {
	position: relative;
	width: 700px;
	float: right;
	padding-right: 30px;
}
#my_header #contact_login #contact_login2 #cont_reg {
	position: relative;
	float: right;
	display: block;
	width: 270px;
	right: 0px;
}
#my_header #contact_login #contact_login2 #cont_reg #ent {
	display: block;
	width: 80px;
	background-position-x: -245px;
	background-position-y: -10px;
	background-repeat: no-repeat;
	background-position: -245px -10px;	
	padding-left: 39px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 23px;
	padding-top: 5px;
}
#my_header #contact_login #contact_login2 #cont_reg #reg {
	width: 140px;
	float: right;
	background-position-x: -355px;
	background-position-y: -10px;
	background-repeat: no-repeat;
	background-position: -355px -10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 23px;
	padding-top: 5px;
}


#my_header #contact_login #contact_login2 #cont_enter {
	position: relative;
	width: 140px;
	float: right;
	padding-left: 20px;
	height: 20px;
	padding-top: 4px;
}

#my_header #contact_login #contact_login2 #cont_enter ul {
	float: left;
}

#my_header #contact_login #contact_login2 #cont_enter #vk {
	float: right;
	height: 17px;
	padding-left: 2px;
	background-position-x: -220px;
	background-position-y: -30px;
	background-repeat: no-repeat;
	background-position: -220px -30px;	
	display: block;
	width: 20px;
}
#my_header #contact_login #contact_login2 #cont_enter span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 2px;
	float: left;
}


#my_header #contact_login #contact_login2 #cont_enter #fb {
	float: right;
	height: 17px;
	width: 20px;
	padding-left: 2px;
	background-position-x: -220px;
	background-position-y: -49px;
	background-repeat: no-repeat;
	background-position: -220px -49px;	
	display: block;
}
#my_header #contact_login #obertka_contact_login2 #contact_login2 #user_name .login_menu  #adm_wp {
	background-position: -186px -90px;
	float: left;
	height: 25px;
	width: 26px;
	margin-right: 15px;
}

#my_header #contact_login #obertka_contact_login2 #contact_login2 #user_name .login_menu  #us_img {
	margin-right: 10px;
	float: left;
	width: 25px;
	height: 22px;
	padding-left: 10px;
}

#my_header #contact_login #obertka_contact_login2 #contact_login2 #user_name .login_menu  #lk {
	background-position: -185px -60px;
	height: 25px;
	width: 30px;
	float: left;
	margin-right: 10px;
}
#my_header #contact_login #obertka_contact_login2 #contact_login2 #user_name .login_menu  #qt {
	background-position: -185px -120px;
	float: left;
	height: 25px;
	width: 30px;
	margin-right: 10px;
}

#my_header #contact_login #obertka_contact_login2 #contact_login2 #user_name {
	float: right;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	height: 24px;
	padding-top: 3px;
}



#my_header #contact_login {
	background-color: #FAFBDB;
	width: 100%;

	//padding-left: 10%;
	//padding-right: 10%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#my_header #contact_login #contact_login2 ul {
	position: relative;
	padding: 0;
	margin: 0;

	white-space: nowrap;
	width: 235px;
	float: right;
}





#my_header {
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	width: 100%;
	//position: relative;


	//top: -12px;
	//height: 203px;
	display: table;

}


#my_header #navigation_container {
	//position: absolute;
	width: 100%;
	left: 0px;
	//top: 173px;
	background-color: #78A2C7;
	height: 30px;
}
#my_header #logo_itc {
	position: relative;
	height: 138px;
	//top: 30px;
	background-color: #FFFFFF;
}
#my_header #logo_itc #sequrity {
	position: absolute;
	top: 75px;
	width: 234px;
	right: 29px;
	height: 57px;
}
#my_header #logo_itc #sequrity #bez {
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	display: block;
	top: 0px;
	//width: 192px;
}
#my_header #logo_itc #sequrity #bez #soed {
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 0%;
	display: block;
}
#my_header #logo_itc #sequrity #bez #nom {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	font-size: 10pt;
}

#my_header #logo_itc #sequrity #p {
	float: left;
	height: 40px;
	width: 30px;
	padding-top: 10px;
	background-position-x: -190px;
	background-position-y: -3px;
	background-repeat: no-repeat;
	background-position: -190px -3px;	
}



#my_header #logo_itc #log_uri {
	position: absolute;
	background-repeat: no-repeat;
	left: 470px;
	top: 0px;
	width: 157px;
	background-image: url(images/maket.png);
	height: 79px;
	display: block;
	float: left;
}
#my_header #logo_itc #site_name {
	font-family: Arial, Helvetica, sans-serif;
	display: inherit;
	width: 279px;
	position: absolute;
	left: 39%;
	top: 73px;
}
#my_header #logo_itc #site_name h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}

#my_header #logo_itc  #cont_tel {
	width: 232px;
	border-bottom: normal;
	position: absolute;
	top: 14px;
	right: 29px;
	height: 46px;
}
#test {
	background-color: #00CC66;
		margin:0;
	padding:0;
	width: 100%;
	position: relative;

}



#my_header #logo_itc #cont_tel #p {
	background-position-x: -160px;
	background-position-y: -8px;
	background-repeat: no-repeat;
	background-position: -160px -8px;	
	height: 40px;
	width: 30px;
	float: left;
	padding-top: 10px;
}
#my_header #logo_itc #cont_tel #tel {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 192px;
	clear: none;
	top: 1px;
	display: block;
	right: 0px;
}
#my_header #logo_itc #cont_tel #tel #nom {
	padding-left: 5px;
	padding-top: 5px;
	display: block;
}
#my_header #logo_itc #cont_tel #tel #txt {
	padding-left: 5%;
	right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}



#my_header #logo_itc #cont_tel li {
	position: static;
	padding-left: 0px;
	left: 0px;
	width: 100%;
	//float: right;
}



#my_header #logo_itc #site_descr h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: none;
	display: inline;


		-webkit-margin-before: 0px;
		-webkit-margin-after: 0px;
		-webkit-margin-start: 0px;
		-webkit-margin-end: 0px;
	color: #000000;
	
	
}
#my_header #logo_itc #site_descr {
	width: 260px;
	padding-top: 0px;
	padding-left: 0px;
	position: absolute;
	top: 104px;
	left: 55px;
	height: 19px;
}

#my_header #logo_itc #site_name  {
	font-size: 17px;
	font-weight: normal;
	margin-top: 10px;
	line-height: 20px;
	text-align: center;
	width: 300px;
}

#my_header #logo_itc #obertka_logo_ict #log_kreml {
	height: 132px;
	width: 300px;
	background-image: url(images/kreml.jpg);
	top: -3px;
	position: absolute;
	left: 39px;
}



/*  ---------------- блок поисковой формы ----------------------------------  */

#my_header #navigation_container #nav_menu #nav_search {
	display: block;
	float: right;
	width: 280px;
	height:25px;
}

.search_my {
	/* устанавливаем необходимую ширину формы в зависимости от дизайна
	** форма без проблем растягивается */
	width: auto;

	/* кнопку отправки будем позиционировать абсолютно,
	** поэтому необходимо это свойство */
	position: relative;
}

.search_my span {
	width: 280px;
	display:block;
	position:absolute;
	top: 0px;
	right: 0px;
}

.search_my input {
	/* отключаем бордюры у инпутов */
	border: none;
}

/* стили для поля ввода */
.search_my .input {
	/* растягиваем поле ввода на всю ширину формы */
	width: 200px;

	/* за счет верхнего (8px) и нижнего (9px) внутренних отступов
	** регулируем высоту формы
	** внутренний отступ справа (37px) делаем больше левого,
	** т.к. там будет размещена кнопка отправки	*/
	padding: 4px 37px 4px 15px;

	/* чтобы ширина поля ввода (100%) включала в себя внутренние отступы */
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	/* добавляем внутренние тени */
	box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);

	/* закругляем углы */
	border-radius: 4px;

	background: #EEE;
	font: 13px Tahoma, Arial, sans-serif;
	color: #555;
	outline: none;
	width: 200px;
	position:relative;
	float:right;
	margin-right:30px;
	margin-top:3px;

}

/* меняем оформление поля ввода при фокусе */
.search_my .input:focus {
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
	background: #fff;
	color: #333;
	width:260px
}


/* оформляем кнопку отправки */
.search_my .submit {
	/* позиционируем кнопку абсолютно от правого края формы */

	top: 0;
	right: 0px;
	display:box;
	position:absolute;
		
	width: 36px;

	/* растягиваем кнопку на всю высоту формы */
	height: 100%;

	cursor: pointer;
	background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;

	/* добавляем прозрачность кнопке отправки */
	opacity: 0.5;
}

/* при наведении курсора меняем прозрачность кнопки отправки */
.search_my .submit:hover {
	opacity: 0.8;
}

/* данное свойство необходимо для того, чтобы в браузерах
** Chrome и Safari можно было стилизовать инпуты */
input[type="search"] {
	-webkit-appearance: none;
}

/* - ---------------  Выпадающие телефоны   -------------------------- */


ul.dropdown li { position: relative; }
 ul.dropdown,
 ul.dropdown-inside {
 list-style-type: none;
 padding: none;
 }
 ul.dropdown {
	 margin: 0px;
	 
  }
 ul.dropdown-inside {
 position: absolute;
 left: -9999px;
 }
 ul.dropdown li.dropdown-top {
 display: inline;
 float: left;
 margin: 0 1px 0 0;
 }
 ul.dropdown li.dropdown-top a {
 padding: 3px 10px 4px;
 display: block;
 }
 ul.dropdown a.dropdown-top { background: white; }
 ul.dropdown a.dropdown-top:hover { padding: 2px 10px 5px; }
 ul.dropdown li.dropdown-top:hover .dropdown-inside {
 display: block;
 left: 50px;
 background-color: #5589B9;
 opacity: 90%;
 z-index:9999;
 border-radius: 10px;
 width: 150px;
 }
 ul.dropdown .dropdown-inside { background: #fff; }
 ul.dropdown .dropdown-inside a:hover { background: #5589B9; }


/* --------------------конец выпадающих телефонов  --------------------- */

/* ------------------------- Менюшка кабинет - админка - выйти   ------------- */

/* ------------   my menu -----------  */

#user_name {
	margin-left: 7px;
}
#user_name a{
color:#FFFFFF;
}

#user_name:hover  {
	background-color:#B6D793;  /* светло-зеленый */
	color:#FFFFFF;
	border-radius:7px    /* вся менюшка теперь скругленная выпадает */;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B6D793;
	

  
}

/*Это активная область пока не нажатая  
 ul.login_menu li:hover > a,   это предок 
 ul.login_menu ul :hover > aэо потомок  */

ul.login_menu ul :hover > a { /* Это оформление только потомков */
	background: #8DBF55;		/* 477BAB темно синий при выделении */
	color: #fff;
}


ul.login_menu a:hover  {   /* Это оформление любого линка заголовка при наведении мыши */
	background-color:#8DBF55;   
	 color:#FFFFFF;
} 

ul.login_menu li:hover li {	/* в этом виде только меню */
	background-color: #B6D793;  /* #78A2C7 светло-синий    B6D793  светло зеленый цвет фона при разворачивании */

}


ul.login_menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.login_menu li {
  float: left;
  list-style: none;
}
ul.login_menu li a {
  display: block;
  padding: 0px 0px 0px;
  text-decoration: none;
  color:#FFFFFF;
}
ul.login_menu li ul {
	display: none;
	padding-left: 0px;
	padding-top: 0px;
	transition:visibility 0s 1s,opacity 2s;   /* подготовка анимации */
    visibility:hidden; 
    opacity:0; 
}

ul.login_menu li:hover ul {
	display: block;
	position: relative;
	top: 6px;
	padding-top: 25px;
   	border: thin solid #B6D793;
	border-radius:7px;    /* вся менюшка теперь скругленная выпадает */
	
	opacity:0.9; 			/* сама анимация */
    visibility:visible; 
    transition-delay:.1s;
}
ul.login_menu li:hover ul li {
  float: none;
}
ul.login_menu li:hover ul li a {
  padding: 10px 0 8px;
}

#category-title-div {
	font-size: 14px;
	color: #14395A;
	padding: 20px;
	background: white;
}

#category-title-div  ul{
 list-style: outside none disc;
 margin-left: 45px;
}

/* --------------------------    конец блока поисковой формы -------------- */

#my_content {
	background-color: #FBFBEA;
}
#obertka_cont {
	position: relative;
}


#bottom {
	background-color: #CCCCCC;
	position: relative;
	width: 100%;
	display: table;

}
#bottom .center_wrap #footer_contacts {
	float: left;
	width: 250px;
}
#bottom .center_wrap #footer_contacts p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-top: 10px;
	margin-bottom: 0px;
}


#bottom .center_wrap #footer_menu {
	float: right;
	width: 680px;
}
#bottom .center_wrap #footer_menu ul{
	float: left;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;

	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 10px;
	-webkit-padding-start: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#bottom .center_wrap #footer_menu #right_ul li {
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #666666;
	padding-right: 10px;
}



#bottom .center_wrap #footer_menu #left_ul {
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-left: 30px;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 10px;
	-webkit-padding-start: 30px;
}

#bottom .center_wrap #footer_menu #footer_share {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-left: 25px;
}
#bottom .center_wrap #footer_menu #footer_share a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	display: block;
	text-decoration: none;
}
#bottom .center_wrap #footer_menu #footer_share a:active,
a:hover {
	text-decoration: underline;
}
#bottom .center_wrap #footer_menu #footer_share a:before {
	//margin: 0 .5em 0 0;
	vertical-align: middle;
	content: "";
	display: inline-block;
	background: url(images/maket.png) no-repeat;
	width: 23px;
	height: 23px;
	margin-right: 6px;
}
#bottom .center_wrap #footer_menu #footer_share a.fb:before {
	background-position-x: -311px;
	background-position-y: -70px;
	background-repeat: no-repeat;
	background-position: -311px -70px;	
}

#bottom .center_wrap #footer_menu #footer_share a.vk:before {
	background-position-x: -311px;
	background-position-y: -41px;
	background-repeat: no-repeat;
	background-position: -311px -41px;	
}

#bottom .center_wrap #footer_menu #footer_share a.tw:before {
	background-position-x: -311px;
	background-position-y: -97px;
	background-repeat: no-repeat;
	background-position: -311px -97px;	
}
#bottom .center_wrap #footer_menu #footer_share a.gl:before {
	background-position-x: -359px;
	background-position-y: -153px;
	background-repeat: no-repeat;
	background-position: -359px -153px;	
}
#bottom .center_wrap #footer_menu #footer_share a.od:before {
	background-position-x: -359px;
	background-position-y: -125px;
	background-repeat: no-repeat;
	background-position: -359px -125px;	
}


#bottom .center_wrap #footer_menu .title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: 15px;
	display: block;
	margin-top: 20px;
}



#bottom .center_wrap #footer_menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
}


#bottom .center_wrap #footer_contacts #footer_logo {
	height: 43px;
	width: 160px;
	background-position-x: -10px;
	background-position-y: -120px;
	background-repeat: no-repeat;
	background-position: -10px -120px;
	position: relative;
	margin-top: 30px;
}

#bottom .center_wrap #footer_menu #footer_payments {
	display: block;
	float: left;
	width: 600px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #666666;
	padding-top: 20px;
}
#bottom .center_wrap #footer_menu #footer_payments #foot_paym_title {
}



#bottom .center_wrap #footer_contacts .foot_tel {
	font-family: "Trebuchet MS";
	font-size: 10pt;

	margin: 0: auto;
	width: 150px;
	padding-top: 0px;
	line-height: 12px;
}
#bottom .center_wrap #footer_contacts .foot_mail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #666666;
	line-height: 12px;
	margin-top: 20px;
}
#bottom .center_wrap #footer_contacts .foot_soc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	position: relative;
	line-height: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#bottom .center_wrap #footer_contacts .foot_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 60px;
}

#bottom .center_wrap #footer_contacts #f_vk {
	float: left;
	background-position-x: -279px;
	background-position-y: -39px;
	background-repeat: no-repeat;
	background-position: -279px -39px;
}
#bottom .center_wrap #footer_contacts #f_tw {
	float: left;
	background-position-x: -248px;
	background-position-y: -69px;
	background-repeat: no-repeat;
	background-position: -248px -69px;
	margin-left: 15px;
}
#bottom .center_wrap #footer_contacts #f_fb {
	float: left;
	background-position: -248px -39px;
	background-position-x: -248px;
	background-position-y: -39px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: -248px -39px;	
}

#bottom .center_wrap #footer_menu #footer_payments #foot_paym_yand {
	background-position: 0px -159px;
	background-position-x: 0px;
	background-position-y: -159px;
	background-repeat: no-repeat;
	height: 25px;
	width: 65px;
	float: left;
	margin-left: 20px;
}
#bottom .center_wrap #footer_menu #footer_payments #foot_paym_visa {
	background-position: 0px -269px;
	background-position-x: 0px;
	background-position-y: -269px;
	background-repeat: no-repeat;
	height: 20px;
	width: 60px;
	float: left;
	margin-left: 20px;
}
#bottom .center_wrap #footer_menu #footer_payments #foot_paym_mast {
	background-position: 0px -229px;
	float: left;
	height: 30px;
	width: 50px;
	margin-left: 20px;
}
#bottom .center_wrap #footer_menu #footer_payments #foot_paym_webm {
	background-position: 0px -189px;
	float: left;
	height: 35px;
	width: 60px;
	margin-left: 20px;
}
#bottom .center_wrap #footer_menu #footer_payments #foot_paym_rob {
	background-position: 0px -299px;
	float: left;
	height: 20px;
	width: 65px;
	margin-left: 20px;
}
#bottom .center_wrap #footer_menu #footer_payments #foot_paym_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
	float: left;
	display: inline;
}
#bottom .center_wrap #footer_menu #footer_payments #foot_paym_descr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	float: left;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#footer_menu li a {
	color: #666;
}

#footer_menu li 
a:active,
a:hover {
	color: #B71700;
	text-decoration: underline;
	cursor: pointer;
}
.fixed_menu_left {
	display:block;
	width:100px;
	height:180px;
	position:absolute;
	left:10px;
	top:200px;
	z-index: 99999;
	font-family: Arial, Helvetica, sans-serif;
	
	
}

.fixed_menu_left .menu_big {
	display:block;
	border: thin dotted #039;
}

.fixed_menu_small {
	display:none;
	width:50px;
	height:180px;
	position:relative;
	top:0px;
	left::0px;
	margin-left:auto;
	margin-right:auto;
	z-index: 99999;
	font-family: Arial, Helvetica, sans-serif;
	
}


.fixed_menu_left .header{
	font-size: 11px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #060;
	display:block;
	text-align: center;
	padding-bottom: 5px;
}
.fixed_menu_left .pic{
	background-image: url(images/maket.png);
	background-repeat: no-repeat;
	display: block;
	position:relative;
	background-position: -245px -120px;
	width:50px;
	height:60px;
	margin-right: auto;
	margin-left: auto;	
}

.fixed_menu_left .pic1{
	background-image: url(images/maket.png);
	background-repeat: no-repeat;
	display: block;
	position:relative;
	background-position: -245px -190px;
	width:50px;
	height:60px;
	margin-right: auto;
	margin-left: auto;	
}

.fixed_menu_left .pic2{
	background-image: url(images/maket.png);
	background-repeat: no-repeat;
	display: block;
	position:relative;
	background-position: -235px -260px;
	width:50px;
	height:60px;
	margin-right: auto;
	margin-left: auto;	
}

.fixed_menu_left a{
	text-decoration: none;
	margin-top: 10px;
	color: #060;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fixed_menu_left a:hover {
	background-color:#C1D5E6;
	_color: #FFFFFF;
	text-decoration: none;
}
.clear, .clr {clear: both;}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background-color:transparent}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}button,input,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button{text-transform:none}button{-webkit-appearance:button;cursor:pointer}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}textarea{overflow:auto}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}p{orphans:3;widows:3}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}button,input,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}h1{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1{margin-top:20px;margin-bottom:10px}h1{font-size:36px}p{margin:0 0 10px}ul{margin-top:0;margin-bottom:10px}.row{margin-right:-15px;margin-left:-15px}.col-md-5,.col-md-7,.col-xs-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-12{float:left}.col-xs-12{width:100%}@media (min-width:992px){.col-md-5,.col-md-7{float:left}.col-md-7{width:58.33333333%}.col-md-5{width:41.66666667%}}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:focus,.btn-default:active:hover{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default:active{background-image:none}.row:after,.row:before{display:table;content:" "}.row:after{clear:both}@-ms-viewport{width:device-width}
/*# sourceMappingURL=bootstrap.min.css.map */

body {
  background-color: #f4f4f4;
  font-family: 'Open Sans', Arial, sans-serif;
}
a {
  color: #4667ba;
  text-decoration: none;
  font-family: 'Open Sans', Arial, sans-serif;
}
a:active {
  color: l-blue;
}
a:hover{
  text-decoration:underline;
}
p{
  line-height: 1.4em;
}
.grid {
  max-width: 988px;
  padding-left: 22px;
  padding-right: 18px;
}
#complainForm {
  color: #808080;
  background-color: #f6f8f9;
  border: 1px solid #eaedef;
  border-radius: 8px;
  margin-top: 10px;
  width: 90%;
}
.header-form-heading {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #FFF;
  line-height: 22px;
  background-color: #5783d0;
  padding: 3px 20px;
}

.header-form-heading span {
  font-weight:400;
  font-size:0.7em;
}

#complainForm form {
  padding:10px 35px;
}

#bulletsDescript {
  margin-top: 30px;
  color: #a9a9a9;
  font-size: 0.9em;
}

#complainForm button {
  padding: 15px 32px;
  border-radius: 8px;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, background .2s ease;
  color: #fff;
  font-size: 1.2em;
  background-color: #5783d0;
  background-image: none;
  width: 100%;
}

#complainForm button:hover {
  background-color: #466aa8;
}

#complainForm p {
  margin-top: 10px;
  font-size: 0.8em;
}
#firstScreenContent {
  background: url('../img/sep-border-bottom.png') no-repeat top center;
  padding-top: 30px;
  background-size: contain;
  margin-bottom: 50px;
}

#hotLineTitle {
  color: #5783d0;
  font-weight: 700;
  font-size: 2.5em;
  text-align: center;
}

#hotLinePhone {
  font-weight: 900;
  font-size: 3.2em;
  text-align: center;
}

.hotLineDescript {
  color: #a9a9a9;
  font-weight: 700;
  text-align: center;
}

ul#mainBullets {
  list-style-type: none;
  margin: 35px 0 0 50px;
}

ul#mainBullets li {
  line-height: 45px;
}

ul#mainBullets li span {
  font-size: 1.2em;
}

ul#mainBullets li i {
  color: #5783d0;
  font-size: 1.7em;
}

#complainForm {
  color: #808080;
  background-color: #f6f8f9;
  border: 1px solid #eaedef;
  border-radius: 8px;
  margin-top: 10px;
  width: 94%;
}
.c {
  margin: 0px auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group span.error{
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .15rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.law__caption {
  font-size: 28px;
  font-weight: 400;
}
.btn{
  padding: 10px 20px;
  background-color: #4b62a8;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.4s;
}
.btn:hover{
  background-color: #465394;
}
@media (max-width: 520px) {
  ul#mainBullets{
    margin: 0;
    padding: 10px;
  }
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

