

/* Start:/bitrix/templates/2/styles.css?17422861307287*/
.text_center{
	text-align: center;
}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right;
}
.error_message{
	background-color: #eaeaea;
	border: solid 1px #b54d4d;
	padding: 8px 20px;
	padding-top: 22px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAARCAYAAADQWvz5AAAACXBIWXMAAA7EAAAOxAGVKw4bAAABTUlEQVR42p3TzStEURjH8UsmO9I0BmVjklhQU942lEyZqfkb2MxGYkXE2kaNlVIsZLKxkSkbJbKxktgrYqOQl528fU/9pk63M9dci0/d85x7fz3n9FzvIJv1ArRhFjOoCXo3KKQJV3jHN3L/DZrED0axhweFhwqK4RZFrZPqagnVYYLm8YkBtKARW3hDa6VBMYVsog93uME4HrFdaVAeH+jCsO7JGMKcngf/CkrgGQWt01bQCBp0d0eoDQoy3Xwp0NPHpaAx1XJap8sFteMVq1Yt7giK4FwzFnEFreEJHVat2QrKWPWMalP+oG5dcN531Doc4gQ9vr2ixiFeCjLtrePFMSPmciek3reX1H2uoMoUOtXNsmMUUtbRUo79DXWVMItdXJcZ/Sj2JerYNyNwjx2zOMMFFrDoY2rT4to3v9IlTk1Qv3mwjhDWMXp/AWjV70KV+wcrAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: calc(100% - 3px) 3px;
}
.error_text{
	color: #A22;
}
.info{
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	border-top: solid 1px #EEE;
	width: 80%;
}
.text_input{
	display: inline-block;
	width: 240px;
	height: 32px;
	border: solid 1px #999;
	border-radius: 1px;
	padding: 2px 5px;
	font-size: 14px;
	text-align: left;
	margin: 4px 10px;
}
.text_input:focus{
	border-color: #000;
}
.regtable img{
	width: 252px;
	height: 40px;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: -3px;
}
.form_button{
	background-color: #000;
	border: solid 2px #000;
	color: #FFF;
	font-family: Conv_Days;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 5px 20px;
	cursor: pointer;
	transition: 0.3s;
	display: inline-block;
	border-radius: 1px;
}
.form_button a{
	text-decoration: inherit !important;
	color: inherit !important;
}
.regtable .form_button{
	width: 260px;
	height: 36px;
	margin-top: 20px;
}
.form_button:hover{
	background-color: #FFF;
	border-color: #000;
	color: #000;
}
.rowed_table tr:nth-child(odd){
	background-color: #f7f7f7;
}
.rowed_table{
	border-left: solid 1px #f7f7f7;
}
.rowed_table td{
	border-right: solid 1px #f7f7f7;
}
.order_panel{
	position: absolute;
	top: 200px;
	right: 0px;
	background-color: #FFF;
	border-left: solid 20px #FFF;
}
.width2, .width3, .height2{
	display: inline-block;
	vertical-align: top;
}
.height2{
	height: 50%;
	width: 100%;
}
.width2{
	width: 50%;
	height: 100%;
}
.width3{
	width: 33.33%;
	height: 100%;
}
.font_fixed{
	font-size: 0px;
}
.font_fixed p{
	font-size: 12px;
}
.link_text{
	font-size: 12px;
}
.content ul.links{
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.links li{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
}
.link_image{
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	margin: auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 0.35s;
	position: relative;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.43);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.43);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.43);
}
.link_image:before{
	display: block;
	content: '';
	width: 70%;
	height: 70%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-color: #2940A4;*/
	bottom: 0px;
	right: 0px;
	margin: auto;
	background-color: #000;
	opacity: 0;
	transition: 0.3s;
}
.link_image:hover:before{
	opacity: 0.2;
	width: 100%;
	height: 100%;
}
.link_text{
	position: absolute;
	font-size: 20px;
	background-color: RGBA(255,255,255,0.65);
	padding: 5px 10px;
	padding-bottom: 8px;
	font-family: 'Conv_Days';
	letter-spacing: -0.5px;
	max-width: calc(100% - 60px);
	transition: 0.3s;
}
.link_image:hover .link_text{
	color: #2940A4;
	background-color: #FFF;
}
/*Страница "О предприятии"*/
.image_about{
	background-image: url('/images/links/link_about.png');
}
.image_about .link_text{
	bottom: 50px;
	right: 0px;
}
.image_history{
	background-image: url('/images/links/link_history.png');
}
.image_history .link_text{
	bottom: 20px;
	left: 0px;
}
.image_news{
	background-image: url('/images/links/link_news.png');
}
.image_news .link_text{
	bottom: 30%;
	left: 0px;
}
.image_sharer{
	background-image: url('/images/links/link_sharer.png');
}
.image_sharer .link_text{
	bottom: 20px;
	left: 0px;
}
.image_vacancies{
	background-image: url('/images/links/link_vacancies.png');
}
.image_vacancies .link_text{
	bottom: 20px;
	right: 0px;
}
.image_union{
	background-image: url('/images/links/link_union.png');
}
.image_union .link_text{
	top: 20px;
	left: 0px;
}
.image_boxes{
	background-image: url('/images/links/link_boxes.png');
}
.image_boxes .link_text{
	bottom: 60px;
	right: 0px;
}
.image_special{
	background-image: url('/images/links/link_special.png');
}
.image_special .link_text{
	bottom: 20px;
	right: 0px;
}
.image_codex{
	background-image: url('/images/links/link_codex.png');
}
.image_codex .link_text{
	bottom: 20px;
	left: 0px;
}
.video_frame{
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.video_frame iframe{
	width: 98%;
	height: 529px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.43);
	-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.43);
	box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.43);
}
/*Страница "Услуги"*/
h2.services{
	margin-top: 40px;
	margin-bottom: 30px;
}
.image_complex{
	background-image: url('/images/links/link_complex.png');
}
.image_complex .link_text{
	bottom: 50px;
	right: 0px;
}
.image_solutions{
	background-image: url('/images/links/link_solution.png');
}
.image_solutions .link_text{
	bottom: 20px;
	left: 0px;
}
.image_develop{
	background-image: url('/images/links/link_develop.png');
}
.image_develop .link_text{
	bottom: 30%;
	left: 0px;
}
.image_training{
	background-image: url('/images/links/link_study.png');
}
.image_training .link_text{
	bottom: 20px;
	left: 0px;
}
.image_protect{
	background-image: url('/images/links/link_protect.png');
}
.image_protect .link_text{
	bottom: 20px;
	right: 0px;
}
/*Страница "Публикации"*/
.image_smi{
	background-image: url('/images/links/link_smi.png');
}
.image_smi .link_text{
	top: 50px;
	right: 0px;
}
.image_videoarchive{
	background-image: url('/images/links/link_videoarchive.png');
}
.image_videoarchive .link_text{
	bottom: 20px;
	left: 0px;
}
.image_forum{
	background-image: url('/images/links/link_forum.png');
}
.image_forum .link_text{
	top: 20px;
	right: 0px;
}
.image_science{
	background-image: url('/images/links/link_science.png');
}
.image_science .link_text{
	bottom: 50px;
	left: 0px;
}
.button_pdf{
	padding: 40px;
	padding-left: 125px;
	font-size: 20px;
	border: solid 1px #DDD;
	text-align: center;
	margin: 40px auto;
	background-image: url('/images/pdf_ico.png');
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 20px center;
	width: 280px;
	color: #000;
	position: relative;
	background-color: RGBA(0, 0, 0, 0.1);
}
.button_pdf:hover{
	color: #2940A4;
	border-color: #2940A4;
	background-color: RGBA(0, 0, 255, 0.1);
}
.button_pdf a{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-decoration: inherit;
	color: inherit;
}
.anons_zakupki li {
	margin-top: 20px;
}
.anons_zakupki li p {
	padding-bottom: 2px;
}
#prodlist {
	width: 760px;
}

