/* /templates2_0/module/floating/header/index.less */
/**
* Иконки навигации
*/
.module_floating_header {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 100;
}
.module_floating_header-wrap {
  position: relative;
  box-sizing: border-box;
  width: 940px;
  margin: 0 auto;
}
.module_floating_header_moved .module_floating_header-nav {
  position: fixed;
  top: 0;
  width: 100%;
}
.module_floating_header-contact {
  position: relative;
  box-sizing: border-box;
  height: 50px;
}
.module_floating_header-contact_wrap {
  position: relative;
  box-sizing: border-box;
  height: 50px;
  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_item {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module_floating_header-contact_item:first-of-type {
  padding-left: 0;
}
.module_floating_header-contact_float {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module_floating_header-contact_law {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  font: normal 14px Tahoma, sans-serif;
  text-decoration: underline;
}
.module_floating_header-contact_law:hover {
  color: #fff;
  text-decoration: none;
}
.module_floating_header-contact_tel {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  font: normal 18px Tahoma, sans-serif;
  text-decoration: none;
}
.module_floating_header-contact_tel:hover {
  color: #fff;
  text-decoration: none;
}
.module_floating_header-contact_hidden {
  display: none;
}
.module_floating_header-contact_message {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 0;
}
.module_floating_header-shop {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  height: 80px;
}
.module_floating_header-shop_wrap {
  position: relative;
  box-sizing: border-box;
  height: inherit;
  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: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.module_floating_header-shop_logo {
  position: relative;
  box-sizing: border-box;
  padding: 15px 0;
  width: 220px;
  height: inherit;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}
.module_floating_header-shop_tabs {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 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;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module_floating_header-shop_item {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module_floating_header-shop_item {
  text-transform: uppercase;
  text-decoration: none;
  font: bold 14px/4 Tahoma, sans-serif;
}
.module_floating_header-shop_item:hover {
  text-decoration: none;
}
.module_floating_header-shop_item.active {
  text-decoration: underline;
  cursor: default;
}
.module_floating_header-logo {
  position: relative;
  box-sizing: border-box;
  border: none;
  display: inline-block;
}
.module_floating_header-step {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  font: normal 12px/2.2 Tahoma, sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 0 15px;
  display: inline-block;
  margin-left: 20px;
}
.module_floating_header-step:first-of-type {
  margin-left: 0;
}
.module_floating_header-step:hover {
  border-color: rgba(255,255,255,0.6);
  color: #fff;
  text-decoration: none;
}
.module_floating_header-nav {
  position: relative;
  box-sizing: border-box;
  background-color: #3d3d3d;
  font-size: 0;
}
.module_floating_header-equal {
  position: relative;
  box-sizing: border-box;
  height: 65px;
  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-equal_float {
  position: relative;
  box-sizing: border-box;
  height: 32px;
}
.module_floating_header-equal_group {
  position: relative;
  box-sizing: border-box;
  padding: 0 25px;
  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-equal_group .module_floating_header-equal_float {
  margin-left: 15px;
}
.module_floating_header-equal_group .module_floating_header-equal_float:first-of-type {
  margin-left: 0;
}
.module_floating_header-equal_link {
  text-decoration: none;
  font-size: 0;
  height: inherit;
}
.module_floating_header-equal_link-arrow:before {
  position: relative;
  background: transparent url(/templates2_0/module/floating/header/nav_arrow.svg) 0 50% no-repeat;
  box-sizing: border-box;
  content: '';
  display: block;
  margin-left: 40px;
  width: 10px;
  height: inherit;
}
.module_floating_header-equal_logo {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin-right: 10px;
  margin-left: -10px;
  height: 30px;
  width: 35px;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
}
.module_floating_header-equal_logo-pic {
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  transition: opacity 321ms;
}
.module_floating_header-equal_logo-burger {
  background: transparent url(/templates2_0/module/floating/header/logo-burger.svg) 50% 50% no-repeat;
  opacity: 1;
  z-index: 1;
}
.module_floating_header-equal_logo-pers {
  background: transparent url(/templates2_0/module/floating/header/logo-pers.svg) 50% 50% no-repeat;
  opacity: 0;
  z-index: 0;
}
.module_floating_header-equal_cat {
  position: relative;
  box-sizing: border-box;
  text-transform: uppercase;
  margin-right: 0;
  padding-right: 15px;
  margin-right: 20px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module_floating_header-equal_cat .module_floating_header-equal_link {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font: normal 18px/1.5 Tahoma, sans-serif;
  text-decoration: none;
}
.module_floating_header-equal_cat .module_floating_header-equal_link:hover {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  text-decoration: underline;
}
.module_floating_header-equal_cat .module_floating_header-equal_link:before {
  margin-left: 0;
  margin-right: -20px;
  float: right;
}
.module_floating_header-equal_cat .module_floating_header-equal_link span {
  vertical-align: middle;
}
.module_floating_header-equal_search {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module_floating_header-equal_search-list {
  position: relative;
  box-sizing: border-box;
  text-align: right;
  width: 50px;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.module_floating_header-equal_search-list a {
  position: relative;
  box-sizing: border-box;
  background: transparent url(/templates2_0/module/floating/header/seatch-list.svg) 50% 50% no-repeat;
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.module_floating_header-equal_search-list a:hover {
  background-image: url(/templates2_0/module/floating/header/seatch-list-hover.svg);
}
.module_floating_header-equal_icon {
  position: relative;
  box-sizing: border-box;
  background: transparent 0 50% no-repeat;
  border: none;
  display: block;
  height: 32px;
  min-width: 32px;
}
.module_floating_header-equal_basket .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav_basket.svg);
}
.module_floating_header-equal_float.active .module_floating_header-equal_link:before {
  background-position: -10px 50%;
}
.module_floating_header-equal_count {
  position: absolute;
  box-sizing: border-box;
  background-color: #f58220;
  border-radius: 50%;
  color: #fff;
  font: normal 12px/1.5 Tahoma, sans-serif;
  text-align: center;
  width: 20px;
  margin: -5px 0 0 20px;
  top: 0;
  display: none;
}
.module_floating_header-equal_count-active {
  display: block;
}
.module_floating_header-equal_basket {
  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;
  width: 150px;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.module_floating_header-equal_basket .module_floating_header-equal_icon {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.module_floating_header-equal_basket .module_basket_view {
  margin-left: 10px;
  text-align: right;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module_floating_header-equal_basket .module_floating_header-equal_link {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: inherit;
}
.module_floating_header-equal_basket .module_floating_header-equal_link:before {
  margin-left: 10px;
}
.module_floating_header-tooltip {
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 2.5px 2.5px 10px 1px rgba(0,0,0,0.3);
  margin-top: 45px;
  width: 180px;
  left: 50%;
  top: 0;
  margin-left: -95px;
  display: none;
}
.module_floating_header-tooltip:before {
  position: absolute;
  content: '';
  background-color: transparent;
  top: -20px;
  left: 50%;
  margin-left: -5px;
  border: 10px solid transparent;
  border-color: transparent transparent #fff transparent;
}
.module_floating_header-tooltip_item {
  position: relative;
  box-sizing: border-box;
  background-color: transparent;
  font: normal 14px/3 Tahoma, sans-serif;
  text-decoration: none;
  color: #333;
  display: block;
  padding: 0 20px;
  white-space: nowrap;
}
.module_floating_header-tooltip_item:hover {
  background-color: #00792c;
  color: #fff;
  text-decoration: none;
}
.module_floating_header-equal_float.active .module_floating_header-tooltip {
  display: block;
}
.module_floating_header-cart.module_floating_header-tooltip {
  position: absolute;
  left: auto;
  right: 0;
  width: auto;
  padding: 10px 0;
}
.module_floating_header-cart.module_floating_header-tooltip:before {
  left: auto;
  right: 0;
}
.module_floating_header-widescreen .module_floating_header-cart {
  position: fixed;
  height: auto !important;
  top: 135px;
  bottom: 10px;
  left: 50%;
  right: auto;
  margin: 0 0 0 520px;
  padding-top: 0;
  min-width: 230px;
  max-width: 230px;
  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_floating {
  padding-top: 10px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.module_floating_header-widescreen .module_floating_header-equal_basket .module_floating_header-equal_link:before {
  background-position: -20px 50%;
}
.module_floating_header-widescreen .module_floating_header-equal_basket .module_floating_header-tooltip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.module_floating_header-widescreen .module_floating_header-cart.module_floating_header-tooltip:before {
  position: absolute;
  content: '';
  background-color: transparent;
  top: 20px;
  left: 0;
  right: auto;
  margin-left: -20px;
  border: 10px solid transparent;
  border-color: transparent #fff transparent transparent;
}
.module_floating_header-megamenu {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  display: none;
}
.module_floating_header-megamenu.active {
  display: block;
}
.module_floating_header-megamenu_wrap {
  position: relative;
  box-sizing: border-box;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.module_floating_header-megamenu .module_nav_megamenu {
  position: absolute;
}
.module_floating_header-express_auth {
  border-bottom: 1px solid #eee;
}
.module_floating_header-equal_basket .module_floating_header-equal_link {
  position: relative;
  width: 20px;
}
.module_floating_header-contact[data-domain$=".utkonos.ru"],
.module_floating_header-contact[data-domain="www.utkonos.ru"] {
  background-color: #00792c;
}
.module_floating_header-contact[data-domain$="shop.utkonos.ru"] {
  background-color: #a6ce39;
}
.module_floating_header-contact[data-domain^="health-beauty."],
.module_floating_header-contact[data-domain="health-beauty.utkonos.ru"] {
  background-color: #c2a3ec;
}
.module_floating_header-contact[data-domain^="baby."],
.module_floating_header-contact[data-domain="baby.utkonos.ru"] {
  background-color: #e16799;
}
.module_floating_header-contact[data-domain^="zoo."],
.module_floating_header-contact[data-domain="zoo.utkonos.ru"] {
  background-color: #f8c241;
}
.module_floating_header-contact[data-domain^="b2b."],
.module_floating_header-contact[data-domain="b2b.utkonos.ru"],
.module_floating_header-contact[data-domain^="opt."],
.module_floating_header-contact[data-domain="opt.utkonos.ru"] {
  background-color: #3572bd;
}
.module_floating_header-shop_item[data-domain$=".utkonos.ru"],
.module_floating_header-shop_item[data-domain="www.utkonos.ru"] {
  color: #91ba38;
}
.module_floating_header-shop_item[data-domain$=".utkonos.ru"]:hover,
.module_floating_header-shop_item[data-domain="www.utkonos.ru"]:hover {
  color: rgba(145,186,56,0.6);
}
.module_floating_header-shop_item[data-domain^="health-beauty."],
.module_floating_header-shop_item[data-domain="health-beauty.utkonos.ru"] {
  color: #b09bcd;
}
.module_floating_header-shop_item[data-domain^="health-beauty."]:hover,
.module_floating_header-shop_item[data-domain="health-beauty.utkonos.ru"]:hover {
  color: rgba(176,155,205,0.6);
}
.module_floating_header-shop_item[data-domain^="baby."],
.module_floating_header-shop_item[data-domain="baby.utkonos.ru"] {
  color: #e16799;
}
.module_floating_header-shop_item[data-domain^="baby."]:hover,
.module_floating_header-shop_item[data-domain="baby.utkonos.ru"]:hover {
  color: rgba(225,103,153,0.6);
}
.module_floating_header-shop_item[data-domain^="zoo."],
.module_floating_header-shop_item[data-domain="zoo.utkonos.ru"] {
  color: #f2c761;
}
.module_floating_header-shop_item[data-domain^="zoo."]:hover,
.module_floating_header-shop_item[data-domain="zoo.utkonos.ru"]:hover {
  color: rgba(242,199,97,0.6);
}
.module_floating_header-shop_item[data-domain^="b2b."],
.module_floating_header-shop_item[data-domain="b2b.utkonos.ru"]
    .module_floating_header-shop_item[data-domain^="opt."],
.module_floating_header-shop_item[data-domain="opt.utkonos.ru"] {
  color: #3572bd;
}
.module_floating_header-shop_item[data-domain^="b2b."]:hover,
.module_floating_header-shop_item[data-domain="b2b.utkonos.ru"]
    .module_floating_header-shop_item[data-domain^="opt."]:hover,
.module_floating_header-shop_item[data-domain="opt.utkonos.ru"]:hover {
  color: rgba(53,114,189,0.6);
}
.module_floating_header-equal_action .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/action-default.svg);
}
.module_floating_header-equal_action:hover .module_floating_header-equal_icon,
.module_floating_header-equal_action.active .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/action-default-hover.svg);
}
.module_floating_header-equal_profile .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/profile-default.svg);
}
.module_floating_header-equal_profile:hover .module_floating_header-equal_icon,
.module_floating_header-equal_profile.active .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/profile-default-hover.svg);
}
.module_floating_header-equal_profile-active .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/profile-active.svg);
}
.module_floating_header-equal_profile-active:hover .module_floating_header-equal_icon,
.module_floating_header-equal_profile-active.active .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/profile-active-hover.svg);
}
.module_floating_header-equal_favorite .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/favorite-default.svg);
}
.module_floating_header-equal_favorite:hover .module_floating_header-equal_icon,
.module_floating_header-equal_favorite.active .module_floating_header-equal_icon {
  background-image: url(/templates2_0/module/floating/header/nav-icon/favorite-default-hover.svg);
}
.module_floating_header_moved .module_floating_header-equal_logo-burger {
  opacity: 0;
  z-index: 0;
}
.module_floating_header_moved .module_floating_header-equal_logo-pers {
  opacity: 1;
  z-index: 1;
}
