.kontakt h1 {
  font-size: 30px;
  line-height: normal;
  color: #1f2937;
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaa;
}

.kontakt .text-lg {
  font-size: 18px;
  font-weight: 28px;
}

.kontakt .addresContact {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr));
}

.kontakt .addresContact .grid-3 {
  grid-column: span 3 / span 3;
}

.kontakt .table {
  display: table;
  width: 100%;
  line-height: 20px;
}

.kontakt .table .table-row-group {
  display: table-row-group;
}

.kontakt .table .table-row-group .table-row {
  display: table-row;
}

.kontakt .table .table-row-group .table-row .cell-1 {
  display: table-cell;
  padding: 11px 0 7px 20px;
  font-weight: bold;
}

.kontakt .table .table-row-group .table-row .cell-2 {
  vertical-align: middle;
  display: table-cell;
  padding: 8px 0 8px 0;
}

.kontakt .table .table-row-group .table-row .cell-2 a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  color: #000;
}

.kontakt .table .table-row-group .table-row .cell-2 a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.kontakt .map-responsive {
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  height: 0;
}

.kontakt .map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.email {
  margin: auto;
  width: 80%;
  padding-right: 40px;
}

.email .email__text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}

.email form {
  max-width: 384px;
  margin-bottom: 20px;
}

.email form .form__group {
  margin-bottom: 20px;
}

.email form .form__group label {
  color: #202937;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
}

.email form .form__group input, .email form .form__group textarea {
  font-size: 16px;
  font-family: Arial;
  background-color: #f3f4f6;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 2px;
  border-color: #9ca3af;
  border-radius: 4px;
  width: 100%;
  padding: 4px;
  color: #374151;
  line-height: 1.25;
}

.email form .form__group input:focus, .email form .form__group textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: #fff;
  border-color: #9ca3af;
}

.email .policy {
  font-size: 14px;
  line-height: 16px;
  color: #646e78;
  text-decoration: underline;
}

.email .policy:hover {
  text-decoration: none;
}
/*# sourceMappingURL=kontakt.css.map */