/* toys */
.img-toys img{
  width: 629px;
}
.toys-imgs img{
  width: 204px;
}
.toys-imgs{
  display: flex;
  gap: 8px;
}
.toys-images{
  display: grid;
  grid-template-columns: repeat(5 , 1fr);
  gap: 15px;
}
.toys-images img{
  width: 230px;
}



.header-for-phone,.footer-mobile{
  display: none;
}

@media (max-width: 768px) {
  .header-for-phone, .footer-mobile {
    display: block;
  }
  .toys-page .type-homec, .type-homec{
    display: none;
  }
  .toys-page .fushion-imgs img{
    width: 390px;
  }
}
