

/* 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/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/menu/bottom/style.css?1447564157808 */
/* /local/templates/italavka/template_styles.css?17058219735169 */
