

/* Start:/bitrix/templates/.default/css/form.css?139299395912673*/
/* custom forms styles */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 0 3px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 17px;
}
.chk-area span {
	background: url(/bitrix/templates/.default/css/../images/bg-checkbox.gif) no-repeat;
	display: block;
	width: 51px;
	height: 36px;
}
.chk-focus span {
	margin-left: -34px;
}
.chk-checked span {
	margin-top: -18px;
}
.chk-disabled span {
	margin-left: -17px;
}
.jcf-label-active,
.chk-label-active {
	font-weight: bold;
}
/* radio button styles */
.rad-area {
	margin: 0 3px 0 0;
	float: left;
	overflow: hidden;
	height: 18px;
	width: 17px;
}
.rad-area span {
	background: url(/bitrix/templates/.default/css/../images/bg-radio.gif) no-repeat;
	display: block;
	width: 51px;
	height: 36px;
}
.rad-focus span {
	margin-left: -34px;
}
.rad-checked span {
	margin-top: -18px;
}
.rad-disabled span {
	margin-left: -17px;
}
/* custom select styles */
.select-area {
	background: url(/bitrix/templates/.default/css/../images/bg-select-c.gif) repeat-x;
	float: left;
	position: relative;
	overflow: hidden;
	height: 25px;
}
.popup .select-area{
	width:298px !important;
}
.city-form .select-area{
	width:298px !important;
}
.select-area .select-opener {
	background: url(/bitrix/templates/.default/css/../images/bg-select-r.gif) no-repeat 100% 0;
	width: 17px;
	height: 25px;
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
}
.select-area .left {
	background: url(/bitrix/templates/.default/css/../images/bg-select-l.gif) no-repeat;
	width: 9px;
	height: 25px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	line-height: 25px;
	cursor: default;
	display: block;
	padding:0 17px 0 9px;
	z-index: 2;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	background: #fff;
	position: absolute;
}
.select-options .drop-holder {
	border: 1px solid #009ae3;
	border-width: 0 1px 1px;
}
.select-options-flipped .drop-holder {
	border-width: 2px 2px 0;
}
.select-options div.drop-list {
	width: 100%;
	max-height: 284px;
	overflow: auto;
}
.select-options ul {
	overflow: hidden;
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-options ul li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	display: block;
	overflow: hidden;
//	height: 1%;
	padding: 5px 9px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
}
.select-options ul a:hover {
	text-decoration: none;
	background:#009ae3;
	color:#fff;
}
.select-options ul a:focus {
	outline: none;
}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
//	height: 1%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}