/* End */


/* Start:/bitrix/templates/2/template_styles.css?174185452127657*/
@charset "windows-1251";
body {
	font-family:Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
	font-size:14px;
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
	user-zoom: fixed;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link {
	color: #000;
	text-decoration: underline; 
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	background-color: #ffffff;
	clear: both;
	width: 960px;
}
header {
	min-width: 960px;
	overflow: hidden;
	
}
/*PL*/
.row_panel {
	font-size: 0;
}
.w-70, .w-30 {
	display: inline-block;
	vertical-align: top;
}
.w-70 {
	font-size: 1rem;
	width: 70%;
}
.w-30 {
	font-size: 1rem;
	width: 30%;
}
.tu {
	border: solid 3px #E8E8E8;
	text-align: center;
	font-size: 14px;
	width: 80%;
	margin-left: 20%;
	position: relative;
}
.tu:before {
	display: block;
	position: absolute;
	content: '';
	width: 90%;
	left: 0px;
	right: 0px;
	height: 100%;
	margin: auto;
	background-color: #FFF;
	height: calc(100% + 6px);
	top: -3px;
	z-index: 0;
}
.tu td {
	padding-top: 10px;
	position: relative;
}
.link_icon {
	opacity: 0.5;
	transition: 0.25s;
}
.link_icon:hover {
	opacity: 1;
}
.spoiler .header {
	padding: 20px 40px;
	background-color: #DDD;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	border-bottom: solid 1px #FFF;
	position: relative;
}
.spoiler .header:after {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 40px;
	margin: auto;
	font-size: 40px;
	content: attr(data-content);
	height: 26px;
	font-family: consolas;
	color: #999;
	width: 20px;
	text-align: center;
}
.spoiler .body .file {
	padding: 10px 20px;
  border-bottom: solid 1px #DDD;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: no-wrap;
	justify-content: space-between;
	align-items: center;
}
.spoiler .body .file:hover {
	background-color: #efefef;
}
.spoiler .body .file p {
	padding: 0;
}
.spoiler .body .description {
	width: calc(100% - 240px);
}
.spoiler .body .download {
	width: 120px;
	text-align: right;
}
.spoiler .body .download a:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('/bitrix/templates/2/images/save.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 10px;
	top: 5px;
	position: relative;
}
.spoiler .body .download.pdf a:before {
	background-image: url('/bitrix/templates/2/images/file-text.svg');
}
.spoiler .body .download.msg a:before {
	background-image: url('/bitrix/templates/2/images/msg_icon.svg');
	margin-right: 16px;
}
.spoiler .body .date {
	color: #999;
	width: 120px;
	text-align: center;
	margin-left: 20px;
}

.slider-wrap {
	overflow: hidden;
	min-width: 960px;
	z-index: 1;
	position: relative;
	margin: auto;
	height: 550px;
}
.slider {
	overflow: hidden;
}
#slider {
	margin: 0 auto;
	overflow: hidden;
}
header .topmenu {
	width:100%;
	display: block;
	position: fixed;
	top: 0;
	height:89px;
	z-index: 200;
}
header .topmenu.sec {
	background-color:#000
}

