

/* Start:/local/templates/uniconf/js/fancybox/jquery.fancybox.css?16214230294895*/
/*! 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/uniconf/js/fancybox/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/uniconf/js/fancybox/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/uniconf/js/fancybox/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/uniconf/js/fancybox/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/uniconf/js/fancybox/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/uniconf/js/fancybox/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/uniconf/components/bitrix/menu/left/style.css?16214230291172*/
/**
 * @category	Individ
 * @copyright	2013 Individ LTD (http://individ.ru)
 */

#leftnav {
	background-color: #D5AE7F;
	border-radius: 0 0 8px 0;
	color: #6B2508;
	font-size: 15px;
	font-weight: bold;
	left: 0;
	padding: 10px 0 30px;
	position: fixed;
	line-height: 1.2;
	text-align: left;
	top: 200px;
	width: 156px;
	z-index: 500;
	
	-moz-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 4px 3px rgba(0, 0, 0, 0.15); 
}
#leftnav:before {
	background: url("/local/templates/uniconf/components/bitrix/menu/left/../../../../images/sprite.png") no-repeat scroll -181px -194px transparent;
	content: '';
	display: block;
	height: 50px;
	left: 0;
	position: absolute;
	top: -50px;
	width: 158px;
}
#leftnav a {
	display: block;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
}
#leftnav a span {
	position: relative;
	z-index: 20;
}
#leftnav a.active {
	color: #fff;
}
#leftnav a.active:before {
	background: url(/local/templates/uniconf/components/bitrix/menu/left/../../../../images/sprite.png) no-repeat 0 -177px;
	content: '';
	display: block;
	height: 104px;
	left: 0;
	position: absolute;
	top: -37px;
	width: 169px;
	z-index: 10;
}

/* End */


/* Start:/local/templates/uniconf/components/bitrix/breadcrumb/.default/style.css?1621423029805*/
ul.breadcrumb-navigation {
    color: #3F1C15;
    font-size: 14px;
    list-style: none outside none;
    margin: 0 auto;
    padding: 0;
    width: 940px;
}
ul.breadcrumb-navigation li {
	display: inline;
	margin-right: 10px;
}
ul.breadcrumb-navigation li.current {
	font-weight: bold;
}
ul.breadcrumb-navigation a {
	text-decoration: none;
}
ul.breadcrumb-navigation a:hover {
	text-decoration: underline;
}
ul.breadcrumb-navigation span {
	background: url(/local/templates/uniconf/components/bitrix/breadcrumb/.default/../../../../images/bg-nav.png) 0px 10px no-repeat;
	padding: 2px 4px;
}

@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	ul.breadcrumb-navigation {
		width: 640px;
	}
}

@media screen and (max-width: 660px), screen and (max-device-width: 660px) {
	ul.breadcrumb-navigation {
		width: 308px;
		padding-left:6px;
	}
}
/* End */


/* Start:/local/components/cookie.notification/templates/.default/style.css?1624012330848*/
.cookie-notification-modal{
    width:100%;
    font-size: 13px;
    position:fixed;
    bottom:0;
    left:0;
    z-index:1060;
    padding:10px;
    line-height:1.5;
    background-color: rgb(243 243 243 / 90%);
}
.cookie-agree{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    width:100%
}

.cookie-agree__text{
    line-height:1.5;
    margin:0;
}
/* Responsive: width <= 960px */
@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	.cookie-agree{
	    display: block;
	}
	.cookie-agree__buttons
	{
	   text-align: center;
	}
}
@media (min-width:768px){
    .cookie-agree__text{
        padding-right:10px
    }
}
@media (max-width:767px){
    .cookie-agree__text{
        margin-bottom:10px
    }
}




/* End */


/* Start:/local/templates/uniconf/styles.css?16214230298844*/
/**
 * @category	Individ
 * @copyright	2013 Individ LTD (http://individ.ru)
 */

/* Defaults */
*{
	line-height: inherit;
	margin: 0;
	padding: 0;    
}
html{
	background: #fff;
	color: #000;
}
body{
	font-size: 13px;
	line-height: 110%;
}


*:focus{
	outline: none;
}

a{
	color: inherit;
	cursor: pointer;
}
a:hover{
	text-decoration: none;
}

h1 {
	color: #722f18;
	font-size: 35px;
	margin: 20px 0;
	line-height: 1;
	text-transform: uppercase;
}
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
	margin: 10px 0;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 25px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 14px;
}

p{
	margin: 5px 0;
}

address{
	font-style: normal;
}

fieldset,
img{
	border: none;
}

q{
	quotes: "\201e" "\201c";
}

