

/* Start:/bitrix/templates/.default/components/bitrix/menu/solo_top/style.css?13406134731014*/
div.grey-tabs-menu
{
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
}

div.grey-tabs-menu ul
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.grey-tabs-menu li 
{
	display:inline;
	margin:0;
	padding:0;
}

div.grey-tabs-menu a
{
	float:left;
	background:url("/bitrix/templates/.default/components/bitrix/menu/solo_top/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.grey-tabs-menu a nobr
{
	float:left;
	display:block;
	background:url("/bitrix/templates/.default/components/bitrix/menu/solo_top/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	white-space:nowrap;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.grey-tabs-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.grey-tabs-menu a:hover nobr
{
	color:#000;
}

div.grey-tabs-menu a:hover
{
	background-position:0% -42px;
}

div.grey-tabs-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/solo/style.css?1340613469626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/solo/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/solo_main_page/style.css?1340613550108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/main/styles.css?15648449899400*/
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
HTML5 display definitions
========================================================================== */

/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
/* new */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying 'audio' without controls
* Remove excess height in iOS5 devices
*/

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
* Known issue: no IE6 support
*/

[hidden] {
    display: none;
}


/* =============================================================================
Base
========================================================================== */

/*
* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
* http://clagnut.com/blog/348/#c790
* 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
*/

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses font-family inconsistency between 'textarea' and other form elements.
*/

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
* Addresses margins handled incorrectly in IE6/7
*/

body {
    margin: 0;
}


/* =============================================================================
Links
========================================================================== */

/*
* Addresses outline displayed oddly in Chrome
*/

a:focus {
    outline: thin dotted;
}

/*
* Improves readability when focused and also mouse hovered in all browsers
* people.opera.com/patrickl/experiments/keyboard/test
*/

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
Typography
========================================================================== */

/*
* Addresses font sizes and margins set differently in IE6/7
* Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
* Addresses styling not present in IE7/8/9, S5, Chrome
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/*
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
* Addresses styling not present in S5, Chrome
*/

dfn {
    font-style: italic;
}

/*
* Addresses styling not present in IE6/7/8/9
*/

mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE6/7
*/

p,
pre {
    margin: 1em 0;
}

/*
* Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
* Improves readability of pre-formatted text in all browsers
*/

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4
*/

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
* Prevents sub and sup affecting line-height in all browsers
* gist.github.com/413930
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
Lists
========================================================================== */

/*
* Addresses margins set differently in IE6/7
*/

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
* Addresses paddings set differently in IE6/7
*/

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
* Corrects list images handled incorrectly in IE7
*/

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
Embedded content
========================================================================== */

/*
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE9
*/

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
Figures
========================================================================== */

/*
* Addresses margin not present in IE6/7/8/9, S5, O11
*/

figure {
    margin: 0;
}


/* =============================================================================
Forms
========================================================================== */

/*
* Corrects margin displayed oddly in IE6/7
*/

form {
    margin: 0;
}

/*
* Define consistent border, margin, and padding
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects text not wrapping in FF3
* 3. Corrects alignment displayed oddly in IE6/7
*/

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
*/

button,
input {
    line-height: normal; /* 1 */
}

/*
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6
*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 3 */
}

/*
* Re-set default cursor for disabled elements
*/

button[disabled],
input[disabled] {
    cursor: default;
}

/*
* 1. Addresses box sizing set to content-box in IE8/9
* 2. Removes excess padding in IE8/9
* 3. Removes excess padding in IE7
Known issue: excess padding remains in IE6
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
* Removes inner padding and search cancel button in S5, Chrome on OS X
*/

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
* Removes inner padding and border in FF3+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and alignment in all browsers
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
Tables
========================================================================== */

/*
* Remove most spacing between table cells
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* drupal default styles
----------------------------------------------------------------------------- */


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}

.mob__order{
	position: absolute;
	background: url(/bitrix/templates/main/img/mail.png) no-repeat center;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: block;
	right: 10px;
	top: 10px;
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?15623303998917*/
/*

Grotesk design company
grotesk.net

autor: Vorontsov Anton
email:symbios@rootnix.net;


1 body styles
2 basic styles
3 layout styles
4 specific blocks
5 typography
*/



/*	body style
-----------------------------*/

body {
	background: #E2E2E2 url(/bitrix/templates/main/img/bg.png) repeat-x top left;
	min-height:700px;
	font:13px/18px Tahoma, sans-serif;
}


/*	basic styles
-----------------------------*/

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
color: #0000EE;
}

/*	layout styles
-----------------------------*/

header {
	height:235px;
	width:100%;

	border-bottom:1px solid #fff;
	position: relative;
}

#main-wrapper {
	background:url(/bitrix/templates/main/img/main-wrap-bg.png) repeat-x top left #fff;
	width:960px;
	min-height:1200px;
	margin-top:20px;
	border:1px solid #fff;
	margin:0 auto;
	margin-top:20px;
}

/* navigation and search
---------------------------- */

/* mainnav */

#mainnav {
	float:right;
	width:725px;
	height:40px;
	background:#9e0002;
	background: url(/bitrix/templates/main/img/top_fon.jpg) top left repeat-x;
}

