

/* Start:/local/templates/atakl_com/script/jquery.jgrowl.min.css?14798482363471*/
div.jGrowl{z-index:9999;color:#fff;font-size:12px}div.ie6{position:absolute}div.ie6.top-right{right:auto;bottom:auto;left:expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.top-left{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.bottom-right{left:expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth:document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.bottom-left{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' )}div.ie6.center{left:expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft:document.body.scrollLeft ) ) + 'px' );top:expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop ) ) + 'px' );width:100%}div.jGrowl{position:absolute}body > div.jGrowl{position:fixed}div.jGrowl.top-left{left:0;top:0}div.jGrowl.top-right{right:0;top:0}div.jGrowl.bottom-left{left:0;bottom:0}div.jGrowl.bottom-right{right:0;bottom:0}div.jGrowl.center{top:0;width:50%;left:25%}div.center div.jGrowl-notification,div.center div.jGrowl-closer{margin-left:auto;margin-right:auto}div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{background-color:#ff7b07;opacity:.85;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);zoom:1;width:235px;padding:10px;margin-top:5px;margin-bottom:5px;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:1em;text-align:left;display:none;-moz-border-radius:5px;-webkit-border-radius:5px}div.jGrowl div.jGrowl-notification{min-height:40px}div.jGrowl div.jGrowl-notification,div.jGrowl div.jGrowl-closer{margin:10px}div.jGrowl div.jGrowl-notification div.jGrowl-header{font-weight:bold;font-size:.85em}div.jGrowl div.jGrowl-notification div.jGrowl-close{z-index:99;float:right;font-weight:bold;font-size:1em;cursor:pointer}div.jGrowl div.jGrowl-closer{padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:bold;text-align:center}@media print{div.jGrowl{display:none}}
/* End */


/* Start:/local/templates/atakl_com/script/lightbox.css?14798482364190*/
/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(/local/templates/atakl_com/script/../img/close.png) url(/local/templates/atakl_com/script/../img/loading.gif) url(/local/templates/atakl_com/script/../img/prev.png) url(/local/templates/atakl_com/script/../img/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/atakl_com/script/../img/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/local/templates/atakl_com/script/../img/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/local/templates/atakl_com/script/../img/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/atakl_com/script/../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/local/templates/atakl_com/components/bitrix/sale.basket.basket.small/automate/style.css?1528958191994*/
#cart {
	display:inline-block;
	float:right;
	height:38px;
	position: relative;
padding-right:10px;

background: url('/local/templates/atakl_com/img/bg_up2.jpg');
}
.user_coast {
	color:#fff;
}
.login_cart_up {
	display:inline-block;
	padding-left:30px;
	background:url(/local/templates/atakl_com/components/bitrix/sale.basket.basket.small/automate/img/cart2.png) center left no-repeat;
	line-height:38px;
}
.login_cart {
	display:inline-block;
	padding-left:30px;
	background:url(/local/templates/atakl_com/components/bitrix/sale.basket.basket.small/automate/img/cart.png) center left no-repeat;
	line-height:38px;
}
.login_order {
	display:inline-block;
	padding-left:30px;
	background:url(/local/templates/atakl_com/components/bitrix/sale.basket.basket.small/automate/img/buy.png) center left no-repeat;
	line-height:38px;
}
.good_line {
	padding-bottom:20px;
}
#cart .visible {
	display:none; 
	position:absolute;
	left:-9999px; 
	opacity:0; 
	-webkit-transition:0.25s linear opacity; 
	width:300px;
	background:#fff;
	border:#ccc 1px solid;
	padding:10px;
	z-index:10;
	box-shadow: 3px 3px 3px #ddd;
	font-size:90%;
	top:35px;
	line-height:140%;
}
#cart:hover .visible { 
	display:inline-block;
	left:-150px; 
	opacity:0.98;
}
/* End */


/* Start:/local/templates/atakl_com/components/bitrix/system.auth.form/automate/style.css?1528958212460*/
#login a {
color:#fff;
}
#login {
	display:inline-block;
	float:right;
	line-height:38px;
	position: relative;
padding-left:15px;