ul,
ol{
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
ul{
	list-style-type: disc;
}
ul li,
ol li{
	margin: 0;
	padding: 0.3em 0;
}
dl{
	display: block;
}
dl dt, dl dd{
	float: left;
}
dl dt{
	clear: both;
	margin-right: 0.5em;
}
dl:after{
	clear: both;
	content: '';
	display: block;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea{
	color: inherit;
	font: inherit;
}

input,
textarea{
	border: 1px solid #B0AEAC;
	border-radius: 5px;
	outline: none;
	padding: 8px 7px;
	
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
	-ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3) inset;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
select{
	padding: 6px 5px;
}
input:active,
textarea:active{
	outline: none;
}

input[type=checkbox]{
	display: none;
}
input[type=checkbox] + span{
	cursor: pointer;
	display: inline-block;
	padding-left: 27px;
	position: relative;
}
input[type=checkbox] + span:before{
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat 0 -397px transparent;
	content: '';
	display: block;
	height: 21px;
	left: 0;
	position: absolute;
	top: -3px;
	width: 21px;
}
input[type=checkbox]:checked + span:before{
	background-position: -31px -397px;
}

.button,
button,
input[type=button],
input[type=submit],
input[type=image]{
	background: #af4315 repeat-x 0 0 scroll;
	border: none;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-family: Play;
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
	
	line-height: 1;
	padding: 7px 14px;
	text-decoration: none;
	
	background-image: -moz-linear-gradient(top, #af4315 0%,#8d2e01 100%);
	background-image: -webkit-linear-gradient(top, #af4315 0%,#8d2e01 100%);
	background-image: -o-linear-gradient(top, #af4315 0%,#8d2e01 100%);
	background-image: -ms-linear-gradient(top, #af4315 0%,#8d2e01 100%);
	background-image: linear-gradient(to bottom, #af4315 0%,#8d2e01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af4315', endColorstr='#8d2e01',GradientType=0);
}

a.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=image]:hover {
	background: #8d2e01 repeat-x 0 0 scroll;
}

button[disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=image][disabled]{
	color: #b0b0b0;
	cursor: default;
}

.button.light,
button.light,
input.light[type=button],
input.light[type=submit],
input.light[type=image]{
	border: 1px solid #E9D6AA;
	color: #77381C;
	font-size: inherit;
	padding: 10px 20px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,248,221,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,248,221,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,248,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,248,221,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,248,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fff8dd',GradientType=0);
}
a.button.light:hover {
	background: rgba(255,255,255,1)0%;
}

::-webkit-input-placeholder{
	color: #777;
}
:-moz-placeholder{
	color: #777;
}
.placeholder{
	color: #777;
}

.notetext {
	margin-bottom:15px;
	font-size:14px;
	color:green;
}
.errortext {
	margin-bottom:15px;
	font-size:14px;
	color:red;
	font-weight:normal;
}


/* Tools and utils */
a.inverted-logic{
	text-decoration: none;
}
a.inverted-logic:hover{
	text-decoration: underline;
}
a.fake{
	border-bottom: 1px dotted;
	text-decoration: none;
}
a.fake:hover{
	border-bottom-color: transparent;
}
a.fake.solid{
	border-bottom-width: 2px;
}

ul.flat,
ol.flat{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.flat li,
ol.flat li{
	margin: 0;
	padding: 0;
}

/* Table */
table.tlist {
	width: 100%;
}
table.tlist td,
table.tlist th {
	border: 1px solid #591C01;
	padding: 5px;
	vertical-align: top;
}
table.tlist th {
	background: #A23B0D;
	color: #fff;
	text-align: left;
}
table.tlist td {
	color: #400000;
	text-align: left;
}
table.tlist td.center {
	text-align: center;
}
table.tlist tr.odd {
	background: #DCBB91;
}




.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.clearfix:after {
	clear: both;
}

.clear{
	clear: both;
	font-size: 0 !important;
	height: 0;
	line-height:0 !important;
	overflow: hidden;
}

.abs{
	position: absolute;
}
.rel{
	position: relative;
}
.left{
	float: left;
}
.right{
	float: right;
}
.dnone{
	display: none;
}
.dnone-lite{
	visibility: hidden; position: absolute; top: -9999px; left: -9999px;
}

.img{
	float: left;
	margin: 0 20px 5px 0;
}
.imgr{
	float: right;
	margin: 0 0 20px 5px;
}

.hr{
	height: 1px;
	border-top: dotted 1px #676767;
	margin: 10px 0;
}

.t_center{
	text-align: center;
}
.t_right{
	text-align:right;
}




/* Responsive: width <= 660px */
@media screen and (max-width: 660px), screen and (max-device-width: 660px) {
	/* Table */
	table.tlist thead {
		display: none;
	}
	table.tlist tr {
		display: block;
		position: relative;
		margin-bottom: 20px;
	}
	table.tlist tr:after {
		background: -moz-linear-gradient(left, rgba(221,189,149,0) 0%, rgba(221,189,149,1) 26%, rgba(221,189,149,1) 75%, rgba(221,189,149,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,189,149,0)), color-stop(26%,rgba(221,189,149,1)), color-stop(75%,rgba(221,189,149,1)), color-stop(100%,rgba(221,189,149,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* IE10+ */
		background: linear-gradient(to right, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddbd95', endColorstr='#00ddbd95',GradientType=1 ); /* IE6-9 */
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: -11px;
		width: 100%;
		height: 1px;
	}
	table.tlist tr:before {
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(26%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: -10px;
		width: 100%;
		height: 1px;
	}
	table.tlist tr.odd {
		background: none;
	}
	table.tlist td {
		display: inline-block;
		width: auto;
		border: 0;
	}
}

/* End */


/* Start:/local/templates/uniconf/template_styles.css?163223518666257*/
/**
* @category	Individ
* @copyright	2013 Individ LTD (http://individ.ru)
*/

/* Defaults */
html, body{
	height: 100%;
	width: 100%;
}
body{
	font-family: 'PT Sans', Arial, sans-serif;
	line-height: 1.3;
}




/* Utils */
.global-no-select{
	/* Deny text selection, for IE use attribute unselectable="on" instead */
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}




/* Styled select */
.select-wrap{
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 0;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset;
}
.select-wrap:after{
	color: #000000;
	content: '▼';
	font-size: 11px;
	line-height: 1;
	margin-top: -5px;
	position: absolute;
	right: 4px;
	top: 50%;
	z-index: -1;
}
.select-wrap select{
	background-color: transparent;
	border: none;
	color: transparent;
	opacity: 0;
	position: relative;
}
.select-wrap select:focus{
	outline: none;
}
.select-wrap optgroup,
.select-wrap option{
	color: #000000;
	opacity: 1;
}
.select-wrap .select-value{
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	padding: 2px 13px 0 3px;
	right: 0;
	top: 0;
	vertical-align: middle;
	white-space: nowrap;

	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.select-wrap .select-value:before{
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.select-wrap.select-big:after{
	font-size: 14px;
	margin-top: -7px;
}
.select-wrap.select-big select{
	padding: 14px 0 13px 10px;
}
.select-wrap.select-big .select-value{
	padding: 2px 16px 0 10px;
}

/* css for contacts style */

.left-contacts {
    float: left;
    width: 492px;
	font-size: 14px;
}
.left-contacts .information{
    margin-top: 26px;
	position:relative;
}

.information .line{
    border-bottom: 1px dotted #CCCCCC;
    margin-top: 10px;
    width: 465px;
}
.information .line span.name{
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
    width: 110px;
}
.information .line span.info-text{
    display: inline-block;
    width: 350px;
}


/* Dropdown selector */
.dropdown-select{
	color: #3F1C15;
	font-size: 21.33px;
	position: relative;
}
.dropdown-select .handler{
	border-bottom: 1px dotted;
	padding-right: 20px;
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.dropdown-select a.handler:hover,
.dropdown-select a.handler.active
{
	border-bottom: 0;
	padding-bottom: 1px;
}
.dropdown-select .handler:before{
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat -340px -57px transparent;
	content: '';
	height: 10px;
	margin-top: -3px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 16px;
}
.dropdown-select ul.items{
	background-color: #E7CDAC;
	border-radius: 8px;
	display: none;
	list-style-type: none;
	margin: 6px 0 0;
	min-width: 460px;
	max-width: 100%;
	padding: 6px 14px;
	position: absolute;
	left:-45px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.dropdown-select ul.items ul{
	display: block;
	font-size: 16px;
	list-style-type: none;
	margin: 0 0 0 -20px;
}
.dropdown-select ul.items ul li{
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
}



/* selectfix */

.selectfix  {
	position: relative;
}
.selectfix a {
	padding: 8px 19px 8px 5px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 0;
	width: 100%;

	white-space: nowrap;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16) inset;

	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.selectfix a:after {
	color: #000000;
	content: "▼";
	font-size: 11px;
	line-height: 1;
	margin-top: -5px;
	position: absolute;
	right: 4px;
	top: 50%;
	z-index: -1;
}
.selectfix ul {
	position: absolute;
	left: 0;
	top: 33px;
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	display: none;
	list-style: none outside none;
	width: 200px;
	margin: 0;
	z-index: 100;
}
.selectfix ul li{
	cursor: pointer;
	padding: 5px;
}
.selectfix ul li.selected,
.selectfix ul li:hover
{
	background: #FFE6C9;
}

/* SVG patternizer */
.jquery-patternizer{
}




/* Loading indicator */
.loading-indicator {
	position: relative;
}
.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 50;
}
.loading-indicator .loading-layer {
	background-color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.loading-indicator .loading-icon {
	background: url(/local/templates/uniconf/images/loading.gif) no-repeat center center transparent;
}




/* Bitrix loading indicator overrides */
body div.waitwindowlocalshadow {
	background: url(/local/templates/uniconf/images/loading.gif) no-repeat center center rgba(255, 255, 255, 0.3);
	border: none;
}
body div.waitwindowlocalshadow + div.waitwindowlocal {
	display: none;
}




/* Separation line */
.sep-line {
	background: url(/local/templates/uniconf/images/news-line.png) no-repeat scroll center center transparent;
	height: 60px;
}
#page.mokka .sep-line {
	background: none;
	position: relative;
}
#page.mokka .sep-line:before,
#page.mokka .sep-line:after {
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	right: 0;
}
#page.mokka .sep-line:before {
	background: #95543b;
	margin-top: -1px;

	background: -moz-linear-gradient(left, rgba(149,84,59,0) 0%, #95543b 30%, #95543b 70%, rgba(149,84,59,0) 100%);
	background: -webkit-linear-gradient(left, rgba(149,84,59,0) 0%, #95543b 30%, #95543b 70%, rgba(149,84,59,0) 100%);
	background: -o-linear-gradient(left, rgba(149,84,59,0) 0%, #95543b 30%, #95543b 70%, rgba(149,84,59,0) 100%);
	background: -ms-linear-gradient(left, rgba(149,84,59,0) 0%, #95543b 30%, #95543b 70%, rgba(149,84,59,0) 100%);
	background: linear-gradient(to right, rgba(149,84,59,0) 0%, #95543b 30%, #95543b 70%, rgba(149,84,59,0) 100%);
}
#page.mokka .sep-line:after {
	background: #3a1408;

	background: -moz-linear-gradient(left, rgba(58,20,8,0) 0%, #3a1408 30%, #3a1408 70%, rgba(58,20,8,0) 100%);
	background: -webkit-linear-gradient(left, rgba(58,20,8,0) 0%, #3a1408 30%, #3a1408 70%, rgba(58,20,8,0) 100%);
	background: -o-linear-gradient(left, rgba(58,20,8,0) 0%, #3a1408 30%, #3a1408 70%, rgba(58,20,8,0) 100%);
	background: -ms-linear-gradient(left, rgba(58,20,8,0) 0%, #3a1408 30%, #3a1408 70%, rgba(58,20,8,0) 100%);
	background: linear-gradient(to right, rgba(58,20,8,0) 0%, #3a1408 30%, #3a1408 70%, rgba(58,20,8,0) 100%);
}



/* Accent block */
.accent-block {
	background-color: #FBF4E3;
	color: #482C22;
	font-size: 15px;
	line-height: 1.4;
	overflow: hidden;
	padding: 25px 20px;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.accent-block .header{
	font-weight: bold;
	margin: 0;
}




/* Title block */
.title-block {
	display: block;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 20px;
	text-align: center;
}




/* 3D carousel */
.carousel {
	margin: 0px;
	padding: 0px;
	position: relative;

	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.carousel .carousel-item {
	background-image: url(/local/templates/uniconf/images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
}
.carousel .tooltip {
	background-color: #DDD;
	border: #EEE solid 4px;
	border-radius: 8px;
	margin-bottom: 20px;
	position: absolute;
	z-index: 9999;
}
.carousel .tooltip p {
	color: #999;
	margin: 0px;
	padding: 10px;
}
.carousel .scrollbar {
	margin-top: 100px;
	position: absolute;
	width: 340px;
	z-index: 5;
}
.carousel .scrollbar .track {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat scroll 0 -283px transparent;
	height: 11px;
	left: -50px;
	position: absolute;
	top: -22px;
	width: 469px;
}
.carousel .scrollbar .thumb {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat scroll 0 -299px transparent;
	cursor: pointer;
	height: 24px;
	position: absolute;
	top: -5px;
	width: 76px;
}
.carousel .scrollbar .left,
.carousel .scrollbar .right {
	cursor: pointer;
	display: none;
	height: 20px;
	position: absolute;
	width: 20px;
}
.carousel .scrollbar .left {
	left: 0px;
}
.carousel .scrollbar .right {
	right: 0px;
}


/* site map
--------------------------------------------- */
.site-map-link {
	position:absolute;
	right: 30px;
	top: 0;
	padding: 2px 20px 7px;
	border-radius: 0 0 7px 8px;
	background: #D9D9D9;

	-webkit-border-radius: 0 0 9px 9px;
	-moz-border-radius: 0 0 9px 9px;
	/*
	-webkit-box-shadow: 0 1px 1px 1px #BEBBBB inset;
	box-shadow: 0 1px 1px 1px #BEBBBB inset;
	*/
	border-left: 1px solid #C2C0C0;
	border-bottom: 1px solid #C2C0C0;
	border-right: 1px solid #C2C0C0;
}
.site-map-link a{
	text-decoration:none;
	color: #6E6E6E;
	border-bottom:1px dotted #6E6E6E;
}
.site-map-link a:hover{
	border-bottom:0;
}

.site_map {
    background: #D9D9D9;
    font-size: 11px;
    color: #fff;
    line-height: 18px;
    padding: 0;
	z-index: 1000;
	position: relative;
}
.site_map .wrap {
    padding: 0 0 15px;
    display: none;
	width: 940px;
	margin:0 auto;
}
.site_map  ul {
    float: left;
    list-style: none outside none;
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
}

.site_map  ul li {
    background: none repeat scroll 0 0 transparent;
    color: #6E6E6E;
    float: left;
    font-size: 14px;
    width: 235px;
	font-weight: bold;
}
.site_map  ul li.title {
	list-style: none;
	margin-left: 0;
	font-weight: bold;
}
.site_map  ul li ul{
    color: #6E6E6E;
    list-style: disc outside none;
    margin-left: 0;
    width: 195px;
}
.site_map  ul li ul li{
    float: left;
    font-size: 12px;
    font-weight: normal;
    list-style: disc outside none;
    margin-left: 13px;
    width: 100%;
}
.site_map ul li ul li a.selected {
	font-weight: bold;
}
.site_map  .title {

}
.site_map a {
    color: #6E6E6E;
    float: left;
    text-decoration: none;
}
.site_map a:hover {
    text-decoration: underline;
}
.site_map .item_1 {
    margin-left: 1px;
    margin-right: 15px;
}
.site_map .item_2 {
    margin-right: 15px;
}
.site_map .item_3 {
    margin-right: 20px;
	width:158px;
}
.site_map .item_4 {
    margin-right: 30px;
}
.site_map .item_5 {
    margin-right: 40px;
}
.site_map .item_6 {
    margin-right: 155px;
}
.site_map_bookmark {
    background: #fff;
}
.site_map_bookmark a {
    display: block;
    background: #4e4e4e;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    width: 59px;
    float: right;
    color: #fff;
    text-decoration: none;
    -webkit-border-bottom-right-radius: 6px;
     -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomright: 6px;
         -moz-border-radius-bottomleft: 6px;
            border-bottom-right-radius: 6px;
             border-bottom-left-radius: 6px;
    margin-top: -4px;
    padding: 1px 10px 3px;
}



/* Carousel arrows */
.small-arrows-wrap {
	padding: 0 24px;
	position: relative;
}

.small-arrows-wrap.small-arrows-vertical{
	padding: 24px 0;
}
.small-brown-arrows,
.small-white-arrows {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat 0 0 transparent;
	cursor: pointer;
	height: 20px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
}
.small-brown-arrows.prev,
.small-white-arrows.prev {
	left: 0;
}
.small-brown-arrows.next,
.small-white-arrows.next {
	right: 0;
}
.small-arrows-vertical .small-brown-arrows,
.small-arrows-vertical .small-white-arrows {
	top: auto;
	left: 50%;
	right: auto;
	margin-top: 0;
	margin-left: -7px;

	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.small-arrows-vertical .small-brown-arrows.prev,
.small-arrows-vertical .small-white-arrows.prev {
	top: 0;
}
.small-arrows-vertical .small-brown-arrows.next,
.small-arrows-vertical .small-white-arrows.next {
	bottom: 0;
}
.small-brown-arrows.prev {
	background-position: -30px -112px;
}
.small-brown-arrows.next {
	background-position: -46px -112px;
}
.small-white-arrows.prev {
	background-position: -62px -112px;
}
.small-white-arrows.next {
	background-position: -77px -112px;
}




/* jScrollPane custom scrollbar */
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	background: transparent;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
.jspHorizontalBar {
	background: red;
	bottom: 0;
	height: 16px;
	position: absolute;
	left: 0;
	width: 100%;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #917C71;
	position: relative;
	width: 1px;
}
.jspDrag {
	background:#D25E03;
	border-radius:10px;
	cursor: pointer;
	position: relative;
	left: -4px;
	top: 0;
	width:10px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	cursor: pointer;
	display: block;
	text-indent: -20000px;
}
.jspArrow.jspDisabled {
	background: #80808d;
	cursor: default;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	float: left;
	height: 100%;
	width: 16px;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}




/* jQuery.scrollbar layout */
.jq-scrollbar{
	position: relative;
}
.jq-scrollbar-x{
	height: 16px;
}
.jq-scrollbar .jq-scrollbar-rail{
	background-color: #E5DFD7;
	border: 1px solid #C5B7A1;
	border-top-color: #A18B6B;
	border-radius: 6px;
}
.jq-scrollbar-x .jq-scrollbar-rail{
	bottom: 0;
	height: 8px;
	left: 0;
	position: absolute;
	right: 0;
}
.jq-scrollbar-x .jq-scrollbar-bar{
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat -97px -301px transparent;
	cursor: pointer;
	height: 22px;
	margin-top: -7px;
	width: 156px;
}




/* Numbers like images */
.numbers {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat 0 0 transparent;
	display: inline-block;
	height: 50px;
	width: 35px;
}
.numbers.n0 {
	background-position: 0px -341px;
}
.numbers.n1 {
	background-position: -37px -341px;
}
.numbers.n2 {
	background-position: -76px -341px;
}
.numbers.n3 {
	background-position: -115px -341px;
}
.numbers.n4 {
	background-position: -152px -341px;
}
.numbers.n5 {
	background-position: -194px -341px;
}
.numbers.n6 {
	background-position: -236px -341px;
}
.numbers.n7 {
	background-position: -278px -341px;
}
.numbers.n8 {
	background-position: -314px -341px;
}
.numbers.n9 {
	background-position: -355px -341px;
}




/* jQuery UI Slider */
.ui-slider {
	background: #cccccc;
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat scroll -129px -111px transparent;
	cursor: pointer;
	height: 31px;
	outline: medium none;
	position: absolute;
	width: 22px;
	z-index: 2;
}
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: 2px; margin-left: -12px; }
.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-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }




/* Local in-page menu */
.local-menu {
	text-align: center;
}
.local-menu nav {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px;
	display: inline-block;

	-webkit-box-shadow: 1px 3px 2px -3px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 1px 3px 2px -3px rgba(0, 0, 0, 0.5) inset;
}
.local-menu a {
	color: #472412;
	float: left;
	font-size: 15px;
	margin: -1px 0;
	padding: 14px 20px 11px;
	position: relative;
	text-decoration: none;
	vertical-align: top;
}
.news-factories .local-menu a, .news-list-for-investors .local-menu a{
padding: 14px 40px 11px;
}
.content-about-museum .local-menu a {
	/*padding: 14px 10px 11px;*/
	padding: 14px 7px;
}
.local-menu a:after {
	bottom: 0px;
	content: "";
	position: absolute;
	right: 0px;
	width: 1px;
	top: 0px;

	background: -moz-linear-gradient(top, rgba(245,235,221,0) 0%, rgba(245,235,221,1) 16%, rgba(245,235,221,1) 50%, rgba(245,235,221,1) 85%, rgba(245,235,221,0) 100%);
	background: -webkit-linear-gradient(top, rgba(245,235,221,0) 0%,rgba(245,235,221,1) 16%,rgba(245,235,221,1) 50%,rgba(245,235,221,1) 85%,rgba(245,235,221,0) 100%);
	background: -o-linear-gradient(top, rgba(245,235,221,0) 0%,rgba(245,235,221,1) 16%,rgba(245,235,221,1) 50%,rgba(245,235,221,1) 85%,rgba(245,235,221,0) 100%);
	background: -ms-linear-gradient(top, rgba(245,235,221,0) 0%,rgba(245,235,221,1) 16%,rgba(245,235,221,1) 50%,rgba(245,235,221,1) 85%,rgba(245,235,221,0) 100%);
	background: linear-gradient(to bottom, rgba(245,235,221,0) 0%,rgba(245,235,221,1) 16%,rgba(245,235,221,1) 50%,rgba(245,235,221,1) 85%,rgba(245,235,221,0) 100%);
}
.local-menu a.active:after {
	background: none;
}

.local-menu a.active {
	border: 1px solid #8D2804;
	border-radius:5px;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 12px;

	-webkit-box-shadow: 0 1px 3px 0 #999999;
	box-shadow: 0 1px 3px 0 #999999;

	background: rgb(194,67,13); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(194,67,13,1) 0%, rgba(144,47,3,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,67,13,1)), color-stop(100%,rgba(144,47,3,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2430d', endColorstr='#902f03',GradientType=0 ); /* IE6-9 */
}


/* блок для */


.gradient-line{
    height: 20px;
    position: relative;
    width: 100%;
	text-align: center;
}
.gradient-line span {
    /*background-color: #FCFCFC; */
    border-radius: 100px 100px 100px 100px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 5px;
    position: relative;
	z-index: 1;
}
.gradient-line span:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 2px;
	background-color: #FCFCFC;
	z-index: -1;
}

.gradient-line:after {
	background: -moz-linear-gradient(left, rgba(221,189,149,0) 0%, rgba(221,189,149,1) 26%, rgba(221,189,149,1) 75%, rgba(221,189,149,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(221,189,149,0)), color-stop(26%,rgba(221,189,149,1)), color-stop(75%,rgba(221,189,149,1)), color-stop(100%,rgba(221,189,149,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(221,189,149,0) 0%,rgba(221,189,149,1) 26%,rgba(221,189,149,1) 75%,rgba(221,189,149,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ddbd95', endColorstr='#00ddbd95',GradientType=1 ); /* IE6-9 */
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 6px;
	width: 100%;
	height: 1px;
	z-index: 0;
}
.gradient-line:before {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 26%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(26%,rgba(255,255,255,1)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 26%,rgba(255,255,255,1) 75%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: 1px;
	z-index: 0;
}

/* Search filter */
.search-filter .title {
	line-height: 1;
	margin: 10px 0;
	overflow: hidden;
	text-align: center;
}
.search-filter div.title span{
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	padding: 0 10px;
	position: relative;
}
.search-filter div.title span:after,
.search-filter div.title span:before{
	border-bottom: 1px solid #ECC89E;
	bottom: 0;
	content: '';
	height: 1px;
	position: absolute;
}
.search-filter div.title span:before{
	left: -1000px;
	right: 100%;
}
.search-filter div.title span:after{
	left: 100%;
	right: -1000px;
}
.search-filter ul{
	margin: 10px 0px 0px 0px;
	text-align: center;
	width: 100%;
}
.search-filter ul li{
	border: 1px solid #DBC4A5;
	background: #FCF4E9;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	margin-left: 5.2px;
	margin-top: 10px;
	padding: 2px 9px 2px 4px;
	position: relative;
	height:16px;
}
.search-filter ul li.active{
	background: #482C22;
	border: 1px solid #3B2016;
	color: #fff;

	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.search-filter ul li.active:after{
	color: #B59872;
	content: 'x';
	font-size: 10px;
	position: absolute;
	right: 2px;
	top: -4px;
	width: 5px;
}
.search-filter ul li img{
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}




/* Map with bg, markers and balloons */
.news-list-distributors .map-block {
    color: #000000;
    font-size: 14px;
    height: 330px;
    line-height: 23px;
    margin-top: 10px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.news-factories-list .map-block {
    color: #000000;
    font-size: 14px;
    height: 569px;
    line-height: 23px;
    margin-top: 10px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.news-factories-list .map-block .map {
    background: url("/local/templates/uniconf/images/map.png") no-repeat scroll 0 0 transparent;
    height: 652px;
    left: -103px;
    position: absolute;
    top: -61px;
    transform: scale(0.8);
    width: 1154px;
}
.news-factories-list .map-block .text {
	position: relative;
	text-align: center;
}

.map-block .pin {
	background: url(/local/templates/uniconf/images/map-pin.png) no-repeat center 0 transparent;
	cursor: pointer;
	height: 22px;
	line-height: 1.2;
	margin-left: -20px;
	position: absolute;
	width: 40px;
}
.map-block .pin:hover {
	height: 28px;
	background-position: center -56px;
}
.map-block .pin.big {
	background-position: center -108px;
}
.map-block .pin.big:hover {
	background-position: center -164px;
}
.map-block .pin .balloon {
    border-bottom: 1px solid #412014;
    bottom: 40px;
    display: none;
    left: -23px;
    min-width: 80px;
    position: absolute;
	cursor: default;
}
.map-block .pin.big {
	height: 40px;
}


.news-factories-list .map-block .pin .balloon {
	bottom: 30px;
	left: -69px;
	z-index: 10;
}
.map-block .pin .balloon:before {
	background: #adadad;
	border-right: 1px solid #412014;
	border-bottom: 1px solid #412014;
	bottom: -6px;
	content: '';
	height: 12px;
	margin-left: -6px;
	left: 40px;
	position: absolute;
	width: 12px;

	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news-factories-list .map-block .pin .balloon:before {
	left: 90px;
}
.map-block .pin .balloon:after {
	background: #adadad;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;

	background: -moz-linear-gradient(top, #fefefe 10%, #adadad);
	background: -webkit-linear-gradient(top, #fefefe 10%, #adadad);
	background: -o-linear-gradient(top, #fefefe 10%, #adadad);
	background: -ms-linear-gradient(top, #fefefe 10%, #adadad);
	background: linear-gradient(to bottom, #fefefe 10%, #adadad);
}
.map-block .pin:hover .balloon {
	display: block;
}
.map-block .pin .balloon-content {
    display: block;
    float: left;
    font-size: 13px;
    padding: 5px;
    position: relative;
    z-index: 1;
}
.map-block .pin .balloon-content p{
	margin: 0px;
}
/*
.map-block .pin .balloon-content:after,
.map-block .pin .balloon-content:before {
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 1px;

	background: -moz-linear-gradient(top, #fefefe 10%, #412014);
	background: -webkit-linear-gradient(top, #fefefe 10%, #412014);
	background: -o-linear-gradient(top, #fefefe 10%, #412014);
	background: -ms-linear-gradient(top, #fefefe 10%, #412014);
	background: linear-gradient(to bottom, #fefefe 10%, #412014);
}
*/
.map-block .pin .balloon-content:after {
	left: 0;
}
.map-block .pin .balloon-content:before {
	right: 0;
}
.map-block .pin .balloon  a{
	text-decoration: none;
}
.map-block .pin .balloon p{
    float: left;
    margin: 3px 0;
    width: 100%;
}
.map-block .pin .balloon .image {
	float: left;
	width: 45px;
}
.map-block .pin .balloon .image img {
	max-width: 100%;
}
.map-block .pin .balloon .text {
	display: block;
	margin-left: 58px;
	text-align: left;
}




/* Layout */
.relative {
	position: relative;
}
.width {
	margin: 0 auto;
	width: 940px;
}
.layout-sidebar {
	float: left;
	margin-right: 50px;
	padding-left:10px;
	width: 160px;
}
.layout-content {
	float: left;
	width: 720px;
}




/* Form Block */
.form-block {
	background: #efddc8;
	border-radius: 5px;
	color: #444444;
	font-family: Arial;
	font-size: 13px;
	margin: 30px auto;
	padding: 30px 30px;

	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.form-block h2{
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.form-block .line {
	margin-bottom: 10px;
	position: relative;
}
.form-block  .line .line-title{
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	width: 33%;
}
.form-block  .line .line-code {
	width: 67%;
	float: right;
	position: relative;
}
.form-block .line .inputtext,
.form-block .line .inputtextarea,
.form-block .line .select-wrap,
.form-block .line select.inputselect,
.form-block .widget-upload-field,
.form-block .captcha .captcha-right {
	float: right;
	width: 100%;
}
.form-block .line select.inputselect {
	width: 247px;
}
.form-block .line span.select-wrap select.inputselect{
	float: none;
}
.form-block .inputtextarea {
	height: auto;
}
.form-block .widget-upload-field .upload-field-value{
	float: right;
	width: 110px;
	background:none;
	border:0;
	box-shadow:none;
	position: relative;
}
.form-block .widget-upload-field .upload-field-value:before{
	content: "выбрать файл";
}
.form-block .widget-upload-field:before {
	bottom: 0px;
	content: "выбрать файл";

	position: absolute;
	left: 0;
	background:#fff;
	border-radius:5px;
	top: 0;
	padding:6px 13px;

	-webkit-box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.25) inset;
	box-shadow: 0px 0 3px 1px rgba(0, 0, 0, 0.25) inset;
}
.form-block .submit {
	font-family: 'Play', sans-serif;
	width: 195px;
	height: 33px;
	font-size: 15px;
	border: 0px;
	background: url("/images/bg-submit.png") no-repeat;
	color: #fff;
	text-transform: uppercase;
}
.form-block .starrequired {
	color: red;
}
.form-block .form_footer {
	clear: both;
	position: relative;
	text-align: center;
}
.form-block .form_footer .button{
	margin:10px auto;
}

.form-block .form-block-left {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 420px;
}
.form-block .right {
	float: right;
}
.form-block .btn {
	display:inline-block;
}
.form-block .button-block {
	display: block;
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
.form-block .form_info {
	float:left;
	position:relative;
	margin-top:10px;
}

#captchaBlock{
	position: relative;
}
#captchaBlock #whiteBlock{
	background-color: #FFF;
	display: none;
	height: 40px;
	position: absolute;
	text-align: center;
	width: 180px;
}
#captchaBlock #whiteBlock #loaderImg{
	margin-top: 3px;
}
#reloadCaptcha {
	background: url('/local/templates/uniconf/images/refresh.png') no-repeat scroll 0 0 transparent;
	cursor: pointer;
	font-size: 11px;
	left: 141px;
	padding-left: 20px;
	position: absolute;
}
.form-block .captcha .captcha-right {
	position: relative;
}
.form-block .line input.capcha {
	float: none;
	height: 25px;
	margin-top: 15px;
	padding: 3px 6px;
	vertical-align: top;
	width: 90px;
}




/* Go to top button */
#go-to-top {
    border: 0 none;
    border-radius: 0 0 0 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 35px;
    z-index: 1000;
	background: #ffffff;
	visibility: hidden;
	opacity: 0.4;
}
#go-to-top:hover {
    background: #ffffff;
	opacity: 0.9;
}
#go-to-top:before {
	content: "▲";
	float: left;
	left: 9px;
	position: relative;
	top: 10px;
}
body.too-scroll #go-to-top {
	visibility: visible;
}




/* Page wrapper */
#page {
	background: url(/local/templates/uniconf/images/cappuccino-background.jpg) no-repeat scroll center 20px #e7cdac;
	min-height: 100%;
	overflow: hidden;
}
/*
#page #header {
	background: #f3f3f3;
}
*/
#page.chocolate-chips {
	background: url(/local/templates/uniconf/images/chocolate-chips-background.jpg) center 75px no-repeat #fff;
}
#page.chocolate-chips #header {
	background-color: transparent;
	background: #f3f3f3;
}
#page.milk-and-coffee {
	background: url(/local/templates/uniconf/images/milk-and-coffee-background.jpg) no-repeat scroll center 0px #e8cdad;
}

#page.milk-and-coffee #header {
	background: #f3f3f3;
}
#page.milk-and-sugar {
	background: #ffffff !important;
}
#page.latte {
	background: #E8CDAD;
}
#page.mokka {
	background: #491B0B;
	position: relative;
	z-index: 0;

	background: -moz-linear-gradient(top, #230A03 0%, #451909 63%, #421808 100%);
	background: -webkit-linear-gradient(top, #230A03 0%, #451909 63%, #421808 100%);
	background: -o-linear-gradient(top, #230A03 0%, #451909 63%, #421808 100%);
	background: -ms-linear-gradient(top, #230A03 0%, #451909 63%, #421808 100%);
	background: linear-gradient(to bottom, #230A03 0%, #451909 63%, #421808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#230A03', endColorstr='#421808', GradientType=0);
}
#page.mokka:after {
	background: url(/local/templates/uniconf/images/mokka-bottom-background.png) no-repeat scroll center bottom transparent;
	bottom: 0;
	content: '';
	height: 301px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}
#page.mokka #content {
	color: #E6C298;
}
#page.mokka h1,
#page.mokka h2,
#page.mokka h3,
#page.mokka h4,
#page.mokka h5,
#page.mokka h6 {
	color: #ffffff;
}
#page.mokka ul.breadcrumb-navigation{
	color: inherit;
}




/* Page header */
#header {
	position: fixed;
	width: 100%;
	z-index: 999;

}
#header-inner {
	background: none repeat scroll 0 0 #F3F3F3;
	border-radius: 0 0 4px 4px;
	padding-top: 36px;
	position: relative;
}
#header .header-group-first{
	font-family: Arial;
	text-align: center;
}
#after-header-space {
	height: 107px;
	/*height: 71px;*/
}




/* Page content */
#content {
	padding-bottom: 100px;
	text-align: left;
}
#content .page-info {
	text-align: center;
}
body.en #content .breadcrumb-navigation,
body.ch #content .breadcrumb-navigation {
	display: none;
}





/* Page footer */
#footer {
	background: #340c17;
	margin-top: -100px;
	height: 121px;
	position: relative;
}
#footer-inner {
	color: #ddbd95;
	line-height: 1;
	padding-top: 22px;
	position: relative;
}

#footer-menu {
	float: left;
	width: 760px;
}
#footer-menu ul {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	list-style-type: none;
	margin-left: -50px;
}
#footer-menu ul li {
	display: inline-block;
	padding: 0;
	margin-left: 40px;
}
#footer-menu a {
	text-decoration: none;
}
#footer-menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#footer-phone-layer {
	float: right;
	width: 180px;
}
#footer-phone-layer .text {
	font-size: 16px;
	margin-bottom: 13px;
}
#footer-phone-layer .number {
	font-size: 22px;
	font-weight: bold;
}

#footer-copyrights {
	clear: left;
	line-height: 1.4;
	padding-top: 18px;
	width: 760px;
}
.fb-ico {
	position: absolute;
    right: 0px;
    top: 0;
	display:none;
    padding: 22px 17px 7px;
}
.fb-ico-top {
	position: absolute;
    right: 0px;
    top: 0;
	display: inline-block;
    padding: 4px 3px 7px;
}


/* Links block in header */
#header-links {
	height: 15px;
	list-style-type: none;
	margin: 0 190px 0 0;
	position: absolute;
	right: 50%;
	top: 7px;
}
#header-links li {
	display: inline;
	padding-right: 12px;
}
#header-links a {
	/*color: #6e6e6e;*/
	color: #000;
	font-size: 12px;
}
#header-links a:hover {
	text-decoration: none;
}
#header-links li a.contacts {
}
#header-links li a.contacts:before {
    background: url("/local/templates/uniconf/images/sprite.png") no-repeat scroll 0 -112px transparent;
    content: "";
    display: inline-block;
    height: 13px;
    /*left: -15px;
    position: absolute;*/
	margin-right: -7px;
    top: 2px;
    vertical-align: bottom;
    width: 21px;
}

#header-all-site {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat 0 -340px transparent;
	display:none;
	height: 25px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 100px;
}
#header-all-site a {
	color: #6E6E6E;
	font-size: 11px;
	text-decoration: none;
}




