footer{
  padding-top: 15px;
  padding-bottom: 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  background: var(--main-color);
  --footer-container-width: 325px;
}

.footer-contact-frame{
  width: 100%;
  height: 125px;
  display: flex;
  justify-content: center;
  position: relative;
}

.page-top{
  position: absolute;
  width: 15px;
  top: -5px;
  right: 3px;
}

.page-top img{
  width: 100%;
}

.footer-contact{
  margin-bottom: 30px;
  width: 305px;
}

.footer-contact .contact-title p {
  text-align: center;
  font-size: 12pt;
  color: white;
  line-height: 30px;
  font-weight: bold;
}

.hp-info{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.hp-info-container{
  display: flex;
  justify-content: space-between;
  width: var(--footer-container-width);
}

.hp-img{
  width: 100px;
}

.hp-img img{
  width: 100%;
}

.company-info-title{
  margin-bottom: 5px;
}

.company-name{
  color: white;
  font-weight: bold;
  font-size: 12pt;
}

.company-link{
  box-sizing: border-box;
  width: 150px;
  height: 25px;
  background: var(--main-dark-color);
  color: white;
  font-size: 12pt;
  font-weight: bold;
  border-radius: 7px;
  text-align: center;
}

.company-address{
  font-size: 12pt;
  color: white;
}

.copyright{
  font-size: 12pt;
  color: white;
}