.footer__widget strong {
  margin-bottom: 0;
}
.subsite .content {
  z-index: 2;
}
.subsite .content h3.realizations__card-header {
  font-size: 16px;
}
.subsite .content.sidebar .main-content {
  z-index: 2;
}
.subsite .realizations__tags {
  margin-top: -100px;
}
.menu-visible-mobile {
  display: none;
}
@media (max-width: 74.99em) {
  .subsite .realizations__tags {
    margin-top: -50px;
  }
}
@media (max-width: 61.99em) {
  .header__nav {
    padding-bottom: 100px;
  }
  .footer__contact div.address {
    padding-left: 0;
  }
  .waves {
    height: 200px;
  }
  .waves:before, .waves:after, .waves.top:before {
    animation: unset;
    background-size: 100%;
  }
  .waves:after {
    bottom: 5px;
  }
  .waves:before {
    bottom: -1px;
  }
  .waves.top:before {
    background-position: 0 top;
    bottom: unset;
    top: -1;
  }
}
@media (max-width: 47.99em) {
  .menu-visible-mobile {
    display: block;
  }
  .subsite .realizations__tags {
    margin-top: 0;
  }
}
.form .alert-dismissible {
  position: fixed;
  bottom: 50%;
  right: 50%;
  transform: translateX(50%) translateY(50%);
  z-index: 9;
}
.form .alert-dismissible .close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33.121' height='33.121' viewBox='0 0 33.121 33.121'%3E%3Cg id='x' transform='translate(-613.439 -1169.439)'%3E%3Cline id='Line_1' data-name='Line 1' x2='31' y2='31' transform='translate(614.5 1170.5)' fill='none' stroke='%23000' stroke-width='3'/%3E%3Cline id='Line_2' data-name='Line 2' x1='31' y2='31' transform='translate(614.5 1170.5)' fill='none' stroke='%23000' stroke-width='3'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  width: 40px;
  height: 40px;
}
.form .form__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  align-items: start;
}
.form [data-validate-for] {
  color: red;
}
.form [data-validate-for].visible {
  margin-top: 10px;
  display: block;
}
.form .form__border {
  display: none;
}
.form .form__input, .form select {
  border: 1px solid lightgray;
  padding: 10px 15px;
  border-radius: 3px;
  transition: ease 0.3s all;
}
.form .form__input.form__input--has-content, .form .form__input:focus, .form select.form__input--has-content, .form select:focus {
  border: 1px solid #c0944b;
}
.form .form__input.form__input--has-content ~ .form__label, .form .form__input:focus ~ .form__label, .form select.form__input--has-content ~ .form__label, .form select:focus ~ .form__label {
  left: 15px;
  top: -20px;
}
.form .form__input:hover, .form select:hover {
  border: 1px solid #c0944b;
}
.form .form__label {
  left: 15px;
  top: 20px;
}
.form .form__row.files label {
  border: 1px solid lightgray;
  padding: 10px 15px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  left: 0;
}
.form .form__row.files label:hover {
  border: 1px solid #c0944b;
}
.form .form__rodo {
  width: 100%;
  margin-bottom: 1.875rem;
  margin-top: 0.9375rem;
  flex-direction: column;
  align-items: flex-start;
}
.form .form__rodo label {
  display: grid;
  grid-template-columns: 50px 1fr;
  -moz-column-gap: 20px;
  column-gap: 20px;
  cursor: pointer;
  align-items: center;
}
.form .form__rodo input {
  display: none;
}
.form .form__rodo input:checked ~ .checker {
  background: #c0944b;
  border-color: #c0944b;
}
.form .form__rodo input:checked ~ .checker:after {
  opacity: 1;
}
.form .form__rodo .checker {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  transition: all 0.3s ease;
  border: 1px solid lightgray;
  border-radius: 3px;
}
.form .form__rodo .checker:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150.657' height='100.657' viewBox='0 0 150.657 100.657'%3E%3Cg transform='translate(-387.672 -497.672)'%3E%3Cline x2='52' y2='52' transform='translate(390.5 540.5)' fill='none' stroke='%23FFF' stroke-width='8'/%3E%3Cline y1='95' x2='95' transform='translate(440.5 500.5)' fill='none' stroke='%23FFF' stroke-width='8'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: ease 0.3s opacity;
}
.form .form__rodo p {
  margin: 0;
}
