.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.select2-dropdown {
  border: none;
}
form.webform-submission-form {
  position: relative;
}
form.webform-submission-form .form-item {
  position: relative;
}
form.webform-submission-form .form-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-weight: 500;
  border: none;
  background: #4193cb;
  border-radius: 1px;
  height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  font-family: Montserrat, sans-serif !important;
}
form.webform-submission-form input[type=number],
form.webform-submission-form input[type=text],
form.webform-submission-form input[type=tel],
form.webform-submission-form input[type=email] {
  height: 50px;
  border-radius: 1px;
  border: 1px solid #aaa;
}
form.webform-submission-form input[type=text],
form.webform-submission-form input[type=tel],
form.webform-submission-form input[type=email] {
  width: 100%;
  padding-left: 1em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
form.webform-submission-form input[type=text]::placeholder,
form.webform-submission-form input[type=tel]::placeholder,
form.webform-submission-form input[type=email]::placeholder {
  font-family: Montserrat, Georgia, sans-serif;
}
form.webform-submission-form input[type=checkbox] {
  width: auto;
}
form.webform-submission-form .js-form-type-checkbox {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
form.webform-submission-form label.checkbox-alt {
  -webkit-flex: 0 0 25px;
  -moz-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
form.webform-submission-form label.checkbox-alt + label {
  -webkit-flex: 1 1 0;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  font-family: Montserrat, Georgia, sans-serif;
  display: inline;
  font-weight: 500;
  padding-left: 10px;
  padding-top: 4px;
  min-height: 25px;
}
form.webform-submission-form .field-suffix {
  position: absolute;
  right: 0.5em;
  top: 19px;
  color: #999;
}
.select2 .select2-selection {
  height: 50px;
  border-radius: 1px;
  cursor: pointer;
  overflow: hidden;
}
.select2 .select2-selection.hidden .select2-selection__choice {
  display: none;
}
.select2 .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select2-selection__rendered {
  padding-top: 0.7em;
}
.search-hp__znacka .select2-search__field {
  padding-top: 0.7em;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}
.select2-selection__choice {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.7em !important;
  margin-right: 0 !important;
}
.select2-selection__choice .select2-selection__choice__remove {
  display: none !important;
}
.select2-selection__choice + .select2-selection__choice::before {
  content: ', ';
  display: inline;
}
.multiselect-more,
.multiselect-placeholder {
  position: absolute;
  left: 1em;
  top: 1.6em;
  z-index: 42;
  cursor: pointer;
}
.select2-container--open {
  z-index: 60;
}
.select2-results__option[aria-selected=true] .checkbox--select {
  background-image: url("/themes/custom/tpp/images/bez-bazaru-checkbox-checked.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.checkbox--select {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  top: 2px;
  background: #dbdbdb;
  border-radius: 1px;
  margin-right: 6px;
}
.select2-dropdown.loading-models {
  pointer-events: none;
}
.select2-container--default .select2-results > ul.select2-results__options {
  max-height: 300px;
}
.select2-container--default .select2-results > ul.select2-results__options > li {
  font-size: 14px;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 15px;
  margin-left: 1em;
}
/*# sourceMappingURL=webform.css.map */