/* Language selector in header */
#header-lang {
	background: #D9D9D9;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	box-shadow: 0 1px 1px 1px #BEBBBB inset;
	display: block;
	font-size: 11px;
	font-weight: normal;
	left: 50%;
	line-height: 17px;
	list-style-type: none;
	margin-left: 170px;
	position: absolute;
	top: 8px;
}
#header-lang li {
	color:#6e6e6e;
	float: left;
	height: 17px;
	margin: 0;
	padding: 1px 11px 0;
}
#header-lang li.active {
	background: #E27209;
	border: 1px solid #BE6B1E;
	border-bottom-color: #A33402;
	border-top-color: #EB8E22;
	border-radius: 9px;
	box-shadow: 0 2px 2px 0 rgba(100, 100, 100, 0.7);
	color: #ffffff;
	padding-top: 0;

	background: rgb(253,147,21); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,147,21,1) 0%, rgba(206,88,1,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* W3C */
}
#header-lang a {
	text-decoration: none;
}
#header-lang a:hover {
	text-decoration: underline;
}
#header-lang li.active a {
	cursor: default;
}
#header-lang li.active a:hover {
	text-decoration: none;
}




/* Menu in header */
#header-menu {
	border: 1px solid #9E390B;
	border-top-color: #E88F26;
	border-radius: 4px;
	box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.3);
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	left: 0;
	padding-bottom: 3px;
	position: relative;
	right: 0;

	background: #9E390B;
	background: -moz-linear-gradient(top,  rgba(176,67,21,1) 0%, rgba(140,46,1,1) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  rgba(176,67,21,1) 0%,rgba(140,46,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(176,67,21,1) 0%,rgba(140,46,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(176,67,21,1) 0%,rgba(140,46,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(176,67,21,1) 0%,rgba(140,46,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b04315', endColorstr='#8c2e01',GradientType=0 ); /* IE6-9 */

	/* для активного меню */
	padding-bottom: 0;
}
#header-menu a {
	text-decoration: none;
}

#header-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 30px;
	text-align: center;
	/* для активного меню */
	padding: 0;
}
#header-menu ul li {
	float: left;
	padding: 10px 6px;
	position: relative;
	width: 115px;
	/* для активного меню */
    padding: 10px 22.7px;
    width: 98px;
}
body.ch #header-menu ul li {
    width: 96px;
}
body.ch #header-menu ul li.first {
    width: 103px;
}
#header-menu ul li:before{
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;

	background: #B15717;
	background: -moz-linear-gradient(top,  rgba(177,87,23,0.2) 0%, rgba(177,87,23,1) 50%, rgba(177,87,23,0.2) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  rgba(177,87,23,0.2) 0%,rgba(177,87,23,1) 50%,rgba(177,87,23,0.2) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(177,87,23,0.2) 0%,rgba(177,87,23,1) 50%,rgba(177,87,23,0.2) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(177,87,23,0.2) 0%,rgba(177,87,23,1) 50%,rgba(177,87,23,0.2) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(177,87,23,0.2) 0%,rgba(177,87,23,1) 50%,rgba(177,87,23,0.2) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b15717', endColorstr='#33b15717',GradientType=0 ); /* IE6-9 */
}
#header-menu ul li.first:before,
#header-menu ul li.i-3:before{
	display: none;
}
#header-menu ul li.space {
	margin-right: 360px;
}
#header-menu ul li.last {
	width: 101px;
}
#header-menu ul li.active,
#header-menu ul li:hover
{
	background: rgb(175,67,21); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(175,67,21,1) 0%, rgba(221,100,47,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(175,67,21,1)), color-stop(100%,rgba(221,100,47,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(175,67,21,1) 0%,rgba(221,100,47,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(175,67,21,1) 0%,rgba(221,100,47,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(175,67,21,1) 0%,rgba(221,100,47,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(175,67,21,1) 0%,rgba(221,100,47,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af4315', endColorstr='#dd642f',GradientType=0 ); /* IE6-9 */
}
#header-menu ul ul {
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	box-shadow: 5px 5px 20px 1px #AAAAAA;
	display: none;
	left: -25px;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 39px;
	width: 157px;
	z-index: 500;
}
#header-menu ul li:hover ul{
	display: block;
}
#header-menu ul ul.block-1 {
	left: 0px;
}
#header-menu ul ul.block-2 {
	left: 0px;
}
#header-menu ul ul.block-3 {
	left: -230px;
}
#header-menu ul ul.block-4 {
	right: 5px;
	left:0;
}
#header-menu ul ul li {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
	text-align:center;
}
#header-menu ul ul li:before {
	height: 1px;
	right: 0;
	width: auto;

	background: -moz-linear-gradient(left,  rgba(96,96,96,0) 0%, rgba(96,96,96,0.6) 50%, rgba(96,96,96,0) 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(left,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* W3C */
}
#header-menu ul ul li:first-child:before {
	display: none;
}
#header-menu ul ul li:hover {
	background: none;
	background-color: #983b12;
}

