/* CSS Document */
html {
}
/*----------------------------------------------------------------------------------------------
! Глобальные стили
----------------------------------------------------------------------------------------------*/
body {
	background: #FFFFFF; 
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
	background-position: 0px 0px;
	margin: 0;
}
/* Основная зона сайта */
#main{
	width:100%;
	padding:0;
	margin:0;
}
/*----------------------------------------------------------------------------------------------
! Верхние логотипы
----------------------------------------------------------------------------------------------*/
#top {
	width:970px;
	/*height: 100px;*/
	padding:0;
	margin:0;
}
#logoblock {
	margin-top: 15px;
	margin-bottom: 0px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	float:left;
}
#konica {
	margin-top: 25px;
	margin-bottom: 25px;
}
/*----------------------------------------------------------------------------------------------
! Меню сверху
----------------------------------------------------------------------------------------------*/
#menu_box {
	margin: 0;
	padding: 0;
	display:block;
	position: relative;
	width: 100%;
	height: 30px;
	background: #FFFFFF; /* Old browsers */
	border-bottom: 1px #CFCFCF solid;
	border-top: 1px #CFCFCF solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
}

#menu_box ul, li {
    margin:0;
    padding:0;
    list-style-type:none;
	list-style-image:none;
}
#menu {
    display:block;
    position:relative;
    top:0px;
    left:0px;
	height: 30px;
	width: 970px;
	z-index:1000;
}
#menu > li {
	margin:0px 5px 2px 0px;
	padding:0px 30px 0 0px;
	text-align:left;	
	height: 30px;
	width: 100px;
    display: table-cell;
    vertical-align: middle;
	list-style-image: none;
}
#menu > li :hover{
	color: #00a8ec;
}
#menu > li a{
	text-decoration:none;
	color: black;
}
#menu > li > ul {
    position:absolute;
    top:30px;
    display:none;
	list-style-image:none;
}
#menu > li > ul > li {
    height:30px;
	margin:0px 0px -1px -10px;
	padding:0px 0px 0 10px;
	text-align:left;	
	min-width: 220px;

	border-top: 1px #CFCFCF solid;
	border-bottom: 1px #CFCFCF solid;
	background-color: rgba(250, 250, 250, 0.9);

	line-height: 20px;
	list-style-image:none;
}
#menu > li > ul > li a:hover {
	color: #00a8ec;
}
#menu > li > ul > li a {
	font-size:14px;
	color: black;
}
#menu > li:hover > ul {
    display:table-cell;
	list-style-image:none;
}
#menu > .request {
	position: absolute;
	height: 30px;
	width: 220px;
	text-align: right;
	top: 0px;
	left: 750px;
	line-height: 30px;
	z-index: 1001;
	margin: 0;
	padding: 0;
}
#menu > .request  a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	text-decoration:none;
	color: red;
	margin: 0;
	padding: 0;
}
#request  a:hover{
	/*color: #00a8ec;
	border-bottom: 1px #00a8ec dotted;*/
}
/*----------------------------------------------------------------------------------------------
! Слайдер
----------------------------------------------------------------------------------------------*/
.spelement {
	position: relative;
	width: 971px;
	height: 401px;
	float: left;
}
.spimage {
	position: absolute;
	width: 971px;
	height: 401px;
}
.spinfo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 300px;
	height: 370px;
	background: #E8E8E8;
	opacity: 0.95;
}
.sptext {
	padding: 10px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#000000;
}
.sptexth1{
	/*padding: 0 0 3px 0;*/
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	color:#000000;
	font-weight:bold;
}
.sp-slideshow {
    position: relative;
	margin: 30px auto 40px auto;
	width: 971px;
	max-width: 1000px;
	min-width: 260px;
	height: 401px;
}
.sp-content {
 	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*Стили кнопок и кружочков (input + label)*/
.sp-slideshow input {
    position: absolute;
	bottom: 15px;
	left: 90%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
    opacity: 0;
}
.sp-slideshow input + label {
    position: absolute;
    bottom: 15px;
	left: 90%;
    width: 6px;
	height: 6px;
	display: block;
	z-index: 1000;
	border: 3px solid #fff;
	border: 3px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*-webkit-transition: background-color linear 0.1s;
    -moz-transition: background-color linear 0.1s;
    -o-transition: background-color linear 0.1s;
    -ms-transition: background-color linear 0.1s;*/
    transition: background-color linear 0.1s;
}
.sp-slideshow input:checked + label {
	background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.sp-selector-1, .button-label-1 {
    margin-left: -36px;
}

.sp-selector-2, .button-label-2 {
    margin-left: -18px;
}

.sp-selector-4, .button-label-4 {
    margin-left: 18px;
}

.sp-selector-5, .button-label-5 {
    margin-left: 36px;
}
/*Стрелки по бокам слайдера*/
.sp-arrow {
    position: absolute;
	top: 50%;
	width: 28px;
	height: 38px;
	margin-top: -19px;
	display: none;
	color: #000000;
	opacity: 0,8;
	cursor: pointer;
	z-index: 1000;
	background: transparent url(../images/design/arrows.png) no-repeat;
	-webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}
.sp-arrow:hover{
	opacity: 1;
}
.sp-arrow:active{
	margin-top: -18px;
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5 {
    right: -40px;
	display: block;
	background-position: top right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4 {
    left: -40px;
	display: block;
	background-position: top left;
}
/*Перемещение */
.sp-slideshow input:checked ~ .sp-content {
    -webkit-transition: background-position linear 0.6s, background-color linear 0.8s;
    -moz-transition: background-position linear 0.6s, background-color linear 0.8s;
    -o-transition: background-position linear 0.6s, background-color linear 0.8s;
    -ms-transition: background-position linear 0.6s, background-color linear 0.8s;
    transition: background-position linear 0.6s, background-color linear 0.8s;
}

input.sp-selector-1:checked ~ .sp-content {
    background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content {
    background-position: -100px 0;
}

input.sp-selector-3:checked ~ .sp-content {
    background-position: -200px 0;
}

input.sp-selector-4:checked ~ .sp-content {
    background-position: -300px 0;
}

input.sp-selector-5:checked ~ .sp-content {
    background-position: -400px 0;
}
.sp-slider {
    position: relative;
	left: 0;
    width: 500%;
	height: 100%;
	list-style: none;
    margin: 0;
	padding: 0;
    -webkit-transition: left ease-in 0.8s;
    -moz-transition: left ease-in 0.8s;
    -o-transition: left ease-in 0.8s;
    -ms-transition: left ease-in 0.8s;
    transition: left ease-in 0.8s; 
}
.sp-slider > li {
	color: #fff;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
    float: left;
	text-align: center;
	opacity: 0.4;
    -webkit-transition: opacity ease-in 0.4s 0.8s;
    -moz-transition: opacity ease-in 0.4s 0.8s;
    -o-transition: opacity ease-in 0.4s 0.8s;
    -ms-transition: opacity ease-in 0.4s 0.8s;
    transition: opacity ease-in 0.4s 0.8s; 
}
.sp-slider > li img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}
input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -100%;
}
input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -200%;
}
input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -300%;
}
input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -400%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5){
	opacity: 1;
}
@media screen and (max-width: 840px){
	.sp-slideshow { height: 345px; }
}
@media screen and (max-width: 680px){
	.sp-slideshow { height: 285px; }
}
@media screen and (max-width: 560px){
	.sp-slideshow { height: 235px; }
}
@media screen and (max-width: 320px){
	.sp-slideshow { height: 158px; }
}
/*----------------------------------------------------------------------------------------------
! Зона контента
----------------------------------------------------------------------------------------------*/
/* Общая область контента */
#content{
	min-height:500px;
	/*margin-top: 20px;*/
	width: 970px;
}
/* Меню слева */
#leftmenu {
	position: relative;
	margin:0;
	float:left;
	width:247px;
}
/* Инфо на странице */
#info {
	padding:0 0 0px 20px;
	margin:0;
	float:left;
	text-align:justify;
	width:520px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	position:relative;
}
#info ul {
	margin-top:20px;
	padding-left: 30px;
}
#info li {
	margin-top:7px;
	padding-left: 5px;
	text-align:justify;
	list-style-image: url("../images/design/list_marker.png");
}
#info h3 {
	margin:0 0 5px 0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
