/* /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;
  top: -40px;
  left: 50%;
  margin-left: -480px;
  padding-bottom: 18px;
  display: none;
  cursor: pointer;
  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;
  height: 30px;
  width: 30px;
  float: left;
}
.module_floating_footer-shaded_show-car {
  position: relative;
  box-sizing: border-box;
  height: 35px;
  width: 80px;
  background: transparent url(/templates2_0/module/floating/footer/car.png) 50% 50% no-repeat;
  margin-top: 5px;
  float: left;
}
.module_floating_footer-shaded_show-title {
  position: relative;
  box-sizing: border-box;
  font: 400 14px/inherit Utkonos;
  margin-top: 5px;
  padding: 0 10px 0 0;
  float: right;
}
.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;
}
