.space-companies-2-archive-item-title h1 {
  font-size: inherit;
  line-height: inherit;
}

.space-companies-2-archive-item-title h1 a {
  font-size: inherit;
  line-height: inherit;
}

.space-organizations-7-archive-item-logo-title h1 {
  font-size: 1.33rem;
  line-height: 1.2em;
}

.space-organizations-7-archive-item-logo-title h1 a {
  font-size: 1.33rem;
  line-height: 1.2em;
}

.space-footer-text {
  color: #fff;
  font-size: 13px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #777777;
}

.space-footer-games ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  /* gri */
  /* display: flex; */
  align-items: center;
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  gap: 32px;
}


.space-footer-games ul li .item-logo {
  display: block;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  max-height: 100px;
}

.space-footer-games ul li .item-logo img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 60px;
  height: auto;
}

.space-footer-social-icons {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    width: 100%;
    padding-top: 12px;
    gap: 6px;
}
.space-footer-social-icons a {
	display: inline-block;
    padding: 10px;
    margin: 0;
    border-radius: 5px;
    background-color: #202427;
    color: #777777;
}
.space-footer-social-icons a:hover {
	color: #fff;
}

@media screen and (max-width: 991px) {

  .space-footer-social-icons {
      justify-content: center;
  }


  .space-footer-games ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .space-footer-games ul li .item-logo img {
    max-height: 50px;
  }

}


@media screen and (max-width: 479px) {


  .space-footer-games ul {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .space-footer-games ul li .item-logo img {
    max-height: 50px;
    max-width: 100px;
  }

}
.space-footer-copy-partners {
	width: 30%;
	float: left;
	margin-top: 0;
}

.space-footer-copy-partners-title {
	margin-bottom: 8px;
	color: #777777;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
}

.space-footer-copy-partners-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.space-footer-copy-partners-links a {
	display: block;
	color: #777777;
	font-size: 14px;
	line-height: 1.3em;
	text-decoration: underline;
}

.space-footer-copy-partners-links a:hover {
	color: #ffffff;
}

@media screen and (max-width: 991px) {
	.space-footer-copy-left,
	.space-footer-copy-menu,
	.space-footer-copy-partners {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 18px;
	}

	.space-footer-copy-partners-links {
		align-items: center;
	}
}