/*<![CDATA[*/

body {
    margin: 0;
    padding: 0;
    color: #000;
    font: 100% Tahoma, sans-serif;
   // background-color: #ecf0f1;
    background: url(../image/mainbg.jpg);
    
    background-attachment: fixed;
    cursor: default;
    width: 100%;
}

.spec-in h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.spec-in p {
	margin-bottom: 10px;
}

.table-complect img {
    width: 100px;
}

.owl-carousel .owl-item img {
	    width: 79% !important;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #ссс !important;
}

.owl-dots {
	position: relative;
    bottom: 10px;
    }

.levelmenu {
	padding: 0;
}

.levelmenu ul li {
	background-image: none;
	padding: 0 !important;
}


.levelmenu ul li a {
    background-color: #ecf0f1;
    color: #444;
    padding: 10px;
    display: block;
    box-shadow: 1px 1px 3px #484848;
}

.levelmenu ul li a:hover {
	background-color: #2980b9;
	color: #fff;
}

img, a img
   {
     border: 0;
	 outline: none;
   }
table
   {
     margin: 0;
     padding: 0;
     border-collapse: collapse;
     width: 100%;
   }
   
table td, table th {
	padding: 10px 20px;
	border: 1px solid #ECF0F1;
	vertical-align: middle;
}

.kolodki-img {
    width: 56%;
    padding: 20px 0;
}

.detali-img {
    width: 60%;
    padding: 20px 0;
}

.btn-blue {
	background-color: #3498db;
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff !important;
    width: 90px;
}

.btn-blue:hover {
	background-color: #ccc;
}

/* Оформление ссылок */

a:link 
   {
     color: #3498db;
     text-decoration: none;
   }

a:visited
   {
     color: #3498db;
    }

a:hover 
   {
     color: #555;
     text-decoration: none;
    }

a.menu:hover 
   {
     color: #f4eebe;
     text-decoration: none;
    }

/* / Оформление ссылок */


.bg-null {
	background: none;
}

.head-full {
	//background-color:#FFD700 ;
	//background-image: url('../image/back2.jpg');
	/*background: -webkit-gradient(linear, left top, left bottom, from(#F5C21B), to(#D17000));*/
	
	background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#ffffff));
}

.menu-full {
	background-color: #444;
	width: 100%;
}

.category-full {
    overflow: hidden;
    padding: 20px 0;
	background-image: url('../image/back.png');
}

.category-full a {
	font-size: 20px;
}

.column-1-2 {
	width: 50%;
	float: left;
}

.text-center {
	text-align: center;
}

/* Располагаем по центру */

.container {
    margin: 0 auto;
    padding: 0;
    width: 1024px;
    position: relative;
    top: 0;
    overflow: hidden;
}

/* / Располагаем по центру */


/* Шапка */

div#header {
    float: left;
    height: 190px;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 1024px;
    color: #000;
    //background: #3498db;
    //border-top: 2px solid #ffc100;
    //background-image: url('../image/head.jpg');
}

div#header .logo {
    float: left;
	margin: 0;
	box-sizing: border-box;
    padding: 15px 0 0 25px;
    z-index: 2;
    width: 22%;
    height: 100%;
}

div#header .logo a {
	display: block;
	text-decoration: none;
	//line-height: 130px;
	font-size: 36px;
	font-weight: bold;
	color: inherit;
}

div#header .logo a img {
	max-width: 80%;
	height: auto;
}

div#header .logo p {
	//color: #fff;
}


div#header .top-description {
	float: left;
	padding-top: 5px;
	width: 50%;
	text-align:center;
}

.logo-text {
    font-size: 40px;
    padding-top: 25px;
    color: #00e6ff;
}
.contact_info {
    float: left;
	box-sizing: border-box;
	padding: 5px 25px 0 0;
	width: 28%;
    color: #2D2D2D;
    font-size: 24px;
    text-align: right;
}

.contact_info ul li {
    //line-height: 30px;
    display: inline-block;
    margin-left: 10px;
    color: #000;
}

.contact_info p {
    font-size: 16px;
}

.contact_info a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.contact_info a:hover {
    text-decoration: none;
    color: #90e9ff;
}


.navigation a.menu {
	text-transform: uppercase;
}

div#content #search {
    float: right;
    margin: 0;
    margin-right: 4px;
    //background: url(../image/search_field.png) top left no-repeat;
    padding: 0px 0px 10px 0px;
}