background: url('/local/templates/atakl_com/img/bg_up2.jpg');
}
.login_user {
	display:inline-block;
	padding-left:25px;
	background:url(/local/templates/atakl_com/components/bitrix/system.auth.form/automate/img/user.png) center left no-repeat;
	padding-right:15px;
}
.login_exit {
	display:inline-block;
	padding-left:25px;
	background:url(/local/templates/atakl_com/components/bitrix/system.auth.form/automate/img/exit.png) center left no-repeat;
	padding-right:15px;
}
/* End */


/* Start:/local/templates/atakl_com/components/bitrix/search.title/automate/style.css?14798482362479*/
#automate-search {
	display:inline-block;
	float:right;
	background:#dfdfdf;
padding:5px 10px;
}
#title-search-input {
padding:0 5px;
height: 22px;
font-size:90%;
}
.search_button {
	background: #fff url('/local/templates/atakl_com/components/bitrix/search.title/automate/images/search.png') !important;
	width: 22px;
	height: 22px;
	border: none !important;
	cursor: pointer;
	text-decoration: none !important;
padding:0!important;
display:inline-block;
}
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	opacity:0.98;
	box-shadow: 3px 3px 3px #ddd;
	font-size:90%;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background:#f4f4f4;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding:2px 12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding:2px 0;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#ff5a00;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
	background-color:f0f0f0;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/atakl_com/components/bitrix/search.title/automate/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/atakl_com/components/bitrix/menu/automate_top/style.css?1479848236907*/
#nav{
	display:inline-block;
	width:100%;
	height: 37px;
	list-style:none;
	font-size:90%;
}
#nav li{
	float:left;
	position:relative;
	display:block;
	z-index:20;
}
#nav li a{
	display:block;
	color:#fff;
	border-right:#595959 1px solid;
	padding:10px 15px 0 15px;
	height: 27px;
	display:inline-block;
}
#nav ul li a {
	padding:5px 15px 0 15px;
	height: 25px;
}
#nav li a:hover{
	color:#fff;
	background:#2fc91a;
}
#nav a.rt_selectedmenu {
	color:#fff;
	background:#2fc91a;
	text-decoration:none;
}
#nav ul{
	list-style:none;
	position:absolute;
	left:-9999px; 
	opacity:0; 
	-webkit-transition:0.25s linear opacity; 
}
#nav ul li{
	float:none;
	border-top:#595959 1px solid;
}
#nav ul a{
	white-space:nowrap; 
	display:block;
	border-right:none;
	background:#514e4f;
	min-width:160px;
}
#nav li:hover ul{ 
	left:0; 
	opacity:1;
}
#nav li:hover ul a{
	-webkit-transition:-webkit-transform 0.075s linear;
}
/* End */


/* Start:/local/templates/atakl_com/components/bitrix/breadcrumb/automate/style.css?1479848236227*/
ul.breadcrumb-navigation
{
	padding:0; margin:0;
	padding-top:4px;
	list-style:none;
}

ul.breadcrumb-navigation li
{
	display:inline;
}

ul.breadcrumb-navigation a
{
	
}

ul.breadcrumb-navigation span
{
	
}
/* End */


/* Start:/local/templates/atakl_com/components/bitrix/menu/automate_tree/style.css?1479848236975*/
.automate-tree {
	font-size:90%;
	margin-bottom:20px;
}
.automate-tree ul ul {
	padding-left:20px;
}
.automate-tree li {
	display:block;
	margin-top:1px;
}
.automate-tree .menuselect {
	padding: 4px;
}
.automate-tree ul ul .menuselect {
	padding: 2px 5px;
}
.automate-tree .menuselect:hover, .automate-tree .thisselect {
	background:#2fc91a;
	color:#fff;
}
.automate-tree .menuselect:hover a, .automate-tree .thisselect a {
	color:#fff;
display: block;
}

.automate-tree li.close ul {
	display: none;
}
.automate-tree .folder, .automate-tree .page {
	margin-top:3px;
	width:13px;
	height:12px;
	display:inline-block;
	float:left;
}
.automate-tree .item-text {
	margin-left:18px;
	display:block;
}
.automate-tree .folder {
	cursor:pointer;
	background:url(/local/templates/atakl_com/components/bitrix/menu/automate_tree/img/m_open_box.png) center left no-repeat;
}
.automate-tree li.close .folder {
	background:url(/local/templates/atakl_com/components/bitrix/menu/automate_tree/img/m_close_box.png) center left no-repeat;
}
.automate-tree .page {
	background:url(/local/templates/atakl_com/components/bitrix/menu/automate_tree/img/m_this.png) center left no-repeat;
}
/* End */


