.footer-block {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-block__email {
  font-size: 16px;
  color: #448AFE;
}

.footer-block__years {
  font-size: 16px;
  margin: 0;
}

.footer-block__line-internet-info {
  font-size: 14px;
  padding: 0;
  margin: 0;
}

.live-internet-text {
  text-align: right;
}

.footer {
  border-top: 1px solid #BCBCBC;
}

.footer-big-window {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #f9f9f7;
}

.footer-block__soundfrond {
  cursor: pointer;
}

@media (max-width: 1000px) {
  .footer-block__years, .footer-block__live-internet, .footer-block__line-internet-info {
    display: none;
  }
}