#mainnav ul {
	padding:0px;
	margin:0px;
	float:left;
	position:relative;
	width:100%;
}



#mainnav li {
	float:left;	
	border-left:1px solid #fff;
	background: url(/bitrix/templates/main/img/top_fon.jpg) top left repeat-x;
}

#mainnav li:hover, #mainnav li.selected {
	background:#fff;
}




#mainnav li.last {
    width: 129px;
}

#mainnav li a {
	color:#fff;
	font-size:15px;
	text-decoration:none;
	display:block;
	padding:10px 21px;
	line-height:20px;
	background:url(/bitrix/templates/main/img/mainmenu-arrow.png) no-repeat 1px 50%;

}

#mainnav li a:hover, #mainnav li.selected a {
	color:#000;
	background:url(/bitrix/templates/main/img/mainmenu-arrow-hover.png) no-repeat 1px 50%;
}


/* hack Firefox 1 pixel */


#mainnav ul li.last:hover:after {
	content:'';
	background:#fff;
	width:2px;
	height:40px;
	position:absolute;
	right:0px;
	top:0;

}

#logo {
	width:235px;
	position: absolute;
	margin-top: 40px;
	left:0;
}

#top_banner {
	width: 725px;
	height: 195px;
	position: absolute;
	right:0;
	margin-top: 40px;
}


/* search */

#search {
	float:left;
	width:215px;
	background:#3a3a3a;
	height:20px;
	padding:10px;
	text-align: center;
	background: url(/bitrix/templates/main/img/top_phone.jpg) top left repeat-x;
}

#search ins {
	color: white;
	font-size: 15px;
	line-height: 20px;
	text-decoration: none;
}


#search input[type="text"] {
	width:150px;
	margin-right:6px;
}

#search input[type="submit"] {
	background:#9f210b;
	color:#fff;
	border:1px solid #fff;
	padding:2px 15px;
}


#search input[type="submit"]:hover {
	background:#811705;
}

#search input[type="submit"]:active {
	position:relative;
	top:1px;
}


/* maincontent
------------------------------------------*/
.maincontent {
	background: url(/bitrix/templates/main/img/main-side-bg.png) repeat-y left top;
}

aside {
	width:235px;
}

aside.left-side {
	float:left;
	background: #F0F0F0 url(/bitrix/templates/main/img/left-side-bg.jpg) repeat-x left 400px;
	min-height: 1030px;
}

aside.right-side {
	float:right;
	background:#fff;
}

section.main {
	margin:0 235px;
	background:url(/bitrix/templates/main/img/main-bg.png) repeat-x top left;
	padding-top: 5px;
}

body.left-side section.main {
	margin-right:0;
}


/* main section */

.main-inner {
	padding: 20px 20px;
	margin-bottom: 20px;
}

.main h1 {
	color:#990000;
	margin:10px 0;
	font-size:16px;
}

.main h2 {
	color:#990000;
	margin:10px 0;
	font-size:14px;
}

.main h3 {
	color:#990000;
	margin:10px 0;
	font-size:13px;
}

.main h4 {
	color:#990000;
	margin:10px 0;
	font-size:12px;
}


.main h5 {
	color:#990000;
	margin:10px 0;
	font-size:12px;
}

.main h6 {
	color:#990000;
	margin:10px 0;
	font-size:12px;
}



a.readmore {
	color:#990000;
	font-weight:bold;
}



/*	footer
--------------------------------------*/

footer {
	height:40px;
	width:100%;
	background:#9e0002;
	color:#fff;

}

footer span {
	background:#000;
	height:100%;
	display:block;
	width:235px;
	float:left;
}

footer div {
    float: left;
    padding-left: 150px;
    padding-top: 0px;
	width: 575px;
}


footer div>span{
	background: none;
    float: left;
    padding-left: 65px;
    padding-top: 0px;
	width: 255px;
}

footer div>span a{
	color: #fff !important;
}



/* 	blocks
------------------------------------------ */



.block .title {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:url(/bitrix/templates/main/img/block-header-sprite.png) no-repeat top left;
	margin:0;
	padding:0;
	line-height:30px;
	height:33px;
	padding-left:35px;
}

.block .title a{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration: none;
}

.grey h3 {
	background-position:bottom left;
}


.right-side .grey h3 {
	padding-left:20px;
}

nav.services {
	background-color: #676767;
	padding-bottom:20px;
}




/* specific blocks
------------------------------ */

/* services */

nav.services ul {
	margin:0;
	padding:0;
}

nav.services li {
	border-top:1px dashed #797979;
}

nav.services li:first-child {
	border:none;
}

