[name="h-block"] {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

font.notetext {
  color: green;
}

.museum-form {
  font-size: 16px;
  line-height: 1.2;
}
.museum-form__error {
}
.museum-form__note {
}
.museum-form__form {
}
.museum-form__line {
  margin-bottom: 10px;
}
.museum-form__form input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 270px;
  height: 40px;
  padding: 0 16px;
  margin: 0;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  border: 1px solid #337ab7;
  border-radius: 4px;
  outline: none;
}
.museum-form__form input[type="text"]::placeholder {
  color: #337ab7;
}
.museum-form__form .museum-form__button {
  display: inline-block;
  box-sizing: border-box;
  height: 42px;
  padding: 10px 24px;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background: #6a1b32;
  border-radius: 4px;
  border: none;
  outline: none;
}
.museum-form__buttons {
  margin-top: 15px;
}
.museum-form__bottom-text {
  font-size: 14px;
  margin-top: 10px;
}
.museum-form__bottom-text a {
  font-size: inherit;
}
.museum-form__line_file {
  padding-top: 10px;
}
.museum-form-file {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.museum-form-file__name {
  margin-right: 15px;
  font-size: 16px;
}
.museum-form-file__file {
  display: inline-block;
}
.museum-form-file__file input[type="file"] {
  display: none;
}
.museum-form-file__file .bx-input-file-desc {
  display: none;
}
.museum-form-file__file .museum-form-file__file-label {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #337ab7;
  cursor: pointer;
}
.museum-form-file__file .museum-form-file__file-label:hover {
  color: #23527c;
}
.museum-form-file__file .museum-form-file__file-link {
  font-size: inherit;
}
.museum-form-file__file-link-icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  top: -4px;
  margin-right: 5px;
  vertical-align: top;
}
.museum-form-file__file-link-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.museum-form-file__file-link-icon svg path {
  stroke: #337ab7;
}
.museum-form-file__file-label:hover .museum-form-file__file-link-icon svg path {
  stroke: #23527c;
}
.museum-form-file__file .museum-form-file__file-name {
  display: none;
  font-size: 16px;
}
.museum-form-file__file.active .museum-form-file__file-label {
  display: none;
}
.museum-form-file__file.active .museum-form-file__file-name {
  display: inline-block;
}
.museum-form-file__file.active .museum-form-file__file-name-title {
  font-size: 16px;
}
.museum-form-file__file-name-delete {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 19px;
  height: 19px;
  top: 0px;
  margin: 0 0 0 3px;
  padding: 0;
  background: #6a1b32;
  border-radius: 50%;
  user-select: none;
  vertical-align: top;
  cursor: pointer;
}
.museum-form-file__file-name-delete:before,
.museum-form-file__file-name-delete:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  overflow: hidden;
  top: 9px;
  left: 4px;
  margin: 0;
  padding: 0;
  background: #fff;
  transition: background 0.15s ease-out;
}
.museum-form-file__file-name-delete:before {
  transform: rotate(-45deg);
}
.museum-form-file__file-name-delete:after {
  transform: rotate(45deg);
}
.museum-form-captcha__title {
  font-size: 16px;
  margin-bottom: 5px;
}
.museum-form-captcha__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.museum-form-captcha__box img {
  display: block;
  width: 180px;
  height: 40px;
  padding: 0;
  margin: 0 10px 0 0;
}
.museum-form-captcha__box input[type="text"] {
  width: 100px;
}
.museum-form__input-box {
  float: left;
}
.museum-form__input-box_date {
  position: relative;
}
.museum-form__form .museum-form__input-box_date input[type="text"] {
  padding: 0 44px 0 16px;
}
.museum-form__input-box_date > img {
  position: absolute;
  width: 17px;
  height: 19px;
  left: auto;
  right: 16px;
  top: 50%;
  margin: -11px 0 0;
  padding: 0;
  cursor: pointer;
  border: none !important;
  background: none !important;
}

.museum-form__form .user-consent-wrapper {
  display: flex;
  gap: 8px;
  align-items: baseline;
  width: 270px;
}

.museum-form__form .user-consent-wrapper a {
	text-decoration: underline;
}

.museum-form__form .user-consent-wrapper * {
  color: #000;
  font-weight: normal;
}
