

/* Start:/local/templates/italavka/css/jquery.fancybox.css?14373794924955*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/italavka/css/../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/italavka/css/../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/italavka/css/../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/italavka/css/../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/italavka/css/../images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/italavka/css/../images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/italavka/components/bitrix/system.auth.form/.default/style.css?1442279169452*/
.bx-system-auth-form {
    position: absolute;
    top: 24px;
    right: 0;
    font-weight: 400;
    color: #737373;
}
.bx-system-auth-form a {
    color: #449006;
    font-size: 18px;
    font-weight: 400;
}
input[name="logout_butt"] {
    background: none;
    border: none;
    display: inline;
    line-height: 18px;
    color: #737373;
    cursor: pointer;
}
input[name="logout_butt"]:hover {
    color: #A61225;
    text-decoration: underline;
}
/* End */


/* Start:/local/templates/italavka/components/bitrix/sale.basket.basket.line/header/style.css?1441838166803*/
.header_basket {
    position: absolute;
    right: -20px;
    width: 290px;
    top: 70px;
}

.bx_item_listincart {
    display: none;
}
.bx_item_listincart .bx_itemlist_container {
    display: none;
}
.bx_small_cart {
}
.bx_small_cart a {
    background: url(/local/templates/italavka/components/bitrix/sale.basket.basket.line/header/images/icon_cart.png) left center no-repeat;
    padding-left: 75px;
    color: #474747;
    font-size: 16px;
    text-decoration: none;
    display: block;
    height: 65px;
    padding-top: 10px;
}
.bx_small_cart a span {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}
.bx_small_cart a span:last-of-type {
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
}
.bx_small_cart a.empty {
    background: url(/local/templates/italavka/components/bitrix/sale.basket.basket.line/header/images/icon_cart_empty.png) left center no-repeat;
    line-height: 55px;
    font-style: italic;
}

/* End */


/* Start:/local/templates/italavka/components/bitrix/menu/top/style.css?15331200701050*/
/**Top menu**/
#horizontal-multilevel-menu {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    list-style: none;
    margin: 0 10px;
    padding: 0;
    overflow: auto;
}
#horizontal-multilevel-menu > li {
    float: left;
    padding: 0 10px;
    line-height: 55px;
}
#horizontal-multilevel-menu > li > a, #horizontal-multilevel-menu > li > span {
    font-size: 18px;
    color: #ffffff;
}
#horizontal-multilevel-menu > li > a.root-item-selected, #horizontal-multilevel-menu > li > span.root-item-selected {
    color: #fce9c8;
    text-decoration: none;
}
#horizontal-multilevel-menu > li:hover > a, #horizontal-multilevel-menu > li:hover > span {
}
#horizontal-multilevel-menu > li > ul {
}
#horizontal-multilevel-menu > li:hover > ul {
}
#horizontal-multilevel-menu > li > ul > li {
}
#horizontal-multilevel-menu > li > ul > li > a {
}
#horizontal-multilevel-menu > li > ul > li.item-selected {
}
#horizontal-multilevel-menu > li > ul > li.item-selected > a {
}
#horizontal-multilevel-menu > li > ul > li:hover > a {
}

/* End */


/* Start:/local/templates/italavka/components/bitrix/breadcrumb/.default/style.css?1441940720476*/
.bx_breadcrumbs{
    margin: 20px auto;
    padding: 0;
    line-height:20px;
    color:#262626;
    width: 1130px;
}
.bx_breadcrumbs a,
.bx_breadcrumbs span {
    padding:0 5px;
    color:#262626;
    font-size: 16px;
}
.bx_breadcrumbs a:first-child,
.bx_breadcrumbs span:first-child {
    padding-left:0;
    font-weight: 700;
}
.bx_breadcrumbs ul li:last-child a {
    background:none;
}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
}
/* End */


/* Start:/local/templates/italavka/components/italavka/catalog.top/random/style.css?1441842815101*/
.catalog-price {
	 color:red;
}
div.catalog-top table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */


/* Start:/local/templates/italavka/components/italavka/catalog.top/random/section/style.css?14419392354330*/
.bx_item_items_group {
    max-width: 1920px;
    min-width: 1130px;
    margin: 0 auto;
    background: url('/local/templates/italavka/components/italavka/catalog.top/random/section/images/top_bg.jpg') center center no-repeat;
    padding: 30px 0 0;
    height: 605px;
    overflow: auto;
}
.bx_item_items_group_title {
    margin: 0 auto 30px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    text-align: center;
    border-top: 1px solid #ffffff;
    width: 1130px;
}
.bx_item_items_group_title legend {
    padding: 0 30px;
}
.bx_item_items_group_title h3 {
    font-weight: 400;
    margin: 0;
}