header .topmenu ul.topmenuul {
	width: 960px;
	margin: 0 auto;
	display:block;
}

header .topmenu ul.topmenuul li {
	float:left;
	position:relative;
}


header .topmenu ul.topmenuul li:first-child a {
	background:none !important;
	padding:0;
}

header .topmenu ul.topmenuul li:first-child img {
	margin:22px 52px 0 16px;	
}


header .topmenu ul.topmenuul li a, header .topmenu ul.topmenuul li a:visited {
	color:#FFF;	
	height:89px;
	line-height:89px;
	padding:0 17px;
	display:block;
	text-transform:uppercase;
	text-decoration:none;
	font-family:'ArialNarrow', Helvetica, sans-serif;
}

header .topmenu ul.topmenuul li a:hover {
	background:url(/bitrix/templates/2/images/menu_act.png)
	
}

header .topmenu ul.topmenuul li a.act {
	background:url(/bitrix/templates/2/images/menu_acta.png) !important;
	
}

header .topmenu ul.topmenuul li.but_find {
	padding-left:5px;
	padding-top:17px;
	position:relative;
	z-index:3;
}

header .topmenu ul.topmenuul li.but_find a, header .topmenu ul.topmenuul li.but_lang a {
	background:none;
}

header .topmenu ul.topmenuul li.but_lang {
	height:89px;
	padding-left:5px;
	line-height:84px;
}

.sidebar1 {
	float: left;
	width: 220px;
	padding: 0 20px 20px 0px;
}

.sidebar1 ul.leftmenu {
	list-style:none !important;
	padding:0;
	margin:0;
}

.sidebar1 ul.leftmenu li a, .sidebar1 ul.leftmenu li.actraz {
	font-size:14px;
	line-height:15px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
}

.sidebar1 ul.leftmenu li a:hover  {
	text-decoration:underline
}

.sidebar1 ul.ful {
	padding:15px 0 15px 0;
	margin:0;
}

.sidebar1 ul.ful li, .sidebar1 ul.ful li.selected-item {
	padding: 5px 10px 5px 15px;
	margin:0 !important;
	font-size:12px;
	list-style:none !important;
	line-height:15px;
}

.sidebar1 ul.ful li a {
	line-height:15px;
	font-size:12px;
	font-weight:400;
	color:#333;
	text-transform:none;
}
.sidebar1 ul.ful li:hover, .sidebar1 ul.ful li.selected-item {
	background-color:#2940a4;
	line-height:15px;
	font-size:12px;
	font-weight:400;
	color:#fff;
}
.sidebar1 ul.ful li:hover a, .sidebar1 ul.ful li.selected-item a {
	color:#fff;
	text-decoration:none !important;
}


