

/* Start:/bitrix/templates/main/components/bitrix/breadcrumb/main/style.css?1470405450838*/
@charset "utf-8";
/* CSS Document */

div#breadcrumbs
{
position:relative;
display:table;
overflow:hidden;
margin:0 auto 40px auto;
font-size:1.3rem;
}

div#breadcrumbs > ul
{
	margin:0;
	padding:0;
	list-style:none;
}

	div#breadcrumbs > ul > li
	{
		display:block;
		float:left;
		height:20px;
		position:relative;
		line-height:20px;
	}
	
		div#breadcrumbs > ul > li > a
		{
			display:block;
			height:30px;
			text-decoration: none;
			margin-right:7px;

		}
		
		div#breadcrumbs > ul > li > a:hover
		{		
		-webkit-transition: color .3s;
		-moz-transition: color .3s;
		transition: color .3s;
		color:white;
		}
		
			div#breadcrumbs > ul > li:nth-last-child(1)
			{
				color:white;
			}
	
		div#breadcrumbs > ul > li > a:after
		{
			content:"-";
			margin-left:7px;
		}



/* End */


/* Start:/bitrix/templates/main/components/bitrix/catalog.section/section_shop/style.css?14704054517131*/
/* CSS Document */

h1
{
	display:block;
	font-size:3.6rem !important;
	color:white;
	text-transform:uppercase;
	text-align:center;
}

div#catalog_section_shop_container
{
	position:relative;
	width:100%;
	display:table;
}

	div#catalog_section_shop_container > div.catalog_section_filter
	{
		position:relative;
		width:220px;
		display:table-cell;
		vertical-align:top;
	}
	
	div#catalog_section_shop_container > div.catalog_section_content
	{
		position:relative;
		width:740px;
		display:table-cell;
		vertical-align:top;
	}
	
		div#catalog_section_shop_container > div.catalog_section_content > a.section_item
		{
			display:block;
			width:221px;
			height:320px;
			float:left;
			margin:0 0 80px 25px;
			position:relative;
		}
		
			div#catalog_section_shop_container > div.catalog_section_content > a.section_item > div.section_item_image
			{
				position:absolute;
				left:0px;
				top:0px;
				width:221px;
				height:220px;
				overflow:hidden;
			}
			
				div#catalog_section_shop_container > div.catalog_section_content > a.section_item > div.section_item_image > img
				{
					-webkit-transition: transform .3s; 
					-moz-transition: transform .3s; 
					transition: transform .3s;
				}
			
				div#catalog_section_shop_container > div.catalog_section_content > a.section_item > div.section_item_image:hover > img
				{
					-webkit-transform: scale(1.1); 
					-moz-transform: scale(1.1); 
					transform: scale(1.1);					
				}

			
				div#catalog_section_shop_container > div.catalog_section_content > a.section_item > div.section_item_image > div.new_flag
				{
					position:absolute;
					width:79px;
					height:68px;
					background:url(/bitrix/templates/main/components/bitrix/catalog.section/section_shop/images/new_flag.png) no-repeat left top;
					z-index:10;
				}
				
				div#catalog_section_shop_container > div.catalog_section_content > a.section_item > div.section_item_image > div.hit_flag
				{
					position:absolute;
					width:79px;
					height:68px;
					background:url(/bitrix/templates/main/components/bitrix/catalog.section/section_shop/images/hit_flag.png) no-repeat left top;
					z-index:10;
				}
			
			div#catalog_section_shop_container > div.catalog_section_content > a.section_item > p.item_name
			{
				position:absolute;
				left:0px;
				bottom:30px;
				width:221px;
				margin:0;				
				font-size:1.6rem;
				color:#7d7d7d;
				text-align:center;				
			}
			
				div#catalog_section_shop_container > div.catalog_section_content > a.section_item > p.item_name:hover
				{					
					-webkit-transition: color .3s;
					-moz-transition: color .3s;
					transition: color .3s;
					color:white;
				}
			
			div#catalog_section_shop_container > div.catalog_section_content > a.section_item > p.item_price
			{
				position:absolute;
				left:0px;
				bottom:0px;
				font-size:1.6rem;
				color:white;
				text-align:center;
				display:block;
				width:221px;
				margin:0;
			}
			
