/* /templates2_0/module/floating/footer/index.less */
._module_floating_footer {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}
._module_floating_footer-shaded {
  position: relative;
  box-sizing: border-box;
  width: 1020px;
  margin: 0 auto;
  padding: 25px 35px;
  background-color: #fff;
  box-shadow: 0 1px 5px 0 rgba(0,0,0,0.25);
  border-top: 1px solid #dcdcdc;
  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;
}
._module_floating_footer-shaded:before {
  position: absolute;
  box-sizing: border-box;
  background-color: #fff;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  margin-top: -5px;
}
._module_floating_footer-shaded_show {
  position: absolute;
  box-sizing: border-box;
  background: #ff7d19 url(/templates2_0/module/floating/footer/fruit_basket.png) 20px 100% no-repeat;
  top: -40px;
  left: 50%;
  margin-left: -480px;
  padding-bottom: 18px;
  display: none;
  color: #fff;
  text-decoration: none;
  text-align: right;
  line-height: 1.2;
  min-width: 220px;
}
._module_floating_footer-shaded_show:hover {
  color: #fff;
}
._module_floating_footer-shaded_show-arrow {
  position: relative;
  box-sizing: border-box;
  background: transparent url(/templates2_0/module/floating/footer/arrow_sprite.png) 0 0 no-repeat;
  margin-right: 75px;
  height: 30px;
  width: 30px;
  float: left;
}
._module_floating_footer-shaded_show-title {
  position: relative;
  box-sizing: border-box;
  margin-top: 5px;
  padding: 0 10px 0 0;
  text-align: left;
  float: right;
}
._module_floating_footer-shaded_show-title a {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font: bold 16px Utkonos;
}
._module_floating_footer-shaded_show-title a:hover {
  color: #fff;
  text-decoration: underline;
}
._module_floating_footer-shaded_show-title span {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  background: #fff;
  color: #ff7d19;
  font: bold 14px Georgia;
  border-radius: 50%;
  margin-left: 10px;
  padding: 0 5px;
  font-style: italic;
}
._module_floating_footer-shaded_fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: 100;
}
._module_floating_footer-shaded_fixed ._module_floating_footer-shaded_show {
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
}
._module_floating_footer-shaded_fixed.active {
  -webkit-transition: bottom 550ms ease-out;
  transition: bottom 550ms ease-out;
  bottom: 0;
}
._module_floating_footer-shaded_fixed.active:before {
  display: none;
}
._module_floating_footer-shaded_fixed.active ._module_floating_footer-shaded_show {
  margin-top: -83px;
  top: auto;
  bottom: auto;
}
._module_floating_footer-shaded_fixed.active ._module_floating_footer-shaded_show-arrow {
  background-position: 0 -30px;
}
._module_floating_footer-info {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  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;
}
._module_floating_footer-list {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
._module_floating_footer-list_item {
  position: relative;
  box-sizing: border-box;
  color: #333;
  font: normal 12px/20px Tahoma, sans-serif;
}
._module_floating_footer-list_item a {
  color: #333;
  text-decoration: underline dotted;
}
._module_floating_footer-list_item a:hover {
  color: #333;
  text-decoration: none;
}
._module_floating_footer-list_header {
  position: relative;
  box-sizing: border-box;
  font: bold 18px Utkonos;
  margin: 0 0 5px;
}
._module_floating_footer-list_delivery,
._module_floating_footer-list_return {
  font-weight: bold;
  display: inline-block;
}
._module_floating_footer-list_delivery {
  margin-top: 10px;
}
._module_floating_footer-list_return {
  margin-bottom: 10px;
}
._module_floating_footer-social {
  position: relative;
  box-sizing: border-box;
  padding-top: 10px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
._module_floating_footer-social_header {
  position: relative;
  box-sizing: border-box;
  font: normal 16px Utkonos;
  margin: 10px 0 5px 5px;
}
._module_floating_footer-east {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
._module_floating_footer-advantages {
  position: relative;
  background: transparent url(/templates2_0/module/floating/footer/advantages.png) 50% 50% no-repeat;
  background-size: contain;
  box-sizing: border-box;
  height: 220px;
}
._module_floating_footer-contact {
  position: relative;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-bottom: 5px;
  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-justify-content: center;
  -ms-flex-pack: justify;
  justify-content: center;
}
._module_floating_footer-contact_signature {
  margin: 20px 0 10px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
._module_floating_footer-contact_item {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  padding-right: 20px;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
._module_floating_footer-contact_item a {
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}
._module_floating_footer-contact_item a:hover {
  text-decoration: none;
}
._module_floating_footer-feedback {
  background: transparent url(/templates2_0/module/floating/footer/express_email.png) 0 50% no-repeat;
  padding-left: 40px;
  padding-top: 10px;
  font: bold 16px Utkonos;
  text-align: left;
}
._module_floating_footer-tel {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  background: transparent url(/templates2_0/module/floating/footer/phone-icon.png) 0 50% no-repeat;
  padding-left: 40px;
  text-align: right;
}
._module_floating_footer-tel_wrap {
  line-height: 20px;
}
._module_floating_footer-tel .tel {
  text-decoration: none;
  font-weight: normal;
}
._module_floating_footer-tel .tel:hover {
  text-decoration: none;
}
.module_floating_footer {
  position: relative;
  box-sizing: border-box;
  background-color: #353535;
}
.module_floating_footer-wrap {
  position: relative;
  box-sizing: border-box;
  width: 940px;
  min-height: 470px;
  margin: 0 auto;
  padding-top: 60px;
  background: transparent url(/templates2_0/module/floating/footer/mult_person.png) 50% 100% no-repeat;
  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: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.module_floating_footer-about {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}
.module_floating_footer-buyer {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 220px;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
}
.module_floating_footer-added {
  position: relative;
  box-sizing: border-box;
  -webkit-flex: 0 0 460px;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
}
.module_floating_footer-list {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.module_floating_footer-list_item {
  position: relative;
  box-sizing: border-box;
  color: #c1c1c1;
  font: normal 14px/20px Tahoma, sans-serif;
}
.module_floating_footer-list_item a {
  color: #c1c1c1;
  text-decoration: none;
}
.module_floating_footer-list_item a:hover {
  color: #c1c1c1;
  text-decoration: underline;
}
.module_floating_footer-list_header {
  position: relative;
  box-sizing: border-box;
  font: bold 16px Tahoma, sans-serif;
  margin: 0 0 10px;
  color: #fff;
}
.module_floating_footer-list_header a {
  color: #fff;
  text-decoration: none;
}
.module_floating_footer-list_header a:hover {
  color: #fff;
  text-decoration: underline;
}
.module_floating_footer-added {
  position: relative;
  box-sizing: border-box;
}
.module_floating_footer-added_tel {
  position: relative;
  box-sizing: border-box;
  font: bold 16px Tahoma, sans-serif;
  color: #fff;
}
.module_floating_footer-added_tel a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
.module_floating_footer-added_tel a:first-of-type {
  margin-left: 0;
}
.module_floating_footer-added_tel a:hover {
  color: #fff;
  text-decoration: underline;
}
.module_floating_footer-added_desc {
  position: relative;
  box-sizing: border-box;
  font: normal 12px/1.5 Tahoma, sans-serif;
  color: #c1c1c1;
  margin-top: 10px;
}
.module_floating_footer-added_mail {
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
}
.module_floating_footer-added_mail a {
  font: bold 16px Tahoma, sans-serif;
  color: #f07d00;
  text-decoration: underline;
}
.module_floating_footer-added_mail a:hover {
  color: #f07d00;
  text-decoration: none;
}
.module_floating_footer-added_suggest {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  text-decoration: underline;
}
.module_floating_footer-added_suggest:hover {
  color: #fff;
  text-decoration: none;
}
.module_floating_footer-added_btmlink {
  font: normal 12px/1.5 Tahoma, sans-serif;
  color: #fff;
  margin: 10px 120px 0px 0px;
}
.module_floating_footer-added_btmlink a {
  color: #fff;
}
.module_floating_footer-added_btmlink a:hover {
  color: #fff;
  text-decoration: underline;
}
.module_floating_footer-social {
  position: relative;
  box-sizing: border-box;
  margin-top: 30px;
}
.module_floating_footer-social .module_social_dark-item {
  margin-left: 10px;
}
.module_floating_footer-social .module_social_dark-item:first-of-type {
  margin-left: 0;
}
.module_floating_footer-social .module_social_dark-network {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
}
.module_floating_footer-social .module_social_dark-store {
  position: relative;
  box-sizing: border-box;
  display: block;
  margin-top: 10px;
}
.module_floating_footer-mobile-back {
  padding-top: 10px;
}
.module_floating_footer-mobile-go {
  color: #fff !important;
  font-weight: bold;
}