#header-menu ul ul li.ng2014 img {
	margin-top: -2px;
	margin-left: -4px;
	margin-right: -4px;
	float:left;
	width:20px;
}
#header-menu ul ul li:hover a {
	color: #ffffff;
}
#header-menu ul ul li .image {
	margin-right: 5px;
	float: left;
	width: 80px;
	text-align: center;
}
#header-menu ul ul li a {
	color: #997449;
	display: block;
	font-weight: normal;
	font-size: 12px;
	padding: 8px 10px;
}
#header-menu ul ul.sub-menu-layer-3 li a:hover {
	text-decoration: underline;
}

#header-menu ul ul:before {
	background: #fff;
	content: '';
	display: block;
	height: 14px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: -7px;
	width: 14px;

	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header-menu .sub-menu-layer-3 {
	padding: 5px;
	width: 500px;
}
#header-menu ul.sub-menu-layer-3:before {
	left: 58%;
}
#header-menu ul.sub-menu-layer-3 li {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 5px 5px 0;
	min-height: 50px;
	overflow: hidden;
	padding-left: 73px;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 165px;
	padding-top: 0px;
}
#header-menu ul.sub-menu-layer-3 li:before {
	display: none;
}
#header-menu ul.sub-menu-layer-3 li:hover{
	background-color: transparent;
}
#header-menu ul.sub-menu-layer-3 li a {
	padding-top: 0;
}
#header-menu ul.sub-menu-layer-3 li:hover a {
	color: #997449;
}
#header-menu ul.sub-menu-layer-3 li .icon{
	float: left;
	left: 0;
	max-width: 70px;
	max-height:50px;
	top: 0;
	position: absolute;
}

