/* /templates2_0/module/login/promo/shop.less */
.module_login_promo_shop {
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 940px;
}
.module_login_promo_shop-group {
  position: relative;
  box-sizing: border-box;
  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: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}
.module_login_promo_shop-group:before,
.module_login_promo_shop-group:after {
  display: none;
  content: none;
}
.module_login_promo_shop-item {
  position: relative;
  box-sizing: border-box;
  height: 300px;
  display: block;
  background-size: cover;
  text-decoration: none;
  font-size: 0;
  -webkit-flex: 0 0 620px;
  -ms-flex: 0 0 620px;
  flex: 0 0 620px;
}
.module_login_promo_shop-head {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  height: 300px;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.module_login_promo_shop-east {
  position: relative;
  box-sizing: border-box;
  width: 620px;
  -webkit-flex: 0 0 620px;
  -ms-flex: 0 0 620px;
  flex: 0 0 620px;
}
.module_login_promo_shop-east:before,
.module_login_promo_shop-east:after {
  display: none;
  content: none;
}
.module_login_promo_shop-west {
  position: relative;
  box-sizing: border-box;
  height: 620px;
  width: 300px;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.module_login_promo_shop-west:before,
.module_login_promo_shop-west:after {
  display: none;
  content: none;
}
.module_login_promo_shop-www {
  background: transparent url(/templates2_0/module/login/promo/shop_www.jpg) 50% 50% no-repeat;
}
.module_login_promo_shop-beauty {
  background: transparent url(/templates2_0/module/login/promo/shop_beauty.jpg) 50% 50% no-repeat;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.module_login_promo_shop-zoo {
  background: transparent url(/templates2_0/module/login/promo/shop_zoo.jpg) 50% 50% no-repeat;
}
.module_login_promo_shop-baby {
  background: transparent url(/templates2_0/module/login/promo/shop_baby.jpg) 50% 50% no-repeat;
  height: inherit;
}
.module_login_promo_shop-b2b {
  background: transparent url(/templates2_0/module/login/promo/shop_b2b.jpg) 50% 50% no-repeat;
  margin-top: 20px;
}
.module_login_promo_shop-service {
  background: transparent url(/templates2_0/module/login/promo/shop_service.jpg) 50% 50% no-repeat;
}
.module_login_promo_shop-hint {
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  padding: 15px 20px;
  color: #3d3d3d;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.module_login_promo_shop-header {
  font: bold 22px Utkonos;
  color: #3d3d3d;
}
.module_login_promo_shop-desc {
  font: normal 16px Tahoma, sans-serif;
  color: #3d3d3d;
}
.module_login_promo_shop-www .module_login_promo_shop-hint {
  right: auto;
  width: 260px;
  top: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