.content {
	/*width: 619px;*/
	width:100%;
	float: right;
	font-size:14px;
	line-height:21px;
}

/* ~~ ���� ��������������� �������� ������ ������ � ������������ .content ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

/* ~~ ������ ���������� ~~ */
#footer_bg {
	min-width:960px;
	height: 416px;
	margin-top: 100px;
	background: #000 url(/bitrix/templates/2/images/footer_bg.jpg) center no-repeat;
	border-bottom: solid 2px #2b4ee6;
	float: left;
	clear: both;
}
#footer_bg footer {
	width: 960px;
	margin: 52px auto 0 auto;
	position: relative;
	clear: both;
}
#fixh {
	width:100%;
}
.container .brands {
	float:left;
	width:100%;
	clear:both;
}
.container .brands .l_h2 {
	height:24px;
	line-height:24px;
	text-align:center;
	width:824px;
	margin:45px auto;
	background:url(/bitrix/templates/2/images/partner_l.png) center repeat-x;
}
.container .brands .l_h2 h2 {
	display:inline;
	padding:0 20px;
	margin:0 auto;
	font-size:24px;
	line-height:24px;
	font-family: 'Conv_Days';
	font-weight:normal;
	background-color:#FFF;
}

.wrap-head {
	width:960px;
	margin:0 auto;
	position:relative;
}
.hidden {display:none;}
#pole_find {
	display:none;
	position:absolute;
	z-index:2;
	top:0px;
	height:89px;
	width:645px;
	background-color:#000;
	left:220px;
}
#pole_find a {
	position:absolute;
	top:22px;
	left:568px;
	z-index:10;
}
#pole_find a.cancel {
	left:523px;
}

#pole_find input[type=text] {
	width:460px;
	padding:0 80px 0 40px;
	height:45px;
	position:absolute;
	top:22px;
	left:10px;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	line-height:45px;
}

.slider4 .slide { text-align:center;}

aside h1 {
	font-size:48px;
	line-height:48px;
	font-family: 'Conv_Days';
	font-weight:normal;
	padding:65px 0px;
	background:url(/bitrix/templates/2/images/partner_l.png) bottom repeat-x;
	margin-bottom:73px;
}

aside .catalog-section h1 {
	font-size:24px;
	line-height:25px;
	background:none;
	padding:0 0 50px 0;
	margin:0;
}

aside h2 {
	font-size:20px;
	line-height:20px;
	background:none;
	padding:10px 0 28px 0;
	margin:0;
}

aside h3 {
	font-size:17px;
	line-height:17px;
	background:none;
	padding:10px 0 25px 0;
	margin:0;
}

aside p {
	padding-bottom:15px;
}

.h1tovar {
	font-size:48px;
	line-height:48px;
	font-family: 'Conv_Days';
	font-weight:normal;
	padding:65px 0px;
	background:url(/bitrix/templates/2/images/partner_l.png) bottom repeat-x;
	margin-bottom:55px;
}
.h1tovar span {
	font-size:30px;
}
.h1tovar a {
	text-decoration:none;
	padding:0px 0 0 1px;
}

.h1tovar a:hover {
	border-bottom:dotted 2px #999;
}

.mainh1 h1 {
	font-size:24px;
	line-height:24px;
	font-family: 'Conv_Days';
	font-weight:normal;
	padding:65px 28px;
	margin:0;
	background:none;
}
.mainanons1 {
	width:940px;
	margin:0;
	background:url(/bitrix/templates/2/images/bordertb.png) no-repeat;
}
.mainanons2 {
	background:url(/bitrix/templates/2/images/bordertb.png) bottom no-repeat;
	border-left: solid 4px #e3e3e3;
	border-right: solid 4px #e3e3e3;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	padding:12px 81px 16px 81px;
}




#footer_bg footer .foo {
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	line-height:14px;
	position:absolute;
	top:0px;
	width:150px;
	left:0;
	padding-bottom:17px;
	background:url(/bitrix/templates/2/images/footer_h_line.png) bottom repeat-x;
	font-family:'ArialNarrow', Helvetica, sans-serif;
}
#footer_bg footer .ful {
	position:absolute;
	top:60px;
	width:140px;
	padding-left:2px;
	left:0;
}
#footer_bg footer .ful li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:17px;
}
#footer_bg footer .ful li a, #footer_bg footer .ful li a:visited {
	color:#FFF;
	text-decoration:none;
	line-height:13px;
}
#footer_bg footer .ful li a:hover {
	text-decoration:underline;
}
#footer_bg footer .f2 {
	left:240px;
}
#footer_bg footer .f3 {
	left:480px;
}
#footer_bg footer .f4 {
	left:722px;
}
#footer_bg footer .line {
	background:url(/bitrix/templates/2/images/footer_line.png) repeat-x;
	width:100%;
	height:4px;
	position:absolute;
	top:220px;
	left:0;
}

