.footerHR {
  width: 95%;
  align-items: center;
}

.footerInfoBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.footerSmallBlocks {
  display: flex;
  flex-direction: column;
  margin: 0% 5% 0% 5%;
  width: 90%;
}

.footerMainText,
.footerMainTextLeft {
  text-align: center;
  margin-bottom: 4%;
  color: #B40155;
  font-size: 1.6vmax;
}

.footerLi {
  font-size: 1.2vmax;
  color: grey;
  margin-bottom: 5%;
  list-style: none;
  padding-bottom: 0;
}

.footerLi::before {
  content: none;
}

.textHover:hover {
  cursor: pointer;
  color: #B40155;
}

.PoslBlock {
  display: flex;
  flex-direction: row;
}

.Posl {
  width: 50%;
}

.footerAdress {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.3vmax;
  margin-top: 4%;
}

.logoPi {
  width: 15%;
  position: relative;
  bottom: -5px;
}

.footerSocial {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 10%;
  width: 50%;
}

.footerImg {
  width: 20%;
}

.footerSocialBig {
  display: flex;
  flex-direction: raw;
  align-items: center;
  justify-content: space-around;
  width: 50%;
}

.footerImgBig {
  width: 25%;
}

.InfoUL {
  height: auto;
}

@media (orientation: landscape) {
  .footerMainTextLeft {
    margin-top: 10%;
    text-align: left;
  }

  .logoPi {
    width: 30%;
    bottom: -9px;
  }

  .footerHR {
    margin: 10px 0px;
    width: 90%;
  }

  .footerInfoBlock {
    flex-direction: row;
    height: auto;
  }

  .footerSmallBlocks {
    width: 30%;
  }

  .footerPosl {
    width: 60%;
  }

  .footerAdress {
    margin-top: 25%;
  }

  .footerAdr {
    width: 25%;
  }

  .footerSocial {
    margin-top: 15%;
    width: 100%;
  }

  .footerSocialBig {
    flex-direction: row;
    margin-top: 4%;
    width: 100%;
  }

  .footerImg {
    width: 15%;
  }

  .footerImgBig {
    width: 15%;
  }

  .InfoUL {
    padding-left: 0%;
  }
}

@media (orientation: landscape) and (min-width: 1200px) {}