/* Баннеры справа от инфы */
#banners {
	padding:0 0 0px 20px;
	margin:0;
	float:left;
	width:160px;
	position: relative;
}
#banners  img{
	width: 160px;
}
/*----------------------------------------------------------------------------------------------
! Галерея товаров
----------------------------------------------------------------------------------------------*/
.tovar{
	margin:5px;
	padding:0;
	background:url("../images/design/tovar.png") 0 no-repeat;
	height:163px;
	width:163px;
	display:table-cell;
	position:relative;
	text-align:center;
	float:left;
}
.tovar a{
	margin:0;
	padding:0;
	text-decoration:none;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}
.tovar img {
	margin-top:10px;
	max-width:140px;
	max-height:112px;
	padding-left: 5px;
	padding-right: 5px;
}
.tovar a > .listtovdescr {
	width: 150px;
	height: auto;
	top: 124px;
	left: 0px;
	text-align: center;
	margin-left: 7px;
	position: absolute;
}	
/*----------------------------------------------------------------------------------------------
! Таблица спецификации большая
----------------------------------------------------------------------------------------------*/
table.product-specifications p{
	margin: 0;
	background-color: #fff;
	font-size:12px;
}
table.product-specifications {
	padding: 5px;
	border: 1px rgb(209, 213, 221) solid;
	width: 520px;
	background-color: #fff;
	font-size:12px;
	color:#363636;
}
table.product-specifications th {
	width: 144px;
	background-color: #fff;
	font-size:12px;
}
.table_box table.product-specifications {
	width: 520px;
	background-color: #fff;
	font-size:12px;
}
.table_box table.product-specifications th, 
.table_box table.product-specifications td {
	padding: 3px 0 3px 3px;
	border: none;
	border-bottom: 1px solid #D1D5DD;
	text-align: left;
	background-color: #fff;
	font-size:12px;
}
.table_box table.product-specifications td {
	background-color: #fff;
	font-size:12px;
}
.table_box h2 {
	font-size:16px;
}
/*----------------------------------------------------------------------------------------------
! Таблица спецификации малая
----------------------------------------------------------------------------------------------*/
table.product-specifications-small p{
	margin: 0;
	background-color: #fff;
	font-size:12px;
}
table.product-specifications-small {
	padding: 5px;
	border: 1px rgb(209, 213, 221) solid;
	width: 490px;
	background-color: #fff;
	font-size:12px;
	color:#363636;
}
table.product-specifications-small th {
	width: 210px;
	font-weight: normal;
}
table.product-specifications-small th, 
table.product-specifications-small td {
	padding: 3px 0 3px 3px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #D1D5DD;
	text-align: left;
	background-color: #fff;
	font-size:12px;
}
/*----------------------------------------------------------------------------------------------
! Описание товара
----------------------------------------------------------------------------------------------*/
#tovar_info {
	margin-left: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
	text-align:justify;
	color:#363636;
}
#tovar_info ul {
	margin-top:20px;
	padding-left: 30px;
}
#tovar_info li {
	margin-top:7px;
	padding-left: 5px;
	text-align:justify;
	list-style-image: url("../images/design/list_marker.png");
}
#tovar_info  h2 {
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	 color: rgb(63, 77, 88);
}
#tovar_info  h3 {
	margin: 10px 0 0 0;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	color: rgb(63, 77, 88);
}
#tovar_info  a {
	color:#363636;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
