

/* Start:/local/templates/san16_ru/components/bitrix/menu/top_menu/style.css?15832761671457*/
.bx_topnav {
  font-size: 16px;
  list-style: none;
  float: left;
}
.bx_topnav li {
  list-style: none;
  float: left;
}
.bx_topnav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 10px 11px 10px;
  display: block;
}
.bx_topnav li:hover a,
.bx_topnav li a.active {
  color: #FFFFFF;
  background-color: #3B6D00;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 700px) {
  .yf_head {
    background: #3B6D00 !important;
  }
  .bx_topnav li:hover a,
  .bx_topnav li a.active {
    background-color: #519614;
  }
  .bx_topnav {
    width: 100%;
    border-bottom: 1px solid #519614;
    text-transform: uppercase;
  }
  .bx_topnav li {
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #21620A;
    border-top: 1px solid #519614;
  }
  .bx_topnav li:nth-child(odd) {
    border-right: 1px solid #286513;
  }
  .bx_topnav li:nth-child(even) {
    border-left: 1px solid #4F9413;
  }
}
@media screen and (max-width: 540px) {
  .bx_topnav li {
    width: 100%;
    font-size: 18px;
  }
  .bx_topnav li:nth-child(odd),
  .bx_topnav li:nth-child(even) {
    border-left: none;
    border-right: none;
  }
}
/* End */


/* Start:/local/templates/san16_ru/components/bitrix/system.auth.form/yf-system.auth/style.css?15832761672946*/
#login-form-window {
  visibility: hidden;
  opacity: 0;
  background-color: #026E7A;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  left: 57%;
  margin-left: -250px;
  padding: 25px;
  position: absolute;
  top: 100px;
  max-width: 250px;
  width: 100%;
  z-index: 1001;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#login-form-window a {
  text-transform: none;
  font-size: 18px;
  color: #FFFFFF;
}
#login-form-window input {
  margin: 10px 0px 15px 0px;
  outline: none;
  width: 100%;
  padding: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
 }
#login-form-window input#USER_REMEMBER {
  margin: 6px 5px 5px 0px;
  width: auto;
 }
#login-form-window .close {
  float: right;
  font-size: 26px;
  margin: -24px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  line-height: .5;
  text-decoration: none;
  background-color: #30A2E0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#login-form-window .close:hover {
  color: #fff;
  background-color: #1C82B3;
 }
#login-form-window .forgot {
  font-size:16px;
  text-transform: none;
  font-family: Tahoma, sans-serif;
 }

#login-form-window input[type="submit"] {
  cursor:pointer;
  /*border: 1px solid #FFF215;*/
  text-transform: uppercase;
  padding: 5px 35px;
  font-size: 22px;
}
.auth-img {
  max-width: 30px;
  padding-right: 17px;
  float: left;
}
.bx-system-auth-form, .bx-system-auth-form1 {
/*  color: #fff;
  float: left;
  margin-top: 25px;*/
}
.bx-system-auth-form a, .bx-system-auth-form1 a{
  color: #505152;
  font-size: 14px;
  text-decoration: none;
  font-family: "PTSans-Narrow", Tahoma, sans-serif;
  padding-right: 2px;
}
.bx-system-auth-form1 a {
  font-size: 18px;
  /*text-transform: uppercase;*/
  float: left;
  /*clear: left;*/
}
.bx-system-auth-form1 a:last-child {
 /* text-transform: capitalize;*/
  /*font-size:16px;*/
}
.bx-system-auth-form1 a:last-child span { 
  /*padding-top: 0;*/
}
.bx-system-auth-form1 a span {
  padding-top: 5px;
  display: block;
  float: left;
  padding-right: 10px;
}
.bx-system-auth-form1 a:first-child span {
  background: url(/local/templates/san16_ru/components/bitrix/system.auth.form/yf-system.auth/images/enter.png) no-repeat center left;
  padding-left: 35px;
}
.bx-system-auth-form a:hover, 
.bx-system-auth-form1 a:hover, 
.bx-system-auth-form1 a span:hover{
  text-decoration: underline;
}
.bx-system-auth-form span {
  float:left;
  font-family:"PTSans-Narrow", Tahoma, sans-serif;
  font-size:16px;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  max-width:100px;
}
.separator {
  padding: 5px 10px 0px 0px;
  display: block;
  float: left;
}
/* End */


/* Start:/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/style.css?15832761678203*/
.bx_cart_block{
	/*color:#404040;*/
	font-size:16px;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	white-space: normal;
	line-height: normal !important;
}
.bx_cart_block.bx_cart_fixed{
	border:1px solid #b7b7b7;
	background:#fff;
	max-height: 100%;
	width:100%;
	overflow: hidden;
	border-radius:3px;
	position:fixed;
	z-index:4500;
	width:210px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	/*max-height:100%;*/
	
}
.bx_cart_block.bx_cart_fixed.top 	{top:5px}
.bx_cart_block.bx_cart_fixed.right 	{right:5px}
.bx_cart_block.bx_cart_fixed.bottom {bottom:5px}
.bx_cart_block.bx_cart_fixed.left 	{left:5px}
.bx_cart_block.bx_cart_fixed.max_height{top:5px;bottom:5px}
/**/
.bx_cart_block.bx_cart_sidebar 			.bx_small_cart{padding:10px 8px;}
.bx_cart_block.bx_cart_fixed 			.bx_small_cart{padding:10px 8px;line-height: 18px;}
.bx_cart_block.bx_cart_fixed.min 						{min-height:88px}
.bx_cart_block.bx_cart_fixed.min		.bx_small_cart{padding:10px 8px}
/*.bx_cart_block.bx_cart_fixed.max_height .bx_small_cart{padding:10px 8px }*/
.bx_cart_block .bx_small_cart .icon_cart,
.bx_cart_block .bx_small_cart .icon_spacer,
.bx_cart_block .bx_small_cart .icon_profile{
	display:inline-block;
	width:23px;
	height:20px;
	margin-right:8px;	
/*position: relative;*/
	margin-bottom: -3px;
}
.green_link, .green_link a
{
	color:#639206;
	font-weight: bold;
}
/*.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/images/cart.png)    no-repeat top center}*/
.bx_cart_sidebar .bx_small_cart .icon_cart{background:url(/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/images/cart.png)    no-repeat top center}

.bx_cart_sidebar .bx_small_cart .icon_profile{background:url(/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/images/profile.png) no-repeat top center}

.bx_cart_block .bx_small_cart .icon_cart{background:url(/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/images/cart.png)    no-repeat top center}
.bx_cart_block .bx_small_cart .icon_profile{background:url(/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/images/profile.png) no-repeat top center}

.bx_cart_block .bx_small_cart a{font-weight:bold;text-decoration: none;/*color:#404040*/}
.bx_cart_block .bx_small_cart a:hover{text-decoration: underline;}
.bx_cart_block .bx_small_cart .link_profile{font-weight:normal}

