.modal_reg .modal-dialog .modal-header {
  height: auto;
  padding: 4em  1.5em;
}
.modal_reg .modal-title {
  color: #fff;
  margin-bottom: 0;
}
.modal_reg .modal-dialog .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5em 1.5em;
}
#modal-form {
  width: 100%;
  max-width: 600px;
}
#modal-form .input {
  margin-bottom: 4em;
}
#modal-form .input__label .graphic {
  stroke: #fff;
}
#modal-form .input__label-content {
  color: #fff;
}
#modal-form .input__field {
  color: #fff;
}
#modal-form .button {
  margin-left: 0;
}
@media (max-width: 768px) {
  .modal_reg .modal-dialog .modal-body,
  .modal_reg .modal-dialog .modal-header {
    padding: 3em 1.5em;
  }
}


.w100p {
  width: 100%;
}
.maxw-a {
  max-width: auto;
}

.o-list_type-3 li {
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 18px;
}


.tbl td, .tbl th {
  min-width: 160px;
}

*[data-toggle="collapse"]:hover {
  cursor: pointer;
}

.seo-links li {
  list-style: none;
}
.seo-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}