/* map page*/

.map{
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.map ul {
    float: left;
    list-style: none outside none;
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
}
.map ul li ul{
    margin-left: 0;
}
.map ul li{
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 235px;
}
.map ul li ul li {
	width: 200px;
}
.map ul li ul li a{
	font-weight: normal;
}
/* mission page*/
.content-left-img {
	float:left;
	width:250px;
	margin:0px 15px 10px 0px;
	text-align:center;
}
.content-left-img img{
	width:250px;
}

/* Promo block in header */
#header-promo {
	display: block;
	height: 70px;
	left: 50%;
	margin-left: -169px;
	padding-top: 8px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 328px;
	z-index: 0;
}
#header-promo:before {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat scroll 0 0 transparent;
	content: '';
	height: 104px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
#header-promo a {
	background: url(/local/templates/uniconf/images/sprite.png) no-repeat scroll -204px -108px transparent;
	color: #440007;
	display: block;
	font-family: 'PT Serif Caption', serif;
	font-size: 14px;
	letter-spacing: 0.12em;
	padding-left: 10px;
	padding-top: 51px;
	text-decoration: none;
	text-transform: uppercase;
}
body.en #header-promo a,
body.ch #header-promo a {
	background: url(/local/templates/uniconf/images/en/logo.png) no-repeat scroll 75px 0 transparent;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
}

