.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.word-wrap {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
}
.file-uploader:before,
.file-uploader:after {
  content: " ";
  display: table;
}
.file-uploader:after {
  clear: both;
}
body .file-uploader .form__field-indent,
body form[data-columns="1"] .form__field-box:last-child .form__field-indent,
body .row-w-column .form__fields-column + .form__fields-column .form__field-box:last-child .form__field-indent {
  padding-bottom: 0;
}
@media (min-width: 760px) {
  body .row-w-column .form__field-box:last-child .form__field-indent {
    padding-bottom: 0;
  }
}
.form__field-box {
  margin: 0;
  position: relative;
  line-height: 1.2;
}
.form__field-box.state-error:not(.file-uploader) > .form__field_bdc,
.form__field-box.state-error:not(.file-uploader) .form__select .form__field_bdc,
.form__field-box.state-error:not(.file-uploader) .form__checkbox_box .form__field_bdc {
  border-color: #FF3838!important;
}
.form__field-box.state-error:not(.file-uploader) > .form__field_bdc[data-border-type="line"],
.form__field-box.state-error:not(.file-uploader) .form__select .form__field_bdc[data-border-type="line"],
.form__field-box.state-error:not(.file-uploader) .form__checkbox_box .form__field_bdc[data-border-type="line"] {
  box-shadow: none!important;
}
.form__field-box.state-error:not(.file-uploader) > .form__field_bdc[data-border-type="line"]:not(.form__checkbox_checkbox),
.form__field-box.state-error:not(.file-uploader) .form__select .form__field_bdc[data-border-type="line"]:not(.form__checkbox_checkbox),
.form__field-box.state-error:not(.file-uploader) .form__checkbox_box .form__field_bdc[data-border-type="line"]:not(.form__checkbox_checkbox) {
  border-top-color: transparent!important;
}
.form__field-box.state-error:not(.file-uploader) > .form__field_bdc[data-border-type="line"].selectize-dropdown,
.form__field-box.state-error:not(.file-uploader) .form__select .form__field_bdc[data-border-type="line"].selectize-dropdown,
.form__field-box.state-error:not(.file-uploader) .form__checkbox_box .form__field_bdc[data-border-type="line"].selectize-dropdown {
  border-bottom-color: transparent!important;
}
.form__field-box.state-error:not(.file-uploader) .selectize-dropdown[data-border-width="0"],
.form__field-box.state-error:not(.file-uploader) .selectize-dropdown[data-border-width="1"] {
  border-width: 1px;
}
.form__field-box.state-error:not(.file-uploader) .form__placeholder,
.form__field-box.state-error:not(.file-uploader) .form__checkbox_text,
.form__field-box.state-error:not(.file-uploader) .form__checkbox_text a{
  color: #FF3838!important;
}
.form__field-box.state-error:not(.file-uploader) .selectize-input:after {
  border-top-color: #FF3838!important;
}
.form__field-box.state-error:not(.file-uploader) .selectize-placeholder {
  color: #FF3838!important;
}
.form__field-box.mod--select-box {
  z-index: 0;
}
.form__field-box.mod--select-box.active {
  z-index: 30;
}
.form__field-indent {
  text-align: right;
  padding: 0 0 15px;
  box-sizing: border-box;
}
.form__field {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 55px;
  border-style: solid;
}
@media (min-width: 760px) {
  .form__fields-row.row-w-column {
    display: flex;
  }
}
@media (min-width: 760px) {
  .form__fields-column + .form__fields-column {
    display: flex;
    flex-direction: column;
  }
  .form__fields-column + .form__fields-column .form__field-box {
    margin-top: 0;
  }
  .form__fields-column + .form__fields-column .form__field-box_textarea {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 100%;
  }
  .form__fields-column + .form__fields-column .form__textarea {
    display: flex;
    flex: 100%;
  }
  .form__fields-column + .form__fields-column textarea {
    height: 100%;
  }
}
.form__textarea {
  resize: none;
  height: 140px;
  min-height: 140px;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}