/* Start:/local/templates/atakl_com/components/bitrix/catalog.compare.list/automate/style.css?1479848236599*/
.catalog-compare-list {
	font-size:90%;
	margin-bottom:20px;
}
.del_compare {
	float:right;
	margin:0 0 0 10px;
	width:15px;
	height:15px;
	background: url("/local/templates/atakl_com/components/bitrix/catalog.compare.list/automate/img/delete.png") center no-repeat;
	text-decoration: none;
}
a.del_compare:hover {
	background-color:#f7f7f7;
}
.catalog-compare-list p {
	margin-bottom:10px;
}
.catalog-compare-list #set_compare {
	padding:7px 10px;
	border: 1px solid #d8d8d8;
	background:#ececec;
	text-decoration:underline;
	cursor: pointer;
	margin:10px 5px 0 0;
}
.catalog-compare-list #set_compare:hover {
	color:#fff;
	background:#ff7b07;
	border: 1px solid #ff7b07;
}
/* End */


/* Start:/local/templates/atakl_com/components/bitrix/catalog.smart.filter/automate/style.css?14798482363059*/
.roll {
width: 220px; height: 130px; overflow: auto;
border:#b6b6b6 1px solid;
padding:5px;
margin:5px 0;
}


.smartfilter {
	padding-bottom:40px;
}
.smartfilter input {
	margin-right:10px;
}
.smartfilter, .smartfilter td {
	font-size:90%;
}
.smartfilter li.lvl2_disabled {
	color: #ddd!important;
	text-shadow: none !important;
}

.smartfilter div, .smartfilter h5, .smartfilter p, .smartfilter ul, .smartfilter li {
	outline: 0 none;
	vertical-align: baseline;
}
.smartfilter .filtren, .smartfilter .vieweditems {
	width: 100%;
}
.smartfilter .filtren {
	position: relative;
}
.smartfilter .filtren td {
	padding-right: 8px;
}
.smartfilter ol, .smartfilter ul {
	list-style: none outside none;
}
.smartfilter li {
	list-style: none outside none;
}
.smartfilter .filtren > ul > li > a {
	border-bottom: 1px dashed #000000;
	color: #000000;
	display: inline-block;
	font-size: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
	text-decoration: none;
}
.smartfilter .filtren ul > li > ul {
	overflow: hidden;
	padding-bottom: 10px;
}
.smartfilter .filtren .lvl2 {
	color: #000000;
	vertical-align: top;
}
.smartfilter .filtren span.min-price, .smartfilter .filtren span.max-price, .smartfilter .filtren div.min-price, .smartfilter .filtren div.max-price {
	border: medium none;
	color: #3F3F3F;
}
.smartfilter .filtren .max-price {
	float: right;
}

.smartfilter .filtren .max-price, .smartfilter .filtren .min-price {
	width: 60px;
}
.smartfilter .filtren .modef {
	background: none repeat scroll 0 0 white;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	padding: 7px 20px 7px 10px;
	position: absolute;
	left: 150px;
	white-space: nowrap;
}
.smartfilter .filtren .ecke {
	-moz-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	background: none repeat scroll 0 0 #FFFFFF;
	border-right: 1px solid #8BBECB;
	border-top: 1px solid #8BBECB;
	box-shadow: 2px -1px 4px -1px rgba(0, 0, 0, 0.2);
	display: block;
	height: 10px;
	margin-top: -5px;
	position: absolute;
	right: -7px;
	top: 50%;
	width: 10px;
}












.sliderCont {
	width: 178px;
	height: 27px;
	float: left;
margin-left:3px;
}		
#slider {
	width: 200px;
}