body.s3 #header-promo a,
body.s3 #header-promo a {
  background: url(/local/templates/uniconf/images/en/logo.png) no-repeat scroll 75px 0 transparent;
  height: 30px;
  overflow: hidden;
  text-indent: -999px;
}

/* Subscribe block */
#subscribe-block .text {
	line-height: 20px;
	padding-bottom: 15px;
	color:#452612;
	font-size:13px;
}
#subscribe-block  input {
	margin-bottom: 15px;
	width: 100%;
}




/* Chocolade block */
#chocolate div.chocolate_fone{
	position: relative;
}
#chocolate div.chocolate_fone{
	background: url("/local/templates/uniconf/images/bg-chocolate.jpg") repeat-y scroll center top transparent;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

#chocolate div.chocolate_fone .chocolate_fone_content{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	left: 0px;
	line-height: 28px;
	margin: 0 auto;
	padding: 30px 0 25px;
	top: 0;
	width: 940px;
	z-index: 5;
}
#chocolate div.chocolate_fone .chocolate_fone_content ul.ul-list{
	list-style: none;
}
#chocolate div.chocolate_fone .chocolate_fone_content .mark-list ul.ul-list{
	float:right;
}
#chocolate ul.ul-list li{
	display: inline-block;
	color: #FFD5A3;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
	vertical-align: top;
	margin-top: 10px;
	width: 195px
}
#chocolate div.chocolate_fone .chocolate_fone_content span.more{
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}
#chocolate div.chocolate_fone .chocolate_fone_content .today{
	float: left;
	margin-top: 0;
	width: 210px;
}




/* Tabbed switch */
#tabs .container-tabs {
	width: 933px;
	position: relative;
	margin: 0px auto;
	z-index: 2;
	/*background: #f5e8da;*/
}
#tabs .container-tabs .top-tabs {
    display: table;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    width: 100%;
}

#tabs .container-tabs .top-tabs .item {
    cursor: pointer;
    display: table-cell;
    font-weight: bold;
    line-height: 18px;
    padding: 20px 31px;
    position: relative;
  /*  text-align: left;*/
    vertical-align: top;
    width: 100px;
}
/*
#tabs .container-tabs .top-tabs .item {
    cursor: pointer;
    display: table-cell;
    line-height: 18px;
    padding: 20px 15px;
    position: relative;
    text-align: center;
    vertical-align: top;
	font-weight:normal;
	width: 100px;
}
*/

#tabs .container-tabs .top-tabs .item a {
	border-bottom: 1px dotted #000;
	line-height:24px;
}
#tabs .container-tabs .top-tabs .item .img {
	height: 94px;
	text-align: center;
	width: 100%;
	margin:0px;
	position:relative;
}
#tabs .container-tabs .top-tabs .item .img img {
	bottom:5px; left:15px;
}
#tabs .container-tabs .top-tabs .no-shadow {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: -10px;
    display: none;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
#tabs .container-tabs .top-tabs .active {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 8px #000000;
	-moz-box-shadow: 0 0 8px #000000;
	-webkit-box-shadow: 0 0 8px #000000;
	cursor: default;
	position: relative;
	z-index: 2;
	font-weight:bold;
}
#tabs .container-tabs .top-tabs .active .no-shadow {
	display: block;
}
#tabs .container-tabs .top-tabs .active a {
	border-bottom: 0px;
}
#tabs .container-tabs .tab {
	position: relative;
	-moz-box-shadow: 0 0 8px #000000;
	-webkit-box-shadow: 0 0 8px #000000;
	box-shadow: 0 0 8px #000000;
}
#tabs .container-tabs .tab > div {
	background: #fff;
	padding: 25px;
	color: #383838;
}

#tabs .container-tabs .tab td {
	vertical-align: top;
	text-align: left;
}
#tabs .container-tabs .top-left {
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 10px;
}
#tabs .container-tabs .tab-content{
line-height:18px;
}
#tabs .container-tabs .left-block {
	margin:35px 0;
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 190px;
	text-transform: uppercase;
	line-height: 24px;
}
#tabs .container-tabs #data-staff ul {
	float: left;
}
#tabs .container-tabs .data-items .mobile{
	display:none;
}




/* About something block */
#about div.about-block {
	position:relative;
	width:100%;
	font-size:15px;
	line-height:20px;
	width:820px;
	margin:30px auto;
}

#about div.about-block .about-text{

}
#about a.listen_all{
	font-size:12px;
	color:#903003;
	border-bottom:1px dotted #903003;
	text-decoration:none;
}
#about div.about-block .about-text a:hover{
	border:0px;
}
#about div.about-block .about-img{
    float: right;
    margin-left: 20px;
    position: relative;
}

.a-pdf-symbol {
    background: url(/local/templates/uniconf/images/catalog/pdf-download.png) no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 28px;
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
    width: 48px;
}

/* Responsive: width <= 1280px */
@media screen and (max-width: 1260px), screen and (max-device-width: 1260px) {
	#leftnav {
		display: none;
	}
}