.bx_catalog_list_home.random {
    overflow: auto;
    width: 1110px;
    margin: 0 auto;
}
.bx_catalog_item {
    float: left;
    width: 270px;
    margin-right: 10px;
    margin-bottom: 0;
}
.random .bx_catalog_item:nth-child(4n) {
    margin-right: 0px;
}
.bx_catalog_item_container {
  background: #fff;
  border: 1px solid #cccccc;
}
.bx_catalog_item_image {
    display: block;
    width: 268px;
    height: 256px;
    background-size: cover;
    background-position: center center;
}
.bx_catalog_item_sections {
    height: 38px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    color: #449006;
    padding: 0 10px;
    margin: 5px 0;
}
.bx_catalog_item_sections a {
    color: #449006;
}
.bx_catalog_item_sections span {
    margin: 0 5px;
}

.bx_catalog_item_title {
    font-size: 20px;
    font-weight: 400;
    color: #449006;
    padding: 0 10px;
    height: 110px;
    overflow: hidden;
}
.bx_catalog_item_title a {
    color: #449006;
}
.bx_catalog_item_buy_area {
    background: #FCE9C8;
    margin: 5px 0 0;
    padding: 10px;
}
.bx_catalog_item_price {
    height: 48px;
}
.bx_catalog_item_price div {
    
}
.bx_catalog_item_price .bx_price {
    width: 30%;
    /*background: red;*/
}
.bx_catalog_item_price .bx_price_summ {
    display: inline-block;
    vertical-align: baseline;
    font-size: 38px;
    font-weight: 600;
    width: 224px;
    text-align: right;
    line-height: 48px;
    height: 48px;
    /*background: green;*/
}
.bx_catalog_item_price span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    margin-left: 10px;
    /*background: green;*/
}
.bx_catalog_item_price div span {
    margin: 0;
}

