
.footer .terms-privacy .footer-link:hover div {
    color: #B45AFF; /* розовый цвет */
}

.footer .terms-privacy .footer-link div {
    transition: color 0.3s;
}

.footer {
  justify-content: center;
  align-items: center;
  gap: 100px;
  width: 892px;
  height: 82px;
  display: flex;
  margin-bottom: 0 !important;
}

.terms-privacy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  padding-right: 30px;
}

.footer-link {
  color: #fff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  text-decoration: none;
}

.copyright-txt {
  color: #ffffff;
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 12px;
  
}

.footer-icons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  
}

.passion {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.passion-icon {
  width: 68px;
  height: 69px;
}

.passion-txt {
  font-family: Roboto Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 12px;
}

.text-block-12 {
  width: auto;
  font-size: 12px;
}

.text-block-13 {
  font-size: 12px;
}

.div-txt-passion {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #7c57a6, #61656b);
  -webkit-background-clip: text;
  background-clip: text;
}

@media screen and (min-width: 1280px) {
  
  .footer {
	width: 980px;
  }

  .footer-icons {
	grid-column-gap: 15px;
	grid-row-gap: 15px;
  }
}

@media screen and (min-width: 1440px) {
  

  .footer {
	width: 1100px;
  }

  .footer-icons {
	grid-column-gap: 15px;
	grid-row-gap: 15px;
  }
}

@media screen and (min-width: 1920px) {
  
  .footer {
	width: 1600px;
  }

  .copyright-txt {
	font-size: 14px;
	
  }

  .footer-icons {
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	
  }

  .passion-txt, .text-block-12, .text-block-13 {
	font-size: 14px;
  }
}

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

  .footer {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	flex-flow: column;
	width: 700px;
	height: auto;
  }

  .terms-privacy {
	flex-flow: column;
	justify-content: center;
	align-items: center;
  }
}

@media screen and (max-width: 767px) {
  
  .footer {
	width: 500px;
  }
}

@media screen and (max-width: 479px) {
  
  .footer {
	width: 300px;
  }
}