/* Responsive: width <= 960px */
@media screen and (max-width: 960px), screen and (max-device-width: 960px) {
	.width {
		width: 640px;
	}
	.layout-sidebar {
		margin-right: 40px;
	}
	.layout-content {
		width: 430px;
	}




	.map-block {
		height: auto;
	}
	.news-list-distributors .map-block .map{
		margin: 0 auto;
		float: none;
	}




	.local-menu a{
		padding-left: 11px;
		padding-right: 11px;
	}



	.form-block .line label,
	.form-block .line .inputtext,
	.form-block .line .select-wrap,
	.form-block .line select.inputselect,
	.form-block .line .inputtextarea {
		float: none;
		width: 100%;
	}
	.form-block .line label{
		padding: 0 0 4px;
	}
	.form-block .widget-upload-field {
		width: 100%;
	}
	.form-block .widget-upload-field .upload-field-value{
		width: 120px;
	}
	.form-block .captcha .captcha-right{
		float: right;
		width: auto;
	}
	.form-block .submit {
		width: 195px;
	}

	#go-to-top {
		bottom: 70px;
		margin-left: -430px;
	}


	#header {
		margin-bottom: 24px;
		position: relative;
	}
	#after-header-space {
		display: none;
	}

	#header-links {
		margin-right: 150px;
		display:block;
	}

	#header-lang {
		margin-left: 158px;
	}

	#header-menu {
		padding-top: 40px;
	}
	#header-menu ul li {
		padding: 10px 30px;
	}
	#header-menu > ul > li{
		display: inline-block;
		float: none;
	}
	#header-menu > ul > li:before{
		display: none;
	}
	#header-menu ul li.space {
		margin-right: 0;
	}
	#header-menu ul ul.block-1 {
		left:-13px;
	}
	#header-menu ul ul.block-2 {
		left: -12px;
	}
	#header-menu ul ul.block-3 {
		left:-232px;
	}
	#header-menu ul ul.block-4 {
		left:-13px;
	}
	#header-promo {
		top: -6%;

		-moz-transform: scale(0.89);
		-ms-transform: scale(0.89);
		-o-transform: scale(0.89);
		-webkit-transform: scale(0.89);
		transform: scale(0.89);
	}




	#content {
		padding-bottom: 130px;
	}



	#footer {
		height: 140px;
		margin-top: -140px;
	}

	#footer-menu {
		float: none;
		width: auto;
	}
	#footer-menu ul {
		margin-left: -32px;
	}
	#footer-menu ul li {
		margin-left: 32px;
	}

	#footer-phone-layer {
		float: left;
		padding-top: 22px;
		width: 280px;
	}

	#footer-copyrights {
		clear: none;
		float: right;
		width: 345px;
	}




	#chocolate div.chocolate_fone .chocolate_fone_content {
		width:640px;

	}
	#chocolate div.chocolate_fone .chocolate_fone_content .today {
		width:100%;
		margin-top: 10px;
	}
	#chocolate div.chocolate_fone .chocolate_fone_content  ul.ul-list{
		margin:0px;
	}




	#about div.about-block {
		width:640px;
	}



	#tabs .container-tabs {
		width: 640px;
	}
	#tabs .container-tabs .top-tabs .item {
		padding: 20px 10px;
		width: 100px;
	}
	#tabs .container-tabs .top-tabs .item .img {
		height: 55px;
	}
	#tabs .container-tabs .top-tabs .item .img img {
		position: absolute;
		bottom: 5px;
		left: 10px;
		width: 75%;
	}

	body.too-scroll #go-to-top {
		visibility: hidden;
	}

	/* Site map */
	.site_map .wrap,
	.site-map-link
	{
		display:none;
	}


	.dropdown-select ul.items{
		left: 63px;
		min-width: 360px;
	}

	.news-factories-list .map-block {
		height: auto;
	}
	.news-factories-list .map-block .map {
		display: none;
	}

	.map ul li{
		width: 203px;
	}

	/*контакты */
	.left-contacts {
		width: 100%;
	}
	.left-contacts .ymap-block {
		margin: 10px auto 40px;
		position: relative;
		width: 460px;
		float: none;
	}
	.left-contacts .information {
		margin: 26px auto 0;
		position: relative;
		width: 460px;
	}

	.fb-ico {
		display: inline-block;
	}
	.fb-ico-top {
		display:none;
	}

}