.bx_catalog_item_controls_blockone {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #449006;
    position: relative;
    float: left;
}
.bx_catalog_item_controls_blockone > div {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: #ffffff;
}
.bx_bt_button_type_2.bx_small {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: #449006;
    text-align: center;
    line-height: 22px;
    text-decoration: none;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    vertical-align: top;
}
.bx_col_input {
    margin: 0;
    border: none;
    padding: 0 0 0 22px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    font-family: 'PT Serif';
    font-size: 16px;
    width: 45px;
    float: right;
    outline: none;
}
.bx_catalog_item_controls_blockone > div span {
    display: inline-block;
    vertical-align: top;
    height: 22px;
    padding: 0 5px;
    background: #ffffff;
    right: 27px;
    font-size: 14px;
    line-height: 24px;
    float: right;
}
.bx_catalog_item_controls_blockone .bx_bt_button_type_2.bx_small:first-of-type {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.bx_catalog_item_controls_blockone .bx_bt_button_type_2.bx_small:last-of-type {
    float: right;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.bx_catalog_item_controls_blocktwo {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #449006;
    position: relative;
    float: right;
}
.bx_catalog_item_controls_blocktwo > a {
    display: block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #ffffff;
    background: url(/local/templates/italavka/components/italavka/catalog.top/random/section/images/icon_basket.gif) 5px center no-repeat #449006;
    padding: 0 5px 0 31px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}


/* End */


/* Start:/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/style.css?14418428094839*/
/* catalog.section */
.bx_catalog_top_home.bx_blue .bx_bt_button  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a2df),color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:   -moz-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:    -ms-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:     -o-linear-gradient(top,#00a2df 0%,#006fcb 100%);
	background:        linear-gradient(to bottom,#00a2df 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2df',endColorstr='#006fcb',GradientType=0);

	color:#fff;
	text-shadow: 0 1px 0 #165c99;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_catalog_top_home.bx_blue .bx_bt_button:hover  		{
	background:#26b0e4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2YjBlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjg0ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#26b0e4),color-stop(100%,#2684d3));
	background:-webkit-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:   -moz-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:    -ms-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:     -o-linear-gradient(top,#26b0e4 0%,#2684d3 100%);
	background:        linear-gradient(to bottom,#26b0e4 0%,#2684d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#26b0e4',endColorstr='#2684d3',GradientType=0 );
}
.bx_catalog_top_home.bx_blue .bx_bt_button:active  		{
	background:#0052bf;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNTJiZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg1ZDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#0052bf),color-stop(100%,#0085d3));
	background:-webkit-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:   -moz-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:    -ms-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:     -o-linear-gradient(top,#0052bf 0%,#0085d3 100%);
	background:linear-gradient(to bottom,#0052bf 0%,#0085d3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0052bf',endColorstr='#0085d3',GradientType=0 );
}

/* scu_detail_size */
.bx-retina .bx_catalog_top_home.bx_blue .bx_item_detail_size ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* scu_detail_scu */
.bx-retina .bx_catalog_top_home.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	-webkit-border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/italavka/components/bitrix/news.list/manufacturers/style.css?14419381741847*/
.manufacturers-outer-wrapper {
    width: 100%;
    min-width: 1170px;
    background: #ffffff;
    padding: 30px 0 50px;
    overflow: hidden;
}
.manufacturers-outer-wrapper_title {
    margin: 0 auto 30px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    color: #262626;
    border: none;
    text-align: center;
    border-top: 1px solid #262626;
    width: 1130px;
}
.manufacturers-outer-wrapper_title legend {
    padding: 0 30px;
}
.manufacturers-outer-wrapper_title h3 {
    font-weight: 600;
    margin: 0;
}
.manufacturers-wrapper {
    position: relative;
    z-index: 800;
    width: 1090px;
    height: 200px;
    margin: 30px auto 0;
}
.manufacturers-item {
    float: left;
    width: 194px;
    height: 200px;
    text-align: center;
}
.manufacturers-item-separator {
    float: left;
    width: 30px;
    height: 200px;
}
.manufacturers-item a.manufacturers-title {
    margin-top: 5px;
    border-top: 1px solid #449006;
    padding-top: 5px;
    display: block;
    color: #449006;
    font-size: 14px;
}
.manufacturers-item a.manufacturers-logo {
    display: block;
    width: 194px;
    height: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.manufacturers-controls {
    position: absolute;
    z-index:20;
    width:15px;
    height:215px;
    display:block;
    text-indent:-999%;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select: none;
    cursor: pointer;
}
.manufacturers-controls.prev, .manufacturers-controls.next {
    top:50%;
    margin-top: -15px;
    background-image: url(/local/templates/italavka/components/bitrix/news.list/manufacturers/images/manufacturers_controls.png);
    background-repeat: no-repeat;
}
.manufacturers-controls.prev {
    left: -25px;
    background-position: 0 0;
}
.manufacturers-controls.next {
    right: -25px;
    background-position: -15px 0;
}
/* End */


/* Start:/local/templates/italavka/components/bitrix/menu/bottom/style.css?1447564157808*/
/**Top menu**/
#bottom-menu {
    display: inline-block;
    vertical-align: middle;
    width: 800px;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
}
#bottom-menu > li {
    float: left;
    padding: 0 10px;
}
#bottom-menu > li > a, #bottom-menu > li > span {
    font-size: 18px;
    color: #449006;
}
#bottom-menu > li > a.root-item-selected, #bottom-menu > li > span.root-item-selected {
    color: #449006;
}
#bottom-menu > li:hover > a, #bottom-menu > li:hover > span {
}
#bottom-menu > li > ul {
}
#bottom-menu > li:hover > ul {
}
#bottom-menu > li > ul > li {
}
#bottom-menu > li > ul > li > a {
}
#bottom-menu > li > ul > li.item-selected {
}
#bottom-menu > li > ul > li.item-selected > a {
}
#bottom-menu > li > ul > li:hover > a {
}

/* End */


/* Start:/local/templates/italavka/template_styles.css?17058219735169*/
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic&subset=cyrillic,latin);

html {
    padding: 0;
    margin: 0;
}
body {
    padding: 0;
    margin: 0;
    background: url(/local/templates/italavka/images/body_bg.jpg) repeat;
    color: #262626;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    min-width: 1170px;
}

.header {
    position: relative;
    height: 200px;
    background: url(/local/templates/italavka/images/header_bg.png) repeat;
    min-width: 1170px;
}
.header_wrap {
    width: 1130px;
    margin: 0 auto;
    position: relative;
}
.header_contacts {
    position: absolute;
    top: 24px;
    left: 0;
}
.header_contacts > * {
    display: block;
}
.header_contacts div {
    margin: 0 0 10px;
}
.header_contacts .contacts_link {
    color: #449006;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.header_contacts .phone_note,.header_contacts .mobile_note {
    display: block;
    font-weight: 400;
    color: #737373;
    font-size: 16px;
    font-style: italic;
}
.header_contacts .phone_note span {
}
.header_contacts .phone {
    display: block;
}
.header_contacts .phone,.header_contacts .mobile {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}
.header_contacts .phone span {
    font-weight: 400;
}
.header_contacts .callback_link {
    color: #449006;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dashed #449006;
    float: right;
}

.logo {
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 0;
    margin-left: -229px;
    width: 458px;
    height: 178px;
}