.bx_cart_block 							.bx_item_listincart{position:relative;width:100%}
.bx_cart_block.bx_cart_fixed 			.bx_item_listincart{padding-bottom:21px}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart{
	position: absolute;
	bottom: 0;
	/*height: 100%;*/
	top: 70px;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top2{top: 55px;}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart.top1{top: 40px;}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{	top:auto !important}

.bx_cart_block 				 		 	.bx_item_listincart .bx_itemlist_container{/*padding-bottom:21px;*/padding-top:10px;width:100%}
.bx_cart_block.bx_cart_fixed 		 	.bx_item_listincart .bx_itemlist_container{position:relative}
.bx_cart_block.bx_cart_sidebar .bx_title_component{
	margin:10px;
	padding:10px 0 17px;
	font-size:18px;
	line-height:20px;
	color:#000;
	vertical-align:middle;
	border-bottom:1px solid #E5E5E5;
}
.bx_cart_block.bx_cart_sidebar .bx_title_component .cart_icon_big{
	line-height:20px;
	height:20px;
	width:25px;
	background:url(/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/images/cart_big.png) no-repeat center;
}
/*.bx_cart_block.bx_cart_sidebar.close 	.bx_item_listincart{height:0;overflow:hidden}*/
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_itemlist_container{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow:auto;
}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_itemlist_container{
	position: absolute;
	bottom: 80px;
	top: 0;
}
.bx_cart_block.bx_cart_fixed.close.top{bottom:auto}
.bx_cart_block.bx_cart_fixed.close.bottom{top:auto}
.bx_cart_block.bx_cart_fixed.close .bx_item_listincart{height:0;overflow:hidden}

.bx_cart_block.bx_cart_fixed .bx_item_listincart .status{
	width:100%;
	background:#f7f7f7;
	position:absolute;
	bottom:0;
	z-index:120;
	text-align:center;
	font-size:12px;
	color:#4f4f4f;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:3px;
	border-radius:0 0 2px 2px ;
}

.bx_cart_block 					.bx_item_listincart .status:hover{background:#ececec;cursor:pointer}
.bx_cart_block 					.bx_item_listincart .bx_itemincart{
	position:relative;
	padding:0 10px;
	margin-bottom:15px;
}
.bx_cart_block 					.bx_item_listincart .bx_item_status{
	font-weight:bold;
	padding:3px;
	background:#ebebeb;
	margin:0 10px 20px;
	line-height:16px;
	font-size:13px;
	/*height:16px;*/
	border-radius:3px;
	text-align:center;
}
/*.bx_cart_block.bx_cart_fixed    .bx_item_listincart .bx_itemincart{position:relative}*/
.bx_cart_block .bx_item_listincart .bx_item_delete{
	background:url(/local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/images/delete_item.png) no-repeat center;
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	top:-3px;
	cursor:pointer;
	opacity: .2;
}
.bx_cart_block .bx_item_listincart .bx_item_delete:hover{opacity: 1;}
.bx_cart_block .bx_item_listincart .bx_item_img_container{
	text-align:center;
	padding-bottom:16px;
	color:#3f3f3f;
	font-size:12px;
}
.bx_cart_block .bx_item_listincart .bx_item_img_container a{}
.bx_cart_block .bx_item_listincart .bx_item_img_container a img{
	max-width:90px;
	height:auto;
	border:1px solid #e6e6e6;
}
.bx_cart_block .bx_item_listincart .bx_item_title{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_title a{
	font-size:13px;
	color:#3f3f3f;
	text-decoration:none;
}
.bx_cart_block .bx_item_listincart .bx_item_title a:hover{text-decoration:underline}
.bx_cart_block .bx_item_listincart .bx_item_price{padding-bottom:5px}
.bx_cart_block .bx_item_listincart .bx_item_price .bx_item_oldprice{
	text-decoration:line-through;
	color:#b0b0b0;
	vertical-align:bottom;
	font-size:12px;
	font-weight:bold;
}
.bx_cart_block .bx_item_listincart .bx_item_col_summ{
	font-size:12px;
	border-bottom:1px solid #E5E5E5;
	padding-bottom:10px;
}
.bx_cart_block .bx_item_listincart .bx_itemincart:last-child .bx_item_col_summ{border-bottom:none}
.bx_cart_block .bx_item_hr{
	border:none;
	border-top:1px solid #e5e5e5;
	width:100%;
	margin:11px 0;
}
.bx_cart_block .bx_item_listincart .bx_button_container{
	/*height:62px;*/
	width:100%;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
	padding:15px 10px;
	text-align:center;
}
.bx_cart_block.bx_cart_fixed .bx_item_listincart .bx_button_container{position:relative}
.bx_cart_block.bx_cart_fixed.max_height .bx_item_listincart .bx_button_container{
	position:absolute;
	bottom:21px;
}


/* buttons */
.bx_cart_block .bx_bt_button_type_2{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:13px;
	cursor:pointer;
}

.bx_cart_block .bx_bt_button_type_2 				{
	border:1px solid #e9e9e9;
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image:-webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:-o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
}
.bx_cart_block .bx_bt_button_type_2:hover 		{background:#fff}
.bx_cart_block .bx_bt_button_type_2:active 	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image:-webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:-o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_cart_block .bx_small.bx_bt_button_type_2{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}

.bx_cart_block .bx_small.bx_bt_button_type_2 		{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:hover 	{ }
.bx_cart_block .bx_small.bx_bt_button_type_2:active 	{ }


.bx_cart_block .bx_medium.bx_bt_button_type_2		{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}

.bx_cart_block .bx_medium.bx_bt_button_type_2 		{font-weight:bold}
.bx_cart_block .bx_medium.bx_bt_button_type_2:hover{ }
.bx_cart_block .bx_medium.bx_bt_button_type_2:active{ }



/* End */


/* Start:/local/templates/san16_ru/components/bitrix/menu/yf_tree/style.css?15832761672985*/
div.menu-sitemap-tree ul {
	list-style-type: none;
	color:#4a3f3f;
	margin: 1px 0px 0px 0px;
	padding: 0;
}
div.menu-sitemap-tree ul ul{
	list-style-type: none;
	color:#4a3f3f;
	margin: 0%;
	padding: 0;
}
div.menu-sitemap-tree li {
	background:url(/local/templates/san16_ru/components/bitrix/menu/yf_tree/images/menu_r_bg.jpg) repeat;
	border-top: 1px solid #02b5c8;
	border-bottom: 1px solid #024f57;
}
div.menu-sitemap-tree li:hover {
	background:url(/local/templates/san16_ru/components/bitrix/menu/yf_tree/images/menu_r_bgh.jpg) repeat;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
div.menu-sitemap-tree li.close ul {	display: none;}
div.folder{cursor:pointer; cursor: hand;}

div.menu-sitemap-tree ul li .item-text a {
	text-decoration: none;
	padding: 12px 10px 12px 50px;
	font-size: 16px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	word-break: break-word;
}
div.menu-sitemap-tree ul li .item-text a.hyper_left_parent, div.menu-sitemap-tree > ul > li > .item-text > a.hyper_left_child {
    color:#B6FF98;
    font-weight: bold;
}


div.menu-sitemap-tree ul li .item-text a.hyper_left_child,
div.menu-sitemap-tree ul ul li:nth-child(even) .item-text a.hyper_left_child {
	background:url(/local/templates/san16_ru/components/bitrix/menu/yf_tree/images/menu_r_bgh.jpg) repeat;
}
div.menu-sitemap-tree ul ul li:first-child .item-text a {
	border-top: 1px solid #46D3E2;
}
div.menu-sitemap-tree ul ul li:first-child {
	border-top:1px solid #024f57;
}
div.menu-sitemap-tree ul ul li:last-child {
	border-bottom: none;
}
div.menu-sitemap-tree ul ul li .item-text a {
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	font-size: 14px;
	display: block;
	color: #FFFFFF;
	font-weight: normal; 
	line-height: 18px;
	background-color: #5DABB3;
}
div.menu-sitemap-tree ul ul li:nth-child(even) .item-text a {
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	font-size: 14px;
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	background-color:#429BA5;
	font-weight: normal; 
	line-height: 18px;
}
div.menu-sitemap-tree ul ul li:hover .item-text a,
div.menu-sitemap-tree ul ul li.current .item-text a  {
	background-color: #006D78;
}
#yf_menu_right > div > ul > li:first-child {
  border-radius: 0px 10px 0px 0px;
  -webkit-border-radius: 0px 10px 0px 0px;
  -moz-border-radius: 0px 10px 0px 0px;
  -khtml-border-radius: 0px 10px 0px 0px;
  border-top: none;
}
#yf_menu_right > div > ul > li:last-child {
  border-radius: 0px 0px 10px 0px;
  -webkit-border-radius: 0px 0px 10px 0px;
  -moz-border-radius: 0px 0px 10px 0px;
  -khtml-border-radius: 0px 0px 10px 0px;
  border-bottom: none;
}



@media screen and (max-width: 1000px) {
	#yf_menu_right > div > ul > li:first-child {
	  border-radius: 10px 10px 0px 0px;
	  -webkit-border-radius: 10px 10px 0px 0px;
	  -moz-border-radius: 10px 10px 0px 0px;
	  -khtml-border-radius: 10px 10px 0px 0px;
	}
	#yf_menu_right > div > ul > li:last-child {
	  border-radius: 0px;
	  -webkit-border-radius: 0px;
	  -moz-border-radius: 0px;
	  -khtml-border-radius: 0px;
	}
}
/* End */


/* Start:/local/templates/san16_ru/components/bitrix/news.list/yf_banners/style.css?1583276167108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/san16_ru/components/bitrix/breadcrumb/.default/style.css?1583276167563*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/style.css?158327616730131*/
/* catalog.top */

.bx_catalog_tile_home_type_2 {
  position: relative;
}
#yf_main_left .bx_catalog_tile_home_type_2 h2 {
  color: #CE1707;
  font-size: 22px;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/hit.png) no-repeat top left;
  padding: 0px 0px 8px 45px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_section {
  height: auto;
  margin-top: 20px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide {
  top: 0;
  right: 0;
  left: 0;
  z-index: 800;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.active {
  opacity: 0;
  -webkit-animation: nextslide 0.9s;
  animation: nextslide 0.9s;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.notactive {
  opacity: 1;
  -webkit-animation: prevslide 0.9s;
  animation: prevslide 0.9s;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.notactive,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide {
  display: none;
  opacity: 0;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.active {
  display: block;
  opacity: 1;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: url('/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/middle_bg.jpg') repeat;
  box-shadow:  0px 17px 15px -17px rgba(0, 0, 0, .8);
  -webkit-box-shadow:  0px 17px 15px -17px rgba(0, 0, 0, .8);
  -moz-box-shadow:  0px 17px 15px -17px rgba(0, 0, 0, .8);
  width: 23%;
  margin: 0 1% 12px;
  border: 1px solid #dcdddf;
  height: auto !important;
  float: left;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1) {
  clear: both;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover {
  border: none;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_container {
  padding: 16px 16px 5px 16px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_container {
  z-index: 990;
  background: #fff;
  border: 1px solid #dcdddf;;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  background: url('/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/middle_bg.jpg') repeat;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  padding: 16px 16px 5px 16px;
}

.bx_catalog_tile_home_type_2 .bx_catalog_item_articul {
  color: #a5a5a5;
  font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_title {
  margin-bottom: 3px;
  height: 64px;
  overflow: hidden;;;;;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_title {
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_title a {
  color: #004c5d;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price {
  color: #3f3f3f;
  font-weight: bold;
  display: table;
  width: 100%;;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price span {
  color: #7C898C;
  white-space: nowrap;
  text-decoration: line-through;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls {
  text-align: center;
  opacity: 0;
  left: 0;
  right: 0;
  border-left: 1px solid #DCDDDF;
  border-right: 1px solid #DCDDDF;
  border-bottom: 1px solid #DCDDDF;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  background: url('/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/middle_bg.jpg') repeat;
  z-index: 1000;
  padding: 0px 6% 6% 6%;
  box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 6px 4px -4px rgba(0, 0, 0, .2);
  position: absolute;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone span {
  color: #3f3f3f;
  font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #E4E4E4;
  background: #F3F3F3;
  white-space: normal;
  line-height: normal;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
  width: 100%;
  text-align: center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
  margin: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a {
  margin: 5px auto 0px auto;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls input[type=text] {
  border: none;
  vertical-align: top;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls,
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls {
  opacity: 1;
}
.bx_catalog_tile_home_type_2 .bx_cnt_desc {
  text-align: left;
  position: absolute;
  right: -45px;
  top: 2px;
  width: 40px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls a {
  margin-bottom: 10px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price .bx_price {
  font-size: 18px;
  text-align: center;
  color: #ce1707;
  padding: 3px 0px 7px 0px;
  display: table-cell;
  vertical-align: middle;
  height: 46px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price .bx_price span {
  display: block;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_images_double {
  position: relative;
  z-index: 910;
  display: block;
  padding-top: 110%;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_images {
  position: relative;
  z-index: 910;
  display: block;
  padding-top: 110%;
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_images_double {
  z-index: 900;
  margin-top: -110%;
  opacity: 0;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item.double:hover .bx_catalog_item_images {
  opacity: 0;
  -webkit-animation: rotateimgfirst 0.5s;
  animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item.double:hover .bx_catalog_item_images_double {
  opacity: 1;
  -webkit-animation: rotateimglast 0.5s;
  animation: rotateimglast 0.5s;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_controls,
.bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_articul,
.bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_scu {
  display: none;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_scu {
  display: block;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_scu {
  padding-top: 10px
}
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_scu>div {
  margin: 0 auto
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_controls.no_touch {
  display: none !important;
}

/* Stickers */

.bx_catalog_tile_home_type_2 .bx_stick {
  position: absolute;
  width: 123px;
  height: 35px;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/stick.png) left center no-repeat;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 0 #ba3434;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.bx_catalog_tile_home_type_2 .bx_stick.short {
  font-weight: bold;
  font-size: 18px
}
.bx_catalog_tile_home_type_2 .bx_stick.average {
  font-weight: bold;
  font-size: 13px
}
.bx_catalog_tile_home_type_2 .bx_stick.long {
  font-weight: normal;
  font-size: 11px
}
.bx_catalog_tile_home_type_2 .bx_stick_disc {
  position: absolute;
  border-bottom: 22px solid #ea1010;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  height: 0;
  width: 50px;
  right: -22px;
  top: 13px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .3);
}
.bx_catalog_tile_home_type_2 .bx_stick.left,
.bx_catalog_tile_home_type_2 .bx_stick_disc.left {
  left: -2px;
}
.bx_catalog_tile_home_type_2 .bx_stick.right,
.bx_catalog_tile_home_type_2 .bx_stick_disc.right {
  /*right: 0;*/
}
.bx_catalog_tile_home_type_2 .bx_stick.top,
.bx_catalog_tile_home_type_2 .bx_stick_disc.top {
  top: 15px;
}
.bx_catalog_tile_home_type_2 .bx_stick.bottom,
.bx_catalog_tile_home_type_2 .bx_stick_disc.bottom {
 /* bottom: 5px;*/
}
.bx_catalog_tile_home_type_2 .bx_stick.middle,
.bx_catalog_tile_home_type_2 .bx_stick_disc.middle {
  top: 49%;
}
/* buttons */

.bx_catalog_tile_home_type_2 .bx_bt_button_type_2 {
  display: inline-block;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  text-decoration: none;
}
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2 {
  border: 2px solid #A3B978;
  color: #476B00;
  background-color: #FFFFFF;
}
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2:hover {
  background: #fff;
}
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2:active {
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .05);
}
.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2 {
  display: inline-block;
  min-width: 25px;
  line-height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2 {
  padding: 0 13px;
  height: 25px;
  font-weight: bold;
  line-height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2 {
  font-weight: bold;
}
#yf_main_left .bx_catalog_tile_home_type_2 .bx_col_input {
  display: inline-block;
  text-align: center;
  padding: 5px 3px !important;
  border: 2px solid #C7D8A7 !important;
  background-color: #C7D8A7;
  width: 30px !important;
  margin: 0 !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -khtml-border-radius: 0px !important;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right {
  position: absolute;
  position: absolute;
  top: 45%;
  bottom: 0;
  z-index: 910;
  display: block;
  margin-top: -29px;
  width: 100%;
  width: 35px;
  height: 35px;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/slider_arrow.png) no-repeat;
  background-size: 35px auto !important;
  cursor: pointer;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left {
  left: -10px;
  background-position: 0 0;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left:active {
  background-position: 0 -70px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right {
  right: -10px;
  background-position: 0 -35px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right:active {
  background-position: 0 -105px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination {
  position: absolute;
  bottom: 5%;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination {
  display: none;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 14px;
  height: 20px;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/pagination_dot.png) no-repeat right center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li:hover,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li.active {
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/pagination_dot.png) no-repeat 1px center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li span {
  display: block;
  width: 14px;
  height: 20px;
  text-decoration: none;
  cursor: pointer;
}
.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button {
  padding: 5px 10px;
}
.bx_catalog_tile_home_type_2 {
  -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;
}

/* scu_detail_size */

.bx_catalog_tile_home_type_2 .bx_item_detail_size {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size_scroller_container {
  position: relative
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size {
  overflow-x: auto;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul {
  margin-left: 0 !important;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li {
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li .cnt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;
  color: #3f3f3f;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  line-height: 22px;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_size ul li .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 stretch;
  -moz-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 stretch;
  -o-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 stretch;
  border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li:hover .cnt {
  border: 1px solid #006cc0
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li:active .cnt,
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li.bx_active .cnt {
  border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_size ul li.bx_active .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 stretch;
  -moz-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 stretch;
  -o-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 stretch;
  border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul li.bx_missing .cnt {
  border: 1px solid #c0cfda !important
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul li.bx_missing>i {
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 11;
  background: rgba(255, 255, 255, .79) url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/missing.png) no-repeat center;
}

/*----*/

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right {
  opacity: 0.8
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right:hover {
  opacity: 1.0
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_tile_home_type_2 .bx_item_detail_size.full .bx_slide_right {
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 5%;
  max-width: 11px;
  cursor: pointer;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left {
  left: -5%;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/arr_left.png) no-repeat left center;
  background-size: 100% auto
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right {
  right: -5%;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/arr_right.png) no-repeat right center;
  background-size: 100% auto
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left {
  left: 0;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/fade_left.png) repeat-y left center;
  background-size: 100% auto
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right {
  right: 0;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/fade_right.png) repeat-y right center;
  background-size: 100% auto
}

/* scu_detail_scu */

.bx_catalog_tile_home_type_2 .bx_item_detail_scu {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu_scroller_container {
  position: relative
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu {
  overflow-x: auto
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul {
  margin-left: 0 !important
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li {
  position: relative;
  display: block;
  float: left;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;
  z-index: 10;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 stretch;
  -moz-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 stretch;
  -o-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 stretch;
  border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li:hover .cnt {
  border: 1px solid #006cc0
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
  padding: 3px;
  border: 2px solid #006cc0;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt {
  border: 1px solid #c0cfda !important
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_missing>i {
  cursor: not-allowed;
  position: absolute;
  display: block;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  z-index: 11;
  background: rgba(255, 255, 255, .79) url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/missing.png) no-repeat center;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_active .cnt {
  border: none;
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 stretch;
  -moz-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 stretch;
  -o-border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 stretch;
  border-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item {
  position: absolute;
  top: 6%;
  right: 6%;
  bottom: 6%;
  left: 6%;
  background-size: contain;
  background-repeat: no-repeat;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img {
  width: auto;
  height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right {
  opacity: 0.8
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right:hover {
  opacity: 1.0
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_tile_home_type_2 .bx_item_detail_scu.full .bx_slide_right {
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 5%;
  max-width: 11px;
  cursor: pointer;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left {
  left: -5%;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/arr_left.png) no-repeat left center;
  background-size: 100% auto
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right {
  right: -5%;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/arr_right.png) no-repeat right center;
  background-size: 100% auto
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left {
  left: 0;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/fade_left.png) repeat-y left center;
  background-size: 100% auto
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right {
  right: 0;
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/images/fade_right.png) repeat-y right center;
  background-size: 100% auto;
}










@media (min-width:960px) {
  .bx_catalog_tile_home_type_2.col1 .bx_catalog_item {
    padding: 1px 26px;
    width: 100%;
  }
  .bx_catalog_tile_home_type_2.col2 .bx_catalog_item {
    padding: 1px 26px;
    width: 50%;
  }
  .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1) {
    clear: both;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item {
    padding: 1px 26px;
    width: 33.333333%;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1) {
    clear: both;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4) {
    display: none;
  }
  .bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width:760px) and (max-width:960px) {
  .bx_catalog_tile_home_type_2.col1 .bx_catalog_item {
    padding: 1px 16px;
    width: 100%;
  }
  .bx_catalog_tile_home_type_2.col2 .bx_catalog_item {
    padding: 1px 16px;
    width: 50%;
  }
  .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1) {
    clear: both;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item {
    padding: 1px 16px;
    width: 33.333333%;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1) {
    clear: both;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4) {
    display: none;
  }
  .bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(4n+1) {
    clear: both;
  }
}
@media (max-width:760px) {
  .bx_catalog_tile_home_type_2.col1 .bx_catalog_item {
    padding: 1px 16px;
    width: 100%;
  }
  .bx_catalog_tile_home_type_2.col2 .bx_catalog_item {
    padding: 1px 16px;
    width: 50%;
  }
  .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1) {
    clear: both;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item {
    padding: 1px 16px;
    width: 33.333333%;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1) {
    clear: both;
  }
  .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(2n+1) {
    clear: both;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4) {
    display: none;
  }
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item,
  .bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
  .bx_catalog_tile_home_type_2.col5 .bx_catalog_item {
    width: 48%;
  }
}
@media (min-width:641px) and (max-width:960px) {
  .bx_catalog_tile_home_type_2 .bx_catalog_item_controls {
    height: auto;
  }
  .bx_catalog_tile_home_type_2 .bx_stick {
    width: 90px;
    height: 30px;
    background-size: 100%;
    line-height: 30px;
  }
  .bx_catalog_tile_home_type_2 .bx_stick.short {
    font-weight: normal;
    font-size: 14px;
  }
  .bx_catalog_tile_home_type_2 .bx_stick.average {
    font-weight: normal;
    font-size: 11px;
  }
  .bx_catalog_tile_home_type_2 .bx_stick.long {
    font-weight: normal;
    font-size: 11px;
  }
}
@media (max-width:640px) {
  .bx-touch .bx_catalog_tile_home_type_2 {
    border-bottom: 1px solid #e5e5e5;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls {
    height: auto;
    line-height: 30px;
    text-align: center;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone {
    display: none;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo {
    float: none;
    width: 100%;
    text-align: center;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_stick {
    width: 70px;
    height: 30px;
    background-size: 100%;
    font-size: 11px;
    line-height: 30px;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc {
    width: 48px;
    height: 49px;
    background-size: 100%;
    font-size: 16px;
    line-height: 49px;
  }
}
@media (max-width:580px) {
  .bx-touch .bx_catalog_tile_home_type_2.col1 .bx_catalog_item {
    padding: 1px 26px;
    width: 100%
  }
  .bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item {
    padding: 1px 16px;
    width: 50%
  }
  .bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(3n+1) {
    clear: none;
  }
  .bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1) {
    clear: both;
  }
  .bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item,
  .bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item,
  .bx-touch .bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
  .bx-touch .bx_catalog_tile_home_type_2.col5 .bx_catalog_item {
    padding: 1px 16px;
    width: 50%;
    clear: none;
  }
  .bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1),
  .bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(2n+1),
  .bx-touch .bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(2n+1) {
    clear: both;
  }
  .bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 500px) {
  .bx_catalog_tile_home_type_2.col3 .bx_catalog_item, 
  .bx_catalog_tile_home_type_2.col4 .bx_catalog_item, 
  .bx_catalog_tile_home_type_2.col5 .bx_catalog_item {
    width: 98%;
  }
}
@media (max-width:479px) {
  .bx-touch .bx_catalog_tile_home_type_2 {
    border-bottom: 1px solid #e5e5e5;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_tile_section {
    padding-top: 206%
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1) {
    clear: none;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(3n+1) {
    clear: none;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(2n+1) {
    clear: both;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls {
    height: auto;
    line-height: 30px;
    display: block
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls {
    height: auto
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_stick {
    width: 70px;
    height: 30px;
    background-size: 100%;
    font-size: 11px;
    line-height: 30px;
  }
  .bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc {
    width: 37px;
    height: 38px;
    background-size: 100%;
    font-size: 13px;
    line-height: 38px;
  }
}











@-webkit-keyframes prevslide {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes prevslide {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@-webkit-keyframes nextslide {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes nextslide {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes borderview {
  from {
    border: 1px solid #fdfdfd;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
  }
}
@-webkit-keyframes borderview {
  from {
    border: 1px solid #fdfdfd;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  to {
    border: 1px solid #d3d3d3;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .18);
  }
}
@keyframes rotateimgfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes rotateimgfirst {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotateimglast {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotateimglast {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}













input:focus, textarea:focus, keygen:focus, select:focus {
  outline: none;
  background-color: #EBF5D9 !important;
}
.popup-window-buttons {
  margin: 15px 10px 13px 10px !important;
}
.popup-window-titlebar .popup-window-top-row .popup-window-center-column {
  vertical-align: middle;
  padding-left: 5px;
}
.popup-window-titlebar-close-icon {
  margin-right: 0px !important;
}

@media screen and (max-width: 920px) {
  .bx_catalog_item_container .grey_bord {
    display: block;
  }
}
/* End */


/* Start:/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/themes/blue/style.css?15832761671125*/
/* catalog.top */
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_arrow_left,
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_arrow_right {
  background-image: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/themes/blue/images/slider_arrow.png)
}
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li {
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/themes/blue/images/pagination_dot.png) no-repeat right center
}
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li:hover,
.bx_catalog_tile_home_type_2.bx_blue .bx_catalog_tile_slider_pagination li.active {
  background: url(/local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/themes/blue/images/pagination_dot.png) no-repeat 0px center
}
.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button {
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	background-color: #659011;
}
.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button:hover {
  background-color: #9F0702;
}
.bx_catalog_tile_home_type_2.bx_blue .bx_bt_button:active {
  background-color: #9F0702;
}

/* End */


/* Start:/local/templates/san16_ru/styles.css?15832761671529*/
.green-head {
	color: #fff;
	font-size: 24px;
	padding: 2px 7px;
	text-transform: uppercase;
	background-color: #659011;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
}
.grey-head {
	color: #fff;
	font-size: 24px;
	padding: 2px 7px;
	text-transform: uppercase;
	background-color: #707275;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
}
.big_grey_words {
	font-size: 20px !important;
	font-weight: bold;
	text-transform: uppercase;
	color: #484647;
	float: left;
	margin-top: 10px;
}
.bold {
	font-weight: bold;
}
.red {
	color:#ce1707;
}
.yf_table{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
.yf_table thead tr{
    background-color: #ABD8DC;
    color: #272626;
    border-left: 1px solid #6FBDC5;
    border-right: 1px solid #6FBDC5;
    border-top: 1px solid #6FBDC5;
}
.yf_table tr td{
    padding: 5px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
}

.yf_table tbody tr:nth-child(odd){
    background-color: #FFFFFF;
    border-right: 1px solid #6FBDC5;
    border-left: 1px solid #6FBDC5;
    border-bottom: 1px solid #C5EBEF;
}
.yf_table tbody tr:nth-child(even){
    background-color: #EBF4F5;
    border-left: 1px solid #6FBDC5;
    border-right: 1px solid #6FBDC5;
    border-bottom: 1px solid #C5EBEF;
}


/* End */


/* Start:/local/templates/san16_ru/template_styles.css?158327616719021*/
@font-face {
font-family: "PTSans-Narrow";
font-style: normal;
src: url('/local/templates/san16_ru/font/PTSans-Narrow.eot');
src: url('/local/templates/san16_ru/font/PTSans-Narrow.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/san16_ru/font/PTSans-Narrow.woff') format('woff'),
    url('/local/templates/san16_ru/font/PTSans-Narrow.ttf') format('truetype'),
    url('/local/templates/san16_ru/font/PTSans-Narrow.svg#dincondensedcregular') format('svg');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, th,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -webkit-text-size-adjust: none
}
body {
  margin: 0px;
  padding: 0px;
  font-family: PTSans-Narrow, "Trebuchet MS", sans-serif;
  font-size: 18px;
  background-color: #e7e7e7;
}
a {
  color: #17A7DE;
  text-decoration: none;
}
a:hover {
  color: #D61818;
  text-decoration: underline;
}
a[href$='.xls'],
a[href$='.xlsx'] {
  padding: 10px 0px 10px 45px;
  background: transparent url(/bitrix/templates/san16_ru/images/xls.png) no-repeat center left;
  background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  text-decoration: none;
  line-height: 45px;
}
a[href$='.doc'],
a[href$='.docx'] {
  padding: 10px 0px 10px 45px;
  background: transparent url(/bitrix/templates/san16_ru/images/doc.png) no-repeat center left;
  background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  line-height: 45px;
  text-decoration: none;
}
a[href$='.pdf'] {
  padding: 10px 0px 10px 45px;
  background: transparent url(/bitrix/templates/san16_ru/images/pdf.png) no-repeat center left;
  background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  line-height: 45px;
  text-decoration: none;
}
.docs-list .news-item {
  border-bottom: 1px solid #1699C7;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
/*Main:left container*/

#yf_main_left {
  float: left;
  width: 75%;
  padding: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table tr td {
  padding: 5px;
  box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
#yf_main_left ul {
/*float: left;*/
padding-left: 5px;
list-style: none;
}
#yf_main_left ul li {
  padding-bottom: 10px;
}
#yf_main_left ul li:before {
  color: #EF0303;
  content: "\2714";
  padding-right: 12px;
  font-style: normal;
  font-weight: bold;
}
#yf_main_left ul.bx-catalog-tab-list li:before {
  content: none;
  padding: 0px;
}

#yf_main_left h1 {
  color: #ce1707;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 0px;
}
#yf_main_left h2{
  color: #17A204;
  font-size: 22px;
  padding: 10px 0px;
}
.yf_panel h2{
  color: #17A204;
  font-size: 22px;
  padding-bottom: 5px;
}
#yf_main_left h3{
  color: #004c5d;
  padding:10px 0px;
	font-weight:bold;
}
#yf_main_left p {
  padding: 5px 0px;
  color: #272727;
}

.osnova-text {
  margin-bottom: 20px;
  min-height: 400px;
}

/* Check button */

.select_display form {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.select_display form .list_active input,
.select_display form .list_normal input,
.select_display form .galery_active input,
.select_display form .galery_normal input {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 18px;
  font-family: PTSans-Narrow, "Trebuchet MS", sans-serif;
  border: 0;
  outline: 0;
  padding: 5px 20px;
  cursor: pointer;
  width: 49%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-size: 14px;
  margin-bottom: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -khtml-border-radius: 0px;
  margin-top: 0;
}
.select_display form .list_normal input,
.select_display form .galery_normal input {
  background-color: #006d78;
}
.select_display form .list_active input,
.select_display form .galery_active input {
  background-color: #429BA5;
}
.select_display form .list_active input:hover,
.select_display form .galery_normal input:hover,
.select_display form .list_normal input:hover,
.select_display form .galery_active input:hover {
  background-color: #006d78;
}
.select_display form .list_active input:focus,
.select_display form .galery_normal input:focus,
.select_display form .list_normal input:focus,
.select_display form .galery_active input:focus {
  background-color: #5dabb3;
}
.select_display form .list_active input,
.select_display form .list_normal input {
  float: left;
}
.select_display form .galery_normal input,
.select_display form .galery_active input {
  float: right;
}
.select_display form .list_active,
.select_display form .list_normal,
.select_display form .galery_normal,
.select_display form .galery_active {
  position: relative;
}
.select_display form .list_active:after,
.select_display form .list_normal:after {
  content: "";
  position: absolute;
  left: 10px;
  width: 18px;
  height: 2px;
  border-top: 6px double #FFF;
  border-bottom: 2px solid #FFF;
  top: 8px;
}
.select_display form .galery_normal:after,
.select_display form .galery_active:after {
  content: "";
  position: absolute;
  left: 52.5%;
  top: 8px;
  color: #fff;
  vertical-align: top;
  padding: 0;
  margin: 0;
  width: 20px;
  border-top: 4px dotted #FFF;
  border-bottom: 4px dotted #FFF;
  height: 3.5px;
}

/*constant*/

.mid960 {
  margin: 0 auto;
  max-width: 1250px;
}
.bord_radius {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.clr {
  clear: both;
}

/*Header*/

.yf_head {
  width: 100%;
  background: url('/local/templates/san16_ru/images/head_menu_bg.jpg');
  border-bottom: 1px solid #4b9f01;
  color: #fff;
  min-height: 41px;
  float: left;
}
.yf_head nav {
  float: left;
}
#yf_top_menu {
  float: left;
}
#head_phone {
  padding-right: 10px;
  font-size: 18px;
  background: url('/local/templates/san16_ru/images/phone.png') left center no-repeat;
  padding-left: 35px;
  line-height: 40px;
  text-align: right;
  float: right;
}

/*Header: Top Cart, Basket*/

header {
  background: url('/local/templates/san16_ru/images/head_men_bg.jpg') repeat-y bottom center;
  background-size: contain;
}
#yf_mid_head {
  color: #fff;
  background: url('/local/templates/san16_ru/images/head_men.jpg') no-repeat bottom center;
  background-size: contain;
}
#yf_top_cart {
  min-width: 265px;
  margin: 25px 5px 25px 0px;
  color: #505152;
  box-shadow: 0 -60px 40px -5px rgba(0, 0, 0, .1) inset;
  -webkit-box-shadow: 0 -60px 40px -5px rgba(0, 0, 0, .1) inset;
  -moz-box-shadow: 0 -60px 40px -5px rgba(0, 0, 0, .1) inset;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  float: right;
  background: url('/local/templates/san16_ru/images/middle_bg.jpg') repeat;
}
#yf_top_cart > div {
  float: left;
}
#yf_top_basket {
  margin: 10px 10px 10px 20px;
}
.grey_bord {
  border-top: 1px solid #bfc8c9;
  border-bottom: 1px solid #fff;
  height: 0px;
  width: 100%;
}
#yf_top_auth {
margin: 10px 10px 10px 20px;
}

/*Slogan and logo*/

#yf_logo {
  float: left;
  margin: 2% 0% 5% 0.5%;
}
.logo_big {
  border: 1px solid #07b5c0;
  text-align: center;
  padding: 3px 15px;
  background-color: #266777;
}
.logo_big a {
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
}
.logo_big a .green_logo {
  color: #b5f100;
}
.logo_desc {
  margin: 10px 0px 0px 6px;
}
#yf_slogan {
  margin: 5px 0px 0px -30px;
  float: left;
  line-height: 36px;
  font-style: italic;
  font-size: 28px;
  text-transform: uppercase;
  text-shadow: 2px 1px 2px rgba(150, 150, 150, 1);
}
.slogan {
  padding-top: 85px;
  display: block;
  float: left;
}
#yf_slogan img {
  float: left;
  width: 100%;
  max-width: 270px;
}
.bottom_slogan {
  padding-left: 80px;
}

/*Main*/

#bx_wrap {
  background: url('/local/templates/san16_ru/images/head_mid_bg.jpg') repeat-x top center;
  clear: both;
}
#yf_main {
  padding: 0 20px;
} 
.wrapper {
  border: 1px solid #dfe7e7;
  background-color: #f9fafa;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(20, 20, 20, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(20, 20, 20, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(20, 20, 20, 0.2);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-height: 500px;
}


/*Main:right container*/

#yf_main_right {
  float: right;
  width: 25%;
}
#yf_right_price {
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0px;
  background: url('/local/templates/san16_ru/images/price-bg-top.png') center top no-repeat, url('/local/templates/san16_ru/images/price-bg-bot.png') center bottom no-repeat;
  padding: 15px 0px;
}
#yf_right_price a {
  text-decoration: none;
  color: #2e2e30;
  padding: 5px 0px 5px 50px;
  background: url('/local/templates/san16_ru/images/xls.png') left center no-repeat;
  display: block;
  margin: 0 auto;
  width: 100px;
  line-height: normal;
}
#yf_right_price a:hover {
  text-shadow: 0px 0px 60px rgba(0, 171, 245, 1);
}
#yf_right_price a .red_link {
  color: #c71b0c;
}

/*Footer*/

#yf_footer {
  background: #03434F url(/local/templates/san16_ru/images/footer-bg.jpg) repeat-x;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 8px;
}
#yf_footer p {
  padding-bottom: 10px;
  font-size: 14px;
  padding-top: 15px;
  color: #E4E2E2;
}
#yf_footer_contact {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px 15px 15px 15px;
}
.foo_tel,
.foo_email {
  font-size: 18px;
}
.foo_tel {
  background: url('/local/templates/san16_ru/images/phone.png') no-repeat left top;
  padding-left: 35px;
  padding-bottom: 10px;
}
.foo_email {
  background: url('/local/templates/san16_ru/images/foo-email.png') no-repeat left top;
  padding-left: 35px;
}
#yf_footer_contact a,
#yf_footer_contact a:visited {
  color: #b5f100;
  text-decoration: underline;
}
#yf_footer_contact a:hover {
  color: #fff;
}
#yf_footer_social {
  float: left;
}
#yf_footer_social table {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#yf_footer_social table,
#yf_footer_social table tr td {
  border: 0px;
  padding: 0px 8px 0px 0px;
  vertical-align: middle;
}
#yf_footer_auth {
  width: 90%;
  clear: both;
  color: #88d1d6;
  font-size: 14px;
  margin-left: 15px;
}

/* Form fields and see @media600*/

.bx-auth form table thead,
.subscribe-edit table thead {
  display: none;
}

.bx-forgotpass-table,
.bx-auth-table,
.bx-auth,
.subscribe-edit,
.bx-auth-profile,
.mfeedback form {
  background-color: #01B2C6;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
}

.bx-forgotpass-table input,
div.bx-auth input.bx-auth-input,
.data-table.bx-registration-table input[type="text"],
.subscribe-edit input,
#yf_main_left input[type="text"],
#yf_main_left input[type="password"],
select {
  font-size: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-box-sizing: border-box;
  margin: 10px 0px 15px 0px;
  width: 100%;
  border: 1px solid #1694A2;
  outline: none;
  padding: 7px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.subscribe-edit input,
.subscribe-edit input[type="text"] {
  width: auto;
  margin: 5px 10px 0px 0px;
}

input[type="submit"],
input[type="reset"],
.bx-forgotpass-table + p a,
.bx-auth-table ~ noindex p a,
.data-table.bx-registration-table ~ p a  {
  cursor: pointer;
  text-transform: uppercase;
  padding: 5px 35px;
  font-size: 22px;
  font-family: PTSans-Narrow, "Trebuchet MS", sans-serif;
  background-color: #B3E255;
  border: 1px solid #A6F705;
  color: #444645;
  margin-top: 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  margin-bottom: 10px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
.bx-forgotpass-table + p a:hover,
.bx-auth-table ~ noindex p a:hover,
.data-table.bx-registration-table ~ p a:hover {
  background-color: #D60700;
  border: 1px solid #FF0000;
  color: #fff;
}
form input[type="submit"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  background-color: #D60700 !important;
  border: 1px solid #FF0000 !important;
  color: #fff;
}
#yf_main_left .bx-auth ul li:before {
  color: #fff;
  content: "\2714";
  padding-right: 12px;
  font-style: normal;
  font-weight: bold;
}
.bx-forgotpass-table + p a,
.bx-auth-table ~ noindex p a,
.data-table.bx-registration-table ~ p a {
  text-decoration: none;
  display: inline-block;
}

.data-table.bx-registration-table ~ p {
  color: #000;
}

#wdc_win3_fields a {
  color: #fff;
}

.subscribe-edit p,
.subscribe-edit td {
  color: #fff;
  line-height: 20px;
  font-size: 16px;
}

.subscribe-edit table tr td {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 20px;
}

.subscribe-edit td a,
.bx-auth-profile a {
  color: #FFD500;
}

div.soc-serv-title-grey {
  color: rgb(255, 213, 0) !important;
}

.subscribe-edit .notetext {
  color: rgb(255, 213, 60);
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
}

.profile-header {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  margin: 15px 0px 10px 0px;
}
font.errortext {
  color: red;
  background-color: #fff;
  padding: 5px;
  display: block;
}
.data-table.bx-registration-table {
  width: 100%;
}
.data-table.bx-forgotpass-table {
  margin-top: 20px;
}

/* Feedback */

.mfeedback {
  width: 60%;
}
.mfeedback form {
  padding-left: 23px;
  margin-top: 15px;
}
div.mf-message textarea {
  border: 1px solid #1C82B3;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  margin: 5px 0px;
  padding: 5px 10px;
  font-size: 18px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  width: 100%;
}
.mfeedback form .mf-captcha img {
  margin: 5px 0px 10px 0px;
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {
  width: 99%;
}

/*Search module JQuery panel*/

.yf_panel {
  padding: 20px;
  width: 250px;
  background: #eeeeee;
  /*border: #282828 2px solid;*/
  min-height: 226px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1000;
}
#vk_vidget{
	margin-bottom: 20px;
}



@media screen and (max-width: 1200px) {
  header {
    background: url('/local/templates/san16_ru/images/head_men_bg.jpg') repeat-y -30% 100%;
    background-position: left 70px bottom 0px;
    background-size: contain;
  }
  #yf_mid_head {
    background: url('/local/templates/san16_ru/images/head_men.jpg') no-repeat;
    background-position: left 70px bottom 0px;
    background-size: contain;
  }
}
@media screen and (max-width: 1100px) {
  .main_block:first-child {
    background-size: 30%, auto !important;
  }
  .yf_text_left {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  #yf_main_right {
    width: 100%;
  }
  #yf_main_left {
    width: 100%;
  }
  #yf_right_ban {
    display: none;
  }
}
@media screen and (max-width: 920px) {
  #yf_top_cart {
    margin: 10px 10px 0px 0px;
  }
  .grey_bord {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  #yf_top_cart {
    width: 100%;
    clear: both;
    margin: 20px 0px 10px 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
  }
  header {
    background-position: left 90px bottom 74px;
    background-size: 140%;
  }
  #yf_mid_head {
    background-size: 140%;
    background-position: left 90px bottom 74px;
  }
  .yf_text_right .yf_free_p p,
  .yf_text_left,
  .yf_text_right .yf_free_p .big_grey_words {
    width: 100%;
  }
  .yf_img_right,
  .yf_img_left {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .yf_img_left .yf_cont_link a,
  .yf_img_right .yf_cont_link a {
    margin-top: 20px;
  }
  .yf_img_right img {
    width: auto;
  }
  .yf_text_right,
  .yf_text_left {
    clear: both;
  }
  .main_block:first-child {
    background: none !important;
    background: url('/local/templates/san16_ru/images/middle_bg.jpg') repeat !important;
  }
}
@media screen and (max-width: 700px) {
  #head_phone {
    float: left;
    margin-left: 40%;
  }
   #login-form-window {
    left: 65%;
  }
}
@media screen and (max-width: 600px) {
  .mfeedback {
    width: 100%;
  }
  .order_full_table td {
    float: left;
    width: 100%;
  }
  .subscribe-edit table tr td,
  .profile-table tr td,
  .bx_my_order tr td,
  .bx_my_order .bx_my_order_table tbody tr td:first-child {
    width: 100%;
    float: left;
    padding-right: 0px;
  }
  #yf_main_left input[type="text"],
  select,
  .typefile {
    width: 100%;
  }
  .subscribe-edit input[type="checkbox"],
  .subscribe-edit input[type="radio"] {
    width: auto;
  }
  .subscribe-edit input[type="text"],
  .subscribe-edit input,
  textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .subscribe-edit input,
  .subscribe-edit input[type="text"] {
    margin-right: 0px;
    margin-top: 10px;
  }
  .subscribe-edit input[type="submit"],
  .subscribe-edit input[type="reset"],
  .bx-forgotpass-table + p a,
  .bx-auth-table ~ noindex p a,
  .data-table.bx-registration-table ~ p a {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 540px) {
  #head_phone {
    text-align: center;
    padding-left: 0;
    background: none;
    margin: 0 auto;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .yf_img_right img,
  .yf_img_left img {
    width: 100%;
  }
  .data-table.bx-registration-table tr td {
    width: 100%;
    float: left;
  }
  #login-form-window {
    left: 82%;
    width: 200px
  }
}
@media screen and (max-width: 440px) {
  #yf_mid_head {
    background:none;
  }
  #yf_top_cart {
    min-width: 0px;
  }
}
@media screen and (max-width: 360px) {
  #login-form-window {
    left: 90%;
    width: 180px;
  }
}
@media screen and (max-width: 300px) {
  #login-form-window {
    left: 10%;
    max-width: 180px;
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 250px) {
  #login-form-window {
    left: 5%;
    max-width: 150px;
  }
}
#yf_right_ban{
  margin:20px 0px;
}
table {
border: none;
}
/* End */
/* /local/templates/san16_ru/components/bitrix/menu/top_menu/style.css?15832761671457 */
/* /local/templates/san16_ru/components/bitrix/system.auth.form/yf-system.auth/style.css?15832761672946 */
/* /local/templates/san16_ru/components/bitrix/sale.basket.basket.line/yf_cart/style.css?15832761678203 */
/* /local/templates/san16_ru/components/bitrix/menu/yf_tree/style.css?15832761672985 */
/* /local/templates/san16_ru/components/bitrix/news.list/yf_banners/style.css?1583276167108 */
/* /local/templates/san16_ru/components/bitrix/breadcrumb/.default/style.css?1583276167563 */
/* /local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/style.css?158327616730131 */
/* /local/templates/san16_ru/components/bitrix/catalog.top/yf_akcii/slider/themes/blue/style.css?15832761671125 */
/* /local/templates/san16_ru/styles.css?15832761671529 */
/* /local/templates/san16_ru/template_styles.css?158327616719021 */
