* {
  box-sizing: border-box;
}

.message-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}

.header {
  z-index: 10;
}

.square {
  position: relative;
}

.square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 90.90909%;
}

.square>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-wrapper {
  height: 100vh;
  width: 100%;
}

.background {
  flex: 1 1 100%;
}

.background .spacer {
  background-color: #ffffff;
  width: 15%;
  flex: 0 0 15%;
}

.background .image {
  background: url("../../img/background.jpg") no-repeat center center fixed;
  background-size: cover;
  flex: 1 1 100%;
  width: 100%;
  height: auto;
}

.card {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}

.card .card--header svg {
  flex: 0 0 150px;
  width: 150px;
  height: 40px;
}

.tc-btn.tc-btn--primary {
  background-color: #e14412 !important;
}

.tc-color-primary,
.tc-link,
a {
  color: #e14412;
}

.klimatyzacja-logo svg .cls-1 {
  fill: #ffffff !important;
  stroke: none !important;
}

.klimatyzacja-logo svg .cls-2 {
  stroke: #ffffff !important;
  fill: #45a0d9 !important;
}

.klimatyzacja-logo svg .cls-3 {
  stroke: #ffffff !important;
  fill: none !important;
}

.pasywny-logo svg .cls-1 {
  fill: none !important;
  stroke: #ffffff !important;
}

.pasywny-logo svg .cls-2 {
  stroke: #ffffff !important;
  fill: #ffffff !important;

}

.pasywny-logo svg .cls-3 {
  stroke: none !important;
  fill: #9bc324 !important;
}

.ogrzewnictwo-logo svg .cls-1 {
  fill: #ffffff !important;
  stroke: none !important;
}

.ogrzewnictwo-logo svg .cls-2 {
  stroke: #ffffff !important;
  fill: #e14412 !important;
}

.ogrzewnictwo-logo svg .cls-3 {
  stroke: #ffffff !important;
  fill: none !important;
}

.custom-gutters {
  margin-right: -3px;
  margin-left: -3px;
}

.custom-gutters>.col,
.custom-gutters>[class*="col-"] {
  padding-right: 3px;
  padding-left: 3px;
}

.fake-radio label {
  align-content: center;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: start;
}

.fake-radio label .fake-radio-circle {
  align-content: center;
  align-items: center;
  background-color: white;
  border: 2px solid #02a9ff;
  border-radius: 100%;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.fake-radio label .fake-radio-circle .dot {
  border-radius: 100%;
  height: 0;
  background-color: #02a9ff;
  transition: .1s ease-in-out;
  width: 0;
}

.fake-radio label span {
  margin-left: 15px;
}

.fake-radio input:checked+label .fake-radio-circle .dot {
  height: 10px;
  width: 10px;
}

.department--fake-checkbox {
  height: 100%;
}

.department--fake-checkbox label {
  height: 100%;
}

.department--fake-checkbox label>* {
  background-color: #ffffff;
  border: 1px solid #02a9ff;
  border-radius: 15px;
  color: #02a9ff;
  cursor: pointer;
  height: 100%;
}

.department--fake-checkbox label>* svg {
  user-select: none;
}

.department--fake-checkbox label>* span {
  font-size: 12px;
  user-select: none;
}

.department--fake-checkbox input:checked+label>* {
  background-color: #02a9ff;
  color: #ffffff;
}

.department--fake-checkbox input:checked+label>* svg path {
  fill: #ffffff !important;
}

.department--fake-checkbox input:checked+label>* svg #Group_1429 path {
  fill: transparent !important;
  stroke: #ffffff !important;
}

.radio-list,
.checkbox-list {
  list-style: none;
  list-style-position: inside;
  padding: 0;
}

.radio-list li,
.checkbox-list li {
  margin-bottom: 10px;
}

.tc-checkbox--group label {
  align-content: start;
  align-items: start;
  cursor: pointer;
}

.tc-checkbox--group .tc-fake--checkbox {
  background-color: white;
  flex: 0 0 20px;
}

.tc-checkbox--group .tc-fake--label {
  text-align: right;
  padding-left: 20px !important;
}

.consent-error .tc-checkbox--group input:not(:checked)+label .tc-fake--checkbox {
  box-shadow: 0px 0px 5px 1px var(--danger);
}

.consent-error .tc-checkbox--group input:not(:checked)+label .tc-fake--label {
  color: var(--danger);
}

.popover {
  background-color: #ffffff;
  border-radius: 5px;
  left: 100%;
  margin-left: 40px;
  opacity: 0;
  padding: 10px;
  top: 0;
  transition: .3s ease-in-out;
  width: 300px;
  z-index: 1000;
}

.popover p {
  margin: 0 0 10px 0;
}

.popover:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #ffffff;
}

.popover.active {
  opacity: 1;
}

@media (max-width: 1024px) {
  .card {
    flex: 1 1 100%;
    margin: 0 10px;
  }
}

.page-guides {
  margin: 20px 0;
}

.page-guide {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.page-guides .page-guide:last-child {
  margin-bottom: 50px;
}

.page-guide-img {
  width: 33%;
  margin: auto;
}

.page-guide-info {
  margin: auto 0 auto 20px;
  width: 67%;
}

.page-guide-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.page-guide-description {
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 147px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: justify;
}

@media (max-width: 764px) {
  .page-guide-img {
    width: 50%;
  }

  .page-guide-info {
    width: 50%;
  }
}

#popup {
  visibility: hidden;
  position: fixed;
  width: 400px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -200px;
  z-index: 999;
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
}

#popup.show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 1rem;
  }

}

/*# sourceMappingURL=main.css.map */