#footer_bg footer .copyr {	
	position:absolute;
	top:255px;
	left:0;
	width:150px;
}

#footer_bg footer .copyr.f1 {
	color:#8d8282;
	text-transform:uppercase;
	font-size:11px;
	line-height:34px;
}

#footer_bg footer .copyr.f2 {
	font-size:18px;
	color:#FFF;
	line-height:23px;
	background:url(/bitrix/templates/2/images/tel.png) no-repeat;
	padding:2px 0 0 21px;
	left:240px;
}

#footer_bg footer .copyr.f3 {
	font-size:14px;
	color:#FFF;
	line-height:19px;
	background:url(/bitrix/templates/2/images/footer_geo.png) no-repeat;
	padding:4px 0 0 28px;
	left:480px;
}



#footer_bg footer .copyr.f4 {
	top:263px;
	left:722px;
	display:inline;
	width:auto;
	line-height:28px;
	padding-right:62px;
	
}

#footer_bg footer .copyr.f4 a, #footer_bg footer .copyr.f4 a:visited {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

#footer_bg footer .copyr.f4 a:hover {
	text-decoration:underline;
}
.act1 {
	background:url(/bitrix/templates/2/images/menu_act.png)
	
}



#prodlist, #aboutlist, #servicelist, #sbislist {
	display: none;
	background-color: #000 !important;
	color: #FFF;
	position:absolute;
	width: 935px;
	height:315px;
	margin: 0 0 0 -466px;
	top: 86px !important;
	z-index: 300;
}


#aboutlist {
	margin: 0 0 0 0px;
	width:211px;	
	height:200px;
}
#servicelist {
	margin: 0 0 0 0px;
	width:185px;	
	height:200px;
}
#sbislist {
	margin: 0 0 0 0px;
	width:211px;	
	height:200px;
}

.topmenu .topmenuul #prodmenu, .topmenu .topmenuul #aboutmenu,.topmenu .topmenuul #servicemenu,.topmenu .topmenuul #sbismenu {
	position:relative;
}
/*
.topmenu .topmenuul #prodmenu:hover #prodlist {
	display:block;
}
*/
#prodlist .top,#aboutlist .top,#servicelist .top,#sbislist .top {
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	line-height:14px;
	position:absolute;
	top:35px;
	left:0;
	padding-bottom:17px;
	background:url(/bitrix/templates/2/images/footer_h_line.png) bottom repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
}
#prodlist .ful,#aboutlist .ful,#servicelist .ful,#sbislist .ful {
	position:absolute;
	top:93px;
	width:140px;
	padding-left:2px;
	left:0;
}

#aboutlist .ful,#servicelist .ful,#sbislist .ful {
	top:30px;
}

#prodlist .ful li,#aboutlist .ful li,#servicelist .ful li,#sbislist .ful li {
	font-size:12px;
	display:block;
	clear:both;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:17px;
}
#prodlist .ful li a, #prodlist .ful li a:visited,#aboutlist .ful li a, #aboutlist .ful li a:visited,#servicelist .ful li a, #servicelist .ful li a:visited,#sbislist .ful li a, #sbislist .ful li a:visited {
	color:#a7a6a6;
	text-decoration:none;
	height:auto;
	background:none;
	padding:0;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	line-height:13px;
}
#prodlist .ful li a:hover,#aboutlist .ful li a:hover,#servicelist .ful li a:hover,#sbislist .ful li a:hover {
	color:#6783ff;
	text-decoration:underline;
}
#prodlist .t1,#aboutlist .t1,#servicelist .t1,#sbislist .t1 {
	width:147px;
	left:30px;
}
#prodlist .t2 {
	left:210px;
	width:314px;
}
#prodlist .t3 {
	left:557px;
	width:165px;
}
#prodlist .t4 {
	left:760px;
	width:146px;
}	
	


	
.container .content .blocknews {
	display:block;
	width:942px;
	margin:54px auto 0 -2px;
}

/* news1 */

.container .content .blocknews .news1 {
	float:left;
	height:534px;
	width:304px;
	position:relative;
	z-index:1;
	margin-bottom:20px;
}