.form__textarea .ps-scrollbar-y-rail {
  margin: 20px 0;
}
.form__textarea .form__placeholder-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  border-color: transparent!important;
  background: transparent!important;
  border-left: 0 none!important;
  border-right: 0 none!important;
}
.form__textarea_tarea {
  color: inherit;
  background: transparent;
  border: 0 none;
  resize: none!important;
  width: 100%;
  min-height: 90%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 5;
  line-height: 22px;
}
.form__textarea_tarea:focus {
  outline: 0 none;
}
.form__textarea_tarea.mod--change ~ * .form__placeholder {
  top: 0;
  margin-top: 0;
}
.form__textarea_tarea ~ .form__placeholder-box[data-border-width="0"] {
  top: -1px;
}
.form__textarea_tarea ~ .form__placeholder-box[data-border-width="1"] {
  top: -1px;
}
.form__textarea_tarea ~ .form__placeholder-box[data-border-width="2"] {
  top: -2px;
}
.form__textarea_tarea ~ .form__placeholder-box[data-border-width="3"] {
  top: -3px;
}
html body *[data-border-type="circle"] {
  border-radius: 27px;
}
html body *[data-border-type="circle"].form__btn:after {
  border-radius: 27px;
}
html body *[data-border-type="ellipse"] {
  border-radius: 10px;
}
html body *[data-border-type="ellipse"].form__btn:after {
  border-radius: 10px;
}
html body *[data-border-type="square"] {
  border-radius: 0;
}
html body *[data-border-type="square"].form__btn:after {
  border-radius: 0;
}
html body *[data-border-type="line"].form__btn:after {
  border-radius: 0;
}
html body *[data-border-type="line"]:not(.file-drop-zone):not(.form__checkbox_checkbox) {
  border-radius: 0;
  border-left: none !important;
  border-right: none !important;
  border-top-color: transparent !important;
  padding-left: 0!important;
  padding-right: 0!important;
}
html body *[data-border-type="line"]:after {
  right: 0!important;
}
html body *[data-border-type="line"]:not(.selectize-dropdown) {
  background: transparent!important;
}
html body *[data-border-type="line"].selectize-dropdown {
  padding-top: 20px!important;
}
html body *[data-border-width="0"] {
  border-width: 0;
}
html body *[data-form] [data-border-width="0"]:not(.file-drop-zone):not(.form__checkbox_checkbox) {
  border-width: 1px;
  border-color: transparent;
}
html body *[data-border-width="1"] {
  border-width: 1px;
}
html body *[data-border-width="2"] {
  border-width: 2px;
}
html body *[data-border-width="3"] {
  border-width: 3px;
}
.form-settings[data-border-type="line"] ~ * .form__checkbox_label {
  margin-top: 25px;
}
.form-settings[data-border-type="line"] ~ * .form__textarea_tarea,
.form-settings[data-border-type="line"] ~ * .form__field_field,
.form-settings[data-border-type="line"] ~ * .form__placeholder,
.form-settings[data-border-type="line"] ~ * .selectize-control .item {
  padding-left: 0;
}
.form-settings[data-border-type="circle"] ~ * .form__textarea_tarea,
.form-settings[data-border-type="circle"] ~ * .form__field_field,
.form-settings[data-border-type="circle"] ~ * .form__placeholder,
.form-settings[data-border-type="circle"] ~ * .selectize-control .item {
  padding-left: 30px;
  padding-right: 30px;
}
.form__placeholder-box {
  position: relative;
}
.form__placeholder {
  position: absolute!important;
  top: 50%;
  z-index: 0;
  left: 0;
  margin-top: -15px;
  transition: margin 200ms linear, font-size 200ms linear, top 200ms linear;
  line-height: 30px;
  white-space: nowrap;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form__field_field {
  position: absolute!important;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  background: none;
  border-radius: 10px;
  line-height: 22px;
  resize: none!important;
  border: 0 none;
  border-style: solid;
  padding: 25px 20px 10px 20px;
  text-overflow: ellipsis;
  transition: top 300ms linear, margin 300ms linear;
}
.form__field_field:focus {
  outline: 0 none;
}
.form__field_field.mod--change ~ .form__placeholder {
  top: 0;
  margin-top: 0;
}
.form__checkbox_label {
  position: relative;
  max-width: 100%;
  flex: 100%;
  display: flex;
}
.form__checkbox_text {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  display: flex;
  flex: 100%;
  overflow: hidden;
  padding-left: 19px;
  padding-right: 10px;
  align-items: center;
  min-height: 20px;
  margin-top: -2px;
  margin-bottom: -2px;
}
.form__checkbox {
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  left: -9999px;
}
.form__checkbox_box {
  flex: 20px;
  min-width: 20px;
  width: 20px;
  float: left;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
.form__checkbox_checkbox {
  cursor: pointer;
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  min-height: 20px;
  top: 0;
  left: 0;
  border-radius: 5px;
  border: 1px solid;
  background: #fff;
  box-sizing: border-box;
}
.form__checkbox_checkbox[data-border-type="line"] {
  border-radius: 0;
}
.form__checkbox_checkbox:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  background: transparent;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.form__checkbox:checked + .form__checkbox_box .form__checkbox_checkbox:after {
  opacity: 1;
}
/**
 * selectize.css (v0.12.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.form__select {
  position: relative;
}
.form__select.mod--top .selectize-dropdown {
  bottom: 100%;
  top: auto!important;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
}
.selectize-dropdown {
  opacity: 0;
  transition: opacity .3s;
  position: absolute;
  z-index: 10;
  max-width: 100%;
  min-width: 100%;
  border-style: solid;
  box-sizing: border-box;
}
.selectize-dropdown[data-border-type="line"] {
  border-bottom: 0;
  margin-top: 0;
}
.selectize-control:not(.mod--top) .dropdown-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.selectize-control:not(.mod--top) .selectize-dropdown {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding: 10px 0 20px;
  border-top: 0 none !important;
  margin: -5px 0 0 0;
}
.selectize-control.mod--top .dropdown-active {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.selectize-control.mod--top .selectize-dropdown {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 20px 0 10px;
  border-bottom: 0 none !important;
  margin: 0 0 -5px 0;
}
.selectize-input {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
  min-height: 55px;
  border-style: solid;
  padding-top: 0;
  padding-bottom: 0;
  transition: border-radius 0.3s;
}
.selectize-input.dropdown-active ~ .selectize-dropdown {
  opacity: 1;
}
.selectize-input.dropdown-active ~ .selectize-dropdown [data-selectable] {
  margin-top: 0;
}
.selectize-input[data-border-type="circle"] ~ .selectize-dropdown .option {
  padding-left: 30px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > * {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: none !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-dropdown [data-selectable] {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  line-height: normal;
}
.selectize-dropdown [data-selectable]:hover:before {
  opacity: .8;
}
.selectize-dropdown [data-selectable]:before {
  content: '';
  border-bottom: 1px solid;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  opacity: 0;
  transition: opacity .4s;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 6px 20px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 165px;
}
.selectize-input,
.selectize-input input {
  cursor: pointer;
}
.selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.form-settings[data-placeholder-type="move"] ~ * .selectize-input.dropdown-active .form__placeholder,
.form-settings[data-placeholder-type="move"] ~ * .selectize-input.full .form__placeholder {
  top: 0;
  margin-top: 0;
}
.form-settings[data-placeholder-type="hide"] ~ * .form__field_field.mod--change ~ .form__placeholder,
.form-settings[data-placeholder-type="hide"] ~ * .form__textarea_tarea.mod--change ~ .form__placeholder {
  display: none;
}
.form-settings[data-placeholder-type="hide"] ~ * .form__field_field.mod--change ~ * .form__placeholder,
.form-settings[data-placeholder-type="hide"] ~ * .form__textarea_tarea.mod--change ~ * .form__placeholder {
  display: none;
}
.form-settings[data-placeholder-type="hide"] ~ * .selectize-input.full .form__placeholder {
  display: none;
}
.form-settings[data-placeholder-type="hide"] ~ * .form__field_field {
  padding-top: 15px;
  padding-bottom: 14px;
}
.form-settings[data-placeholder-type="hide"] ~ * .form__textarea {
  padding-top: 16px;
}
.form-settings[data-placeholder-type="hide"] ~ * .form__textarea[data-border-width="2"] {
  padding-top: 15px;
}
.form-settings[data-placeholder-type="hide"] ~ * .form__textarea[data-border-width="3"] {
  padding-top: 14px;
}
.form-settings[data-placeholder-type="hide"] ~ * .selectize-control .item {
  padding-top: 15px;
}
.selectize-control .selectize-placeholder {
  padding-right: 40px!important;
}
.selectize-control .selectize-placeholder,
.selectize-control .item {
  padding-right: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.selectize-control .item {
  position: absolute!important;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  background: none;
  border-radius: 10px;
  line-height: 22px;
  resize: none!important;
  border: 0 none;
  border-style: solid;
  padding: 25px 20px 10px 20px;
  text-overflow: ellipsis;
  transition: top 300ms linear, margin 300ms linear;
}
.selectize-control .item:focus {
  outline: 0 none;
}
.selectize-control .item.mod--change ~ .form__placeholder {
  top: 0;
  margin-top: 0;
}
/* perfect-scrollbar v0.6.11 */
.pl-container {
  position: relative;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
.pl-container.selectize-dropdown-content {
  -ms-touch-action: none;
  touch-action: none;
}
@supports (-ms-overflow-style: none) {
  .pl-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pl-container {
    overflow: auto !important;
  }
}
.pl-container.ps-active-x > .ps-scrollbar-x-rail,
.pl-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent !important;
  opacity: 1 !important;
}
.pl-container.ps-in-scrolling {
  pointer-events: none;
}
.pl-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  height: 8px;
}
.pl-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  height: 8px;
}
.pl-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  z-index: 10;
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 8px;
}
.pl-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  width: 8px;
  cursor: pointer;
}
.ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: .5;
}
.pl-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.form__btn-box {
  text-align: center;
}
.form__btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  position: relative;
  background: transparent;
  background-image: none;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 15px;
  border-radius: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
  min-width: 50px;
  min-height: 55px;
  transition: color .3s;
  line-height: 1.4;
}
.form__btn:focus,
.form__btn:active:focus,
.form__btn.active:focus,
.form__btn.focus,
.form__btn:active.focus,
.form__btn.active.focus {
  outline: 0 none;
}
.form__btn:before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 0;
}
.form__btn:after {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: border .1s, background .3s;
}
.form__btn.disabled,
.form__btn[disabled],
fieldset[disabled] .form__btn {
  cursor: default;
  opacity: .65;
  box-shadow: none;
}
a.form__btn.disabled,
fieldset[disabled] a.form__btn {
  pointer-events: none;
}
.form__btn .form__btn_cont {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.form__btn[data-size="small"] {
  padding: 15px;
}
.form__btn[data-size="large"] {
  padding: 20px 25px;
}
.hide {
  display: none;
}
/*!
 * bootstrap-fileinput v4.3.2
 * http://plugins.krajee.com/file-input
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2016, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-uploader_cont {
  position: relative;
}
.file-uploader_cont.file-preview {
  overflow: hidden;
  display: block;
  border-radius: 0;
  border: 0 none;
  padding: 0;
  width: auto;
}
.file-uploader_cont.file-preview .file-zoom-dialog {
  display: none!important;
}
.file-uploader_cont.file-preview .kv-file-remove {
  width: 22px;
  height: 22px;
  border: 0 none;
  border-radius: 22px;
  background: #000;
  cursor: pointer;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 0 #000000;
  font-size: 0!important;
  line-height: 0;
  font-family: Verdana, sans-serif !important;
}
.file-uploader_cont.file-preview .kv-file-remove i {
  position: relative;
  top: -1px;
  font-style: normal;
  font-family: Verdana, sans-serif;
  font-size: 13px!important;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 10px;
  letter-spacing: 0;
}
.file-uploader_cont.file-preview .kv-file-remove:focus {
  outline: 0 none;
}
.file-uploader_cont.file-preview .kv-file-remove:hover {
  box-shadow: 0 0 0 1px #000000;
}
.file-uploader_cont .fileinput-remove {
  display: none;
}
.file-uploader_cont .file-thumbnail-footer {
  display: flex;
}
.file-zoom-dialog {
  display: none;
}
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  border: none;
}
.file-object {
  margin: 0 0 -5px 0;
  padding: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
  display: none;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none repeat scroll 0 0 transparent;
  cursor: inherit;
  display: block;
}
.file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  word-break: break-all;
}
.input-group-lg .file-caption-name {
  height: 25px;
}
.file-zoom-dialog {
  text-align: left;
}
.file-error-message {
  color: #FF3838;
  margin: 15px 5px 5px 0;
  border-radius: 4px;
  padding-bottom: 10px;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
  text-align: left;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-error-message li:not(:first-child) {
  padding-top: 10px;
}
.file-caption-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.file-live-thumbs {
  margin-left: -10px;
  margin-right: -10px;
}
.file-preview-error {
  display: none!important;
}
.file-preview-frame {
  position: relative;
  float: left;
  text-align: center;
  vertical-align: middle;
  width: 93px;
  max-width: 93px;
  margin: 8px 10px 8px;
  display: block;
}
.file-preview-frame img {
  max-width: 100%;
  max-height: 73px;
}
.kv-file-content {
  overflow: hidden;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 10px;
  height: 73px;
}
.file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  margin: auto;
}
.file-footer-caption br,
.file-footer-caption samp {
  display: none;
}
.file-preview-image {
  vertical-align: middle;
}
.file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none;
}
.file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.file-zoom-dialog .file-preview-text {
  font-size: 1.2em;
}
.file-preview-other {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.file-preview-other:hover {
  opacity: 0.8;
}
.file-actions,
.file-other-error {
  text-align: left;
}
.file-other-icon {
  font-size: 4.8em;
}
/* noinspection CssOverwrittenProperties */
.file-zoom-dialog .file-other-icon {
  font-size: 8em;
  font-size: 55vmin;
}
.file-input-new .file-preview,
.file-input-new .close,
.file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button {
  display: none;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button {
  display: none;
}
.file-input.has-error .form__field_bdc {
  border-color: #FF3838!important;
}
.file-actions {
  position: absolute;
  top: -55px;
  margin-top: 0;
  left: 50%;
  margin-left: -11px;
}
.file-footer-buttons {
  float: right;
  font-size: 13px!important;
}
.file-upload-indicator {
  display: inline;
  cursor: default;
  opacity: 0.8;
  width: 60%;
}
.file-upload-indicator:hover {
  font-weight: bold;
  opacity: 1;
}
.file-preview-error {
  opacity: 0.65;
  box-shadow: none;
}
.file-drop-zone {
  line-height: normal;
  min-height: 55px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding: 0 20px 0 20px;
  cursor: pointer;
  border-radius: 10px;
  margin: 0;
  border: 1px dashed #ddd;
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.file-drop-zone.file-highlighted {
  border: 1px dashed #000!important;
}
.file-drop-zone:focus {
  outline: 0 none;
}
.file-drop-zone[data-border-width="0"] {
  border-width: 1px;
}
.file-drop-zone[data-border-type="line"] {
  margin-top: 25px;
}
.file-drop-zone[data-border-type="circle"] {
  padding-left: 30px;
}
.file-drop-zone-title {
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  padding-right: 10px;
  padding-top: 12px;
  padding-bottom: 11px;
  text-align: left;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.file-drop-zone-title:hover .file-drop-zone-title--fix {
  text-decoration: none;
}
.file-drop-zone-title:not(:first-child) {
  display: none;
}
.file-drop-zone-title:before {
  content: "×";
  font-family: Arial, Geneva, sans-serif !important;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 10px;
  letter-spacing: 0!important;
}
.file-drop-zone-title--fix {
  text-decoration: underline;
}
.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #f0f0f0;
}
.file-uploading {
  opacity: 0.65;
}
.file-thumb-progress {
  height: 10px;
}
.file-thumb-progress .progress,
.file-thumb-progress .progress-bar {
  height: 10px;
  font-size: 9px;
  line-height: 10px;
}
.file-thumbnail-footer {
  position: relative;
  margin-top: 10px;
}
.file-thumb-progress {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.file-zoom-dialog .modal-body {
  position: relative !important;
}
.file-zoom-dialog .btn-navigate {
  position: absolute;
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.floating-buttons {
  z-index: 3000;
}
.floating-buttons .btn {
  z-index: 3000;
}
.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
  margin-left: 3px;
}
.file-zoom-dialog .btn-navigate:not([disabled]):hover,
.file-zoom-dialog .btn-navigate:not([disabled]):focus {
  outline: none;
  box-shadow: none;
  opacity: 0.5;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-drag-handle {
  display: inline;
  margin-right: 2px;
  font-size: 16px;
  cursor: move;
  cursor: -webkit-grabbing;
}
.file-drag-handle:hover {
  opacity: 0.7;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
.file-preview-frame.sortable-ghost {
  background-color: #eee;
}
/* IE 10 fix */
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}
.kv-fileinput-error {
  position: relative;
  overflow: hidden;
}
.kv-fileinput-error ul {
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.kv-error-close {
  font-family: Arial, Geneva, sans-serif !important;
  float: left;
  margin-right: 8px;
  letter-spacing: 0!important;
}
.post-form-content {
  opacity: 0;
  transition: opacity .3s;
  transition-delay: .5s;
}
.post-form-content.state-init {
  opacity: 1;
}
.form__checkbox_label .form__checkbox_box .form__checkbox_checkbox:after {
  box-sizing: content-box;
}
