body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI' !important
}

table> :not(:first-child) {
  border-top: 0;
}

.wrapper {
  display: flex;
  background-image: url("../assets/tlo.jpg");
  background-size: cover;
  border-top: 7px solid #2a9eff;
  border-bottom: 7px solid #2a9eff;
  position: relative;
}

/* .logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
} */

.text-info {
  margin: 9px 26px -1px 26px;
}

.text-info p:first-child {
  font-weight: bold;
  display: none;
}

.text-info p {
  text-align: center;
  margin: 0;
  margin-top: 8px;
  font-weight: 500;
}

.logos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  position: absolute;
  padding: 24px;
  left: 33%;
  bottom: -16%;
}

.logos-wrapper.pozadoje {
  left: 41%;
  bottom: -11.7%;
}

.logos-wrapper div:first-child {
  margin-right: 40px;
}

.calculator-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  flex-direction: column;
  width: 450px;
  margin-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: 100px;
}

select {
  margin-bottom: 4px;
}

#cal-2 {
  display: none;
}

.required {
  border: 1px solid red;
}

.calculator {
  padding: 16px 16px 0px 16px;
  background: #f8f8f8;
  border-radius: 25px;
}

p {
  margin-top: 10px;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.button button {
  color: white;
  border: none;
  background: #2a9eff;
  height: 37px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 16px;
  cursor: pointer;
}

.bilans {
  color: #2a9eff;
  font-size: 15px;
}

table {
  font-size: 15px;
}

table th {
  text-align: center;
  color: #003b82;
  font-size: 15px;
  border-bottom: 1px solid #003b82;
}

table td {
  font-weight: 100;
  border: none;
  text-align: end;
}

table td p {
  color: #010101;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  font-weight: 700;
}

table td strong {
  font-weight: bold;
}

.input-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

input {
  width: 100px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 1529px) {
  .logos-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .wrapper {
    background-position-x: center;
  }
}

@media only screen and (max-width: 760px) {
  .wrapper {
    background-image: none;
  }
}

@media only screen and (max-width: 650px) {
  .calculator-wrapper {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 380px) {
  select {
    font-size: 13px !important;
  }
}