/* Responsive: width <= 660px */
@media screen and (max-width: 660px), screen and (max-device-width: 660px) {
	.width {
		width: 320px;
	}
	.bot-bar .width {
		text-align:center;
	}
	.width-offset {
		padding: 0 8px;
		width: 304px;
	}
	.layout-sidebar,
	.layout-content {
		float: none;
		width: auto;
	}
	.layout-sidebar {
		margin-right: 0;
	}




	.dropdown-select ul.items{
		left: 0;
		min-width: 10px;
		max-width: 100%;
	}




	.title-block {
		margin: 0 auto;
		text-align:left;
		padding-left: 6px;
		width: 308px;
		margin-bottom:15px;
		font-size:20px;
	}




	.local-menu {
		position: relative;
		z-index: 1;
	}
	.local-menu nav {
		display: block;
		position: relative;
		margin: 0 auto;
		width: 74%;
	}
	.local-menu a {
		display: none;
		float: none;
	}
	.local-menu nav a.active:hover {
		background: rgb(194,67,13); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(194,67,13,1) 0%, rgba(144,47,3,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(194,67,13,1)), color-stop(100%,rgba(144,47,3,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(194,67,13,1) 0%,rgba(144,47,3,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2430d', endColorstr='#902f03',GradientType=0 ); /* IE6-9 */
	}
	.local-menu nav a.active {
		display: block;
		padding: 13px 40px;
		position: relative;
	}
	.local-menu nav a.active:after{
		color: #ffffff;
		content: '▼';
		display: block;
		margin-top: -0.5em;
		position: absolute;
		right: 30px;
		top: 50%;
	}
	.local-menu.active nav:hover {
		background: none repeat scroll 0 0 #D9D9D9;
		border-radius: 10px;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5) inset;
		padding-bottom: 8px;
	}
	.local-menu.active nav:hover a {
		display: block;
	}
	.local-menu.active nav:hover  a.active:after {
		content: '';
	}
	.local-menu.active nav:hover a:after {
		background: none;
	}




	#go-to-top {
		display: none;
	}

	#content .page-info {
		width:308px;
		margin:0 auto;
	}

	#header {
		margin-bottom: 15px;
	}
	#header-links {
		background: rgb(253,147,21);
		border-radius: 8px;
		color: #ffffff;
		cursor:default;
		display: none;
		padding: 30px 8px 20px 10px;
		position: absolute;
		left: -1px;
		list-style: none outside none;
		margin: 0px;
		top: -1px;
		width: 140px;

		background: -moz-linear-gradient(top,  rgba(253,147,21,1) 0%, rgba(206,88,1,1) 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* W3C */

		-webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.5);
	}
	#header-links:before {
		background: url(/local/templates/uniconf/images/sprite.png) no-repeat -478px 0 transparent;
		cursor: pointer;
		content: '';
		height: 20px;
		left: 7px;
		position: absolute;
		top: 5px;
		width: 25px;
		z-index: 22;
	}
	#header-links  li{
		display:inline-block;
		margin-right:5px;
		font-weight:bold;
		z-index:11;
		padding-right:0px;
		color:#fff;
	}
	#header-links  li a{
		color:#fff;
	}
	#header-links li a.contacts:before {
		width:auto;
	}


	/*Верхнее левое меню*/
	#header-links-wrap {
		border: 1px solid #BE6B1E;
		border-bottom-color: #A33402;
		border-top-color: #EB8E22;
		border-radius: 9px;
		box-shadow: 0 2px 2px 0 rgba(100, 100, 100, 0.7);
		color: #ffffff;
		cursor: pointer;
		display: block;
		height: 28px;
		left: 4px;
		padding-top: 0;
		position: absolute;
		top: 3px;
		width: 37px;
		z-index: 1;

		background: rgb(253,147,21); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(253,147,21,1) 0%, rgba(206,88,1,1) 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(top, rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(253,147,21,1) 0%,rgba(206,88,1,1) 100%); /* W3C */
	}
	#header-links-wrap:after {
		background: url(/local/templates/uniconf/images/sprite.png) no-repeat -452px 0 transparent;
		content: '';
		height: 16px;
		left: 10px;
		position: absolute;
		top: 6px;
		width: 16px;
		z-index: -1;
	}
	#header-links li a.contacts:before {
		background:none;
	}

	#header-lang {
		margin-left: 110px;
	}
	#header-lang li {
		display: none;
		float: none;
		height: auto;
		width: 40px;
		padding: 1px 5px 0;
	}
	#header-lang li.active,
	#header-lang:hover li {
		display: block;
	}
	#header-lang li.active {
		font-size: 10px;
		overflow: hidden;
		padding: 1px 5px;
		width: 37px;
	}
	#header-lang:hover li {
		height: auto;
	}

	#header-menu {
		padding-top: 24px;
	}
	#header-menu ul {
		text-align: left;
	}
	#header-menu ul li {
		float: left;
		padding: 10px 30px;
		position: relative;
		width: 90px;
	}

	body.ch #header-menu ul li,
	body.ch #header-menu ul li.first
	{
		width: 139px;
	}

	#header-menu ul li.last {
		width: 139px;
	}
	#header-menu > ul > li {
		border: 1px solid #BE5A13;
		border-bottom-color: #992B03;
		border-top-color: #E58D26;
		border-radius: 12px;
		box-shadow: 0 1px 1px 1px #581F05;
		margin: 4px 5px;
		padding: 5px 4px;
		text-align: center;
		width: 139px;

		background: rgb(176,67,21); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(176,67,21,1) 0%, rgba(141,46,2,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,67,21,1)), color-stop(100%,rgba(141,46,2,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(176,67,21,1) 0%,rgba(141,46,2,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(176,67,21,1) 0%,rgba(141,46,2,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(176,67,21,1) 0%,rgba(141,46,2,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(176,67,21,1) 0%,rgba(141,46,2,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b04315', endColorstr='#8d2e02',GradientType=0 ); /* IE6-9 */
	}
	/*#header-menu ul li:hover ul {
		display: none;
	}*/

	#header-menu ul ul:before {
		 top: -3px;
	}
	#header-menu ul ul {
		top:30px;
	}
	#header-menu ul ul.block-1 {
		top: 30px;
		left: -7px;
	}
	#header-menu ul ul.block-2 {
		left: -4px;
	}
	#header-menu ul ul.block-3 {
		left: -7px;
		width: 280px;
	}
	#header-menu ul ul.block-4 {
		right: 5px;
		left:-20px;
	}
	#header-menu ul.sub-menu-layer-3:before {
		left:85px;
	}
	#header-menu ul ul.sub-menu-layer-3 {
		width: 260px;
		padding: 0px;
	}
	#header-menu ul.sub-menu-layer-3 li {
		width: 100%;
		margin: 0px;
		padding: 8px 0 1px;
		position: relative;
		min-height: 100%;
		overflow: hidden;
		text-align: center;
	}
	#header-menu ul.sub-menu-layer-3 li a,
	#header-menu ul.sub-menu-layer-3 li a:hover
	{
		text-decoration: none;
	}
	#header-menu ul ul.sub-menu-layer-3 li:after {
		height: 1px;
		right: 0;
		bottom:0;
		left:0;
		width: 100%;
		position:absolute;
		content:"xxx";
		background: -moz-linear-gradient(left,  rgba(96,96,96,0) 0%, rgba(96,96,96,0.6) 50%, rgba(96,96,96,0) 100%); /* FF3.6+ */
		background: -webkit-linear-gradient(left,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(96,96,96,0) 0%,rgba(96,96,96,0.6) 50%,rgba(96,96,96,0) 100%); /* W3C */
	}
	#header-menu ul.sub-menu-layer-3 li .icon {
		display:none;
	}
	#header-menu ul ul.sub-menu-layer-3 li:first-child:before {
		display: none;
	}
	#header-menu ul ul.sub-menu-layer-3 li:hover {
		background: none;
		background-color: #983b12;
	}
	#header-menu ul ul.sub-menu-layer-3 li:hover a {
		color: #ffffff;
	}


	#header-promo {
		left: 49%;
		top: -12%;

		-moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}




	#content {
		padding-bottom: 250px;
	}



	#footer {
		height: 247px;
		margin-top: -247px;
	}

	#footer-menu ul {
		margin-left: 0;
		text-align: center;
	}
	#footer-menu ul li {
		margin: 0 10px 12px;
	}

	#footer-phone-layer {
		float: none;
		padding-top: 12px;
		text-align: center;
		width: auto;
	}

	#footer-copyrights {
		float: none;
		font-size: 11px;
		padding-top: 24px;
		width: auto;
	}




	#about .title-block {
		text-align:center;
	}
	#about div.about-block {
		padding-left: 6px;
		width: 308px;
	}
	#about div.about-block .about-text {
		width:300px;
		position: relative;
		float:right;
	}
	#about div.about-block .about-img {
		position: relative;
		float:left;
		text-align:center;
		width:100%;
		margin-bottom:20px;
		margin-left: 0;
	}


	#chocolate div.chocolate_fone {
		display:none;
	}




	#tabs .container-tabs {
		padding-left: 6px;
		width: 308px;
	}
	#tabs .container-tabs .no-shadow{
		display:none !important;
	}
	#tabs .container-tabs .top-tabs .item{
		display:block;
		float:left;
		width:174px;
		background:url(/local/templates/uniconf/images/tabdown.png) no-repeat scroll right 15px top 39px #FFFFFF;
		border:0px;
		position:relative;
		height:50px;
		margin-bottom:9px;
		text-align:left;
		padding-left:130px;
		box-shadow: 0 0 3px #323232;
		-moz-box-shadow: 0 0 3px #323232;
		-webkit-box-shadow: 0 0 3px #323232;
	}
	#tabs .container-tabs .tab .data-items .mobile .item .img{
		left: 0;
		position: absolute;
		top: 0;
		width: 150px;
	}
	#tabs .container-tabs .tab .data-items .mobile .item .img img{
		float: left;
		left: 10px;
		position: relative;
		top: 10px;
		width: 70%;
	}
	#tabs .container-tabs .tab .data-items .mobile {
		display: inline-block;
		float: left;
		position: relative;
		cursor:pointer;
	}
	#tabs .container-tabs .tab .data-items .mobile .item{
		display:block;
		float:left;
		width:144px;
		background:url(/local/templates/uniconf/images/tabdown.png) no-repeat scroll right 15px top 39px #FFFFFF;
		border:0px;
		position:relative;
		height:80px;
		margin-bottom:9px;
		text-align:left;
		padding:10px 30px 0px 130px;
		box-shadow: 0 0 3px #323232;
		-moz-box-shadow: 0 0 3px #323232;
		-webkit-box-shadow: 0 0 3px #323232;
	}
	#tabs .container-tabs .tab .data-items .mobile .active{
		background:url(/local/templates/uniconf/images/tabup.png) no-repeat scroll right 15px top 39px #FFFFFF;
		 border-bottom: 1px dotted #CCCCCC;
	}
	#tabs .container-tabs .top-tabs{
		display:none;
	}
	#tabs .container-tabs .tab-content{
		float: left;
		margin-bottom: 10px;
		margin-top: -14px;
		padding: 10px;
		position: relative;
		width: 285px;
		box-shadow: 0 4px 3px #323232;
		-moz-box-shadow: 0 4px 3px #323232;
		-webkit-box-shadow: 0 4px 3px #323232;
	}
	#tabs .container-tabs .tab > div {
		background:none;
		padding:0;

	}
	#tabs .container-tabs .tab-content {
		background:#fff;
	}
	#tabs .top-block {
		font-size: 15px;
		line-height: 17px;
		width: 100%;
	}
	#tabs .items-block {
		width:283px;
	}
	#tabs .items-block .item{
		width:283px;
		padding-bottom:10px;
	}
	#tabs .items-block .item-list{
		width:283px;
	}
	#tabs .item-list .it {
		margin-bottom: 10px;
	}
	#tabs .item-list .list-name {
		width:143px;
	}
	#tabs .item-list .list-size {
		width:73px;
	}
	#tabs .item-list .list-srok {
		width: 56px;
	}
	#tabs .items-block .head {
		display:none;
	}
	#tabs .item .item-img {
		width:100%;
	}
	#tabs .item .item-ves {
		font-size: 12px;
		height: 20px;
		position: absolute;
		right: 8px;
		top: 6px;
		width: 81px;
		left:auto;
	}
	#tabs .items-block:after {
		background:none;
	}
	#tabs .scrollbar {
		height:auto;
	}
	/* Site map */
	.site_map .wrap,
	.site-map-link
	{
		display:none;
	}
	.fb-ico {
		display: inline-block;
	}
	.fb-ico-top {
		display:none;
	}
	.news-factories-list .map-block {
		height: auto;
	}
	.news-list-distributors .map-block .map{
		display: none;
	}

	.map ul li{
		width: 100%;
	}
	.map ul li ul li{
		width: 100%;
	}

	.form-block .widget-upload-field {
		height: 48px;
	}
	.form-block .widget-upload-field:before {
		height: 18px;
	}
	.form-block .widget-upload-field .upload-field-value{
		top: 25px;
		width: 168px;
	}
	.form-block .line .line-title {
		width: 100%;
	}
	.form-block .line .line-code {
		width: 100%;
	}
	.form-block .captcha .captcha-right{
		float: right;
		width: 100%;
	}

	/*контакты */
	.left-contacts {
		float: none;
	}
	.left-contacts .information {
		width: 308px;

	}
	.information .line {
		width: 100%;
		float: left;
	}
	.information .line span.info-text {
		width: auto;
	}
	.content-left-img {
		float:none;
		width:100%;
	}
	.responsive-image {
		height: auto;
		max-width: 100%;
	}
}


/* Printer version */
@media print
{
}
/* End */
/* /local/templates/uniconf/js/fancybox/jquery.fancybox.css?16214230294895 */
/* /local/templates/uniconf/components/bitrix/menu/left/style.css?16214230291172 */
/* /local/templates/uniconf/components/bitrix/breadcrumb/.default/style.css?1621423029805 */
/* /local/components/cookie.notification/templates/.default/style.css?1624012330848 */
/* /local/templates/uniconf/styles.css?16214230298844 */
/* /local/templates/uniconf/template_styles.css?163223518666257 */