div#h_field {
	float: left;
	width: 1024px;
	height: 400px;
	z-index: 1;
	clear: both;
	margin: 0;
	background: #eee;
	padding: 0;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .35);
}


.navigation {
    clear: both;
    width: 1024px;
    min-width: 1024px;
    box-shadow: 0px 0px 12px #403F3F;
    background: #444;
   // border-top: 1px solid #2980b9;
}

.navigation ul {
    width: 100%;
    height: 60px;
    list-style: none;
    margin: 0;
    padding: 0;
    font: bold 10pt/20pt Tahoma, Verdana;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    list-style: none;
}

.navigation ul li {
    float: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    vertical-align: middle;
}
.navigation ul li:last-child {
    border: none;
}

.navigation ul li a {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 60px;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    z-index: 10;
}
.navigation ul li a:hover {
    color: #fff;
    background: #2980b9;
    text-decoration: none;
}
.navigation ul li a.active {
    background: #2980b9;
    text-decoration: none;
	color: #fff;
}


div#header h1
   {
     float: left;
     margin: 33px 0 0 0; 
     width: 750px;
     font: normal 18pt/22pt Tahoma, Verdana, Tahoma;
     color: #a10000; 
   }

/* / Шапка */


/* Баннеры */

div.wrapper
   {
     clear: both;
     height: 0;
     overflow: hidden;
   }

div#content {
    margin: 0;
    width: 1024px;
	background: #fff;
    font: normal 11pt/16pt Tahoma, Verdana, sans-serif;
    color: #333;
}

td.center {
    vertical-align: top;
    text-align: left;
    width: 685px;
    padding: 30px 20px;
    font-size: 100%;
    line-height: 1.4em;
    color: #333;
}

td.right {
    vertical-align: top;
    text-align: left;
    margin: 0;
    position: relative;
    padding: 30px 20px;
    width: 259px;
	//background: rgba(134, 172, 169, 0.3);
    font: normal 11pt/16pt Tahoma, Verdana, sans-serif;
    color: #000;
}

td.right #submenu {
    margin: 0;
    font: normal 14pt/20pt Tahoma, Verdana, sans-serif;
    color: #FFFFFF;
    background: #444;
}

td.right #submenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 16px;
}

td.right #submenu ul li a:hover, 
td.right #submenu ul li a.active {
	text-decoration: none;
	background-color:#2980b9;
}


td.right #newsblock
   {
      width: 215px;
      margin: 0;
      padding: 20px 0 0 15px;
   }

td.right #newsblock strong
   {
      padding: 0;
      margin: 0;
      font: 16pt/20pt Tahoma, Verdana, sans-serif;
   }

dt
   {
      padding: 5px 0 0 0;
      margin: 10px;
      font: 9pt/14pt Tahoma, Verdana, sans-serif;
      color: #666;
   }

dd
   {
      padding: 0;
      margin: 0;
      font: 11pt/14pt Tahoma, Verdana, sans-serif;
      color: #000;
   }

td.right #submenu ul {
    margin: 0;
    //padding: 15px 10px 0 20px;
    font: normal 14pt/14pt Tahoma, Verdana;
    //width: 170px;
}

td.right #submenu ul li
   {
      padding: 0;
   }

td.center h1 {
    margin: 0;
    padding: 0 0 15px 0;
    font: normal 20pt/24pt Tahoma, Verdana, sans-serif;
    color: #444446;
    clear: both;
}

td.center h2
   {
     margin: 0; 
     padding: 15px 0 5px 0;
     font: normal 16pt/20pt Tahoma, Verdana, sans-serif;
     color: #3498db;
     clear: both;
   }

td.center p
   {
     margin: 10px 0;
     color: #000;
   }

td.center blockquote
   {
     padding: 10px 25px;
     margin: 0 0 20px 0; 
     color: #fff;
     background: #a10000;
     font: normal 10pt/14pt Tahoma, Verdana, sans-serif;
   }

td.center blockquote p
   {
     color: #fff;
   }

td.center ul, td.center ol
   {
    margin: 10px 0;
    list-style: none;
   }

td.center ul li, td.center ol li
   {
	 padding: 7px 0;
	 font: inherit;
   }



div#copyright {
	color: #000;
	padding: 20px 0px 18px 35px;
	margin: 0;
	position: relative;
	float: left;
	font: normal 9pt/13pt Tahoma, Verdana;
	width: 35%;
	box-sizing: border-box;
}

div#copyright .cpl {
	float: left;
	color: #fff;
}   