#tovar_info  a:hover {
	font-size:13px;
	color: #00a8ec;
	font-weight:bold;
	text-decoration:underline;
}
#tovar_info  a:visited {
	color:#363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
}
#info_border {
	margin: 0 0 20px 0px;
	height: 1px;
	width: 520px;
	border-bottom:1px #9C9C9C solid;
}
/*----------------------------------------------------------------------------------------------
! Стили меню каталога
----------------------------------------------------------------------------------------------*/
.ultop {
	padding: 0px 0px 0px 25px;
	margin-top:0px;
}
.ulnext{
	/*border-bottom:1px #000000 dotted;*/
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 5px 15px;
}

.lclose{
	list-style-type: disc;
	list-style-image: url(../images/design/l1.png);
	list-style-position: inside;
	margin: -1px 0px 0px -25px;
	padding: 10px 0px 10px 15px;
	background: #F5F5F5; 
	border-bottom: 1px solid #9C9C9C;
	border-top: 1px solid #9C9C9C;
}
.lclose a{
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-weight:normal;		
}
.lclose a:hover{
	color: #00a8ec;
}
.lopen{
	list-style-type: disc;
	list-style-image: url(../images/design/l2.png);
	list-style-position: inside;
	margin: -1px 0px 0px -25px;
	padding: 10px 0px 10px 15px;
	background: #F5F5F5; 
	border-bottom: 1px solid #9C9C9C;
	border-top: 1px solid #9C9C9C;
}
.lopen a{
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	font-weight:normal;	
}