.ui-slider {
	position: relative;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 13px;
	height: 13px;
	background:#ccc;
	cursor: pointer
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden;
}
.ui-slider-horizontal {
	 height: 3px;
}
.ui-slider-horizontal .ui-slider-handle { 
	top: -5px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min { 
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
.ui-widget-content { 
	border: 1px solid #D4D4D4;
	background: #fff;
}
.ui-widget-header { 
	border: 1px solid #D4D4D4;
	background: #eee;
}
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/* End */


/* Start:/local/templates/atakl_com/styles.css?15954147862352*/
@font-face {
    font-family: Myriad;
    src: url(/local/templates/atakl_com/img/Font.otf);
}
html,body,div,h1,h2,h3,h4,h5,h6,p,img,ul,li,table {
    margin:0;
    padding:0;
    border:0;
    outline:0 !important;
    vertical-align:baseline;
    background:transparent;
    font-family:  Arial,Trebuchet MS, 'Myriad',Times New Roman, Times, serif;
    font-size:100%;
}
html, body {
	height: 100%; 
}
body {
background:#f9f8f8;
}
ol,ul {
    list-style:none;
}


/* ÊÍÎÏÊÈ */
input, select, textarea {
    margin:0;
    font-family: Trebuchet MS, 'Myriad', Arial,Times New Roman, Times, serif;
    font-size:100%;
    border: 1px solid #b6b6b6;
    padding: 7px;
}
.automate_button, input[type="submit"], input[type="reset"] {
    padding: 7px 10px;
    border: 1px solid #d8d8d8;
    background: #ececec;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 5px 0 0;
}
.automate_button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    color: #fff;
    background: #2fc91a;
    border: 1px solid #2fc91a;
}


table {
    border-collapse:collapse;
    border-spacing:0;
}
a:link, a:visited {
    color:#000;
}
a:hover {
    color:#6e3a12;
}
h1 {
    border-bottom:#b6b6b6 1px dotted;
    font-weight:normal;
    font-size:150%;
    line-height: 30px;
    margin-bottom: 15px;
}
h2 {
    font-weight:normal;
    font-size:130%;
    margin-bottom: 15px;
}
h3 {
    font-weight:normal;
    font-size:110%;
    margin-bottom: 15px;
}
.clear {
    clear:both;
}


/* ÑÒÐÀÍÈÖÛ */
.navigation-arrows {
    color:#ccc;
    font-size:90%;
    padding-bottom: 10px;
}
.navigation-arrows a {
    color:#ccc;
}
.navigation-title {
    color:#ccc;
    font-size:90%;
}
.nav-current-page, .navigation-pages a {
    display:inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    background:#ececec;
    border:#d8d8d8 1px solid;
}
.nav-current-page {
    background:#000;
    border:#000 1px solid;
    color:#fff;
}
.navigation-pages a {
    display:inline-block;
    padding: 5px 10px;
    margin-right:5px;
    background:#ececec;
    border:#d8d8d8 1px solid;
}
.navigation-pages a:hover {
    background:#2fc91a;
    border:#2fc91a 1px solid;
    color:#fff;
}


/* ÐÅÃÈÑÒÐÀÖÈß */
.bx-auth-table, .data-table {
    margin:10px 0 25px 0;
}
.bx-form-auth table td, .data-table td {
    padding:8px;
}
.bx-auth-title, .bx-auth-line {
    display:none;
}
/* End */


/* Start:/local/templates/atakl_com/template_styles.css?15954147863598*/
ul.photo-album-list-first-photos {
padding-right: 5em;!important;
}

#fonindex {

}
.coolfon {
    background:url(/local/templates/atakl_com/img/bg_up.jpg);
}

#working li {
    list-style:disc;
    margin-left:30px;
}
#working p {
    padding-bottom:10px;
}
#logo {
    position:absolute;
    z-index:2;
    left:50%;
    margin-left:-490px;
padding:15px 0;
}
#topblock {
    display:block;
    padding-top:10px;
    width: 720px;
    padding-left:260px;
    margin: auto;
