.container-page{
  max-width: 1465px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
	text-align: center;
}
.women_page,
.men_page,
.children_page{
  position: relative;

  margin: 120px 0;
}
.global_page {
}
.container-page {
}
.logo {
  max-width: 233px;
  width: 100%;

  position: absolute;
  top: 76px;
  left: -18px;

  z-index: 9999;
}
.logo img{
  max-width: 233px;
  width: 100%;
  /* margin-bottom: -160px; */

}
.women_page img{
  /* max-width: 1400px;
  width: 100%;
  height: 600px; */
}
.btn {
  max-width: 500px;
  width: 100%;

  border-radius: 8px;
  background: #991E66;
  box-shadow: 0px 0px 13.9px 0px rgba(240, 28, 125, 0.50);

  margin-top: -73px;
  margin: -73px auto 0 auto;

  transition: all .5s ease-out;
}
.btn-link {
	font-family: "Circle-bold";

  padding: 20px 36px;

  color:#FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}
/* recomBlock */
.recomBlock{
  /* height: 400px; */
  /* padding: 110px 0 86px; */

  /* background: #000; */
}



.footer {
  padding: 65px 0;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer .footer__card:nth-child(2){
  border-radius: 8px;
  border: 1px solid #CDCFD8;
  background: #F5F5F5;

  padding: 8px 16px;

  max-width: 400px;
  width: 100%;
}
.footer__card {
  text-align: left;
}
.footer__logo {
  padding-top: 20px;

  margin-bottom: 40px;
  
}
.footer__logo img{
  width: 142px;
}
.footer__ligl {
  max-width: 1048px;

  margin-bottom: 32px;

	font-family: "Circle-reg";
  font-size: 12px;
  line-height: 16px;

  color: #262626;
}
.footer__social{
  display: block;
}
.footer__social.back{
  display: none;
}
.footer__social ul{
  display: flex;
  gap: 16px;
}
.list-item {
}
.footer__title {
	font-family: "Circle-bold";
  font-size: 24px;
  line-height: 120%;

  color:#262626;
  text-align: center;
  margin-bottom: 36px;
}
.footer__img{
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.footer__img img{
  width: 200px;
  height: 200px;
}
.footer__text {
	font-family: "Circle-reg";
  font-size: 18px;
  line-height: 120%;

  color: #262626;
  text-align: center;
  margin: 20px auto;
}
.footer__app {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

  gap: 12px;
}
.footer__app-img img{
  width: 162px;
}

