
/* Header */
#wrap_header {
	padding: 32px 0 8px;
	color: #3d3d3d;
	min-height: 138px;
  }

  .logo a {
	display: block;
	font-size: 0;
	width: 151px;
	height: 84px;
	background: url('/view/bts18/img/logo.png') 50% no-repeat;
	background-size: cover;
  }

  .logo a:hover {
	opacity: 0.85;
  }

  .head_block {
	font-size: 16px;
	font-weight: 600;
	padding-left: 65px;
	margin: 8px 0 0;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	vertical-align: top;
  }

  .head_block > p {
	line-height: 1.3;
  }

  .head_block .title {
	color: #d1050c;
  }

  .head_block span {
	font-weight: 400;
  }

  .head_block.phone .ph {
	font-size: 26px;
	font-weight: 800;
  }

  .head_block.phone a.modal_call {
	margin: 5px 0 0;
	font-size: 13px;
	text-transform: none;
	font-weight: 400;
	color: #3d3d3d;
  }

  .head_block.phone a.modal_call:after {
	content: '';
	width: 4px;
	height: 8px;
	background: url('/view/bts18/img/icons/arrow_a_call.png') 50% no-repeat;
	position: absolute;
	top: 4px;
	right: -9px;
	z-index: 1;
  }

  .head_block.phone a.modal_call:hover {
	text-decoration: underline;
  }

  .head_block:before {
	content: '';
	width: 56px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 0;
	border: 4px solid #e7e7e7;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	-ms-border-radius: 56px;
	border-radius: 56px;
  }

  .head_block.address:before {
	background: url('/view/bts18/img/icons/icon_top_address.png') 50% no-repeat;
  }

  .head_block.work:before {
	background: url('/view/bts18/img/icons/icon_top_work.png') 50% no-repeat;
  }

  .head_block.phone:before {
	background: url('/view/bts18/img/icons/icon_top_phone.png') 50% no-repeat;
  }

  .head_block.basket_color:before {
	border: 4px solid #d1050c;
  }

  .head_block.basket-header:before {
	background: url('/view/bts18/img/icons/icon_basket.png') 50% no-repeat;
  }

  #wrap_header .col-visible-lg {
	display: block;
  }

  #wrap_header .col-hide-lg {
	display: none;
  }

  #wrap_header .col-visible-xs {
	display: none;
  }

  .wrap_blocks_header_small {
	font-size: 0;
	text-align: right;
	padding: 15px 15px 0 0;
  }

  .wrap_blocks_header_small .bhs {
	margin: 0 10px;
  }

  .wrap_blocks_header_small .bhs a {
	display: block;
	font-size: 0;
	width: 25px;
	height: 25px;
  }

  .wrap_blocks_header_small .bhs a.phone {
	background: url('/view/bts18/img/icons/icon_phone.png') no-repeat 50%;
	background-size: cover;
  }

  .wrap_blocks_header_small .bhs a.phone:hover {
	background: url('/view/bts18/img/icons/icon_phone_hover.png') no-repeat 50%;
	background-size: cover;
  }

  .wrap_blocks_header_small .bhs a.address {
	background: url('/view/bts18/img/icons/icon_location.png') no-repeat 50%;
	background-size: cover;
  }

  .wrap_blocks_header_small .bhs a.address:hover {
	background: url('/view/bts18/img/icons/icon_location_hover.png') no-repeat 50%;
	background-size: cover;
  }

  .wrap_blocks_header_small .bhs a.basket {
	background: url('../img/icons/icon_basket-2.png') no-repeat 50%;
	background-size: contain;
  }

  .wrap_menu_header_small {
	text-align: right;
	padding: 10px 10px 0 0;
  }

  .basket-header .title {
	font-weight: 600;
	padding: 0 0 5px;
  }

  .basket-fly {
	display: none;
  }

  /*.basket-wrap:hover .basket-fly {
	  display: block;
  }*/
  .basket-header .basket-header__num {
	padding: 6px 0 0;
	font-size: 20px;
	color: #3d3d3d !important;
	text-transform: none;
	font-weight: 400;
  }

  .basket-header.basket-full:before {
	border-color: #ed1c24;
  }

  .basket-header span {
	display: block;
  }

  .wrap_menu_header_small .mhs a.munu_a {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	background-color: #3d3d3d;
	background-image: url('/view/bts18/img/icons/menu_hb.png');
	background-repeat: no-repeat;
	background-position: 50%;
  }

  .wrap_menu_header_small .mhs a.status,
  .wrap_menu_header_small .mhs a.status-2 {
	text-align: center;
	padding: 0px 10px;
	height: 40px;
	line-height: 40px;
	background: #c7081b;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 5;
	display: block;
  }

  .wrap_menu_header_small .mhs a.status:hover,
  .wrap_menu_header_small .mhs a.status-2:hover {
	background: #343434;
  }

  /* / Header*/