.container .content .blocknews .news1 .img {
	position:absolute;
	z-index:2;
	top:1px;
	left:2px;
	width:300px;
	height:304px;
	background-position:center;
	background-repeat:no-repeat;
}

.container .content .blocknews .news1 .fon {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	background:url(/bitrix/templates/2/images/news/1.png) no-repeat;
	height:534px;
	width:304px;
}

.container .content .blocknews .news1 .fon .h2 {
	padding:328px 10px 0 31px;
}

.container .content .blocknews .news1 .fon .h2 a {
	font-size:20px;
	color:#000;
	line-height:19px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;	
}

.container .content .blocknews .news1 .fon .h2 a:hover {
	text-decoration:underline;	
}

.container .content .blocknews .news1 .fon .anons {
	color:#525252;
	font-size:14px;
	line-height:16px;
	padding:21px 10px 0 31px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

.container .content .blocknews .news1 .fon .date {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:32px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
}

/* end news1 */


/* news2 */

.container .content .blocknews .news2 {
	float:right;
	height:304px;
	width:625px;
	position:relative;
	z-index:1;
}

.container .content .blocknews .news2 .img {
	position:absolute;
	z-index:2;
	top:2px;
	right:1px;
	width:311px;
	height:299px;
	background-position:center;
	background-repeat:no-repeat;
}

.container .content .blocknews .news2 .fon {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	background:url(/bitrix/templates/2/images/news/2.png) no-repeat;
	height:304px;
	width:625px;
}

.container .content .blocknews .news2 .fon .h2 {
	padding:43px 328px 0 31px;
}

.container .content .blocknews .news2 .fon .h2 a {
	font-size:20px;
	color:#fff;
	line-height:22px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;	
}

.container .content .blocknews .news2 .fon .h2 a:hover {
	text-decoration:underline;	
}

.container .content .blocknews .news2 .fon .anons {
	color:#fff;
	font-size:14px;
	line-height:16px;
	padding:21px 328px 0 31px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

.container .content .blocknews .news2 .fon .date {
	position:absolute;
	width:309px;
	padding-right:312px;
	text-align:center;
	bottom:30px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
}

/* end news2 */


/* news3 */

.container .content .blocknews .news3 {
	float:right;
	margin-top:18px;
	height:212px;
	width:625px;
	position:relative;
	z-index:1;
	margin-bottom:20px;
}

.container .content .blocknews .news3 .img {
	position:absolute;
	z-index:2;
	top:2px;
	left:2px;
	width:311px;
	height:208px;
	background-position:center;
	background-repeat:no-repeat;
}

.container .content .blocknews .news3 .fon {
	position:absolute;
	z-index:3;
	top:0;
	left:0;
	background:url(/bitrix/templates/2/images/news/3.png) no-repeat;
	height:212px;
	width:625px;
}

.container .content .blocknews .news3 .fon .h2 {
	padding:28px 31px 0 340px;
}

.container .content .blocknews .news3 .fon .h2 a {
	font-size:20px;
	color:#000;
	line-height:22px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;	
}

.container .content .blocknews .news3 .fon .h2 a:hover {
	text-decoration:underline;	
}

.container .content .blocknews .news3 .fon .anons {
	color:#000;
	font-size:14px;
	line-height:16px;
	padding:21px 31px 0 340px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;	
}

.container .content .blocknews .news3 .fon .date {
	position:absolute;
	width:309px;
	padding-left:312px;
	text-align:center;
	bottom:30px;
	color:#000;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
	text-transform:uppercase;
}

/* end news3 */


.content ul {
	list-style:disc;
	margin: 10px 10px 30px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333;
}



.content ol {
	list-style:decimal;
	margin: 10px 10px 30px 20px;
}

/* products */

.container .content .catalog-section-list ul {
	margin:0;
	padding:0;
	list-style:none;
}
.container .content .catalog-section-list ul li {
	float:left;
	width:50%;
	padding-bottom:75px;
}
.container .content .catalog-section-list ul li a {
	font-size:24px;
	font-family: 'Conv_Days';
	line-height:26px;
	text-decoration:none;
}


.container .content .catalog-section-list ul li ul {
	padding-top:40px;
}

.container .content .catalog-section-list ul li ul li {
	width:100%;
	clear:both;
	padding-bottom:20px;
}

.container .content .catalog-section-list ul li ul li a {
	font-size:14px;
	text-decoration:underline;
	line-height:17px;
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
}

/* products end */

/* tovar list */

.catalog-section {
	margin-left:-20px;
}

.catalog-section .tovarlist {
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	display:block;
	width:220px;
	height:375px;
	border:solid 1px #CCCCCC;
	text-align:center;
}


.catalog-section .tovarlist .brd {
	width:173px;
	margin:0 auto;
	color:#5c5c5c;
}

.catalog-section .tovarlist:hover {
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
}

.catalog-section .tovarlist .img {
	width:173px;
	height:173px;
	display:block;
	margin-top:24px;
	clear:both;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	cursor:pointer;
	margin-bottom:30px;
}

.catalog-section .tovarlist a {
	font-size:18px;
	color:#2940a4;
	line-height:19px;
}
.catalog-section .tovarlist .anons {
	font-size:12px;
	line-height:14px;
	padding-top:24px;
	color:#5c5c5c;
	text-align:left;
}

/* tovar list end */

/* navi */
.navigation {
	padding:30px 0 0 20px;
}

.navigation a {
	
}

/* navi end */



/* tovar */

.container .content .tovar h1 {
	font-size:24px;
	padding-top:0;
	background:none;
	margin:0;
	line-height:25px;
	font-family: 'Conv_Days';
	font-weight:400;
	padding-bottom:33px;
}

.container .content .tovar .descr {
	padding-bottom:45px;
	
}
.container .content .tovar .tovarimg {
	padding:10px;
	width:265px;
	position:relative;
	border:solid 1px #d0d0d0;
}

.container .content .tovar .tovarimg .fancyzoom {
	position:relative;
	z-index:2;
	
}


.container .content .tovar .tovarimg .backimg {
	position:absolute; top:10px; left:10px; z-index:1
}
.container .content .tovar .teh h2 {
	width:100%;
	display:block;
	font-size:18px;
	line-height:19px;
	font-family: 'Conv_Days';
	font-weight:400;
	padding-bottom:27px;
	background:url(/bitrix/templates/2/images/partner_l.png) bottom repeat-x;
}


.container .content .tovar .teh table {
	background-color:#f7f7f7;
}

.container .content .tovar .teh td {
	padding:9px 16px 9px 16px;
}

.odd {	
	background-color:#ffffff;
}

.container .content .tovar .uslovie {
	padding:17px;
	border-left:solid 4px #e8e8e8;
	text-align:center;
	border-right:solid 4px #e8e8e8;
	width:207px;
	background: url(/bitrix/templates/2/images/uslovie.png) bottom no-repeat;
}
.container .content .tovar .uslovie1 {
	background: url(/bitrix/templates/2/images/uslovie.png) no-repeat;
	width:249px;
	margin:29px 0 0 15px;
}
/* tovar end */

.footer_mail {
	font-size:14px;
	margin-left:-23px;
}
.footer_mail a {
	color:#FFF;
}

.footer_mail span {
	font-size:18px;
	font-weight:bold;
	color:#3c78d4;
	padding-right:3px;
}

/* contacts */
.checkout-wrapper {
  background: #fff;
  width:980px;
  margin: auto;
}
.checkout-wrapper .checkout {
  padding: 10px 0px 34px 0px !important;
}
.checkout-wrapper .checkout .head {
  padding: 0 0 23px 0px;
}

.checkout-wrapper .checkout form[name="checkout"] {
  width: 100%;
}
.checkout-wrapper .checkout form[name="checkout"] table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.checkout-wrapper .checkout form[name="checkout"] table th {
  width: 415px;
  text-align: left;
  vertical-align: middle;
  height: 110px;
  font-weight: normal;
  color: #3c78d4;
  font-size: 18px;
  text-transform: uppercase;
}
.checkout-wrapper .checkout form[name="checkout"] table td,
.checkout-wrapper .checkout form[name="checkout"] table th {
  padding: 0 0 0 50px;
  border: 1px solid #e5e5e5;
}
.checkout-wrapper .checkout form[name="checkout"] table td div.wrapper,
.checkout-wrapper .checkout form[name="checkout"] table th div.wrapper {
  position: relative;
}
.checkout-wrapper .checkout form[name="checkout"] table td div.wrapper img.td-arrow,
.checkout-wrapper .checkout form[name="checkout"] table th div.wrapper img.td-arrow {
  position: absolute;
  left: -51px;
  top: 0;
}
.checkout-wrapper .checkout form[name="checkout"] table td div.wrapper label,
.checkout-wrapper .checkout form[name="checkout"] table th div.wrapper label {
  color: #3c78d4;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.color {
  background: #fbfbfb;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.buyer td label,
.checkout-wrapper .checkout form[name="checkout"] table tr.receipt-of-order td label {
  height: 22px;
  font-size: 16px;
  display: block;
  float: left;
  width: 236px;
  line-height: 22px;
  color: #969eaa;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.buyer td label .input-radio,
.checkout-wrapper .checkout form[name="checkout"] table tr.receipt-of-order td label .input-radio {
  width: 22px;
  height: 22px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 10px 0 0;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.buyer td label .input-radio input,
.checkout-wrapper .checkout form[name="checkout"] table tr.receipt-of-order td label .input-radio input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.buyer td label .input-radio img,
.checkout-wrapper .checkout form[name="checkout"] table tr.receipt-of-order td label .input-radio img {
  position: absolute;
  top: 0;
  left: 0;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.buyer td label .input-radio input:checked + img,
.checkout-wrapper .checkout form[name="checkout"] table tr.receipt-of-order td label .input-radio input:checked + img {
  top: -100%;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data span {
  float: left;
  color: #969eaa;
  font-size: 14px;
  padding: 0 11px 0 35px;
  line-height: 33px;
  text-transform: uppercase;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label {
  display: block;
  height: 33px;
  float: left;
  border: 1px solid #a8a8a8;
  position: relative;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select {
  height: 33px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select input {
  color: #969eaa;
  font-size: 14px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.data {
  width: 200px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.data input {
  width: 130px;
  height: 33px;
  float: left;
  padding: 0 12px;
  line-height: 33px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.data img {
  float: right;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time {
  width: 111px;
  height: 33px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time .value {
  width: 47px;
  line-height: 33px;
  height: 33px;
  float: left;
  padding: 0 10px;
  color: #969eaa;
  font-size: 14px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time a {
  float: right;
  display: block;
  width: 41px;
  height: 33px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time div.list-wrapper {
  z-index: 10;
  display: none;
  position: absolute;
  left: -1px;
  top: 33px;
  width: 80px;
  height: 200px;
  overflow-y: scroll;
  background: #fff;
  border-left: 1px solid #a8a8a8;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time div.list-wrapper ul.list {
  background: #fff;
  list-style: none;
  width: 100%;
  line-height: 25px;
  height: 25px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time div.list-wrapper ul.list li {
  background: #fff;
  width: 100%;
  height: 25px;
  border-bottom: 1px solid #a8a8a8;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time div.list-wrapper ul.list li:first-child {
  border-top: 1px solid #a8a8a8;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.data label .select.time div.list-wrapper ul.list li a {
  text-align: center;
  display: block;
  color: #969eaa;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  width: 100%;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.address .wrapper,
.checkout-wrapper .checkout form[name="checkout"] table tr.contacts .wrapper {
  margin: 50px 0 22px 0;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.address .wrapper input,
.checkout-wrapper .checkout form[name="checkout"] table tr.contacts .wrapper input {
  float: left;
  font-family:Arial, Helvetica, sans-serif;
  width: 140px;
  height: 15px;
  display: block;
  padding: 10px 15px;
  border: 1px solid #969eaa;
  margin: 0 0 28px 36px;
  color: #969eaa;
  font-size: 14px;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.info .wrapper {
  margin: 50px 0 22px 0;
}
.checkout-wrapper .checkout form[name="checkout"] table tr.info .wrapper textarea {
  width: 360px;
  height: 140px;
  border: 1px solid #969eaa;
  padding: 10px;
  color: #969eaa;
  font-size: 14px;
  font-family:Arial, Helvetica, sans-serif;
  resize: none;
}
.checkout-wrapper .checkout .button-wrapper {
  width: 100%;
  padding: 36px 0 0 0;
}
.checkout-wrapper .checkout .button-wrapper a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 23px 0;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #666;
}
.checkout .button-wrapper a:hover {
 background-color: #3c78d4
}
.capcha1 {
  float:left;
  width: 140px;
  display: block;
  padding: 10px 30px  0 0;
  margin: -30px 0 28px 36px;
}

/* end contacts */

.detail_picture{
	max-width: 100%;
	height: auto;
}
.image_left{
	max-width: 400px;
	float: left;
	margin-right: 20px;
}
.image_right{
	max-width: 400px;
	float: right;
	margin-left: 20px;
}

.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	color: #666;
	padding: 15px 0;
	font-size: 12px;
}
.messages_cookies-wrp {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.messages_cookies-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: auto 0;
	text-underline: none;
}

a.messages_cookies-close {
	text-underline: none;
}
.block-news {
	width: 940px;
}
/* End */
/* /bitrix/templates/2/styles.css?17422861307287 */
/* /bitrix/templates/2/template_styles.css?174185452127657 */