/* multiple select styles */
.select-multiple-wrapper {
	background: #dfdfdf;
}
.select-multiple-wrapper .wtop, .select-multiple-wrapper .wbot {
	background: url(/bitrix/templates/.default/css/../images/bg-multiple.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 5px;
}
.select-multiple-wrapper .wtop .tr, .select-multiple-wrapper .wbot .br {
	background: url(/bitrix/templates/.default/css/../images/bg-multiple.gif) no-repeat 100% 0;
	width: 50%;
	float: right;
	height: 5px;
}
.select-multiple-wrapper .cwrap, .select-multiple-wrapper .chold {
	background: url(/bitrix/templates/.default/css/../images/bg-multiple.gif) no-repeat 0 50%;
	padding: 0 0 0 5px;
}
.select-multiple-wrapper .chold {
	background-position: 100% 50%;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .wbot {
	background-position: 0 100%;
}
.select-multiple-wrapper .wbot .br {
	background-position: 100% 100%;
}
.select-multiple-focus .wtop,
.select-multiple-focus .wbot,
.select-multiple-focus .wtop .tr,
.select-multiple-focus .wbot .br,
.select-multiple-focus .cwrap,
.select-multiple-focus .chold {
	background-image: url(/bitrix/templates/.default/css/../images/bg-multiple-focus.gif) !important;
}
.select-multiple-wrapper ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-multiple-wrapper ul li {
	padding: 0 0 1px;
	float: left;
	width: 100%;
}
.select-multiple-wrapper ul a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin: 0 4px 0 0;
	padding: 0 0 0 5px;
	line-height: 19px;
	color: #000;
	height: 20px;
}
div.noscroll-vertical ul a {
	margin: 0;
}
.select-multiple-wrapper ul a span {
	display: block;
	height: 20px;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .item-selected a {
	background: #8e9294 url(/bitrix/templates/.default/css/../images/bg-select-item.gif) no-repeat;
	color: #fff;
}
.select-multiple-wrapper .item-selected a span {
	background: url(/bitrix/templates/.default/css/../images/bg-select-item.gif) no-repeat 100% 0;
}
.select-multiple-wrapper ul a:hover {
	text-decoration: none;
}
.select-multiple-wrapper a, .select-multiple-wrapper span {
	cursor: default;
}
/* custom input type file */
.file-area {
	position: relative;
	line-height: 31px;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
	clear: both;
	height: 31px;
}
.file-area .jcf-wrap {
	position: relative;
	overflow: hidden;
	height: 31px;
	width: 0;
	margin: 0 0 -31px;
	z-index: 100;
	font-size: 0;
	line-height: 0;
}
.file-area .jcf-input-wrapper {
	position: relative;
	overflow: hidden;
	height: 31px;
	float: left;
}
.file-area .jcf-fake-input {
	background: url(/bitrix/templates/.default/css/../images/bg-upload.gif) no-repeat;
	padding: 0 0 0 10px;
	white-space: nowrap;
	float: left;
}
.file-area .jcf-fake-input span {
	background: url(/bitrix/templates/.default/css/../images/bg-upload.gif) no-repeat 100% -62px;
	cursor: default;
	overflow: hidden;
	padding: 0 10px 0 0;
	float: left;
}
.file-area .jcf-fake-input em {
	float: left;
	height: 31px;
	width: 180px;
	font-style: normal;
	padding: 0 0 0 20px;
	overflow: hidden;
	background: url(/bitrix/templates/.default/css/../images/ext-none.gif) no-repeat 0 50%;
}
.file-area .jcf-upload-button {
	background: url(/bitrix/templates/.default/css/../images/bg-upload.gif) no-repeat 0 -93px;
	padding: 0 0 0 10px;
	margin: 0 0 0 5px;
	color: #fff;
	float: left;
}
.file-area .jcf-upload-button span {
	background: url(/bitrix/templates/.default/css/../images/bg-upload.gif) no-repeat 100% -93px;
	padding: 0 10px 0 0;
	cursor: default;
	float: left;
	height: 31px;
}
.file-input-opacity {
	z-index: 100;
	position: absolute;
	height: 31px;
	line-height: 31px;
}
.file-disabled {color: #bbb;}
.file-disabled .jcf-fake-input {background-position: 0 -124px;}
.file-disabled .jcf-fake-input span{background-position: 100% -186px;}
.file-disabled .jcf-upload-button {background-position: 0 -217px;}
.file-disabled .jcf-upload-button span{background-position: 100% -217px;}

.file-focus .jcf-fake-input {background-position: 0 -248px;}
.file-focus .jcf-fake-input span{background-position: 100% -310px;}
.file-focus .jcf-upload-button {background-position: 0 -341px;}
.file-focus .jcf-upload-button span{background-position: 100% -341px;}

/* file extension styles */
.no-file .jcf-fake-input em{
	background: none;
}
.extension-jpg .jcf-fake-input em,
.extension-bmp .jcf-fake-input em,
.extension-gif .jcf-fake-input em,
.extension-png .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-image.gif);
}
.extension-odt .jcf-fake-input em,
.extension-doc .jcf-fake-input em,
.extension-docx .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-doc.gif);
}
.extension-ods .jcf-fake-input em,
.extension-xls .jcf-fake-input em,
.extension-xlsx .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-xls.gif);
}
.extension-swf .jcf-fake-input em,
.extension-fla .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-flash.gif);
}
.extension-db .jcf-fake-input em,
.extension-sql .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-db.gif);
}
.extension-htm .jcf-fake-input em,
.extension-html .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-html.gif);
}
.extension-txt .jcf-fake-input em,
.extension-rtf .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-txt.gif);
}
.extension-zip .jcf-fake-input em,
.extension-rar .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-zip.gif);
}
.extension-pdf .jcf-fake-input em{
	background-image: url(/bitrix/templates/.default/css/../images/ext-pdf.gif);
}
/* custom scroll styles */
.scrollable-focus1,
.scrollable-focus1 .scrollable-area{
	background: #ffd !important;
}
.scrollable-focus1 .scrollable-area .scrollable-area {
	background: #fff !important;
}
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
}
.scrollable-area-wrapper .vscrollbar {
	background: url(/bitrix/templates/.default/css/../images/bg-vscrollable.gif) no-repeat 0 -20px;
	position: absolute;
	cursor: default;
	height: 100%;
	width: 20px;
	top: 0;
	right: 0;
	z-index: 100;
}
.scrollable-area-wrapper .scrollable-fake {
	overflow: hidden;
	position: relative;
}
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .vscroll-down {
	background: url(/bitrix/templates/.default/css/../images/bg-vscrollable.gif) no-repeat;
	overflow: hidden;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
}
.scrollable-area-wrapper .vscroll-line {
	position: relative;
	width: 100%;
}
.scrollable-area-wrapper .vscroll-down {
	background-position: -20px 0;
	top: auto;
	bottom: 0;
}
.scrollable-area-wrapper .vscroll-slider {
	background: url(/bitrix/templates/.default/css/../images/bg-vscrollable.gif) no-repeat -20px 50%;
	position: absolute;
	overflow: hidden;
	width: 20px;
}
.scrollable-area-wrapper .scroll-bar-top,
.scrollable-area-wrapper .scroll-bar-bottom {
	background: url(/bitrix/templates/.default/css/../images/bg-vscrollable.gif) no-repeat -20px -20px;
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-bottom {
	background-position: -20px 100%;
	top: auto;
	bottom: 0;
}
/* horizontal scroll styles */
.scrollable-area-wrapper .hscrollbar {
	background: url(/bitrix/templates/.default/css/../images/bg-hscrollable.gif) no-repeat -20px 0;
	position: absolute;
	cursor: default;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.scrollable-area-wrapper .hscroll-line {
	position: relative;
	height: 20px;
	float: left;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .hscroll-right {
	background: url(/bitrix/templates/.default/css/../images/bg-hscrollable.gif) no-repeat;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}
.scrollable-area-wrapper .hscroll-right {
	background-position: 0 -20px;
	left: auto;
	right: 0;
}
.scrollable-area-wrapper .hscroll-slider {
	background: url(/bitrix/templates/.default/css/../images/bg-hscrollable.gif) no-repeat 50% -20px;
	position: absolute;
	overflow: hidden;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-left,
.scrollable-area-wrapper .scroll-bar-right {
	background: url(/bitrix/templates/.default/css/../images/bg-hscrollable.gif) no-repeat -20px -20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-right {
	background-position: 100% -20px;
	left: auto;
	right: 0;
}
/* scrollable textarea styles */
.textarea-wrapper {
	overflow: hidden;
	float: left;
}
.textarea-wrapper textarea,
.textarea-wrapper textarea:focus {
	border: 0;
	margin: 0;
	padding: 0 8px;
	outline: none;
	background: none;
	vertical-align: top;
}
.textarea-wrapper .ctop,
.textarea-wrapper .cbot,
.textarea-wrapper .cright, 
.textarea-wrapper .cmid, 
.textarea-wrapper .chold {
	background: url(/bitrix/templates/.default/css/../images/bg-textarea.gif) no-repeat;
}
.textarea-wrapper-focus .ctop,
.textarea-wrapper-focus .cbot,
.textarea-wrapper-focus .cright, 
.textarea-wrapper-focus .cmid, 
.textarea-wrapper-focus .chold {
	background-image: url(/bitrix/templates/.default/css/../images/bg-textarea-focus.gif) !important;
}
.textarea-wrapper .ctop,
.textarea-wrapper .cbot {
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	height: 5px;
}
.textarea-wrapper .ctop .cright,
.textarea-wrapper .cbot .cright {
	background-position: 100% 0;
	width: 50%;
	height: 5px;
	float: right;
}
.textarea-wrapper .cbot .cright {
	background-position: 100% 100%;
}
.textarea-wrapper .cbot {
	background-position: 0 100%;
}
.textarea-wrapper .cmid {
	background-position: 0 50%;
	padding: 0 0 0 5px;
}
.textarea-wrapper .chold {
	background-position: 100% 50%;
	padding: 0 5px 0 0;
}
/* End */


/* Start:/bitrix/templates/.default/css/showcase.css?13929939594236*/
/* Container when content is shown in slider */
.showcase
{
	position: relative;
	margin: auto;
	padding:11px 0 30px;
}
.showcase div{margin:0;border:0;}
	.showcase-content-container
	{
		
	}
	
	/* Navigation arrows */
	.showcase-arrow-previous, .showcase-arrow-next
	{
		position:absolute;
		top:217px;
		left:19px;
		background: url(/bitrix/templates/.default/css/../images/btns02.png) no-repeat;
		width: 23px;
		height: 37px;
		text-indent:-9999px;
		overflow:hidden;
		z-index:3;
		cursor:pointer;
		
	}
	.showcase-arrow-next
	{
		left:auto;
		right:19px;
		background-position:-23px 0;
	}
	.showcase-arrow-previous:hover{background-position:0 -37px;}
	.showcase-arrow-next:hover{background-position:-23px -37px;}
	
	/* Content */
	.showcase-content
	{
		
	margin:0 0 65px;
	
	}
		
		.showcase-content-wrapper
		{
			text-align: center;
			height: 480px;
			width: 640px;
			display: table-cell;
			vertical-align: middle;
		}
		
		/* Styling the tooltips */
		.showcase-plus-anchor
		{
			background-image: url('/bitrix/templates/.default/css/../images/plus.png');
			background-repeat: no-repeat;
		}
		
		.showcase-plus-anchor:hover
		{
			background-position: -32px 0;
		}
		
		div.showcase-tooltip
		{
			background-color: #fff;
			color: #000;
			text-align: left;
			padding: 5px 8px;
			background-image: url(/bitrix/templates/.default/css/../images/white-opacity-80.png);
		}
		
		/* Styling the caption */
		.showcase-caption
		{
			color: #000;
			padding: 8px 15px;
			text-align: left;
			position: absolute;
			bottom: 10px; left: 10px; right: 10px;
			display: none;
			background-image: url(/bitrix/templates/.default/css/../images/white-opacity-80.png);
		}
		
	.showcase-onepage .showcase-content
	{
		margin-bottom: 10px;
	}
	
	/* Button Wrapper */
	.showcase-button-wrapper
	{
		clear: both;
		margin-top: 10px;
		text-align: center;
		display:none;
	}
	
		.showcase-button-wrapper span
		{
			margin-right: 3px;
			padding: 2px 5px 0px 5px;
			cursor: pointer;
			font-size: 12px;
			color: #444444;
		}
	
		.showcase-button-wrapper span.active
		{
			color: #fff;
		}
	
	/* Thumbnails */
	.showcase-thumbnail-container /* Used for backgrounds, no other styling!!! */
	{
		padding:5px 0 0;
		position:relative;
	}
	.showcase-thumbnail-restriction{
		margin-left:0 !important;
		width:687px !important;
	}
	.showcase-thumbnail-wrapper
	{
		overflow: hidden;
	}
		
		.showcase-thumbnail
		{
			width:72px;
			height:48px;
			position:relative
			cursor: pointer;
			padding:0 4px 5px 0;
		}
		
			.showcase-thumbnail-caption
			{
				position: absolute;
				bottom: 2px;
				padding-left: 10px;
				padding-bottom: 5px;
			}
			
			.showcase-thumbnail-content
			{
				padding: 10px;
				text-align: center;
				padding-top: 25px;
			}
			
			.showcase-thumbnail-cover
			{
				background-image: url(/bitrix/templates/.default/css/../images/black-opacity-40.png);
				position: absolute;
				top: 0; bottom: 0; left: 0; right: 0;
			}
		
		.showcase-thumbnail:hover
		{
			
		}
		.showcase-thumbnail-wrapper span{
			position:absolute;
			top:0;
			left:0;
			width:67px;
			height:50px;
			text-indent:-9999px;
			overflow:hidden;
			background:none;
			border:0;
			text-align:left;
		}
			.showcase-thumbnail:hover .showcase-thumbnail-cover
			{
				display: none;
			}
		
		.showcase-thumbnail-wrapper .active img
		{
			box-shadow:3px 3px 3px rgba(0,0,0,0.4);
		}
		
			.showcase-thumbnail.active .showcase-thumbnail-cover
			{
				display: none;
			}
	
	.showcase-thumbnail-wrapper-horizontal
	{
		
	}
	
		.showcase-thumbnail-wrapper-horizontal .showcase-thumbnail
		{
			width: 72px;
			position:relative;
		}
	
	.showcase-thumbnail-wrapper-vertical
	{
		padding: 10px;
	}
	
		.showcase-thumbnail-wrapper-vertical .showcase-thumbnail
		{
			margin-bottom: 10px;
		}
		
	.showcase-thumbnail-button-backward,
	.showcase-thumbnail-button-forward
	{
		position:absolute;
		top:13px;
		left:0;
		background: url(/bitrix/templates/.default/css/../images/btns02.png) no-repeat;
		width: 23px;
		height: 37px;
		text-indent:-9999px;
		overflow:hidden;
		z-index:3;
		cursor:pointer;
	}
	
	.showcase-thumbnail-button-forward{
		left:auto;
		right:0;
		background-position:-23px 0;
	}
		
	


/* Clear (used for horizontal thumbnails)
-------------------------------------------*/

.clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	float: none;
}


/* End */


/* Start:/bitrix/templates/.default/components/bitrix/search.title/search/style.css?13929939592092*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Start:/bitrix/components/bitrix/breadcrumb/templates/coffeediz.data-vocabulary.org/style.css?1465804564989*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/components/bitrix/breadcrumb/templates/coffeediz.data-vocabulary.org/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/new_main_page/template_styles.css?171083704970*/
.bx-imopenlines-config-sidebar-info-block { display: none!important; }
/* End */
/* /bitrix/templates/.default/css/form.css?139299395912673 */
/* /bitrix/templates/.default/css/showcase.css?13929939594236 */
/* /bitrix/templates/.default/components/bitrix/search.title/search/style.css?13929939592092 */
/* /bitrix/components/bitrix/breadcrumb/templates/coffeediz.data-vocabulary.org/style.css?1465804564989 */
/* /bitrix/templates/new_main_page/template_styles.css?171083704970 */