.top-menu {
    position: absolute;
    width: 100%;
    height: 55px;
    z-index: 850;
    min-width: 1170px;
}
.top-menu-container {
    background: #262626;
    width: 1170px;
    position: absolute;
    left: 50%;
    margin: -10px 0 0 -585px;
    z-index: 1000;
    height: 55px;
}
.top-menu-decor {
    position: absolute;
    z-index: 850;
    width: 100%;
    height: 55px;
    overflow: hidden;
}
.top-menu-side-left {
    position: relative;
    float: left;
    width: 50%;
    bottom: 0;
    margin-left: -565px;
    background: #377504;
    height: 55px;
    z-index: 900;
}
.top-menu-side-right {
    position: relative;
    float: right;
    width: 50%;
    bottom: 0;
    margin-right: -565px;
    background: #9d0c1f;
    height: 55px;
    z-index: 900;
}

.page_title {
    margin: 0 auto 0px;
    width: 1130px;
    padding: 0 20px;
    border-bottom: 1px solid #449006;
    color: #449006;
}
.workarea {
    margin: 55px auto 0px;
    padding: 0;
    overflow: auto;
}
.workarea.main {
    margin: 45px auto 0;
}
.workarea-sidebar {
    width: 300px;
    margin-right: 20px;
    float: left;
}
.workarea-content {
    width: auto;
    overflow: hidden;
    margin-bottom: 50px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
}
.workarea-content.catalog,.workarea-content.manufacturers {
    background: none;
}
.workarea-wrapper {
    width: 1170px;
    overflow: hidden;
    margin: 0 auto;
}
.workarea-content.no-padding {
    padding: 0;
}
.workarea-textblock {
    width: 1130px;
    border: none;
    border-top: 1px solid #449006;
    padding: 0 20px;
    margin: 0 auto 50px;
}
.workarea-textblock legend {
    font-size: 36px;
    color: #449006;
    text-align: center;
    padding: 5px 10px 10px;
}
.scroller {
    display: none;
    position: fixed;
    left: 50%;
    margin-left: 595px;
    top: 50%;
    margin-top: -25px;
    width: 40px;
    height: 12px;
    background: url(/local/templates/italavka/images/scroller.png) center 5px no-repeat #5a5a5a;
    color: #ecf4e6;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    padding: 30px 5px 5px;
    opacity: 0.35;
    cursor: pointer;
}
.scroller:hover {
    opacity: 1.0;
}

.footer {
    background: url(/local/templates/italavka/images/footer_bg.png) repeat;
    overflow: auto;
    padding: 20px 0;
}
.footer_wrapper {
    width: 1170px;
    margin: 0 auto;
}
.footer_content {
    width: 1130px;
    padding: 0 20px;
    position: relative;
    overflow: auto;
}
.footer_contacts {
    float: right;
}
.footer_contacts > * {
    display: block;
}
.footer_contacts div {
    margin: 0 0 10px;
}
.footer_contacts div > span {
    display: block;
}
.footer_contacts .contacts_link {
    color: #449006;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer_contacts .phone_note,.footer_contacts .mobile_note {
    display: block;
    font-weight: 400;
    color: #737373;
    font-size: 16px;
    font-style: italic;
}
.footer_contacts .phone_note span {
}
.footer_contacts .phone {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    margin-bottom: 0px;
}
.footer_contacts .phone span {
    font-weight: 400;
}
.footer_contacts .address {
    color: #484848;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_content .email {
}
.footer_content .email a {
    color: #449006;
}
.copyright {
    color: #484848;
    font-size: 14px;
    position: absolute;
    left: 20px;
    bottom: 0;
}
.viva{font-size: 13px;}
.viva a{color: #484848;text-decoration: none;}
.viva img{position: relative;top: 3px;margin-right: 3px;}

.bx_small_cart a{
	text-decoration: underline;
}
/* End */
/* /local/templates/italavka/css/jquery.fancybox.css?14373794924955 */
/* /local/templates/italavka/components/bitrix/system.auth.form/.default/style.css?1442279169452 */
/* /local/templates/italavka/components/bitrix/sale.basket.basket.line/header/style.css?1441838166803 */
/* /local/templates/italavka/components/bitrix/menu/top/style.css?15331200701050 */
/* /local/templates/italavka/components/bitrix/breadcrumb/.default/style.css?1441940720476 */
/* /local/templates/italavka/components/italavka/catalog.top/random/style.css?1441842815101 */
/* /local/templates/italavka/components/italavka/catalog.top/random/section/style.css?14419392354330 */
/* /local/templates/italavka/components/italavka/catalog.top/random/section/themes/blue/style.css?14418428094839 */
/* /local/templates/italavka/components/bitrix/news.list/manufacturers/style.css?14419381741847 */
/* /local/templates/italavka/components/bitrix/menu/bottom/style.css?1447564157808 */
/* /local/templates/italavka/template_styles.css?17058219735169 */
