/* /templates2_0/module/floating/header/index.less */
.module_floating_header {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.module_floating_header[data-dont_floating] {
  position: relative;
}
.module_floating_header:not([data-dont_floating]) + article {
  margin-top: 131px;
}
.module_floating_header-wrap {
  position: relative;
  box-sizing: border-box;
  width: 1020px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
  padding: 0 35px;
}
.module_floating_header-wrap:before {
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  margin-bottom: -5px;
}
.module_floating_header-moved .module_floating_header-wrap:before {
  display: none;
}
.module_floating_header-message {
  position: relative;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.module_floating_header-top {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.module_floating_header-tabs {
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  font: bold 14px/2 Utkonos;
  margin-left: 170px;
  min-height: 45px;
  padding-right: 10px;
}
.module_floating_header-tabs_item {
  position: relative;
  font: normal 14px/45px Tahoma, sans-serif;
  letter-spacing: 1px;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  padding: 0 5px;
  color: #333;
  display: block;
  text-align: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module_floating_header-tabs_item:before {
  position: absolute;
  content: '';
  top: 5px;
  bottom: 5px;
  left: auto;
  right: 0;
  width: 1px;
  background-color: #eee;
}
.module_floating_header-tabs_item.active {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  color: #52140b;
  cursor: default;
  z-index: 1;
}
.module_floating_header-tabs_item.active:before,
.module_floating_header-tabs_item:hover:before {
  background-color: transparent;
}
.module_floating_header-tabs_item[data-domain$=".utkonos.ru"],
.module_floating_header-tabs_item[data-domain="www.utkonos.ru"] {
  color: rgba(115,168,2,0.79);
}
.module_floating_header-tabs_item[data-domain$=".utkonos.ru"].active,
.module_floating_header-tabs_item[data-domain$=".utkonos.ru"]:hover,
.module_floating_header-tabs_item[data-domain="www.utkonos.ru"].active,
.module_floating_header-tabs_item[data-domain="www.utkonos.ru"]:hover {
  color: #fff;
  background-color: rgba(115,168,2,0.79);
}
.module_floating_header-tabs_item[data-domain^="health-beauty."],
.module_floating_header-tabs_item[data-domain="health-beauty.utkonos.ru"] {
  color: #8d4c98;
}
.module_floating_header-tabs_item[data-domain^="health-beauty."].active,
.module_floating_header-tabs_item[data-domain^="health-beauty."]:hover,
.module_floating_header-tabs_item[data-domain="health-beauty.utkonos.ru"].active,
.module_floating_header-tabs_item[data-domain="health-beauty.utkonos.ru"]:hover {
  color: #fff;
  background-color: #8d4c98;
}
.module_floating_header-tabs_item[data-domain^="baby."],
.module_floating_header-tabs_item[data-domain="baby.utkonos.ru"] {
  color: #e06799;
}
.module_floating_header-tabs_item[data-domain^="baby."].active,
.module_floating_header-tabs_item[data-domain^="baby."]:hover,
.module_floating_header-tabs_item[data-domain="baby.utkonos.ru"].active,
.module_floating_header-tabs_item[data-domain="baby.utkonos.ru"]:hover {
  color: #fff;
  background-color: #e06799;
}
.module_floating_header-tabs_item[data-domain^="zoo."],
.module_floating_header-tabs_item[data-domain="zoo.utkonos.ru"] {
  color: #fcc009;
}
.module_floating_header-tabs_item[data-domain^="zoo."].active,
.module_floating_header-tabs_item[data-domain^="zoo."]:hover,
.module_floating_header-tabs_item[data-domain="zoo.utkonos.ru"].active,
.module_floating_header-tabs_item[data-domain="zoo.utkonos.ru"]:hover {
  color: #fff;
  background-color: #fcc009;
}
.module_floating_header-tabs_item[data-domain^="b2b."],
.module_floating_header-tabs_item[data-domain="b2b.utkonos.ru"] {
  color: #79859c;
}
.module_floating_header-tabs_item[data-domain^="b2b."].active,
.module_floating_header-tabs_item[data-domain^="b2b."]:hover,
.module_floating_header-tabs_item[data-domain="b2b.utkonos.ru"].active,
.module_floating_header-tabs_item[data-domain="b2b.utkonos.ru"]:hover {
  color: #fff;
  background-color: #79859c;
}
.module_floating_header-tabs_item[data-domain^="service."],
.module_floating_header-tabs_item[data-domain="service.utkonos.ru"] {
  color: #e1ae87;
}
.module_floating_header-tabs_item[data-domain^="service."].active,
.module_floating_header-tabs_item[data-domain^="service."]:hover,
.module_floating_header-tabs_item[data-domain="service.utkonos.ru"].active,
.module_floating_header-tabs_item[data-domain="service.utkonos.ru"]:hover {
  color: #fff;
  background-color: #e1ae87;
}
.module_floating_header-logo {
  position: absolute;
  z-index: 101;
  padding: 0 10px 0 0;
  top: 20px;
  margin-left: -20px;
}
.module_floating_header-logo img {
  height: 55px;
}
.module_floating_header-cat {
  -webkit-flex: 0 0 170px;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}
.module_floating_header-cat a {
  position: relative;
  box-sizing: border-box;
  background-color: #5ca038;
  border: 1px solid #5ca038;
  border-width: 1px 0;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  display: inline-block;
  width: 130px;
  text-align: center;
  text-decoration: none;
  font: normal 14px/2 Tahoma, sans-serif;
}
.module_floating_header-cat a:hover {
  background-color: #7DB360;
  color: #fff;
}
.module_floating_header-contact {
  position: relative;
  box-sizing: border-box;
  text-align: right;
  font: normal 15px Tahoma, sans-serif;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_floating_header-contact_pic {
  position: relative;
  background: transparent url(/templates2_0/module/floating/header/ever.png) 0 50% no-repeat;
  display: block;
  width: 40px;
  height: 30px;
}
.module_floating_header-contact_wrap {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}
.module_floating_header-contact .tel {
  text-decoration: none;
  color: #777;
  line-height: 1.2;
}
.module_floating_header-contact .tel:hover {
  text-decoration: none;
}
.module_floating_header-shaded {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 5px 0 5px;
  min-height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.module_floating_header-shaded .module_floating_header-search {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module_floating_header-shaded .module_floating_header-profile {
  position: relative;
  box-sizing: border-box;
  margin-left: 20px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 160px;
}
.module_floating_header .module_auth_person-panel {
  min-width: 190px;
}
.module_floating_header-shaded .module_floating_header-cart {
  position: relative;
  box-sizing: border-box;
  margin-left: 20px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 40px;
}
.module_floating_header-flyout {
  padding-right: 40px;
}
.module_floating_header-flyout_label {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  font: normal 16px/2 Tahoma, sans-serif;
  color: #fff;
  background-color: #eee;
  display: none;
}
.module_floating_header-flyout_control {
  position: absolute;
  box-sizing: border-box;
  cursor: pointer;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #eee;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -10px;
  text-decoration: none;
  z-index: 1;
}
.module_floating_header-flyout_control:before {
  position: relative;
  box-sizing: border-box;
  content: '>';
  color: #333;
  display: block;
  font: bold 20px Utkonos;
  margin-top: 25%;
  text-decoration: none;
  /* IE 9 */
  -ms-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.module_floating_header-flyout_content {
  position: absolute;
  box-sizing: border-box;
  box-shadow: 0 5px 15px 0 rgba(0,0,0,0.3);
  background-color: #fff;
  top: 0;
  left: auto;
  right: 0;
  margin: -5px -15px 0;
  padding: 60px 0 10px;
  overflow: hidden;
  height: 40px;
  display: none;
}
.module_floating_header-flyout.active {
  z-index: 1;
}
.module_floating_header-flyout.active .module_floating_header-flyout_control {
  background-position: -30px 50%;
}
.module_floating_header-flyout.active .module_floating_header-flyout_control:before {
  content: '<';
}
.module_floating_header-flyout.active .module_floating_header-flyout_content {
  display: block;
  height: auto;
}
.module_floating_header-widescreen .module_floating_header-flyout {
  display: block;
}
.module_floating_header-widescreen .module_floating_header-cart .module_floating_header-flyout_control {
  display: none;
}
.module_floating_header-widescreen .module_floating_header-cart .module_floating_header-flyout_content {
  position: fixed;
  height: auto !important;
  bottom: 10px;
  left: 50%;
  right: auto;
  margin: 0 0 0 520px;
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.module_floating_header-widescreen .module_floating_header-cart .module_basket_view {
  display: none;
}
.module_floating_header-widescreen .module_floating_header-cart .module_floating_header-flyout_content .module_basket_view {
  display: block;
}
.module_floating_header-widescreen .module_floating_header-cart .module_floating_header-flyout_label {
  display: block;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module_floating_header-widescreen .module_floating_header-cart .module_basket_floating {
  padding-top: 10px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module_floating_header-widescreen .module_basket_floating-addition {
  display: block;
}
.module_floating_header-widescreen .module_floating_header-buyer_nav .module_buyer_nav-control {
  display: none;
}
.module_floating_header-cart .module_floating_header-flyout_content {
  min-width: 230px;
  max-width: 230px;
}
.module_floating_header-buyer_nav {
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.module_floating_header-buyer_nav .module_buyer_nav {
  margin-left: 170px;
}
@media only screen and (max-device-width: 750px) {
  .module_floating_header {
    position: relative !important;
  }
  .module_floating_header + article {
    margin-top: 0 !important;
  }
}
