.windows8 {
  position: relative;
  width: -14px;
  height: 14px;
  margin: auto;
  margin-left: 14px; }

.windows8 .wBall {
  position: absolute;
  width: 14px;
  height: 14px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite; }

.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 4px;
  height: 4px;
  background: black;
  left: 0px;
  top: 0px;
  border-radius: 10px; }

.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s; }

.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s; }

.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s; }

.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s; }

.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s; }

@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%; }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%; }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%; }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%; }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%; }
  76% {
    opacity: 0;
    transform: rotate(900deg); }
  100% {
    opacity: 0;
    transform: rotate(900deg); } }
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%; }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%; }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%; }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%; }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%; }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg); } }
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%; }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%; }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%; }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%; }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%; }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg); } }
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%; }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%; }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%; }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%; }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%; }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg); } }
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out; }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%; }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%; }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%; }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%; }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%; }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg); }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg); } }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
    margin-top: 15px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: inherit;
  border-bottom: 1px solid black; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 45px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 76px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default li {
  margin: 0; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.jfj-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
  line-height: 1; }
  .jfj-content #map {
    width: 100%;
    height: 100%; }
  .jfj-content .admin-bar .jfj-content {
    height: calc(100% - 32px); }
  .jfj-content .pole {
    color: #fff;
    font-size: 12px;
    height: 110px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex; }
    @media screen and (max-width: 750px) {
      .jfj-content .pole {
        display: block; } }
    .jfj-content .pole .filter {
      width: 50%;
      padding: 15px 20px; }
      @media screen and (max-width: 750px) {
        .jfj-content .pole .filter {
          width: 100%; } }
      .jfj-content .pole .filter .or_marker {
        background-color: transparent;
        align-items: center;
        margin-bottom: 5px; }
        .jfj-content .pole .filter .or_marker.up_cat {
          margin-left: 7px;
          cursor: pointer; }
          .jfj-content .pole .filter .or_marker.up_cat.active p {
            color: #e3be06; }
        .jfj-content .pole .filter .or_marker span {
          margin-right: 5px;
          position: relative;
          top: 0;
          left: 0; }
          .jfj-content .pole .filter .or_marker span[data-type-cat="667"], .jfj-content .pole .filter .or_marker span[data-type-cat="665"] {
            right: auto;
            margin-right: -2px;
            margin-left: -8px; }
          .jfj-content .pole .filter .or_marker span[data-type-cat="948"], .jfj-content .pole .filter .or_marker span[data-type-cat="946"] {
            right: auto;
            margin-right: -2px;
            margin-left: -8px; }
        .jfj-content .pole .filter .or_marker p {
          text-decoration: underline;
          margin-bottom: 0; }
          .jfj-content .pole .filter .or_marker p:hover {
            transform: none; }
      .jfj-content .pole .filter.dates span {
        border-radius: 10px;
        border: solid 1px #ffffff;
        margin-right: 12px;
        margin-bottom: 8px;
        padding: 3px 12px;
        cursor: pointer;
        display: inline-block; }
        .jfj-content .pole .filter.dates span.active {
          background-color: #fff;
          color: #000; }
  .jfj-content .load {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 15px 35px;
    border: 1px solid silver;
    border-radius: 5px;
    display: flex;
    transition: all 0.3s ease-in-out; }
    .jfj-content .load.active {
      bottom: 150px;
      opacity: 1; }
  .jfj-content .or_marker {
    background-color: #fff;
    padding: 1px;
    border-radius: 15px;
    display: flex; }
    .jfj-content .or_marker span {
      border-radius: 15px;
      background-color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1px; }
      .jfj-content .or_marker span[data-type-cat="667"], .jfj-content .or_marker span[data-type-cat="665"] {
        position: absolute;
        top: -3px;
        right: -38px;
        background-image: url("img/covid.png");
        background-size: contain;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat; }
        .jfj-content .or_marker span[data-type-cat="667"] a, .jfj-content .or_marker span[data-type-cat="667"] b, .jfj-content .or_marker span[data-type-cat="665"] a, .jfj-content .or_marker span[data-type-cat="665"] b {
          background-color: inherit !important;
          padding: 7px 15px;
          white-space: nowrap; }
      .jfj-content .or_marker span[data-type-cat="948"], .jfj-content .or_marker span[data-type-cat="946"] {
        position: absolute;
        top: -3px;
        right: -38px;
        background-image: url("img/covidX.png");
        background-size: contain;
        background-color: transparent;
        background-position: center;
        background-repeat: no-repeat; }
        .jfj-content .or_marker span[data-type-cat="948"] a, .jfj-content .or_marker span[data-type-cat="948"] b, .jfj-content .or_marker span[data-type-cat="946"] a, .jfj-content .or_marker span[data-type-cat="946"] b {
          background-color: inherit !important;
          padding: 7px 15px; }
      .jfj-content .or_marker span[data-type-cat="667"] + [data-type-cat="948"], .jfj-content .or_marker span[data-type-cat="665"] + [data-type-cat="946"] {
        right: -65px; }
      .jfj-content .or_marker span:not(:first-child), .jfj-content .or_marker span b:not(:first-child){
        margin-left: -4px; }
    .jfj-content .or_marker a, .jfj-content .or_marker b {
      border-radius: 15px;
      padding: 3px 7px;
      color: #fff3e6;
      font-weight: bold;
      font-size: 12px;
      text-decoration: none;
      transition: none; }
    .jfj-content .or_marker a {
      cursor: pointer !important; }
      .jfj-content .or_marker a:hover {
        transform: scale(1.1); }
  .jfj-content .side-info{
    line-height: 1.5;
    color: #000;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    background-color: #d8d8d8;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.3s;
    overflow-x: auto; }
    .jfj-content .side-lasts {
    line-height: 1.5;
    color: #000;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    background-color: #d8d8d8;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s;
    overflow-x: auto; }
    .closeRecent , .openRecent{
      cursor: pointer;
    }
    @media screen and (max-width: 750px) {
      .jfj-content .side-info, .jfj-content .side-lasts {
        width: 100%; } }
    .jfj-content .side-info.active, .jfj-content .side-lasts.active {
      transform: translateX(0);
      opacity: 1; }
    .jfj-content .side-info .header, .jfj-content .side-lasts .header {
      padding: 15px 20px;
      display: flex;
      font-weight: bold;
      color: #fff;
      font-size: 16px; }
    .jfj-content .side-info .back, .jfj-content .side-lasts .back {
      padding-right: 25px;
      display: flex;
      align-items: center;
      cursor: pointer; }
    .jfj-content .side-info .body, .jfj-content .side-lasts .body {
      padding: 37px 20px; }
      .jfj-content .side-info .body h3, .jfj-content .side-lasts .body h3 {
        font-size: 26px;
        margin: 0;
        margin-bottom: 18px; }
      .jfj-content .side-info .body .action, .jfj-content .side-lasts .body .action {
        margin-bottom: 18px; }
        .jfj-content .side-info .body .action:last-child, .jfj-content .side-lasts .body .action:last-child {
          margin-bottom: 0; }
        .jfj-content .side-info .body .action p, .jfj-content .side-lasts .body .action p {
          font-size: 16px;
          margin: 0; }
          .jfj-content .side-info .body .action p:first-child, .jfj-content .side-lasts .body .action p:first-child {
            font-size: 18px;
            font-weight: 600; }
            .jfj-content .side-info .body .action p:first-child a, .jfj-content .side-lasts .body .action p:first-child a {
              color: inherit;
              text-decoration: none; }
        .jfj-content .side-info .body .action a, .jfj-content .side-lasts .body .action a {
          text-decoration: underline; }
  .jfj-content .side-lasts {
    left: auto;
    right: 0;
    z-index: 5;
    width: 340px;
    height: 100%; }
  @media screen and (max-width: 750px) {
    .jfj-content .side-lasts {
      display: none; } }

.fjf-form-page {
  margin: 80px 0; }
  .fjf-form-page .content {
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto; }
  .fjf-form-page .select2 {
    width: 100% !important; }
  .fjf-form-page .jfj-form {
    padding: 25px;
    background-color: #eaeaea; }
    .fjf-form-page .jfj-form .header-inputs {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 35px; }
      @media screen and (max-width: 950px) {
        .fjf-form-page .jfj-form .header-inputs {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 650px) {
        .fjf-form-page .jfj-form .header-inputs {
          grid-template-columns: repeat(1, 1fr); } }
    .fjf-form-page .jfj-form .req:after {
      content: '*'; }
    .fjf-form-page .jfj-form .xob label {
      display: block;
      font-size: 16px;
      font-weight: bold; }
    .fjf-form-page .jfj-form .xob input, .fjf-form-page .jfj-form .xob select {
      width: 100%;
      border: none;
      background-color: inherit;
      padding: 15px 0;
      border-bottom: 1px solid #000;
      margin-bottom: 12px; }
      .fjf-form-page .jfj-form .xob input:focus, .fjf-form-page .jfj-form .xob select:focus {
        outline: none; }
    .fjf-form-page .jfj-form .xob .input-chec, .fjf-form-page .jfj-form .xob .input-ch {
      width: auto;
      border: 1px solid black;
      background-color: white;
      padding: 0;
      margin: 0;
      margin-right: 12px; }
    .fjf-form-page .jfj-form input[type=submit] {
      padding: 15px 25px;
      width: 100%;
      background-color: #000;
      color: #fff;
      font-weight: bold;
      margin-top: 25px; }
    .fjf-form-page .jfj-form .zagolovok {
      margin-top: 45px;
      text-align: center;
      margin-bottom: 35px; }
      .fjf-form-page .jfj-form .zagolovok h4 {
        font-size: 24px;
        margin: 0; }
    .fjf-form-page .jfj-form .term {
      transition: all 0.3s; }
      .fjf-form-page .jfj-form .term h3 {
        font-size: 18px;
        margin: 0;
        margin-bottom: 12px; }
      .fjf-form-page .jfj-form .term-inputs {
        margin-bottom: 25px; }
        .fjf-form-page .jfj-form .term-inputs label {
          font-size: 16px;
          cursor: pointer; }
        .fjf-form-page .jfj-form .term-inputs input {
          margin-right: 12px; }
      .fjf-form-page .jfj-form .term .input-req {
        transition: all 0.3s; }
      .fjf-form-page .jfj-form .terms {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 35px; }
        @media screen and (max-width: 950px) {
          .fjf-form-page .jfj-form .terms {
            grid-template-columns: repeat(2, 1fr); } }
        @media screen and (max-width: 650px) {
          .fjf-form-page .jfj-form .terms {
            grid-template-columns: repeat(1, 1fr); } }
    .fjf-form-page .jfj-form .load {
      position: absolute;
      bottom: auto;
      top: 27px;
      opacity: 0;
      left: 50%;
      transform: translateX(-50%);
      background-color: #fff;
      padding: 15px 35px;
      border: 1px solid silver;
      border-radius: 5px;
      display: flex;
      transition: all 0.3s ease-in-out;
      z-index: -1; }
      .fjf-form-page .jfj-form .loader {
        position: relative; }
      .fjf-form-page .jfj-form .load.active {
        bottom: auto;
        opacity: 1;
        top: -32px;
        z-index: 1; }
    .fjf-form-page .jfj-form .errors {
      color: #cf2c39;
      font-weight: bold; }
    .fjf-form-page .jfj-form .eror-front {
      display: none; }
    .fjf-form-page .jfj-form .error-back {
      display: none; }
    .fjf-form-page .jfj-form .sucses {
      color: #1b5e20;
      font-weight: bold; }
      .fjf-form-page .jfj-form .sucses p {
        display: none; }

.fjf-single {
  padding: 80px 0; }
  .fjf-single .content {
    max-width: 1200px;
    margin: 0 auto; }
  .fjf-single .corona {
    text-align: center;
    margin-top: -60px;
    margin-bottom: 15px; }
    .fjf-single .corona img {
      max-width: 80px; }

.jfj-search .container {
  padding: 0 15px;
  max-width: 950px;
  margin: 50px auto; }
.jfj-search .search-input label {
  font-size: 3rem;
  font-weight: bold; }
.jfj-search .search-input-container {
  position: relative; }
  .jfj-search .search-input-container button {
    position: absolute;
    top: 0;
    right: 0; }
.jfj-search .advanced-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 35px; }
  @media (max-width: 800px) {
    .jfj-search .advanced-container {
      grid-template-columns: 1fr; } }
.jfj-search .advanced-submit {
  text-align: center;
  margin-top: 35px;
  position: relative; }
  .jfj-search .advanced-submit a {
    width: max-content;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
.jfj-search .advanced .select2-container {
  width: 100% !important; }
.jfj-search .advanced .select2-container .select2-selection--single .select2-selection__rendered {
  max-width: 430px; }
  @media (max-width: 1000px) {
    .jfj-search .advanced .select2-container .select2-selection--single .select2-selection__rendered {
      max-width: 350px; } }
.jfj-search .advanced-action {
  margin: 25px 0;
  font-size: 1.5rem;
  cursor: pointer; }
.jfj-search .results h3 {
  text-align: center; }

.loadwait {
  margin: 50px 0 25px;
  display: none; }
  .loadwait .windows8 {
    margin: 0 auto;
    width: 30px;
    height: 30px; }
    .loadwait .windows8 .wBall {
      width: 25px;
      height: 25px; }

/*# sourceMappingURL=style.css.map */