color:#fff;
text-align:right;
}
#topblock a {
color:#fff;
}
#top_menu {
    display:block;
    height: 37px;
    background:url(/local/templates/atakl_com/img/bg_up2.jpg);
    margin-bottom:15px;
    border-top:#2fc91a 5px solid;
}
#top_menu_2 {
    width: 980px;
    margin: auto;
}
.top_phone {
    display:inline-block;
    font-size:90%;
}
.phone_cod {
    font-size:120%;
    color:#b6b6b6;
    padding-left:30px;
    background:url(/local/templates/atakl_com/img/phone.png) center  left no-repeat;
}
.phone_number {
    font-size:170%;
}
#userline {
    display:block;
    padding-top:20px;
    height: 38px;
    width: 720px;
    padding-left:260px;
    margin: auto;
    line-height:28px;
    font-size:90%;
}
#content {
    display:block;
    width: 980px;
    margin: auto;
    padding:10px 0;
}
#bread {
    width: 720px;
    padding-left:260px;
    margin: auto;
    font-size:80%;
    color:#8e8e8e;
}
#bread a {
    color:#8e8e8e;
}
#left_menu {
    float:left;
    width: 240px;
}
#working {
    width: 720px;
    float:right;
}
.left_menu_header {
    padding:5px 10px;
    margin-bottom: 15px;
color:#fff;
background: url('/local/templates/atakl_com/img/bg_up2.jpg');
}
#working .automate-tree .menuselect:hover, #working .automate-tree .thisselect {
	background:#fcfcfc;
	color:#000;
}
#working .automate-tree .menuselect:hover a, #working .automate-tree .thisselect a {
	color:#000;
}
#footer_back {
    background:url(/local/templates/atakl_com/img/bg_up2.jpg);
	margin-top:40px;
	display:block;
border-top:#2fc91a 5px solid;
}
#footer_back_content {
    display:block;
    width: 980px;
    margin: auto;
    color:#b5b4b4;
    font-size:80%;
}
#footer_back_content a {
    color:#b5b4b4;
}
#footer_back_content a:hover {
    color:#fa4342;
}
#social {
    display:inline-block;
    float:right;
    padding: 0 0 20px 20px;
}
.automate_logo {
    padding-left:35px;
    background:url(/local/templates/atakl_com/img/automate.png) left no-repeat;
    line-height:30px;
}
.working_image td img {
    border:#fff 1px solid;
}
.working_image td img:hover {
    border:#ccc 1px solid;
}
.working_bottons a, a.optovik {
    padding: 5px 0;
    width:222px;
    display: block;
    color: #fff;
    background: #fa4342;
    border-bottom:#fa43421px solid;
    text-align:center;
}
.working_bottons a:hover, a.optovik:hover, a.in_01onlineshop, a.in_02remont, a.in_03inoilshop, a.in_04corporate {
    background: #000;
    border-bottom:#fa4342 1px solid;
}
.working_table {
    padding-top: 10px;
}
.working_table td {
    padding-right: 15px;
}
.working_table td {
    padding-bottom: 20px;
}

/* ÑÎÖÑÒÐÀÍÈÖÛ */
.social_share {
    padding:0!important;
    margin:0!important;
    background:none;
    cursor:pointer;
    border:#000 1px solid;
}
.social_share:hover {
    border:#fa4342 1px solid;
}




.price_old {
    color: #F44336;
    background: url(/local/templates/atakl_com/img/price_old.png) center center no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 20px;
}
.catalog-element .catalog_price {
    margin-top: 10px;
}


.catalog-section .price_wrap {
    clear: both;
    overflow: hidden;
}
.catalog-section .price_wrap .price_old {
	margin-right: 0px;
}
.catalog-section .price_wrap .price_old + .catalog_price {
    float: right;
    font-size: 100%;
}
/* End */
/* /local/templates/atakl_com/script/jquery.jgrowl.min.css?14798482363471 */
/* /local/templates/atakl_com/script/lightbox.css?14798482364190 */
/* /local/templates/atakl_com/components/bitrix/sale.basket.basket.small/automate/style.css?1528958191994 */
/* /local/templates/atakl_com/components/bitrix/system.auth.form/automate/style.css?1528958212460 */
/* /local/templates/atakl_com/components/bitrix/search.title/automate/style.css?14798482362479 */
/* /local/templates/atakl_com/components/bitrix/menu/automate_top/style.css?1479848236907 */
/* /local/templates/atakl_com/components/bitrix/breadcrumb/automate/style.css?1479848236227 */
/* /local/templates/atakl_com/components/bitrix/menu/automate_tree/style.css?1479848236975 */
/* /local/templates/atakl_com/components/bitrix/catalog.compare.list/automate/style.css?1479848236599 */
/* /local/templates/atakl_com/components/bitrix/catalog.smart.filter/automate/style.css?14798482363059 */
/* /local/templates/atakl_com/styles.css?15954147862352 */
/* /local/templates/atakl_com/template_styles.css?15954147863598 */