div.catalog_section_filter
{
	position:relative;
	width:100%;
}

	div.catalog_section_filter > div.catalog_sections
	{
		position:relative;
		margin-top:40px;
	}
	
		div.catalog_section_filter > div.catalog_sections > div.title
		{
		
			font-size: 1.6rem;
			line-height: 22px;
			text-transform: uppercase;
			color:white;
			margin-bottom:15px;
		}
	
		div.catalog_section_filter > div.catalog_sections > div.catalog_section_container
		{
			border-bottom: 1px solid #343434;
			height: 39px;
			line-height: 39px;
			padding: 0 10px;
		}
		
			div.catalog_section_filter > div.catalog_sections > div.catalog_section_container:nth-child(2)
			{
				border-top: 1px solid #343434;
			}

		div.catalog_section_filter > div.catalog_sections a
		{
			color: #b7b7b7;
			cursor: pointer;
			text-decoration: none;
			-webkit-transition: transform .3s, color .3s;
			-moz-transition: transform .3s, color .3s;
			transition: transform .3s, color .3s;
			font-size:1.4rem;
			display:block;
		}
		
			div.catalog_section_filter > div.catalog_sections a:hover
			{
				color:white;
				-webkit-transform: translate(10px); 
				-moz-transform: translate(10px); 
				transform: translate(10px);
			}

	div.catalog_section_filter > div.property_item
	{
		position:relative;
		padding:0 10px;
		border-bottom: 1px solid #343434;
	}
	
		div.catalog_section_filter > div.property_item.size
		{
			border-top: 1px solid #343434;
		}
	
		div.catalog_section_filter > div.property_item > div.property_title
		{
			font-size: 1.6rem;
			line-height: 22px;
			text-transform: uppercase;
			color:white;
			height:20px;
			padding:10px 0;
			background:url(/bitrix/templates/main/components/bitrix/catalog.section/section_shop/images/array_l.png) no-repeat calc(100% - 10px) center;
			cursor:pointer;
		}
		
			div.catalog_section_filter > div.property_item > div.property_title.active
			{
				background:url(/bitrix/templates/main/components/bitrix/catalog.section/section_shop/images/array_t.png) no-repeat calc(100% - 10px) center;
			}
		
		div.catalog_section_filter > div.property_item > div.property_values
		{
			position:relative;
			margin-top:15px;
			padding-bottom:5px;
			display:none;
			
		}
		
			div.catalog_section_filter > div.property_item > div.property_values > div.value_item
			{
				position:relative;
				/*height:22px;*/
				display:block;
				font-size:1.4rem;
				color:white;
				margin-bottom:10px;
				cursor:pointer;
			}
			
				div.catalog_section_filter > div.property_item > div.property_values.size > div.value_item
				{
					float:left;
					width:50%;
				}
			
				div.catalog_section_filter > div.property_item > div.property_values > div.value_item > span.text
				{
					display: block;
					padding-left:35px;
					line-height:20px;
				}
			
				div.catalog_section_filter > div.property_item > div.property_values > div.value_item:before
				{
					content:"";
					width:22px;
					height:22px;
					margin-right:10px;
					position:absolute;
					background:transparent;
					outline:1px solid white;
					outline-offset:-1px;
					left:0px;
					top:0px;
				}
				
					div.catalog_section_filter > div.property_item > div.property_values > div.value_item.active:before
					{
						outline:7px solid black;
						outline-offset:-8px;
						background:white;
					}
	
		div.catalog_section_filter > div.property_actions
		{
			position:relative;
			height:28px;
			margin-top:30px;
		}
		
			div.catalog_section_filter > div.property_actions > div.reset
			{
				background: none;
				border: none;
				border-bottom: 1px dashed #b7b7b7;
				color: #fff;
				margin-right: 20px;
				line-height: 28px;
				text-align:center;
				display:inline-block;
				cursor:pointer;
			}
			
			div.catalog_section_filter > div.property_actions > div.show
			{
				background-color: #fff;
				border: none;
				height: 28px;
				line-height: 28px;
				width: 141px;
				-webkit-transition: background-color .3s;
				-moz-transition: background-color .3s;
				transition: background-color .3s;
				text-align:center;
				display:inline-block;
				cursor:pointer;
				color:black;
			}
			
				div.catalog_section_filter > div.property_actions > div.show:hover
				{
					background:#D4D4D4;
				}
				
				div.catalog_section_filter > div.property_actions > div.show.loading
				{
					background-image:url(/bitrix/templates/main/components/bitrix/catalog.section/section_shop/images/loader.gif);
					background-position:center;
					background-repeat:no-repeat;
					background-color:#D4D4D4;
				}
			
				
/* End */
/* /bitrix/templates/main/components/bitrix/breadcrumb/main/style.css?1470405450838 */
/* /bitrix/templates/main/components/bitrix/catalog.section/section_shop/style.css?14704054517131 */