.ulnext > .lclose{
	border: none;
	background: none;
	list-style-type: disc;
	list-style-image: url(../images/design/l1.png);
	margin: 0;
	padding: 3px 0px 0px 0px;
}
.ulnext > .lclose a, .lopen > .ulnext > .lclose a{
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-weight:normal;
}
.ulnext > .lclose a:hover{
	color: #00a8ec;
}
.ulnext > .lopen{
	border: none;
	background: none;
	list-style-type: disc;
	list-style-image: url(../images/design/l2.png);
	margin: 0;
	padding: 3px 0px 0px 0px;
}
.ulnext > .lopen a {
	text-decoration:none;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	font-weight:normal;	
}
/*----------------------------------------------------------------------------------------------
! FOOTER
----------------------------------------------------------------------------------------------*/
#footer {
	background:#333333;
	height:100px;
	float:none;
	margin-top: 50px;
/*width: 100%;*/
}
#footerinfo {
	width: 970px;
}
#name {
	font-family:HeliosThinC, Arial, sans-serif;
	font-size:26px;
	color:#000000;
	width:520px;
	height: 38px;
	line-height: 34px;
	border-bottom: 1px #000000 dotted;
}
#copy {
	padding-top:15px;
	width: 300px;
	text-align: left;
	color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
}
#copy a {
	text-decoration: none;
	color:#999999;
}
#copy p {
	margin: 0 0 6px 0;
}
#fmenu {
	padding:40px 0 0 100px;
	text-align:center;
	float: left;
	width: 400px;
}
#fmenu a{
	margin-left: 30px;
	color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	text-decoration:none;
	border-bottom:1px #999999 dotted;
}
#goup{
	color: #999;
	padding-top:10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	width: 100px;
}
#goup a{
	margin-left: 30px;
	color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	text-decoration:none;
	border-bottom:1px #999999 dotted;
}
/*----------------------------------------------------------------------------------------------
! Стиль зоны описания товара
----------------------------------------------------------------------------------------------*/
#foto {
	margin-bottom: 20px;
	padding:0;
	width:520px;
	height: 416px;
	margin-top: 20px;
	text-align: center
}
#foto img {
	max-width:520px;
	max-height: 416px;
}
/*----------------------------------------------------------------------------------------------
! Стили навигации по описанию товара
----------------------------------------------------------------------------------------------*/
.section {
	width: 520px;
	margin: 0 0 30px;
}
/* ПЕРЕКЛЮЧАТЕЛИ */
ul.tabs {
	height: 30px;
	line-height: 30px;
	list-style: none;
	margin-left: 84px;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #000;
	cursor: pointer;
	border-bottom:1px #000000 dotted;
	position: relative;
	height: 30px;
}
.tabs li:hover,
.vertical .tabs li:hover {
	/*color: #F70;*/
	padding: 0 13px;
	background: #F5F5F5;
	border: 1px solid #F5F5F5;
}
.tabs li.current {
	color: #ffffff;
	background-color: black;
	height:30px;
	padding: 0 13px 0px;
	border:0;
}
/* ЗОНА ОТОБРАЖЕНИЯ */
.box {
	display: none;
	border: 0;
	padding: 0px;
	margin-top: 20px;
}
.box.visible {
	display: block;
}
.table_box {
   width: 510px;
   font-family:Arial, Helvetica, sans-serif;
   color:#000;
   text-decoration:none;
   float: none;
}
.table_box img {
	margin: 0 5px 0 5px;
}
/*----------------------------------------------------------------------------------------------
! Выпадающее описание функций
----------------------------------------------------------------------------------------------*/
div.function_module {
	width: 520px;
	height:auto;
	border: 1px #9C9C9C solid; /*rgb(209, 213, 221)*/

	background: #F5F5F5; /*ffffff; /* Old browsers */
	background: -moz-linear-gradient(bottom, #ffffff 0%, #F5F5F5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#F5F5F5), color-stop(100%,#F5F5F5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom, #ffffff 0%,#F5F5F5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom, #ffffff 0%,#F5F5F5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom, #ffffff 0%,#F5F5F5 100%); /* IE10+ */
	background: linear-gradient(bottom, #ffffff 0%,#F5F5F5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#F5F5F5',GradientType=0 ); /* IE6-9 */

	color: rgb(63, 77, 88);
	margin-top: 5px;
}
div.function_module div.caption {
	padding: 0 8px;
	height: 44px;
	font-weight: bold;
	background:url("../images/design/func_p1.png") 15px 50%  no-repeat;
	text-decoration:none;
	color: rgb(63, 77, 88); 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	cursor: pointer;  
}
div.function_module div.caption.rolledup {
	background:url("../images/design/func_p2.png") 15px 50%  no-repeat;
}
div.caption div.function_caption {
	margin-left: 25px;
	margin-top: 15px;
	width:370px; 
	float: left;
	font-size:14px;
	position:absolute;
}
div.caption div.show_link {
	margin-left:420px;
	margin-top:17px;
	width:50px; 
	float:left;
	font-size:10px;
	position:absolute;
}
div.function_module .hidden {
	display: none;
}
div.function_module div.body {
	padding: 0px 15px 15px 15px;
	border-width: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none; 
	text-align:justify;
	color: rgb(63, 77, 88);
}
div.function_module div.body  h4 {
	margin: 16px 0 3px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color: rgb(63, 77, 88);
}
/*----------------------------------------------------------------------------------------------
! Стили карусели изображений оборудования
----------------------------------------------------------------------------------------------*/

.dev-block-info {
    width: 450px;
	height: 416px;
	background-color: white;
	margin-left: auto;
    margin-right: auto;
	align-items: center;
    display: grid;
}
.dev-block-info img{
	max-width: 450px;
	max-height: 416px;
	margin: 0 auto;
}

#dev-descr-images .owl-nav {
position: absolute;
    width: 520px;
    top: 40%;
    line-height: 0;
}

#dev-descr-images .owl-prev {
	position: absolute;
	margin: 0px;
	left: 0px;
}

