.shapka {
  display: flex;
  border-bottom: 1px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-style: solid;
  border-color: #d3cbd9;
  margin: 0 0 80px;

  width: 76.25rem;
  height: 105px;
  padding: 30px 2px;
  flex-direction: row;
  justify-content: space-between;
}

.logo {
  display: block;

  width: auto;
  height: 45px;
  float: left;
  padding: 0;
}

.headerinfo {
  display: inline-flex;
  float: right;
  max-width: 240px;
  max-height: 45px;
  padding: 0;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.podpis {
  display: inline;
  font-size: 14px;
  font-family: Ubuntu;
  font-weight: lighter;
  color: #858e8a;
  max-width: 240px;
  max-height: 16px;
  text-transform: uppercase;
}

.tel {
  display: inline;
  font-size: 18px;
  font-weight: normal;
  color: #2c332f;
  max-width: 155px;
  max-height: 21px;
}

.podval {
  background-image: linear-gradient(
    to right,
    rgba(73, 170, 255, 0.2),
    rgba(252, 124, 218, 0.2)
  );
  margin-top: auto;
  width: 100%;
}
.footer1 {
  margin: 0 auto;
  max-width: 733px;
}
.th1 {
  align-items: center;
  align-content: center;
  text-align: center;
  float: none;
  padding-bottom: 20px;
  padding-top: 60px;
}
.logo2 {
  display: block;

  width: auto;
  height: 45px;

  padding: 0;
  margin: 0 auto;
}
.centertd {
  padding-right: 30px;
  padding-left: 30px;
}
.righttd {
  padding-left: 30px;
}
.lefttd {
  padding-right: 30px;
}

td {
  padding-top: 20px;
}

.tr {
  height: 21px;
  font-size: 16px;
  font-weight: 130;
  color: #535755;
}

.hr1 {
  margin: 20px 0;
  padding: 0;
  height: 0;
  border: none;
  border-top: 1px solid #d3cbd9;
}

.footer2 {
  font-size: 14px;
  font-weight: normal;
  color: #858e8a;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