div#z66 {
    width: 33%;
    color: #fff;
    padding: 20px 130px 18px 0;
    margin: 0;
    position: relative;
    float: left;
    font: normal 9pt/13pt Tahoma, Verdana;
    text-align: right;
    background: url(../image/logo2.png) 210px 24px no-repeat;
    box-sizing: border-box;
}

div#z66 a.menu:link 
   {
     color: #fff;
     text-decoration: underline; 
   }

div#z66 a.menu:visited 
   {
     color: #fff;
     text-decoration: underline; 
   }

div#z66 a.menu:hover 
   {
     color: #CECECE;
     text-decoration: underline;
    }


.footer {
    width: 100%;
    min-width: 1024px;
    float: left;
    background: #444;
}

.metrika {
	width: 32%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	padding: 20px 20px 18px 20px;
	margin: 0;
}


.pageToste {
    font-size: 14px;
    margin-bottom: 5px;
}

.pageToste a {
    color: #444;
    text-decoration: none;
}


.search_block {
    margin-bottom: 10px;
    height: 34px;
    padding: 15px 5px 15px 4px;
    font: normal 14pt/20pt Tahoma, Verdana, sans-serif;
    color: #000;
    background: #ecf0f1;
}

div#content .search_field
   {
     float: left;
     margin: 0; 
     padding: 10px 15px 10px 10px;
     font: 9pt/9pt Tahoma, verdana;
     height: 16px;
     width: 180px;
     border: 0px solid #000;
     background-color: #fff;
   }

#searchsubmit {
	padding: 10px;
	background: #444;
}
#searchsubmit:hover {
	background: #3498db;
}


.to_top {
	position: fixed !important;
	top: 0;
	z-index: 2;
}

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.7;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	text-indent: -9999px;
	background: url('../image/icon_top.png') no-repeat;
}


/* Таблица прайс-лист */

table.price {
    width: 100%;
}

table.price th {
    text-align: center;
    background: #45b23a;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
}

/*table.price tr:nth-child(2n+1) {
    background: #dbe1e8;
}

table.price tr:hover {
    background: #ccd1d8;
}*/

table.price td {
    padding: 5px;
    border: 1px solid #9c9999;
    vertical-align:middle;
	text-align:center;
}

/* / Таблица прайс-лист */


/* Content images */

.contentText img {
	max-width: 100%;
    height: auto;
}

p span.imgLeftFloat {
	margin-right: 15px;
}

p span.imgRightFloat {
	margin-left: 15px;
}

/* Images in the News Item */

td.center dd p img {
	max-width: 100%;
    height: auto;
}

/* / Images in the News Item */

/* / Content images */


/* Table Price New */

.contentText table.table-price td, .contentText table.table-price th {
	padding: 10px;
	border: 1px solid rgb(79, 98, 40);
}

.contentText table.table-price th {
	background: rgb(146, 208, 80);
	text-align: center;
	color: #fff;
}

.contentText table.table-price tr:nth-child(odd) {
	background: rgb(234, 241, 241);
}

.contentText table.table-price tr td:first-child {
	font-weight: bold;
}

.contentText table.table-price tr td, .contentText table.table-price tr th.first {
	vertical-align: middle;
}

/* / Table Price New */


td.center h3, td.right dd a {
	display: block;
	margin: 10px 0 15px;
	padding-left: 20px;
	border-left: 3px solid #0082f5;
	font-size: 14pt;
}

dd
   {
      padding: 0;
      margin: 0;
      font: 12pt/14pt Tahoma, Verdana;
   }

dd div {
	font: 12pt/14pt Tahoma, Verdana;
}


/* == Apps == */

/* Slider as Banner */

.slidewrapper {
	position: absolute;
	left: 0;
	top: 0;
	height: 400px;
	margin: 0;
	padding: 0;    
}

.slide {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1024px;
	height: 400px;
	float: left;
	list-style: none;
}

.first {
	background: #fff url(../image/slide1.jpg) no-repeat;
}

.slide h3 {
    position: absolute;
	bottom: 0;
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 10px 15px 10px 25px;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 30px;
	line-height: 45px;
    color: #333;
}

/* / Slider */


/* JivoSite */

.jivo-btn-light {
	background: #f30;
}
.fa-check {
	margin-right: 10px;
}	

@media only screen and (max-width: 1100px) {
	div#jivo-iframe-container.jivo-iframe-container-left {
	    display: none !important;
	}
}

/* / JivoSite */


/* Яндекс.Поделиться */

.ya-share2 {
	margin-top: 10px;
}

/* / Яндекс.Поделиться */

/*]]>*/