#dev-descr-images .owl-next {
	position: absolute;
	margin: 0px;
	right: 0px;
}
/*----------------------------------------------------------------------------------------------
! Стили карусели топ-товаров            
----------------------------------------------------------------------------------------------*/
#top-dev-images  {
   width: 970px;
   margin-top: 20px;
   margin-bottom: 10px;
   position: relative;
}

#top-dev-images .owl-nav {
position: absolute;
    width: 970px;
    top: 40%;
    line-height: 0;
}

#top-dev-images .owl-prev {
	position: absolute;
	margin: 0px;
	left: -40px;
}

#top-dev-images .owl-next {
	position: absolute;
	margin: 0px;
	right: -40px;
}

.top-dev-block {
   float: left;
   width: 230px;
   height: 230px;
   padding: 4px;
   margin-right: 6px;
}
.top-dev-block a {
	text-decoration: none;
}

.top-dev-block-info {
	width: 230px;
	height: 230px;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
	text-align: center;
}
.top-dev-block-info-img-container {
    width: 230px;
    height: 170px;
    align-items: center;
    display: grid;
}
.top-dev-block-info-img-container img{
	padding: 5px 15px 5px 15px;
    max-width: 200px;
	max-height: 160px;
	display:block;
	margin: 0 auto;
}
.top-dev-block-info h4 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00a8ec;
	padding-left: 10px;
	margin: 0px 0px 3px 0px;
	width: 210px;
}
.top-dev-block-info p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 10px;
	margin: 0px;
	width: 210px;
}
/*----------------------------------------------------------------------------------------------
! Стили строки навигации
----------------------------------------------------------------------------------------------*/
#crumbxc {
	width:970px;
	padding-left: 5px;
	margin-bottom: 20px;
	text-align: left;
}
/* Оформление всего блока цепочки навигации */
.B_crumbBox { 
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #363636;
}
.B_crumbBox  a {
	text-decoration: underline;
	color: #363636;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}
.B_crumbBox  a:hover {
	color: #00a8ec;
}
/*----------------------------------------------------------------------------------------------
! Стили формы обратной связи
----------------------------------------------------------------------------------------------*/
.contact_form {
	margin-top: 30px;
	padding-left:60px;
}
.contact_form form .submit_btn {
    margin-left: 65px;  
    padding: 5px 10px;
    background: #F5F5F5;
    border: 1px solid #888888;
	width: 100px;
	font-weight: bold;
}
.contact_form_block {
	width: 400px;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#cell_phone {
	visibility: hidden;
    position: absolute;
    left: 15px;
    width: 100px;	
}
label {
	float:left;
	width:400px;
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#363636;	
}
 input {
	width: 400px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:black;	
 }
 .errors {
	margin: 10px 0px 10px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:red;	
 }
/*--------------------------------------------------------------------------------------------
! Блог
----------------------------------------------------------------------------------------------*/
.messageblock {
	width: 520px;
	height: 50px;
	border-top: 1px solid #CCCCCC;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0; 
}
.messageblock  a {
	text-decoration: none;
	color: black;
}
.messageblock  a:hover {
	color: #00a8ec;
}
.messageblock img {
	width: 20px;
	height: 20px;
	margin: 5px 60px 0 0;
	padding: 0; 
	float: left;
}
.messageblock span {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0 20px 0 0; 
	display: table-cell;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px; 
	font-weight:normal; 
	text-align: left;
	color: black;
	text-decoration:none;		
}
/*--------------------------------------------------------------------------------------------*/