nav.services ul li a {
	color:#fff;
	display:block;
	padding:9px 0;
	font-weight:bold;
	padding-left:35px;
	background:url(/bitrix/templates/main/img/services-menu-arrows.png) no-repeat 15px 50%;
}

nav.services ul li a:hover {
	text-decoration:none;

}

nav.services ul li:hover {
	background:#5E5E5E;
}

nav.services ul li ul{
	display: none;
	background-color: #A2A2A2 ;
}

nav.services ul li ul li a {
	background:url(/bitrix/templates/main/) no-repeat 15px 50%;
}

nav.services ul li ul li.item-selected, .root-item-selected{

	background-color: #A2A2A2 ;
}

/* feedback-form */

.feedback-form {
	padding-bottom:20px;
}

.feedback-form ul {
	list-style-type:none;
	padding-left:15px;
}

.feedback-form ul li {
	padding-bottom:10px;
}

.feedback-form label {
	display:block;
	padding-bottom:2px;
}

.feedback-form input,
.feedback-form textarea {
	width:200px;
}

.feedback-form input[type="text"] {
	padding:5px 2px;
}

.feedback-form img {
	padding-top:1px;
}

input.captcha {
	width:80px;
	float:right;
	margin-right:15px;
}

.feedback-form textarea {
	min-width:200px;
	max-width:200px;
}

.feedback-form input[type="button"] {
	color:#fff;
	text-transform:uppercase;
	background:#9f220b;
	border:none;
	width:auto;
	font-weight:bold;
	padding:3px 7px;
	margin-right:15px;
}



.left-side input[type="button"] {
	float:right;
}

.main input[type="button"] {
	float:none;
}


/* contact information block */
.contact-info {
	padding:20px 15px 60px 15px;
}

/* specpredlozhenie */

.spec {
	font-family:Tahoma;
}


.spec p {
	padding:0 10px;
}

.spec h4 {
	color:#cc3300;
	margin:0;
	padding:0 10px;
}

.spec p.spec-desc {
	margin-top:0;
	color:#999;
	padding:0 10px;
}

/* video */
.video ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.video ul li {
	border-top:1px dotted #000;
}

.video ul li:first-child {
	border:none;
}

.video ul li a {
	color:#000;
	display:block;
	padding:10px;
}

.video ul li a:hover {
	background:#EFEFEF;
	text-decoration:none;
}

/*	typography
-------------------------------------------*/
.main img {
	margin:0px 15px 5px 0;
	float:left;
	border: 1px solid #A0A0A0 !important;
}

.main-inner p img {
	padding:0px;
	float: none;
}

/* list */


.main li {
	list-style-image:url(img/lis-arrows.png);
	padding-left:15px;
	padding-bottom:15px;
}

.main-inner li {
	list-style-image: none;
	padding-left:5px;
	padding-bottom:2px;
	list-style-image: url(/bitrix/templates/main/img/services-menu-arrows_2.png);
}

.main-inner ol li {
	list-style-image: none;
}

.required-field {
	border: 1px solid red !important;
	box-shadow: inset 0 0 4px 1px red !important;
}

.block-content.video {

	position: relative;
	cursor: pointer;
}

#video_text {

	position: absolute;
	top: 1px;
	background: url(/bitrix/templates/main/img/fon_video.png);
	padding: 12px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
}

#video_play {
	background: url(/bitrix/templates/main/img/silver-play-button1.png);
	width: 60px;
	height: 60px;
	position: absolute;
	top: 80px;
	left: 94px;

}

#show_right {
	display: none;
}

.navigation a{ 
	color: #900;
}





.slider {
float:left;
width:744px;
height:111px;
position:relative;
padding-bottom:26px;




}

.sliderContent {
float:left;
width:724px;
height:195px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(/bitrix/templates/main/img/prev_next.png);
width:42px;
height:42px;
position:absolute;
top:50%;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:0px;
}

.prev:hover {
background-position:0 -44px;
}

.next {
right:0px;
background-position:-44px 0;
}

.next:hover {
background-position:-44px -44px;
}

.sliderContent .item {
position:absolute;
width:724px;
height:195px;
background:#fff;
}

.sliderContent .item img {

}

.sliderBullets {
position:absolute;
top: 180px;
right: 10px;
z-index:50;

}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
margin-left:5px;
width:10px;
height:11px;
background:url(/bitrix/templates/main/img/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -12px;
}

.sliderContent a {
outline:none;
}

.feedback-form ul li {
    list-style-image: none !important;
}

#feedback_button_dir {
	float:none;
}


/* End */
/* /bitrix/templates/.default/components/bitrix/menu/solo_top/style.css?13406134731014 */
/* /bitrix/templates/.default/components/bitrix/menu/solo/style.css?1340613469626 */
/* /bitrix/templates/.default/components/bitrix/news.list/solo_main_page/style.css?1340613550108 */
/* /bitrix/templates/main/styles.css?15648449899400 */
/* /bitrix/templates/main/template_styles.css?15623303998917 */
