/*html {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%) !important;
}
body {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%) !important;
}*/
/*FIXME GRAYSCALE*/

html {
filter: grayscale(1);
}


body {
filter: grayscale(1);
}
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         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 {
      -webkit-box-sizing: border-box;
              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;
  -webkit-box-sizing: border-box;
          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;
  -moz-user-select: none;
   -ms-user-select: none;
       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%;
    -webkit-box-sizing: border-box;
            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: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .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: 26px;
    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 {
    -webkit-box-sizing: border-box;
            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__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .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-selection__placeholder, .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.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;
  -webkit-box-shadow: none;
          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-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    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-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  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;
  -webkit-box-shadow: none;
          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; }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(/fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713?#iefix&v=4.7.0) format('embedded-opentype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format('woff2'), url(/fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format('woff'), url(/fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format('truetype'), url(/fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000";
}
.fa-music:before {
  content: "\F001";
}
.fa-search:before {
  content: "\F002";
}
.fa-envelope-o:before {
  content: "\F003";
}
.fa-heart:before {
  content: "\F004";
}
.fa-star:before {
  content: "\F005";
}
.fa-star-o:before {
  content: "\F006";
}
.fa-user:before {
  content: "\F007";
}
.fa-film:before {
  content: "\F008";
}
.fa-th-large:before {
  content: "\F009";
}
.fa-th:before {
  content: "\F00A";
}
.fa-th-list:before {
  content: "\F00B";
}
.fa-check:before {
  content: "\F00C";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}
.fa-search-plus:before {
  content: "\F00E";
}
.fa-search-minus:before {
  content: "\F010";
}
.fa-power-off:before {
  content: "\F011";
}
.fa-signal:before {
  content: "\F012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}
.fa-trash-o:before {
  content: "\F014";
}
.fa-home:before {
  content: "\F015";
}
.fa-file-o:before {
  content: "\F016";
}
.fa-clock-o:before {
  content: "\F017";
}
.fa-road:before {
  content: "\F018";
}
.fa-download:before {
  content: "\F019";
}
.fa-arrow-circle-o-down:before {
  content: "\F01A";
}
.fa-arrow-circle-o-up:before {
  content: "\F01B";
}
.fa-inbox:before {
  content: "\F01C";
}
.fa-play-circle-o:before {
  content: "\F01D";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}
.fa-refresh:before {
  content: "\F021";
}
.fa-list-alt:before {
  content: "\F022";
}
.fa-lock:before {
  content: "\F023";
}
.fa-flag:before {
  content: "\F024";
}
.fa-headphones:before {
  content: "\F025";
}
.fa-volume-off:before {
  content: "\F026";
}
.fa-volume-down:before {
  content: "\F027";
}
.fa-volume-up:before {
  content: "\F028";
}
.fa-qrcode:before {
  content: "\F029";
}
.fa-barcode:before {
  content: "\F02A";
}
.fa-tag:before {
  content: "\F02B";
}
.fa-tags:before {
  content: "\F02C";
}
.fa-book:before {
  content: "\F02D";
}
.fa-bookmark:before {
  content: "\F02E";
}
.fa-print:before {
  content: "\F02F";
}
.fa-camera:before {
  content: "\F030";
}
.fa-font:before {
  content: "\F031";
}
.fa-bold:before {
  content: "\F032";
}
.fa-italic:before {
  content: "\F033";
}
.fa-text-height:before {
  content: "\F034";
}
.fa-text-width:before {
  content: "\F035";
}
.fa-align-left:before {
  content: "\F036";
}
.fa-align-center:before {
  content: "\F037";
}
.fa-align-right:before {
  content: "\F038";
}
.fa-align-justify:before {
  content: "\F039";
}
.fa-list:before {
  content: "\F03A";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}
.fa-indent:before {
  content: "\F03C";
}
.fa-video-camera:before {
  content: "\F03D";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}
.fa-pencil:before {
  content: "\F040";
}
.fa-map-marker:before {
  content: "\F041";
}
.fa-adjust:before {
  content: "\F042";
}
.fa-tint:before {
  content: "\F043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}
.fa-share-square-o:before {
  content: "\F045";
}
.fa-check-square-o:before {
  content: "\F046";
}
.fa-arrows:before {
  content: "\F047";
}
.fa-step-backward:before {
  content: "\F048";
}
.fa-fast-backward:before {
  content: "\F049";
}
.fa-backward:before {
  content: "\F04A";
}
.fa-play:before {
  content: "\F04B";
}
.fa-pause:before {
  content: "\F04C";
}
.fa-stop:before {
  content: "\F04D";
}
.fa-forward:before {
  content: "\F04E";
}
.fa-fast-forward:before {
  content: "\F050";
}
.fa-step-forward:before {
  content: "\F051";
}
.fa-eject:before {
  content: "\F052";
}
.fa-chevron-left:before {
  content: "\F053";
}
.fa-chevron-right:before {
  content: "\F054";
}
.fa-plus-circle:before {
  content: "\F055";
}
.fa-minus-circle:before {
  content: "\F056";
}
.fa-times-circle:before {
  content: "\F057";
}
.fa-check-circle:before {
  content: "\F058";
}
.fa-question-circle:before {
  content: "\F059";
}
.fa-info-circle:before {
  content: "\F05A";
}
.fa-crosshairs:before {
  content: "\F05B";
}
.fa-times-circle-o:before {
  content: "\F05C";
}
.fa-check-circle-o:before {
  content: "\F05D";
}
.fa-ban:before {
  content: "\F05E";
}
.fa-arrow-left:before {
  content: "\F060";
}
.fa-arrow-right:before {
  content: "\F061";
}
.fa-arrow-up:before {
  content: "\F062";
}
.fa-arrow-down:before {
  content: "\F063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}
.fa-expand:before {
  content: "\F065";
}
.fa-compress:before {
  content: "\F066";
}
.fa-plus:before {
  content: "\F067";
}
.fa-minus:before {
  content: "\F068";
}
.fa-asterisk:before {
  content: "\F069";
}
.fa-exclamation-circle:before {
  content: "\F06A";
}
.fa-gift:before {
  content: "\F06B";
}
.fa-leaf:before {
  content: "\F06C";
}
.fa-fire:before {
  content: "\F06D";
}
.fa-eye:before {
  content: "\F06E";
}
.fa-eye-slash:before {
  content: "\F070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}
.fa-plane:before {
  content: "\F072";
}
.fa-calendar:before {
  content: "\F073";
}
.fa-random:before {
  content: "\F074";
}
.fa-comment:before {
  content: "\F075";
}
.fa-magnet:before {
  content: "\F076";
}
.fa-chevron-up:before {
  content: "\F077";
}
.fa-chevron-down:before {
  content: "\F078";
}
.fa-retweet:before {
  content: "\F079";
}
.fa-shopping-cart:before {
  content: "\F07A";
}
.fa-folder:before {
  content: "\F07B";
}
.fa-folder-open:before {
  content: "\F07C";
}
.fa-arrows-v:before {
  content: "\F07D";
}
.fa-arrows-h:before {
  content: "\F07E";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}
.fa-twitter-square:before {
  content: "\F081";
}
.fa-facebook-square:before {
  content: "\F082";
}
.fa-camera-retro:before {
  content: "\F083";
}
.fa-key:before {
  content: "\F084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}
.fa-comments:before {
  content: "\F086";
}
.fa-thumbs-o-up:before {
  content: "\F087";
}
.fa-thumbs-o-down:before {
  content: "\F088";
}
.fa-star-half:before {
  content: "\F089";
}
.fa-heart-o:before {
  content: "\F08A";
}
.fa-sign-out:before {
  content: "\F08B";
}
.fa-linkedin-square:before {
  content: "\F08C";
}
.fa-thumb-tack:before {
  content: "\F08D";
}
.fa-external-link:before {
  content: "\F08E";
}
.fa-sign-in:before {
  content: "\F090";
}
.fa-trophy:before {
  content: "\F091";
}
.fa-github-square:before {
  content: "\F092";
}
.fa-upload:before {
  content: "\F093";
}
.fa-lemon-o:before {
  content: "\F094";
}
.fa-phone:before {
  content: "\F095";
}
.fa-square-o:before {
  content: "\F096";
}
.fa-bookmark-o:before {
  content: "\F097";
}
.fa-phone-square:before {
  content: "\F098";
}
.fa-twitter:before {
  content: "\F099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}
.fa-github:before {
  content: "\F09B";
}
.fa-unlock:before {
  content: "\F09C";
}
.fa-credit-card:before {
  content: "\F09D";
}
.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}
.fa-hdd-o:before {
  content: "\F0A0";
}
.fa-bullhorn:before {
  content: "\F0A1";
}
.fa-bell:before {
  content: "\F0F3";
}
.fa-certificate:before {
  content: "\F0A3";
}
.fa-hand-o-right:before {
  content: "\F0A4";
}
.fa-hand-o-left:before {
  content: "\F0A5";
}
.fa-hand-o-up:before {
  content: "\F0A6";
}
.fa-hand-o-down:before {
  content: "\F0A7";
}
.fa-arrow-circle-left:before {
  content: "\F0A8";
}
.fa-arrow-circle-right:before {
  content: "\F0A9";
}
.fa-arrow-circle-up:before {
  content: "\F0AA";
}
.fa-arrow-circle-down:before {
  content: "\F0AB";
}
.fa-globe:before {
  content: "\F0AC";
}
.fa-wrench:before {
  content: "\F0AD";
}
.fa-tasks:before {
  content: "\F0AE";
}
.fa-filter:before {
  content: "\F0B0";
}
.fa-briefcase:before {
  content: "\F0B1";
}
.fa-arrows-alt:before {
  content: "\F0B2";
}
.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}
.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}
.fa-cloud:before {
  content: "\F0C2";
}
.fa-flask:before {
  content: "\F0C3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}
.fa-paperclip:before {
  content: "\F0C6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}
.fa-square:before {
  content: "\F0C8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}
.fa-list-ul:before {
  content: "\F0CA";
}
.fa-list-ol:before {
  content: "\F0CB";
}
.fa-strikethrough:before {
  content: "\F0CC";
}
.fa-underline:before {
  content: "\F0CD";
}
.fa-table:before {
  content: "\F0CE";
}
.fa-magic:before {
  content: "\F0D0";
}
.fa-truck:before {
  content: "\F0D1";
}
.fa-pinterest:before {
  content: "\F0D2";
}
.fa-pinterest-square:before {
  content: "\F0D3";
}
.fa-google-plus-square:before {
  content: "\F0D4";
}
.fa-google-plus:before {
  content: "\F0D5";
}
.fa-money:before {
  content: "\F0D6";
}
.fa-caret-down:before {
  content: "\F0D7";
}
.fa-caret-up:before {
  content: "\F0D8";
}
.fa-caret-left:before {
  content: "\F0D9";
}
.fa-caret-right:before {
  content: "\F0DA";
}
.fa-columns:before {
  content: "\F0DB";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}
.fa-envelope:before {
  content: "\F0E0";
}
.fa-linkedin:before {
  content: "\F0E1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}
.fa-comment-o:before {
  content: "\F0E5";
}
.fa-comments-o:before {
  content: "\F0E6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}
.fa-sitemap:before {
  content: "\F0E8";
}
.fa-umbrella:before {
  content: "\F0E9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}
.fa-lightbulb-o:before {
  content: "\F0EB";
}
.fa-exchange:before {
  content: "\F0EC";
}
.fa-cloud-download:before {
  content: "\F0ED";
}
.fa-cloud-upload:before {
  content: "\F0EE";
}
.fa-user-md:before {
  content: "\F0F0";
}
.fa-stethoscope:before {
  content: "\F0F1";
}
.fa-suitcase:before {
  content: "\F0F2";
}
.fa-bell-o:before {
  content: "\F0A2";
}
.fa-coffee:before {
  content: "\F0F4";
}
.fa-cutlery:before {
  content: "\F0F5";
}
.fa-file-text-o:before {
  content: "\F0F6";
}
.fa-building-o:before {
  content: "\F0F7";
}
.fa-hospital-o:before {
  content: "\F0F8";
}
.fa-ambulance:before {
  content: "\F0F9";
}
.fa-medkit:before {
  content: "\F0FA";
}
.fa-fighter-jet:before {
  content: "\F0FB";
}
.fa-beer:before {
  content: "\F0FC";
}
.fa-h-square:before {
  content: "\F0FD";
}
.fa-plus-square:before {
  content: "\F0FE";
}
.fa-angle-double-left:before {
  content: "\F100";
}
.fa-angle-double-right:before {
  content: "\F101";
}
.fa-angle-double-up:before {
  content: "\F102";
}
.fa-angle-double-down:before {
  content: "\F103";
}
.fa-angle-left:before {
  content: "\F104";
}
.fa-angle-right:before {
  content: "\F105";
}
.fa-angle-up:before {
  content: "\F106";
}
.fa-angle-down:before {
  content: "\F107";
}
.fa-desktop:before {
  content: "\F108";
}
.fa-laptop:before {
  content: "\F109";
}
.fa-tablet:before {
  content: "\F10A";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}
.fa-circle-o:before {
  content: "\F10C";
}
.fa-quote-left:before {
  content: "\F10D";
}
.fa-quote-right:before {
  content: "\F10E";
}
.fa-spinner:before {
  content: "\F110";
}
.fa-circle:before {
  content: "\F111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}
.fa-github-alt:before {
  content: "\F113";
}
.fa-folder-o:before {
  content: "\F114";
}
.fa-folder-open-o:before {
  content: "\F115";
}
.fa-smile-o:before {
  content: "\F118";
}
.fa-frown-o:before {
  content: "\F119";
}
.fa-meh-o:before {
  content: "\F11A";
}
.fa-gamepad:before {
  content: "\F11B";
}
.fa-keyboard-o:before {
  content: "\F11C";
}
.fa-flag-o:before {
  content: "\F11D";
}
.fa-flag-checkered:before {
  content: "\F11E";
}
.fa-terminal:before {
  content: "\F120";
}
.fa-code:before {
  content: "\F121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}
.fa-location-arrow:before {
  content: "\F124";
}
.fa-crop:before {
  content: "\F125";
}
.fa-code-fork:before {
  content: "\F126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}
.fa-question:before {
  content: "\F128";
}
.fa-info:before {
  content: "\F129";
}
.fa-exclamation:before {
  content: "\F12A";
}
.fa-superscript:before {
  content: "\F12B";
}
.fa-subscript:before {
  content: "\F12C";
}
.fa-eraser:before {
  content: "\F12D";
}
.fa-puzzle-piece:before {
  content: "\F12E";
}
.fa-microphone:before {
  content: "\F130";
}
.fa-microphone-slash:before {
  content: "\F131";
}
.fa-shield:before {
  content: "\F132";
}
.fa-calendar-o:before {
  content: "\F133";
}
.fa-fire-extinguisher:before {
  content: "\F134";
}
.fa-rocket:before {
  content: "\F135";
}
.fa-maxcdn:before {
  content: "\F136";
}
.fa-chevron-circle-left:before {
  content: "\F137";
}
.fa-chevron-circle-right:before {
  content: "\F138";
}
.fa-chevron-circle-up:before {
  content: "\F139";
}
.fa-chevron-circle-down:before {
  content: "\F13A";
}
.fa-html5:before {
  content: "\F13B";
}
.fa-css3:before {
  content: "\F13C";
}
.fa-anchor:before {
  content: "\F13D";
}
.fa-unlock-alt:before {
  content: "\F13E";
}
.fa-bullseye:before {
  content: "\F140";
}
.fa-ellipsis-h:before {
  content: "\F141";
}
.fa-ellipsis-v:before {
  content: "\F142";
}
.fa-rss-square:before {
  content: "\F143";
}
.fa-play-circle:before {
  content: "\F144";
}
.fa-ticket:before {
  content: "\F145";
}
.fa-minus-square:before {
  content: "\F146";
}
.fa-minus-square-o:before {
  content: "\F147";
}
.fa-level-up:before {
  content: "\F148";
}
.fa-level-down:before {
  content: "\F149";
}
.fa-check-square:before {
  content: "\F14A";
}
.fa-pencil-square:before {
  content: "\F14B";
}
.fa-external-link-square:before {
  content: "\F14C";
}
.fa-share-square:before {
  content: "\F14D";
}
.fa-compass:before {
  content: "\F14E";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}
.fa-gbp:before {
  content: "\F154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}
.fa-won:before,
.fa-krw:before {
  content: "\F159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}
.fa-file:before {
  content: "\F15B";
}
.fa-file-text:before {
  content: "\F15C";
}
.fa-sort-alpha-asc:before {
  content: "\F15D";
}
.fa-sort-alpha-desc:before {
  content: "\F15E";
}
.fa-sort-amount-asc:before {
  content: "\F160";
}
.fa-sort-amount-desc:before {
  content: "\F161";
}
.fa-sort-numeric-asc:before {
  content: "\F162";
}
.fa-sort-numeric-desc:before {
  content: "\F163";
}
.fa-thumbs-up:before {
  content: "\F164";
}
.fa-thumbs-down:before {
  content: "\F165";
}
.fa-youtube-square:before {
  content: "\F166";
}
.fa-youtube:before {
  content: "\F167";
}
.fa-xing:before {
  content: "\F168";
}
.fa-xing-square:before {
  content: "\F169";
}
.fa-youtube-play:before {
  content: "\F16A";
}
.fa-dropbox:before {
  content: "\F16B";
}
.fa-stack-overflow:before {
  content: "\F16C";
}
.fa-instagram:before {
  content: "\F16D";
}
.fa-flickr:before {
  content: "\F16E";
}
.fa-adn:before {
  content: "\F170";
}
.fa-bitbucket:before {
  content: "\F171";
}
.fa-bitbucket-square:before {
  content: "\F172";
}
.fa-tumblr:before {
  content: "\F173";
}
.fa-tumblr-square:before {
  content: "\F174";
}
.fa-long-arrow-down:before {
  content: "\F175";
}
.fa-long-arrow-up:before {
  content: "\F176";
}
.fa-long-arrow-left:before {
  content: "\F177";
}
.fa-long-arrow-right:before {
  content: "\F178";
}
.fa-apple:before {
  content: "\F179";
}
.fa-windows:before {
  content: "\F17A";
}
.fa-android:before {
  content: "\F17B";
}
.fa-linux:before {
  content: "\F17C";
}
.fa-dribbble:before {
  content: "\F17D";
}
.fa-skype:before {
  content: "\F17E";
}
.fa-foursquare:before {
  content: "\F180";
}
.fa-trello:before {
  content: "\F181";
}
.fa-female:before {
  content: "\F182";
}
.fa-male:before {
  content: "\F183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}
.fa-sun-o:before {
  content: "\F185";
}
.fa-moon-o:before {
  content: "\F186";
}
.fa-archive:before {
  content: "\F187";
}
.fa-bug:before {
  content: "\F188";
}
.fa-vk:before {
  content: "\F189";
}
.fa-weibo:before {
  content: "\F18A";
}
.fa-renren:before {
  content: "\F18B";
}
.fa-pagelines:before {
  content: "\F18C";
}
.fa-stack-exchange:before {
  content: "\F18D";
}
.fa-arrow-circle-o-right:before {
  content: "\F18E";
}
.fa-arrow-circle-o-left:before {
  content: "\F190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}
.fa-dot-circle-o:before {
  content: "\F192";
}
.fa-wheelchair:before {
  content: "\F193";
}
.fa-vimeo-square:before {
  content: "\F194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}
.fa-plus-square-o:before {
  content: "\F196";
}
.fa-space-shuttle:before {
  content: "\F197";
}
.fa-slack:before {
  content: "\F198";
}
.fa-envelope-square:before {
  content: "\F199";
}
.fa-wordpress:before {
  content: "\F19A";
}
.fa-openid:before {
  content: "\F19B";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}
.fa-yahoo:before {
  content: "\F19E";
}
.fa-google:before {
  content: "\F1A0";
}
.fa-reddit:before {
  content: "\F1A1";
}
.fa-reddit-square:before {
  content: "\F1A2";
}
.fa-stumbleupon-circle:before {
  content: "\F1A3";
}
.fa-stumbleupon:before {
  content: "\F1A4";
}
.fa-delicious:before {
  content: "\F1A5";
}
.fa-digg:before {
  content: "\F1A6";
}
.fa-pied-piper-pp:before {
  content: "\F1A7";
}
.fa-pied-piper-alt:before {
  content: "\F1A8";
}
.fa-drupal:before {
  content: "\F1A9";
}
.fa-joomla:before {
  content: "\F1AA";
}
.fa-language:before {
  content: "\F1AB";
}
.fa-fax:before {
  content: "\F1AC";
}
.fa-building:before {
  content: "\F1AD";
}
.fa-child:before {
  content: "\F1AE";
}
.fa-paw:before {
  content: "\F1B0";
}
.fa-spoon:before {
  content: "\F1B1";
}
.fa-cube:before {
  content: "\F1B2";
}
.fa-cubes:before {
  content: "\F1B3";
}
.fa-behance:before {
  content: "\F1B4";
}
.fa-behance-square:before {
  content: "\F1B5";
}
.fa-steam:before {
  content: "\F1B6";
}
.fa-steam-square:before {
  content: "\F1B7";
}
.fa-recycle:before {
  content: "\F1B8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}
.fa-tree:before {
  content: "\F1BB";
}
.fa-spotify:before {
  content: "\F1BC";
}
.fa-deviantart:before {
  content: "\F1BD";
}
.fa-soundcloud:before {
  content: "\F1BE";
}
.fa-database:before {
  content: "\F1C0";
}
.fa-file-pdf-o:before {
  content: "\F1C1";
}
.fa-file-word-o:before {
  content: "\F1C2";
}
.fa-file-excel-o:before {
  content: "\F1C3";
}
.fa-file-powerpoint-o:before {
  content: "\F1C4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}
.fa-file-code-o:before {
  content: "\F1C9";
}
.fa-vine:before {
  content: "\F1CA";
}
.fa-codepen:before {
  content: "\F1CB";
}
.fa-jsfiddle:before {
  content: "\F1CC";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}
.fa-circle-o-notch:before {
  content: "\F1CE";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}
.fa-git-square:before {
  content: "\F1D2";
}
.fa-git:before {
  content: "\F1D3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}
.fa-tencent-weibo:before {
  content: "\F1D5";
}
.fa-qq:before {
  content: "\F1D6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}
.fa-history:before {
  content: "\F1DA";
}
.fa-circle-thin:before {
  content: "\F1DB";
}
.fa-header:before {
  content: "\F1DC";
}
.fa-paragraph:before {
  content: "\F1DD";
}
.fa-sliders:before {
  content: "\F1DE";
}
.fa-share-alt:before {
  content: "\F1E0";
}
.fa-share-alt-square:before {
  content: "\F1E1";
}
.fa-bomb:before {
  content: "\F1E2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}
.fa-tty:before {
  content: "\F1E4";
}
.fa-binoculars:before {
  content: "\F1E5";
}
.fa-plug:before {
  content: "\F1E6";
}
.fa-slideshare:before {
  content: "\F1E7";
}
.fa-twitch:before {
  content: "\F1E8";
}
.fa-yelp:before {
  content: "\F1E9";
}
.fa-newspaper-o:before {
  content: "\F1EA";
}
.fa-wifi:before {
  content: "\F1EB";
}
.fa-calculator:before {
  content: "\F1EC";
}
.fa-paypal:before {
  content: "\F1ED";
}
.fa-google-wallet:before {
  content: "\F1EE";
}
.fa-cc-visa:before {
  content: "\F1F0";
}
.fa-cc-mastercard:before {
  content: "\F1F1";
}
.fa-cc-discover:before {
  content: "\F1F2";
}
.fa-cc-amex:before {
  content: "\F1F3";
}
.fa-cc-paypal:before {
  content: "\F1F4";
}
.fa-cc-stripe:before {
  content: "\F1F5";
}
.fa-bell-slash:before {
  content: "\F1F6";
}
.fa-bell-slash-o:before {
  content: "\F1F7";
}
.fa-trash:before {
  content: "\F1F8";
}
.fa-copyright:before {
  content: "\F1F9";
}
.fa-at:before {
  content: "\F1FA";
}
.fa-eyedropper:before {
  content: "\F1FB";
}
.fa-paint-brush:before {
  content: "\F1FC";
}
.fa-birthday-cake:before {
  content: "\F1FD";
}
.fa-area-chart:before {
  content: "\F1FE";
}
.fa-pie-chart:before {
  content: "\F200";
}
.fa-line-chart:before {
  content: "\F201";
}
.fa-lastfm:before {
  content: "\F202";
}
.fa-lastfm-square:before {
  content: "\F203";
}
.fa-toggle-off:before {
  content: "\F204";
}
.fa-toggle-on:before {
  content: "\F205";
}
.fa-bicycle:before {
  content: "\F206";
}
.fa-bus:before {
  content: "\F207";
}
.fa-ioxhost:before {
  content: "\F208";
}
.fa-angellist:before {
  content: "\F209";
}
.fa-cc:before {
  content: "\F20A";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}
.fa-meanpath:before {
  content: "\F20C";
}
.fa-buysellads:before {
  content: "\F20D";
}
.fa-connectdevelop:before {
  content: "\F20E";
}
.fa-dashcube:before {
  content: "\F210";
}
.fa-forumbee:before {
  content: "\F211";
}
.fa-leanpub:before {
  content: "\F212";
}
.fa-sellsy:before {
  content: "\F213";
}
.fa-shirtsinbulk:before {
  content: "\F214";
}
.fa-simplybuilt:before {
  content: "\F215";
}
.fa-skyatlas:before {
  content: "\F216";
}
.fa-cart-plus:before {
  content: "\F217";
}
.fa-cart-arrow-down:before {
  content: "\F218";
}
.fa-diamond:before {
  content: "\F219";
}
.fa-ship:before {
  content: "\F21A";
}
.fa-user-secret:before {
  content: "\F21B";
}
.fa-motorcycle:before {
  content: "\F21C";
}
.fa-street-view:before {
  content: "\F21D";
}
.fa-heartbeat:before {
  content: "\F21E";
}
.fa-venus:before {
  content: "\F221";
}
.fa-mars:before {
  content: "\F222";
}
.fa-mercury:before {
  content: "\F223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}
.fa-transgender-alt:before {
  content: "\F225";
}
.fa-venus-double:before {
  content: "\F226";
}
.fa-mars-double:before {
  content: "\F227";
}
.fa-venus-mars:before {
  content: "\F228";
}
.fa-mars-stroke:before {
  content: "\F229";
}
.fa-mars-stroke-v:before {
  content: "\F22A";
}
.fa-mars-stroke-h:before {
  content: "\F22B";
}
.fa-neuter:before {
  content: "\F22C";
}
.fa-genderless:before {
  content: "\F22D";
}
.fa-facebook-official:before {
  content: "\F230";
}
.fa-pinterest-p:before {
  content: "\F231";
}
.fa-whatsapp:before {
  content: "\F232";
}
.fa-server:before {
  content: "\F233";
}
.fa-user-plus:before {
  content: "\F234";
}
.fa-user-times:before {
  content: "\F235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}
.fa-viacoin:before {
  content: "\F237";
}
.fa-train:before {
  content: "\F238";
}
.fa-subway:before {
  content: "\F239";
}
.fa-medium:before {
  content: "\F23A";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}
.fa-optin-monster:before {
  content: "\F23C";
}
.fa-opencart:before {
  content: "\F23D";
}
.fa-expeditedssl:before {
  content: "\F23E";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}
.fa-mouse-pointer:before {
  content: "\F245";
}
.fa-i-cursor:before {
  content: "\F246";
}
.fa-object-group:before {
  content: "\F247";
}
.fa-object-ungroup:before {
  content: "\F248";
}
.fa-sticky-note:before {
  content: "\F249";
}
.fa-sticky-note-o:before {
  content: "\F24A";
}
.fa-cc-jcb:before {
  content: "\F24B";
}
.fa-cc-diners-club:before {
  content: "\F24C";
}
.fa-clone:before {
  content: "\F24D";
}
.fa-balance-scale:before {
  content: "\F24E";
}
.fa-hourglass-o:before {
  content: "\F250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}
.fa-hourglass:before {
  content: "\F254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}
.fa-hand-scissors-o:before {
  content: "\F257";
}
.fa-hand-lizard-o:before {
  content: "\F258";
}
.fa-hand-spock-o:before {
  content: "\F259";
}
.fa-hand-pointer-o:before {
  content: "\F25A";
}
.fa-hand-peace-o:before {
  content: "\F25B";
}
.fa-trademark:before {
  content: "\F25C";
}
.fa-registered:before {
  content: "\F25D";
}
.fa-creative-commons:before {
  content: "\F25E";
}
.fa-gg:before {
  content: "\F260";
}
.fa-gg-circle:before {
  content: "\F261";
}
.fa-tripadvisor:before {
  content: "\F262";
}
.fa-odnoklassniki:before {
  content: "\F263";
}
.fa-odnoklassniki-square:before {
  content: "\F264";
}
.fa-get-pocket:before {
  content: "\F265";
}
.fa-wikipedia-w:before {
  content: "\F266";
}
.fa-safari:before {
  content: "\F267";
}
.fa-chrome:before {
  content: "\F268";
}
.fa-firefox:before {
  content: "\F269";
}
.fa-opera:before {
  content: "\F26A";
}
.fa-internet-explorer:before {
  content: "\F26B";
}
.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}
.fa-contao:before {
  content: "\F26D";
}
.fa-500px:before {
  content: "\F26E";
}
.fa-amazon:before {
  content: "\F270";
}
.fa-calendar-plus-o:before {
  content: "\F271";
}
.fa-calendar-minus-o:before {
  content: "\F272";
}
.fa-calendar-times-o:before {
  content: "\F273";
}
.fa-calendar-check-o:before {
  content: "\F274";
}
.fa-industry:before {
  content: "\F275";
}
.fa-map-pin:before {
  content: "\F276";
}
.fa-map-signs:before {
  content: "\F277";
}
.fa-map-o:before {
  content: "\F278";
}
.fa-map:before {
  content: "\F279";
}
.fa-commenting:before {
  content: "\F27A";
}
.fa-commenting-o:before {
  content: "\F27B";
}
.fa-houzz:before {
  content: "\F27C";
}
.fa-vimeo:before {
  content: "\F27D";
}
.fa-black-tie:before {
  content: "\F27E";
}
.fa-fonticons:before {
  content: "\F280";
}
.fa-reddit-alien:before {
  content: "\F281";
}
.fa-edge:before {
  content: "\F282";
}
.fa-credit-card-alt:before {
  content: "\F283";
}
.fa-codiepie:before {
  content: "\F284";
}
.fa-modx:before {
  content: "\F285";
}
.fa-fort-awesome:before {
  content: "\F286";
}
.fa-usb:before {
  content: "\F287";
}
.fa-product-hunt:before {
  content: "\F288";
}
.fa-mixcloud:before {
  content: "\F289";
}
.fa-scribd:before {
  content: "\F28A";
}
.fa-pause-circle:before {
  content: "\F28B";
}
.fa-pause-circle-o:before {
  content: "\F28C";
}
.fa-stop-circle:before {
  content: "\F28D";
}
.fa-stop-circle-o:before {
  content: "\F28E";
}
.fa-shopping-bag:before {
  content: "\F290";
}
.fa-shopping-basket:before {
  content: "\F291";
}
.fa-hashtag:before {
  content: "\F292";
}
.fa-bluetooth:before {
  content: "\F293";
}
.fa-bluetooth-b:before {
  content: "\F294";
}
.fa-percent:before {
  content: "\F295";
}
.fa-gitlab:before {
  content: "\F296";
}
.fa-wpbeginner:before {
  content: "\F297";
}
.fa-wpforms:before {
  content: "\F298";
}
.fa-envira:before {
  content: "\F299";
}
.fa-universal-access:before {
  content: "\F29A";
}
.fa-wheelchair-alt:before {
  content: "\F29B";
}
.fa-question-circle-o:before {
  content: "\F29C";
}
.fa-blind:before {
  content: "\F29D";
}
.fa-audio-description:before {
  content: "\F29E";
}
.fa-volume-control-phone:before {
  content: "\F2A0";
}
.fa-braille:before {
  content: "\F2A1";
}
.fa-assistive-listening-systems:before {
  content: "\F2A2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}
.fa-glide:before {
  content: "\F2A5";
}
.fa-glide-g:before {
  content: "\F2A6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}
.fa-low-vision:before {
  content: "\F2A8";
}
.fa-viadeo:before {
  content: "\F2A9";
}
.fa-viadeo-square:before {
  content: "\F2AA";
}
.fa-snapchat:before {
  content: "\F2AB";
}
.fa-snapchat-ghost:before {
  content: "\F2AC";
}
.fa-snapchat-square:before {
  content: "\F2AD";
}
.fa-pied-piper:before {
  content: "\F2AE";
}
.fa-first-order:before {
  content: "\F2B0";
}
.fa-yoast:before {
  content: "\F2B1";
}
.fa-themeisle:before {
  content: "\F2B2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}
.fa-handshake-o:before {
  content: "\F2B5";
}
.fa-envelope-open:before {
  content: "\F2B6";
}
.fa-envelope-open-o:before {
  content: "\F2B7";
}
.fa-linode:before {
  content: "\F2B8";
}
.fa-address-book:before {
  content: "\F2B9";
}
.fa-address-book-o:before {
  content: "\F2BA";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}
.fa-user-circle:before {
  content: "\F2BD";
}
.fa-user-circle-o:before {
  content: "\F2BE";
}
.fa-user-o:before {
  content: "\F2C0";
}
.fa-id-badge:before {
  content: "\F2C1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}
.fa-quora:before {
  content: "\F2C4";
}
.fa-free-code-camp:before {
  content: "\F2C5";
}
.fa-telegram:before {
  content: "\F2C6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}
.fa-shower:before {
  content: "\F2CC";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}
.fa-podcast:before {
  content: "\F2CE";
}
.fa-window-maximize:before {
  content: "\F2D0";
}
.fa-window-minimize:before {
  content: "\F2D1";
}
.fa-window-restore:before {
  content: "\F2D2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}
.fa-bandcamp:before {
  content: "\F2D5";
}
.fa-grav:before {
  content: "\F2D6";
}
.fa-etsy:before {
  content: "\F2D7";
}
.fa-imdb:before {
  content: "\F2D8";
}
.fa-ravelry:before {
  content: "\F2D9";
}
.fa-eercast:before {
  content: "\F2DA";
}
.fa-microchip:before {
  content: "\F2DB";
}
.fa-snowflake-o:before {
  content: "\F2DC";
}
.fa-superpowers:before {
  content: "\F2DD";
}
.fa-wpexplorer:before {
  content: "\F2DE";
}
.fa-meetup:before {
  content: "\F2E0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI Accordion 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/accordion/#theming
 */
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/button/#theming
 */
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/checkboxradio/#theming
 */

.ui-checkboxradio-label .ui-icon-background {
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	        box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/controlgroup/#theming
 */

.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/dialog/#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/progressbar/#theming
 */
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	-webkit-filter: inherit;
	        filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/spinner/#theming
 */
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tooltip/#theming
 */
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	-webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
	        box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?a4c733ec4baef9ad3896d4e34a8a5448);
}
.ui-widget-header .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_444444_256x240.png?a4c733ec4baef9ad3896d4e34a8a5448);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_555555_256x240.png?971364734f3b603e5d363a2634898b42);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_ffffff_256x240.png?bf27228a7d3957983584fa7698121ea1);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777620_256x240.png?208a290102a4ada58a04de354a1354d7);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_cc0000_256x240.png?0de3b51742ed3ac61435875bccd8973b);
}
.ui-button .ui-icon {
	background-image: url(/images/vendor/jquery-ui/themes/base/ui-icons_777777_256x240.png?73a1fd052c9d84c0ee0bea3ee85892ed);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	filter: Alpha(Opacity=30)/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*= CORE CSS */
.eventCalendar-hidden {
	display: none;
}

.eventCalendar-wrap {
	position: relative;
	overflow: hidden;
}

.eventCalendar-arrow {
	position: absolute;
	z-index: 5;
	top: 3px;
}

.eventCalendar-prev {
	left: 3px;
}

.eventCalendar-next {
	right: 50px;
}

.eventCalendar-monthTitle {
	display: block;
	text-align: center;
}

.eventCalendar-monthWrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.eventCalendar-currentMonth {
	z-index: 1;
}

.eventCalendar-daysList {
	display: table;
	width: 108% !important;
}

.eventCalendar-showAsWeek {
	display: block;
}

.eventCalendar-daysList li {
	display: table-cell;
}

.eventCalendar-dayWithEvents {
	/*background: rgba(0, 0, 0, 0.15);*/
}

.eventCalendar-current {
	/*background: rgba(0, 0, 0, 0.35);*/
}


.eventCalendar-showAsWeek li {
	display: block;
	float: left;
	width: 13.28%;
	height: 20px;
}

.eventCalendar-daysList a {
	padding: 0;
	display: block;
	text-align: center;
	font-size: 8px;
	min-width: 7px;
}

.eventCalendar-loading {
	display: block;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
}

.eventCalendar-list {
	position: relative;
	z-index: 1;
}

.eventCalendar-oldEventList {
	z-index: 2;
}

.eventCalendar-subtitle {
	padding-left: 0px;
	font-size: 140%;
}
/* end of core CSS */

@media (max-width: 1366px) { 

	.eventCalendar-hidden {
		display: none;
	}

	.eventCalendar-wrap {
		position: relative;
		overflow: hidden;
	}

	.eventCalendar-arrow {
		position: absolute;
		z-index: 5;
		top: 3px;
	}

	.eventCalendar-prev {
		left: 3px;
	}

	.eventCalendar-next {
		right: 25px;
	}

	.eventCalendar-monthTitle {
		display: block;
		text-align: center;
	}

	.eventCalendar-monthWrap {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.eventCalendar-currentMonth {
		z-index: 1;
	}

	.eventCalendar-daysList {
		display: table;
		width: 108% !important;
	}

	.eventCalendar-showAsWeek {
		display: block;
	}

	.eventCalendar-daysList li {
		display: table-cell;
	}

	.eventCalendar-dayWithEvents {
		/*background: rgba(0, 0, 0, 0.15);*/
	}

	.eventCalendar-current {
		/*background: rgba(0, 0, 0, 0.35);*/
	}


	.eventCalendar-showAsWeek li {
		display: block;
		float: left;
		width: 13.28%;
		height: 20px;
	}

	.eventCalendar-daysList a {
		padding: 0;
		display: block;
		text-align: center;
		font-size: 8px;
		min-width: 7px;
	}

	.eventCalendar-loading {
		display: block;
		min-width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.eventCalendar-list {
		position: relative;
		z-index: 1;
	}

	.eventCalendar-oldEventList {
		z-index: 2;
	}

	.eventCalendar-subtitle {
		padding-left: 0px;
		font-size: 140%;
	}
	
}

@media (max-width: 1100px) { 

	.eventCalendar-hidden {
		display: none;
	}

	.eventCalendar-wrap {
		position: relative;
		overflow: hidden;
	}

	.eventCalendar-arrow {
		position: absolute;
		z-index: 5;
		top: 3px;
	}

	.eventCalendar-prev {
		left: 3px;
	}

	.eventCalendar-next {
		right: 25px;
	}

	.eventCalendar-monthTitle {
		display: block;
		text-align: center;
	}

	.eventCalendar-monthWrap {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}

	.eventCalendar-currentMonth {
		z-index: 1;
	}

	.eventCalendar-daysList {
		display: table;
		width: 108% !important;
	}

	.eventCalendar-showAsWeek {
		display: block;
	}

	.eventCalendar-daysList li {
		display: table-cell;
	}

	.eventCalendar-dayWithEvents {
		/*background: rgba(0, 0, 0, 0.15);*/
	}

	.eventCalendar-current {
		/*background: rgba(0, 0, 0, 0.35);*/
	}


	.eventCalendar-showAsWeek li {
		display: block;
		float: left;
		width: 13.28%;
		height: 20px;
	}

	.eventCalendar-daysList a {
		padding: 0;
		display: block;
		text-align: center;
		font-size: 8px;
		min-width: 7px;
	}

	.eventCalendar-loading {
		display: block;
		min-width: 100px;
		height: 40px;
		line-height: 40px;
	}

	.eventCalendar-list {
		position: relative;
		z-index: 1;
	}

	.eventCalendar-oldEventList {
		z-index: 2;
	}

	.eventCalendar-subtitle {
		padding-left: 0px;
		font-size: 140%;
	}
	
}

@media (max-width: 900px) {
	.eventCalendar-next {
		right: 18px;
	}
} /* Theme CSS */
.eventCalendar-wrap {
	border:none;
	margin-bottom:20px;
	margin-top:-20px;
	background-color:#fff;
	color:#807E7E;
	width: 100%;
}
	.eventCalendar-wrap .eventCalendar-arrow {
		text-decoration:none;
		color:#fff;
		padding:0 5px;
		line-height:28px;
		top: 4px;
		padding:18px 10px;
	}
		.eventCalendar-wrap .eventCalendar-arrow.prev {

		}
		.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
		.eventCalendar-wrap .eventCalendar-arrow span {
			height: 0;
			width: 0;
			font-size: 0;
			line-height: 0;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
			border-left: 6px solid #fff;
			float:left;
			text-indent:-5000px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
				border-left-width:0;
				border-right: 6px solid #fff;
			}
	.eventCalendar-slider { 
		height:80px;
		width: 100%;
		position: relative;
		z-index: 10;

	}

	.eventCalendar-monthWrap {
		top:0px;
		left:0px;
		width: 90% !important;
		height: 390px;

	}
		.eventCalendar-currentTitle {
			line-height:30px;
			background-color:#05b5b4;
			outline:1px solid #05b5b4;
		}
			.eventCalendar-currentTitle .eventCalendar-monthTitle {
				font-size:200%;
				text-decoration:none;
				color:#fff;
				padding: 10px;
			}

		.eventCalendar-daysList {
			zoom: 1;
			padding:0;
			width:100%;

		}
			.eventCalendar-daysList.eventCalendar-showAsWeek {
				margin:3px 0px;
				width:auto;
				border-bottom-width:0;
				border-radius:0;
				background-color:#fff;
				width: 108% !important;

			}
			.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

				border-radius:none;
			}
			.eventCalendar-daysList:before, .eventCalendar-daysList:after { display: none !important; }
			.eventCalendar-daysList:after { clear: both; }
			.eventCalendar-day-header {
				text-transform:lowercase;
				text-align:center;
				font-size:20px;
				border-bottom:solid 1px #e3e3e3;
			}
			.eventCalendar-daysList.eventCalendar-showAsWeek li {
				height:auto; margin:0;
				padding: 1px;
				height: 54px;
			}
				.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
					/*background-color: #e3e3e3;*/
					min-height:29px;
				}
			.eventCalendar-day a {
				text-decoration:none;
				font-size:10px;
				color:#424242;
				height: 95px;
				width: 100px;
				margin: 0 auto;
				height: 35px;
				margin-left: 0;
			}
			.eventCalendar-day {
				border-left:none;
			}
			.eventCalendar-day a  {
				border:none;
			}
			.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
			.eventCalendar-showAsWeek .eventCalendar-day a  {
				/*border:solid 1px #e3e3e3;*/
				border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
				line-height:27px;
				font-size:24px;
				padding: 0;
				border-radius: 73%;
				height: 40px;
				width: 40px;
				padding-top: 5px;

				/*width: 47px;
				height: 15px;
				padding-top: 8px;
				padding-bottom: 22px;*/


			}
				.eventCalendar-day a:hover {
					background-color:#E4E4E4;
				/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
				}
			.eventCalendar-daysList li.today a {
				color:#fff;
				background:#05b5b4;
				height: 40px;
				width: 40px;
				padding-top: 5px;

			/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
			}
				li.eventCalendar-day.today a:hover {
					background-color:#9cdce4;
					/*background-color:#e4e4e4;*/
					/*box-shadow:inset 5px 5px 10px #999;*/
				}
			li.eventCalendar-dayWithEvents {
				display: block;
			}

			.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
				/*display: flex;
				flex-direction: column;*/
				/*background:#f25a31;*/
				/*color:#fff;*/
				position: relative;
				height: 40px;

			}
				li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
					/*background-color:#f9a45d;*/
				}
				li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
					content: ' ';
					display: block;
					position: absolute;
					background: #f25a31;
					margin-top: 0;
					-webkit-transform: translate(-50%, 0);
					        transform: translate(-50%, 0);
					border-radius: 50%;
					top: 75%;
					left: 50%;
					width: 10px;
					height: 10px;

				}


			.eventCalendar-daysList li.current a {
				color:#fff;
				background:#449FB2;
			}
				li.eventCalendar-day.current a:hover {
					background-color:#79BDCC;
				}
		.eventCalendar-loading {
			margin:0 auto;
			padding:0px;
			background-color:#ccc;
			color:#fff;
			text-align:center;
			position:absolute;
			z-index:4;
			top:38px;
			left:0px;
		}
			.eventCalendar-loading.error {
				background-color:red;
			}

.eventCalendar-subtitle { 
	padding-top:10px;
	padding-bottom: 30px;
	margin-left: 35%;
}
.eventCalendar-list-wrap {
	min-height:100px;
	position:relative;
	margin-left: 35px;
	margin-left: -100%;
}
	.eventCalendar-list-content.scrollable {

		height:100px;
		overflow-y:auto;
		margin:0 5px 5px 0;
	}
	.eventCalendar-list {
		margin:0; padding:0; list-style-type:none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		left: -25px !important;
	}
	.eventCalendar-list a {
		margin-top: 20px;
		position: relative;
	}
	.eventCalendar-list li {
		padding:0 0px 5px;
		margin:0;
		margin-bottom:20px;
		clear:both;
		border-bottom:1px dashed #ebebeb;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		z-index: 11;

	}
	.eventCalendar-list li:first-child {
		opacity: 0;
		z-index: 5;
	}
		.eventCalendar-list li time {
			font-size:11px;
			line-height:15px;
		}
		.eventCalendar-list li time em {
			float:left;
			font-style:normal;
			background-color:#767676;
			color:#fff;
			padding: 10px 15px;
			font-size: 24px;
		}
		.eventCalendar-list li time small {
			font-size:11px;
			float:left;
			background-color:#f25a31;
			color:#fff;
			padding:10px 15px;
			font-size: 24px;
			margin:0 0 0 3px;
		}

		.eventCalendar-list li {
			display:block;
			clear:both;
            font-size:175%;
			text-decoration:none;
			margin-bottom: 25px;
			margin-right: 3px;
			width: 28%;
			padding-left: 10px;
			margin-left: 30px;
			margin-right: 7px;
			margin-top: 15px;
			/*margin-left: 10px;*/

		}
			.eventCalendar-list li a.eventCalendar-eventTitle {
				color:#33a7b5;


			}
			.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
		.eventCalendar-list li .eventDesc {
			clear: both;
			margin:0 0 5px 0;
			font-size:80%;
			line-height:1.2em;

		}
		.eventCalendar-list .eventCalendar-noEvents {
			font-size:120%;
			padding:5px;
			background-color:#f77a11;
			border-bottom: none;
			color:#fff;
			text-align:center;
		}

.bt {
	font-size:24px;
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	padding: 11px 34px 12px;
	text-decoration: none;
	line-height: 1;
	color: #ffffff !important;
	background-color: #33a7b5;
	text-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	  background-color: #f77a11;
	  text-decoration: none;
	}
/* end of theme css */


/*= ONLY FOR DEMO PAGE */
body {
/*
	width:978px;
	box-shadow:0 0 10px #777;
	padding: 20px 40px;
	margin:0 auto;
	*/
}
a { color: #0E8EAB}

.eventCalendar-wrap {
	/*width: 0% !important;*/
}

.features li { margin-bottom:3px;}
#thanksPanel li { margin-bottom:0;}
#introPanel { padding-top:20px;}

.poweredBy img {
	float:left;
	margin-right:3px;
}
	.poweredBy .data {
		float:left;
	}
	.poweredBy .name {
		font-weight:bold;
		color:#555;
		text-decoration:none;
		display:block;
		margin-top:28px;
	}
	.poweredBy .twitter {
		text-decoration:none;
		display:block;
		float:left;
	}
.features {
	padding-left:20px;
	float:left;
}
#appLogo {
	margin-right:30px;
}
pre {
	clear:both;
	background-color:#FFFFCC;
	padding:5px;
	border:solid 1px #FED17E;
	overflow:auto;
}
#license {
	width:300px;
	float:right;
	font-size:10px;
	line-height:12px;
	text-align:center;
}
.eventCalendar-EventTitle {
    padding: 0 0px 5px;
    margin: 0;
    margin-bottom: 20px;
    clear: both;
    border-bottom: 1px dashed #ebebeb;
    margin-right: 10px;
}
.eventCalendar-EventTitle a {
	position: relative;
	margin-top: 20px;
	width: 33%;
	padding-top: 85%;
}

.detailsBlock_img_e {
	background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 85% !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 305px;
}


.priceBlock {
    color: #ffffff;
    font-weight: 400;
    background-color: #f25a31;
    position: absolute;
    right: -5px;
    padding: 0.75vw;
    padding-left: 1.1vw;
    top: 10%;
    font-size: 1.5vw;
}

/*.detailsBlock_data {
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f98365), color-stop(15%, #f87d5d), to(#f25a31));
    background-image: linear-gradient(to top, #f98365 0%, #f87d5d 15%, #f25a31 100%);
    padding: 1.5vw;
    z-index: 1;
    bottom: 0;
    border: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    right: 0;
    background-image: none;
    padding-top: 2vw;
    background-image: url(/public/media/client/img/ovetyr.png);
    background-size: cover;
}


.detailsBlock_data:before {
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: #05b5b4;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    z-index: -1;
}*/



/* end of demo page */


@media only screen and (max-width: 479px) {
	#eventCalendar {
		grid-template-columns: 100% !important;
		grid-template-rows: 430px 100% !important;
	}
	.eventCalendar-wrap {
		border:none;
		margin-bottom:20px;
		margin-top:-20px;
		background-color:#fff;
		color:#807E7E;
		}
	.eventCalendar-wrap .eventCalendar-arrow {
		text-decoration:none;
		color:#fff;
		padding:0 5px;
		line-height:28px;
		top: 4px;
		padding:18px 10px;
	}
		.eventCalendar-wrap .eventCalendar-arrow.prev {

		}
		.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
		.eventCalendar-wrap .eventCalendar-arrow span {
			height: 0;
			width: 0;
			font-size: 0;
			line-height: 0;
			border-top: 6px solid transparent;
			border-bottom: 6px solid transparent;
			border-left: 6px solid #fff;
			float:left;
			text-indent:-5000px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
				border-left-width:0;
				border-right: 6px solid #fff;
			}
	.eventCalendar-slider { height:80px;}

	.eventCalendar-monthWrap {
		top:0px;
		left:0px;
		width: 350px;

	}
		.eventCalendar-currentTitle {
			line-height:35px;
			background-color:#05b5b4;
			outline:1px solid #05b5b4;
		}
			.eventCalendar-currentTitle .eventCalendar-monthTitle {
				font-size:200%;
				text-decoration:none;
				color:#fff;
				padding: 10px;
			}

		.eventCalendar-daysList {
			zoom: 1;
			padding:0;
			width:100%;

		}
			.eventCalendar-daysList.eventCalendar-showAsWeek {
				margin:10px 0px;
				width:auto;
				border-bottom-width:0;
				border-radius:0;
				background-color:#fff;

			}
			.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

				border-radius:none;
			}
			.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
			.eventCalendar-daysList:after { clear: both; }
			.eventCalendar-day-header {
				text-transform:lowercase;
				text-align:center;
				font-size:20px;
				border-bottom:solid 1px #e3e3e3;
			}
			.eventCalendar-daysList.eventCalendar-showAsWeek li {
				height:auto; margin:0;
				padding: 1px;

			}
				.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
					/*background-color: #e3e3e3;*/
					min-height:29px;
				}
			.eventCalendar-day a {
				text-decoration:none;
				font-size:10px;
				color:#424242;
				height: 95px;
				width: 17px;
				margin: 0 auto;
				height: 35px;
				padding: 14px 0;
			}
			.eventCalendar-day {
				border-left:none;
			}
			.eventCalendar-day a  {
				border:none;
			}
			.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
			.eventCalendar-showAsWeek .eventCalendar-day a  {
				/*border:solid 1px #e3e3e3;*/
				border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
				line-height:27px;
				font-size:24px;
				padding: 16px 0;
				border-radius: 50%;
				width: 47px;
				height: 15px;
				padding-top: 8px;
				padding-bottom: 22px;
				height: 45px;

			}
				.eventCalendar-day a:hover {
					background-color:#E4E4E4;
				/*	box-shadow:inset 5px 5px 10px #C1C1C1;
					text-shadow: 2px 2px 2px #C1C1C1;*/
				}
			.eventCalendar-daysList li.today a {
				color:#fff;
				background:#05b5b4;
				height: 45px;
			/*	box-shadow:inset 5px 5px 10px #777;
				text-shadow: 2px 2px 2px #777;*/
			}
				li.eventCalendar-day.today a:hover {
					background-color:#9cdce4;
					/*background-color:#e4e4e4;*/
					/*box-shadow:inset 5px 5px 10px #999;*/
				}
			li.eventCalendar-dayWithEvents {
				display: block;
			}

			.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
				/*display: flex;
				flex-direction: column;*/
				/*background:#f25a31;*/
				/*color:#fff;*/
				position: relative;
				height: 45px;


			}
				li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
					/*background-color:#f9a45d;*/
				}
				li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
					display: block;
					position: absolute;
					background: #f25a31;
					margin-top: 0;
					-webkit-transform: translate(-50%, 0);
					        transform: translate(-50%, 0);
					border-radius: 50%;
					top: 70%;
					left: 50%;
					width: 10px;
					height: 10px;
				}


			.eventCalendar-daysList li.current a {
				color:#fff;
				background:#449FB2;
			}
				li.eventCalendar-day.current a:hover {
					background-color:#79BDCC;
				}
		.eventCalendar-loading {
			margin:0 auto;
			padding:0px;
			background-color:#ccc;
			color:#fff;
			text-align:center;
			position:absolute;
			z-index:4;
			top:38px;
			left:0px;
		}
			.eventCalendar-loading.error {
				background-color:red;
			}

.eventCalendar-subtitle { 
	padding-top:10px;
	padding-bottom: 30px;
	margin-left: 20%;
}
.eventCalendar-list-wrap {
	min-height:100px;
	position:relative;
	margin-left: 0;
}
	.eventCalendar-list-content.scrollable {

		height:100px;
		overflow-y:auto;
		margin:0 5px 5px 0;
	}
	.eventCalendar-list {
		margin:0; padding:0; list-style-type:none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;

	}
	.eventCalendar-list a {
		margin-top: 20px;
		position: relative;
	}
	.eventCalendar-list li {
		padding:0 0px 5px;
		margin:0;
		margin-bottom:20px;
		clear:both;
		border-bottom:1px dashed #ebebeb;
	}
	.eventCalendar-list li:first-child {
		opacity: 1;
		z-index: 5;
	}

		.eventCalendar-list li time {
			font-size:11px;
			line-height:15px;
		}
		.eventCalendar-list li time em {
			float:left;
			font-style:normal;
			background-color:#767676;
			color:#fff;
			padding: 10px 15px;
			font-size: 24px;
		}
		.eventCalendar-list li time small {
			font-size:11px;
			float:left;
			background-color:#f25a31;
			color:#fff;
			padding:10px 15px;
			font-size: 24px;
			margin:0 0 0 3px;
		}

		.eventCalendar-list li {
			display:block;
			clear:both;
            font-size:175%;
			text-decoration:none;
			width: 100%;
			margin-bottom: 25px;
			margin-right: 3px;
			margin-left: 10px;

		}

			.eventCalendar-list li a.eventCalendar-eventTitle {
				color:#33a7b5;


			}
			.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
		.eventCalendar-list li .eventDesc {
			clear: both;
			margin:0 0 5px 0;
			font-size:80%;
			line-height:1.2em;

		}
		.eventCalendar-list .eventCalendar-noEvents {
			font-size:120%;
			padding:5px;
			background-color:#f77a11;
			border-bottom: none;
			color:#fff;
			text-align:center;
		}

.bt {
	font-size:24px;
	display:block;
	clear:both;
	text-align: center;
	margin-top:10px;
	padding: 11px 34px 12px;
	text-decoration: none;
	line-height: 1;
	color: #ffffff !important;
	background-color: #33a7b5;
	text-shadow: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-transition: 0.1s linear all;
	transition: 0.1s linear all;
}
.bt:hover {
	  background-color: #f77a11;
	  text-decoration: none;
	}
/* end of theme css */


/*= ONLY FOR DEMO PAGE */
body {
/*
	width:978px;
	box-shadow:0 0 10px #777;
	padding: 20px 40px;
	margin:0 auto;
	*/
}
a { color: #0E8EAB}

.eventCalendar-wrap {
	/*width: 0% !important;*/
}

.features li { margin-bottom:3px;}
#thanksPanel li { margin-bottom:0;}
#introPanel { padding-top:20px;}

.poweredBy img {
	float:left;
	margin-right:3px;
}
	.poweredBy .data {
		float:left;
	}
	.poweredBy .name {
		font-weight:bold;
		color:#555;
		text-decoration:none;
		display:block;
		margin-top:28px;
	}
	.poweredBy .twitter {
		text-decoration:none;
		display:block;
		float:left;
	}
.features {
	padding-left:20px;
	float:left;
}
#appLogo {
	margin-right:30px;
}
pre {
	clear:both;
	background-color:#FFFFCC;
	padding:5px;
	border:solid 1px #FED17E;
	overflow:auto;
}
#license {
	width:300px;
	float:right;
	font-size:10px;
	line-height:12px;
	text-align:center;
}
.eventCalendar-EventTitle {
    padding: 0 0px 5px;
    margin: 0;
    margin-bottom: 20px;
    clear: both;
    border-bottom: 1px dashed #ebebeb;
    margin-right: 10px;
}
.eventCalendar-EventTitle a {
	position: relative;
	margin-top: 20px;
	width: 33%;
	padding-top: 85%;
}

.detailsBlock_img_e {
	background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 85%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 280px;
}


.priceBlock {
    color: #ffffff;
    font-weight: 400;
    background-color: #f25a31;
    position: absolute;
    right: -5px;
    padding: 0.75vw;
    padding-left: 1.1vw;
    top: 10%;
    font-size: 5vw;
}

.detailsBLock_data {
	font-size: 20px !important;
}
.text-s18 {
	font-size: 22px !important;
}

.text-s16 {
	font-size: 18px !important;
}

   
}



@media (max-width: 1366px) {
	.eventCalendar-wrap {
		border:none;
		margin-bottom:20px;
		margin-top:-20px;
		background-color:#fff;
		color:#807E7E;
		width: 100%;
	}
		.eventCalendar-wrap .eventCalendar-arrow {
			text-decoration:none;
			color:#fff;
			padding:0 5px;
			line-height:28px;
			top: 4px;
			padding:18px 10px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.prev {

			}
			.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
			.eventCalendar-wrap .eventCalendar-arrow span {
				height: 0;
				width: 0;
				font-size: 0;
				line-height: 0;
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				border-left: 6px solid #fff;
				float:left;
				text-indent:-5000px;
			}
				.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
					border-left-width:0;
					border-right: 6px solid #fff;
				}
		.eventCalendar-slider { 
			height:80px;
			width: 100%;
			position: relative;
			z-index: 10;

		}

		.eventCalendar-monthWrap {
			top:0px;
			left:0px;
			width: 90% !important;
			height: 390px;

		}
			.eventCalendar-currentTitle {
				line-height:30px;
				background-color:#05b5b4;
				outline:1px solid #05b5b4;
			}
				.eventCalendar-currentTitle .eventCalendar-monthTitle {
					font-size:150%;
					text-decoration:none;
					color:#fff;
					padding: 10px;
				}

			.eventCalendar-daysList {
				zoom: 1;
				padding:0;
				width:100%;

			}
				.eventCalendar-daysList.eventCalendar-showAsWeek {
					margin:3px 0px;
					width:auto;
					border-bottom-width:0;
					border-radius:0;
					background-color:#fff;
					width: 108% !important;

				}
				.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

					border-radius:none;
				}
				.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:none !important;  }
				.eventCalendar-daysList:after { clear: both; }
				.eventCalendar-day-header {
					text-transform:lowercase;
					text-align:center;
					font-size:18px;
					border-bottom:solid 1px #e3e3e3;
				}
				.eventCalendar-daysList.eventCalendar-showAsWeek li {
					height:auto; margin:0;
					padding: 1px;
					height: 44px;
				}
					.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
						/*background-color: #e3e3e3;*/
						min-height:29px;
					}
				.eventCalendar-day a {
					text-decoration:none;
					font-size:10px;
					color:#424242;
					height: 95px;
					width: 100px;
					margin: 0 auto;
					height: 35px;
					margin-left: 0;
				}
				.eventCalendar-day {
					border-left:none;
				}
				.eventCalendar-day a  {
					border:none;
				}
				.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
				.eventCalendar-showAsWeek .eventCalendar-day a  {
					/*border:solid 1px #e3e3e3;*/
					border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
					line-height:27px;
					font-size:20px;
					padding: 0;
					border-radius: 73%;
					height: 32px;
					width: 32px;
					padding-top: 5px;

					/*width: 47px;
					height: 15px;
					padding-top: 8px;
					padding-bottom: 22px;*/


				}
					.eventCalendar-day a:hover {
						background-color:#E4E4E4;
					/*	box-shadow:inset 5px 5px 10px #C1C1C1;
						text-shadow: 2px 2px 2px #C1C1C1;*/
					}
				.eventCalendar-daysList li.today a {
					color:#fff;
					background:#05b5b4;
					height: 32px;
					width: 32px;
					padding-top: 5px;

				/*	box-shadow:inset 5px 5px 10px #777;
					text-shadow: 2px 2px 2px #777;*/
				}
					li.eventCalendar-day.today a:hover {
						background-color:#9cdce4;
						/*background-color:#e4e4e4;*/
						/*box-shadow:inset 5px 5px 10px #999;*/
					}
				li.eventCalendar-dayWithEvents {
					display: block;
				}

				.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
					/*display: flex;
					flex-direction: column;*/
					/*background:#f25a31;*/
					/*color:#fff;*/
					position: relative;
					height: 32px;

				}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
						/*background-color:#f9a45d;*/
					}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
						content: ' ';
						display: block;
						position: absolute;
						background: #f25a31;
						margin-top: 0;
						-webkit-transform: translate(-50%, 0);
						        transform: translate(-50%, 0);
						border-radius: 50%;
						top: 75%;
						left: 50%;
						width: 7px;
						height: 7px;

					}


				.eventCalendar-daysList li.current a {
					color:#fff;
					background:#449FB2;
				}
					li.eventCalendar-day.current a:hover {
						background-color:#79BDCC;
					}
			.eventCalendar-loading {
				margin:0 auto;
				padding:0px;
				background-color:#ccc;
				color:#fff;
				text-align:center;
				position:absolute;
				z-index:4;
				top:38px;
				left:0px;
			}
				.eventCalendar-loading.error {
					background-color:red;
				}

	.eventCalendar-subtitle { 
		padding-top:10px;
		padding-bottom: 30px;
		margin-left: 35%;
	}
	.eventCalendar-list-wrap {
		min-height:100px;
		position:relative;
		margin-left: 35px;
		margin-left: -100%;
	}
		.eventCalendar-list-content.scrollable {

			height:100px;
			overflow-y:auto;
			margin:0 5px 5px 0;
		}
		.eventCalendar-list {
			margin:0; padding:0; list-style-type:none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			left: -25px !important;
		}
		.eventCalendar-list a {
			margin-top: 20px;
			position: relative;
		}
		.eventCalendar-list li {
			padding:0 0px 5px;
			margin:0;
			margin-bottom:20px;
			clear:both;
			border-bottom:1px dashed #ebebeb;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			z-index: 11;

		}
		.eventCalendar-list li:first-child {
			opacity: 0;
			z-index: 5;
		}
			.eventCalendar-list li time {
				font-size:11px;
				line-height:15px;
			}
			.eventCalendar-list li time em {
				float:left;
				font-style:normal;
				background-color:#767676;
				color:#fff;
				padding: 10px 15px;
				font-size: 24px;
			}
			.eventCalendar-list li time small {
				font-size:11px;
				float:left;
				background-color:#f25a31;
				color:#fff;
				padding:10px 15px;
				font-size: 24px;
				margin:0 0 0 3px;
			}

			.eventCalendar-list li {
				display:block;
				clear:both;
	            font-size:175%;
				text-decoration:none;
				margin-bottom: 25px;
				margin-right: 3px;
				width: 32%;
				padding-left: 10px;
				/*margin-left: 10px;*/

			}
				.eventCalendar-list li a.eventCalendar-eventTitle {
					color:#33a7b5;


				}
				.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
			.eventCalendar-list li .eventDesc {
				clear: both;
				margin:0 0 5px 0;
				font-size:80%;
				line-height:1.2em;

			}
			.eventCalendar-list .eventCalendar-noEvents {
				font-size:120%;
				padding:5px;
				background-color:#f77a11;
				border-bottom: none;
				color:#fff;
				text-align:center;
			}

	.bt {
		font-size:24px;
		display:block;
		clear:both;
		text-align: center;
		margin-top:10px;
		padding: 11px 34px 12px;
		text-decoration: none;
		line-height: 1;
		color: #ffffff !important;
		background-color: #33a7b5;
		text-shadow: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}
	.bt:hover {
		  background-color: #f77a11;
		  text-decoration: none;
		}
	/* end of theme css */


	/*= ONLY FOR DEMO PAGE */
	body {
	/*
		width:978px;
		box-shadow:0 0 10px #777;
		padding: 20px 40px;
		margin:0 auto;
		*/
	}
	a { color: #0E8EAB}

	.eventCalendar-wrap {
		/*width: 0% !important;*/
	}

	.features li { margin-bottom:3px;}
	#thanksPanel li { margin-bottom:0;}
	#introPanel { padding-top:20px;}

	.poweredBy img {
		float:left;
		margin-right:3px;
	}
		.poweredBy .data {
			float:left;
		}
		.poweredBy .name {
			font-weight:bold;
			color:#555;
			text-decoration:none;
			display:block;
			margin-top:28px;
		}
		.poweredBy .twitter {
			text-decoration:none;
			display:block;
			float:left;
		}
	.features {
		padding-left:20px;
		float:left;
	}
	#appLogo {
		margin-right:30px;
	}
	pre {
		clear:both;
		background-color:#FFFFCC;
		padding:5px;
		border:solid 1px #FED17E;
		overflow:auto;
	}
	#license {
		width:300px;
		float:right;
		font-size:10px;
		line-height:12px;
		text-align:center;
	}
	.eventCalendar-EventTitle {
	    padding: 0 0px 5px;
	    margin: 0;
	    margin-bottom: 20px;
	    clear: both;
	    border-bottom: 1px dashed #ebebeb;
	    margin-right: 10px;
	}
	.eventCalendar-EventTitle a {
		position: relative;
		margin-top: 20px;
		width: 33%;
		padding-top: 85%;
	}

	.detailsBlock_img_e {
		background-size: cover;
	    width: 100%;
	    background-repeat: no-repeat;
	    position: relative;
	    padding-top: 85% !important;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    height: 246px;
	}


	.priceBlock {
	    color: #ffffff;
	    font-weight: 400;
	    background-color: #f25a31;
	    position: absolute;
	    right: -5px;
	    padding: 0.75vw;
	    padding-left: 1.1vw;
	    top: 10%;
	    font-size: 1.5vw;
	}
}

@media (max-width: 1100px) {
	.eventCalendar-wrap {
		border:none;
		margin-bottom:20px;
		margin-top:-20px;
		background-color:#fff;
		color:#807E7E;
		width: 100%;
	}
		.eventCalendar-wrap .eventCalendar-arrow {
			text-decoration:none;
			color:#fff;
			padding:0 5px;
			line-height:28px;
			top: 4px;
			padding:18px 10px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.prev {

			}
			.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
			.eventCalendar-wrap .eventCalendar-arrow span {
				height: 0;
				width: 0;
				font-size: 0;
				line-height: 0;
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				border-left: 6px solid #fff;
				float:left;
				text-indent:-5000px;
			}
				.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
					border-left-width:0;
					border-right: 6px solid #fff;
				}
		.eventCalendar-slider { 
			height:80px;
			width: 100%;
			position: relative;
			z-index: 10;

		}

		.eventCalendar-monthWrap {
			top:0px;
			left:0px;
			width: 90% !important;
			height: 390px;

		}
			.eventCalendar-currentTitle {
				line-height:30px;
				background-color:#05b5b4;
				outline:1px solid #05b5b4;
			}
				.eventCalendar-currentTitle .eventCalendar-monthTitle {
					font-size:150%;
					text-decoration:none;
					color:#fff;
					padding: 10px;
				}

			.eventCalendar-daysList {
				zoom: 1;
				padding:0;
				width:100%;

			}
				.eventCalendar-daysList.eventCalendar-showAsWeek {
					margin:3px 0px;
					width:auto;
					border-bottom-width:0;
					border-radius:0;
					background-color:#fff;
					width: 108% !important;

				}
				.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

					border-radius:none;
				}
				.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
				.eventCalendar-daysList:after { clear: both; }
				.eventCalendar-day-header {
					text-transform:lowercase;
					text-align:center;
					font-size:18px;
					border-bottom:solid 1px #e3e3e3;
				}
				.eventCalendar-daysList.eventCalendar-showAsWeek li {
					height:auto; margin:0;
					padding: 1px;
					height: 44px;
				}
					.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
						/*background-color: #e3e3e3;*/
						min-height:29px;
					}
				.eventCalendar-day a {
					text-decoration:none;
					font-size:10px;
					color:#424242;
					height: 95px;
					width: 100px;
					margin: 0 auto;
					height: 35px;
					margin-left: 0;
				}
				.eventCalendar-day {
					border-left:none;
				}
				.eventCalendar-day a  {
					border:none;
				}
				.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
				.eventCalendar-showAsWeek .eventCalendar-day a  {
					/*border:solid 1px #e3e3e3;*/
					border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
					line-height:27px;
					font-size:20px;
					padding: 0;
					border-radius: 73%;
					height: 32px;
					width: 32px;
					padding-top: 5px;

					/*width: 47px;
					height: 15px;
					padding-top: 8px;
					padding-bottom: 22px;*/


				}
					.eventCalendar-day a:hover {
						background-color:#E4E4E4;
					/*	box-shadow:inset 5px 5px 10px #C1C1C1;
						text-shadow: 2px 2px 2px #C1C1C1;*/
					}
				.eventCalendar-daysList li.today a {
					color:#fff;
					background:#05b5b4;
					height: 32px;
					width: 32px;
					padding-top: 5px;

				/*	box-shadow:inset 5px 5px 10px #777;
					text-shadow: 2px 2px 2px #777;*/
				}
					li.eventCalendar-day.today a:hover {
						background-color:#9cdce4;
						/*background-color:#e4e4e4;*/
						/*box-shadow:inset 5px 5px 10px #999;*/
					}
				li.eventCalendar-dayWithEvents {
					display: block;
				}

				.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
					/*display: flex;
					flex-direction: column;*/
					/*background:#f25a31;*/
					/*color:#fff;*/
					position: relative;
					height: 32px;

				}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
						/*background-color:#f9a45d;*/
					}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
						content: ' ';
						display: block;
						position: absolute;
						background: #f25a31;
						margin-top: 0;
						-webkit-transform: translate(-50%, 0);
						        transform: translate(-50%, 0);
						border-radius: 50%;
						top: 75%;
						left: 50%;
						width: 7px;
						height: 7px;

					}


				.eventCalendar-daysList li.current a {
					color:#fff;
					background:#449FB2;
				}
					li.eventCalendar-day.current a:hover {
						background-color:#79BDCC;
					}
			.eventCalendar-loading {
				margin:0 auto;
				padding:0px;
				background-color:#ccc;
				color:#fff;
				text-align:center;
				position:absolute;
				z-index:4;
				top:38px;
				left:0px;
			}
				.eventCalendar-loading.error {
					background-color:red;
				}

	.eventCalendar-subtitle { 
		padding-top:10px;
		padding-bottom: 30px;
		margin-left: 35%;
	}
	.eventCalendar-list-wrap {
		min-height:100px;
		position:relative;
		margin-left: 35px;
		margin-left: -100%;
	}
		.eventCalendar-list-content.scrollable {

			height:100px;
			overflow-y:auto;
			margin:0 5px 5px 0;
		}
		.eventCalendar-list {
			margin:0; padding:0; list-style-type:none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			left: -25px !important;
		}
		.eventCalendar-list a {
			margin-top: 20px;
			position: relative;
		}
		.eventCalendar-list li {
			padding:0 0px 5px;
			margin:0;
			margin-bottom:20px;
			clear:both;
			border-bottom:1px dashed #ebebeb;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			z-index: 11;

		}
		.eventCalendar-list li:first-child {
			opacity: 0;
			z-index: 5;
		}
			.eventCalendar-list li time {
				font-size:11px;
				line-height:15px;
			}
			.eventCalendar-list li time em {
				float:left;
				font-style:normal;
				background-color:#767676;
				color:#fff;
				padding: 10px 15px;
				font-size: 24px;
			}
			.eventCalendar-list li time small {
				font-size:11px;
				float:left;
				background-color:#f25a31;
				color:#fff;
				padding:10px 15px;
				font-size: 24px;
				margin:0 0 0 3px;
			}

			.eventCalendar-list li {
				display:block;
				clear:both;
	            font-size:175%;
				text-decoration:none;
				margin-bottom: 25px;
				margin-right: 3px;
				width: 32%;
				padding-left: 10px;
				/*margin-left: 10px;*/

			}
				.eventCalendar-list li a.eventCalendar-eventTitle {
					color:#33a7b5;


				}
				.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
			.eventCalendar-list li .eventDesc {
				clear: both;
				margin:0 0 5px 0;
				font-size:80%;
				line-height:1.2em;

			}
			.eventCalendar-list .eventCalendar-noEvents {
				font-size:120%;
				padding:5px;
				background-color:#f77a11;
				border-bottom: none;
				color:#fff;
				text-align:center;
			}

	.bt {
		font-size:24px;
		display:block;
		clear:both;
		text-align: center;
		margin-top:10px;
		padding: 11px 34px 12px;
		text-decoration: none;
		line-height: 1;
		color: #ffffff !important;
		background-color: #33a7b5;
		text-shadow: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}
	.bt:hover {
		  background-color: #f77a11;
		  text-decoration: none;
		}
	/* end of theme css */


	/*= ONLY FOR DEMO PAGE */
	body {
	/*
		width:978px;
		box-shadow:0 0 10px #777;
		padding: 20px 40px;
		margin:0 auto;
		*/
	}
	a { color: #0E8EAB}

	.eventCalendar-wrap {
		/*width: 0% !important;*/
	}

	.features li { margin-bottom:3px;}
	#thanksPanel li { margin-bottom:0;}
	#introPanel { padding-top:20px;}

	.poweredBy img {
		float:left;
		margin-right:3px;
	}
		.poweredBy .data {
			float:left;
		}
		.poweredBy .name {
			font-weight:bold;
			color:#555;
			text-decoration:none;
			display:block;
			margin-top:28px;
		}
		.poweredBy .twitter {
			text-decoration:none;
			display:block;
			float:left;
		}
	.features {
		padding-left:20px;
		float:left;
	}
	#appLogo {
		margin-right:30px;
	}
	pre {
		clear:both;
		background-color:#FFFFCC;
		padding:5px;
		border:solid 1px #FED17E;
		overflow:auto;
	}
	#license {
		width:300px;
		float:right;
		font-size:10px;
		line-height:12px;
		text-align:center;
	}
	.eventCalendar-EventTitle {
	    padding: 0 0px 5px;
	    margin: 0;
	    margin-bottom: 20px;
	    clear: both;
	    border-bottom: 1px dashed #ebebeb;
	    margin-right: 10px;
	}
	.eventCalendar-EventTitle a {
		position: relative;
		margin-top: 20px;
		width: 33%;
		padding-top: 85%;
	}

	.detailsBlock_img_e {
		background-size: cover;
	    width: 100%;
	    background-repeat: no-repeat;
	    position: relative;
	    padding-top: 85% !important;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    height: 246px;
	}


	.priceBlock {
	    color: #ffffff;
	    font-weight: 400;
	    background-color: #f25a31;
	    position: absolute;
	    right: -5px;
	    padding: 0.75vw;
	    padding-left: 1.1vw;
	    top: 10%;
	    font-size: 1.5vw;
	}
}
@media (max-width: 900px) {
	.eventCalendar-wrap {
		border:none;
		margin-bottom:20px;
		margin-top:-20px;
		background-color:#fff;
		color:#807E7E;
		width: 100%;
	}
		.eventCalendar-wrap .eventCalendar-arrow {
			text-decoration:none;
			color:#fff;
			padding:0 5px;
			line-height:28px;
			top: 4px;
			padding:18px 10px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.prev {

			}
			.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
			.eventCalendar-wrap .eventCalendar-arrow span {
				height: 0;
				width: 0;
				font-size: 0;
				line-height: 0;
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				border-left: 6px solid #fff;
				float:left;
				text-indent:-5000px;
			}
				.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
					border-left-width:0;
					border-right: 6px solid #fff;
				}
		.eventCalendar-slider { 
			height:80px;
			width: 100%;
			position: relative;
			z-index: 10;

		}

		.eventCalendar-monthWrap {
			top:0px;
			left:0px;
			width: 90% !important;
			height: 390px;

		}
			.eventCalendar-currentTitle {
				line-height:30px;
				background-color:#05b5b4;
				outline:1px solid #05b5b4;
			}
				.eventCalendar-currentTitle .eventCalendar-monthTitle {
					font-size:125%;
					text-decoration:none;
					color:#fff;
					padding: 10px;
				}

			.eventCalendar-daysList {
				zoom: 1;
				padding:0;
				width:100%;

			}
				.eventCalendar-daysList.eventCalendar-showAsWeek {
					margin:3px 0px;
					width:auto;
					border-bottom-width:0;
					border-radius:0;
					background-color:#fff;
					width: 108% !important;

				}
				.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

					border-radius:none;
				}
				.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
				.eventCalendar-daysList:after { clear: both; }
				.eventCalendar-day-header {
					text-transform:lowercase;
					text-align:center;
					font-size:16px;
					border-bottom:solid 1px #e3e3e3;
				}
				.eventCalendar-daysList.eventCalendar-showAsWeek li {
					height:auto; margin:0;
					padding: 1px;
					height: 38px;
				}
					.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
						/*background-color: #e3e3e3;*/
						min-height:29px;
					}
				.eventCalendar-day a {
					text-decoration:none;
					font-size:10px;
					color:#424242;
					height: 95px;
					width: 100px;
					margin: 0 auto;
					height: 35px;
					margin-left: 0;
				}
				.eventCalendar-day {
					border-left:none;
				}
				.eventCalendar-day a  {
					border:none;
				}
				.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
				.eventCalendar-showAsWeek .eventCalendar-day a  {
					/*border:solid 1px #e3e3e3;*/
					border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
					line-height:27px;
					font-size:16px;
					padding: 0;
					border-radius: 73%;
					height: 26px;
					width: 26px;
					padding-top: 3px;

					/*width: 47px;
					height: 15px;
					padding-top: 8px;
					padding-bottom: 22px;*/


				}
					.eventCalendar-day a:hover {
						background-color:#E4E4E4;
					/*	box-shadow:inset 5px 5px 10px #C1C1C1;
						text-shadow: 2px 2px 2px #C1C1C1;*/
					}
				.eventCalendar-daysList li.today a {
					color:#fff;
					background:#05b5b4;
					height: 26px;
					width: 26px;
					padding-top: 3px;

				/*	box-shadow:inset 5px 5px 10px #777;
					text-shadow: 2px 2px 2px #777;*/
				}
					li.eventCalendar-day.today a:hover {
						background-color:#9cdce4;
						/*background-color:#e4e4e4;*/
						/*box-shadow:inset 5px 5px 10px #999;*/
					}
				li.eventCalendar-dayWithEvents {
					display: block;
				}

				.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
					/*display: flex;
					flex-direction: column;*/
					/*background:#f25a31;*/
					/*color:#fff;*/
					position: relative;
					height: 32px;

				}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
						/*background-color:#f9a45d;*/
					}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
						content: ' ';
						display: block;
						position: absolute;
						background: #f25a31;
						margin-top: 0;
						-webkit-transform: translate(-50%, 0);
						        transform: translate(-50%, 0);
						border-radius: 50%;
						top: 75%;
						left: 50%;
						width: 5px;
						height: 5px;

					}


				.eventCalendar-daysList li.current a {
					color:#fff;
					background:#449FB2;
				}
					li.eventCalendar-day.current a:hover {
						background-color:#79BDCC;
					}
			.eventCalendar-loading {
				margin:0 auto;
				padding:0px;
				background-color:#ccc;
				color:#fff;
				text-align:center;
				position:absolute;
				z-index:4;
				top:38px;
				left:0px;
			}
				.eventCalendar-loading.error {
					background-color:red;
				}

	.eventCalendar-subtitle { 
		padding-top:10px;
		padding-bottom: 30px;
		margin-left: 35%;
	}
	.eventCalendar-list-wrap {
		min-height:100px;
		position:relative;
		margin-left: 35px;
		margin-left: -100%;
	}
		.eventCalendar-list-content.scrollable {

			height:100px;
			overflow-y:auto;
			margin:0 5px 5px 0;
		}
		.eventCalendar-list {
			margin:0; padding:0; list-style-type:none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			left: -25px !important;
		}
		.eventCalendar-list a {
			margin-top: 20px;
			position: relative;
		}
		.eventCalendar-list li {
			padding:0 0px 5px;
			margin:0;
			margin-bottom:20px;
			clear:both;
			border-bottom:1px dashed #ebebeb;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			z-index: 11;
			margin-top: 10px;

		}
		.eventCalendar-list li:first-child {
			opacity: 0;
			z-index: 5;
		}
			.eventCalendar-list li time {
				font-size:11px;
				line-height:15px;
			}
			.eventCalendar-list li time em {
				float:left;
				font-style:normal;
				background-color:#767676;
				color:#fff;
				padding: 10px 15px;
				font-size: 24px;
			}
			.eventCalendar-list li time small {
				font-size:11px;
				float:left;
				background-color:#f25a31;
				color:#fff;
				padding:10px 15px;
				font-size: 24px;
				margin:0 0 0 3px;
			}

			.eventCalendar-list li {
				display:block;
				clear:both;
	            font-size:175%;
				text-decoration:none;
				margin-bottom: 25px;
				margin-right: 3px;
				width: 28%;
				padding-left: 10px;
				margin-left: 12px;
				margin-right: 7px;
				/*margin-left: 10px;*/

			}
				.eventCalendar-list li a.eventCalendar-eventTitle {
					color:#33a7b5;


				}
				.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
			.eventCalendar-list li .eventDesc {
				clear: both;
				margin:0 0 5px 0;
				font-size:80%;
				line-height:1.2em;

			}
			.eventCalendar-list .eventCalendar-noEvents {
				font-size:120%;
				padding:5px;
				background-color:#f77a11;
				border-bottom: none;
				color:#fff;
				text-align:center;
			}

	.bt {
		font-size:24px;
		display:block;
		clear:both;
		text-align: center;
		margin-top:10px;
		padding: 11px 34px 12px;
		text-decoration: none;
		line-height: 1;
		color: #ffffff !important;
		background-color: #33a7b5;
		text-shadow: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}
	.bt:hover {
		  background-color: #f77a11;
		  text-decoration: none;
		}
	/* end of theme css */


	/*= ONLY FOR DEMO PAGE */
	body {
	/*
		width:978px;
		box-shadow:0 0 10px #777;
		padding: 20px 40px;
		margin:0 auto;
		*/
	}
	a { color: #0E8EAB}

	.eventCalendar-wrap {
		/*width: 0% !important;*/
	}

	.features li { margin-bottom:3px;}
	#thanksPanel li { margin-bottom:0;}
	#introPanel { padding-top:20px;}

	.poweredBy img {
		float:left;
		margin-right:3px;
	}
		.poweredBy .data {
			float:left;
		}
		.poweredBy .name {
			font-weight:bold;
			color:#555;
			text-decoration:none;
			display:block;
			margin-top:28px;
		}
		.poweredBy .twitter {
			text-decoration:none;
			display:block;
			float:left;
		}
	.features {
		padding-left:20px;
		float:left;
	}
	#appLogo {
		margin-right:30px;
	}
	pre {
		clear:both;
		background-color:#FFFFCC;
		padding:5px;
		border:solid 1px #FED17E;
		overflow:auto;
	}
	#license {
		width:300px;
		float:right;
		font-size:10px;
		line-height:12px;
		text-align:center;
	}
	.eventCalendar-EventTitle {
	    padding: 0 0px 5px;
	    margin: 0;
	    margin-bottom: 20px;
	    clear: both;
	    border-bottom: 1px dashed #ebebeb;
	    margin-right: 10px;
	}
	.eventCalendar-EventTitle a {
		position: relative;
		margin-top: 20px;
		width: 33%;
		padding-top: 85%;
	}

	.detailsBlock_img_e {
		background-size: cover;
	    width: 100%;
	    background-repeat: no-repeat;
	    position: relative;
	    padding-top: 85% !important;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    height: 214px;
	}


	.priceBlock {
	    color: #ffffff;
	    font-weight: 400;
	    background-color: #f25a31;
	    position: absolute;
	    right: -5px;
	    padding: 0.75vw;
	    padding-left: 1.1vw;
	    top: 10%;
	    font-size: 1.5vw;
	}
}
@media (max-width: 800px) {
	.eventCalendar-wrap {
		border:none;
		margin-bottom:20px;
		margin-top:-20px;
		background-color:#fff;
		color:#807E7E;
		width: 100%;
	}
		.eventCalendar-wrap .eventCalendar-arrow {
			text-decoration:none;
			color:#fff;
			padding:0 5px;
			line-height:28px;
			top: -4px;
			padding:18px 10px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.prev {

			}
			.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
			.eventCalendar-wrap .eventCalendar-arrow span {
				height: 0;
				width: 0;
				font-size: 0;
				line-height: 0;
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				border-left: 6px solid #fff;
				float:left;
				text-indent:-5000px;
			}
				.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
					border-left-width:0;
					border-right: 6px solid #fff;
				}
		.eventCalendar-slider { 
			height:80px;
			width: 100%;
			position: relative;
			z-index: 10;

		}

		.eventCalendar-monthWrap {
			top:0px;
			left:0px;
			width: 90% !important;
			height: 390px;

		}
			.eventCalendar-currentTitle {
				line-height:30px;
				background-color:#05b5b4;
				outline:1px solid #05b5b4;
			}
				.eventCalendar-currentTitle .eventCalendar-monthTitle {
					font-size: 100%;
					text-decoration:none;
					color:#fff;
					padding: 5px;
				}

			.eventCalendar-daysList {
				zoom: 1;
				padding:0;
				width:100%;

			}
				.eventCalendar-daysList.eventCalendar-showAsWeek {
					margin:3px 0px;
					width:auto;
					border-bottom-width:0;
					border-radius:0;
					background-color:#fff;
					width: 108% !important;

				}
				.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

					border-radius:none;
				}
				.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
				.eventCalendar-daysList:after { clear: both; }
				.eventCalendar-day-header {
					text-transform:lowercase;
					text-align:center;
					font-size:14px;
					border-bottom:solid 1px #e3e3e3;
				}
				.eventCalendar-daysList.eventCalendar-showAsWeek li {
					height:auto; margin:0;
					padding: 1px;
					height: 33px;
				}
					.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
						/*background-color: #e3e3e3;*/
						min-height:29px;
					}
				.eventCalendar-day a {
					text-decoration:none;
					font-size:10px;
					color:#424242;
					height: 95px;
					width: 100px;
					margin: 0 auto;
					height: 35px;
					margin-left: 0;
				}
				.eventCalendar-day {
					border-left:none;
				}
				.eventCalendar-day a  {
					border:none;
				}
				.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
				.eventCalendar-showAsWeek .eventCalendar-day a  {
					/*border:solid 1px #e3e3e3;*/
					border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
					line-height:27px;
					font-size:16px;
					padding: 0;
					border-radius: 73%;
					height: 22px;
					width: 22px;
					padding-top: 0px;

					/*width: 47px;
					height: 15px;
					padding-top: 8px;
					padding-bottom: 22px;*/


				}
					.eventCalendar-day a:hover {
						background-color:#E4E4E4;
					/*	box-shadow:inset 5px 5px 10px #C1C1C1;
						text-shadow: 2px 2px 2px #C1C1C1;*/
					}
				.eventCalendar-daysList li.today a {
					color:#fff;
					background:#05b5b4;
					height: 22px;
					width: 22px;
					padding-top: 0px;

				/*	box-shadow:inset 5px 5px 10px #777;
					text-shadow: 2px 2px 2px #777;*/
				}
					li.eventCalendar-day.today a:hover {
						background-color:#9cdce4;
						/*background-color:#e4e4e4;*/
						/*box-shadow:inset 5px 5px 10px #999;*/
					}
				li.eventCalendar-dayWithEvents {
					display: block;
				}

				.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
					/*display: flex;
					flex-direction: column;*/
					/*background:#f25a31;*/
					/*color:#fff;*/
					position: relative;
					height: 26px;

				}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
						/*background-color:#f9a45d;*/
					}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
						content: ' ';
						display: block;
						position: absolute;
						background: #f25a31;
						margin-top: 0;
						-webkit-transform: translate(-50%, 0);
						        transform: translate(-50%, 0);
						border-radius: 50%;
						top: 75%;
						left: 50%;
						width: 4px;
						height: 4px;

					}


				.eventCalendar-daysList li.current a {
					color:#fff;
					background:#449FB2;
				}
					li.eventCalendar-day.current a:hover {
						background-color:#79BDCC;
					}
			.eventCalendar-loading {
				margin:0 auto;
				padding:0px;
				background-color:#ccc;
				color:#fff;
				text-align:center;
				position:absolute;
				z-index:4;
				top:38px;
				left:0px;
			}
				.eventCalendar-loading.error {
					background-color:red;
				}

	.eventCalendar-subtitle { 
		padding-top:10px;
		padding-bottom: 30px;
		margin-left: 35%;
	}
	.eventCalendar-list-wrap {
		min-height:100px;
		position:relative;
		margin-left: 35px;
		margin-left: -100%;
	}
		.eventCalendar-list-content.scrollable {

			height:100px;
			overflow-y:auto;
			margin:0 5px 5px 0;
		}
		.eventCalendar-list {
			margin:0; padding:0; list-style-type:none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			left: -25px !important;
		}
		.eventCalendar-list a {
			margin-top: 20px;
			position: relative;
		}
		.eventCalendar-list li {
			padding:0 0px 5px;
			margin:0;
			margin-bottom:20px;
			clear:both;
			border-bottom:1px dashed #ebebeb;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			z-index: 11;

		}
		.eventCalendar-list li:first-child {
			opacity: 0;
			z-index: 5;
		}
			.eventCalendar-list li time {
				font-size:11px;
				line-height:15px;
			}
			.eventCalendar-list li time em {
				float:left;
				font-style:normal;
				background-color:#767676;
				color:#fff;
				padding: 10px 15px;
				font-size: 24px;
			}
			.eventCalendar-list li time small {
				font-size:11px;
				float:left;
				background-color:#f25a31;
				color:#fff;
				padding:10px 15px;
				font-size: 24px;
				margin:0 0 0 3px;
			}

			.eventCalendar-list li {
				display:block;
				clear:both;
	            font-size:175%;
				text-decoration:none;
				margin-bottom: 25px;
				margin-right: 3px;
				width: 28%;
				padding-left: 10px;
				margin-top: 10px;
				margin-left: 12px;
				margin-right: 7px;
				/*margin-left: 10px;*/

			}
				.eventCalendar-list li a.eventCalendar-eventTitle {
					color:#33a7b5;


				}
				.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
			.eventCalendar-list li .eventDesc {
				clear: both;
				margin:0 0 5px 0;
				font-size:80%;
				line-height:1.2em;

			}
			.eventCalendar-list .eventCalendar-noEvents {
				font-size:120%;
				padding:5px;
				background-color:#f77a11;
				border-bottom: none;
				color:#fff;
				text-align:center;
			}

	.bt {
		font-size:24px;
		display:block;
		clear:both;
		text-align: center;
		margin-top:10px;
		padding: 11px 34px 12px;
		text-decoration: none;
		line-height: 1;
		color: #ffffff !important;
		background-color: #33a7b5;
		text-shadow: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}
	.bt:hover {
		  background-color: #f77a11;
		  text-decoration: none;
		}
	/* end of theme css */


	/*= ONLY FOR DEMO PAGE */
	body {
	/*
		width:978px;
		box-shadow:0 0 10px #777;
		padding: 20px 40px;
		margin:0 auto;
		*/
	}
	a { color: #0E8EAB}

	.eventCalendar-wrap {
		/*width: 0% !important;*/
	}

	.features li { margin-bottom:3px;}
	#thanksPanel li { margin-bottom:0;}
	#introPanel { padding-top:20px;}

	.poweredBy img {
		float:left;
		margin-right:3px;
	}
		.poweredBy .data {
			float:left;
		}
		.poweredBy .name {
			font-weight:bold;
			color:#555;
			text-decoration:none;
			display:block;
			margin-top:28px;
		}
		.poweredBy .twitter {
			text-decoration:none;
			display:block;
			float:left;
		}
	.features {
		padding-left:20px;
		float:left;
	}
	#appLogo {
		margin-right:30px;
	}
	pre {
		clear:both;
		background-color:#FFFFCC;
		padding:5px;
		border:solid 1px #FED17E;
		overflow:auto;
	}
	#license {
		width:300px;
		float:right;
		font-size:10px;
		line-height:12px;
		text-align:center;
	}
	.eventCalendar-EventTitle {
	    padding: 0 0px 5px;
	    margin: 0;
	    margin-bottom: 20px;
	    clear: both;
	    border-bottom: 1px dashed #ebebeb;
	    margin-right: 10px;
	}
	.eventCalendar-EventTitle a {
		position: relative;
		margin-top: 20px;
		width: 33%;
		padding-top: 85%;
	}

	.detailsBlock_img_e {
		background-size: cover;
	    width: 100%;
	    background-repeat: no-repeat;
	    position: relative;
	    padding-top: 85% !important;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    height: 168px;
	}


	.priceBlock {
	    color: #ffffff;
	    font-weight: 400;
	    background-color: #f25a31;
	    position: absolute;
	    right: -5px;
	    padding: 0.75vw;
	    padding-left: 1.1vw;
	    top: 10%;
	    font-size: 1.5vw;
	}

}



@media (max-width: 645px) {
	
	.eventCalendar-wrap {
		border:none;
		margin-bottom:20px;
		margin-top:-20px;
		background-color:#fff;
		color:#807E7E;
		width: 100%;
	}
		.eventCalendar-wrap .eventCalendar-arrow {
			text-decoration:none;
			color:#fff;
			padding:0 5px;
			line-height:28px;
			top: -4px;
			padding:18px 10px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.prev {

			}
			.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
			.eventCalendar-wrap .eventCalendar-arrow span {
				height: 0;
				width: 0;
				font-size: 0;
				line-height: 0;
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				border-left: 6px solid #fff;
				float:left;
				text-indent:-5000px;
			}
				.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
					border-left-width:0;
					border-right: 6px solid #fff;
				}
		.eventCalendar-slider { 
			height:80px;
			width: 100%;
			position: relative;
			z-index: 10;
			margin-left: 25px;

		}

		.eventCalendar-monthWrap {
			top:0px;
			left:0px;
			width: 90% !important;
			height: 390px;

		}
			.eventCalendar-currentTitle {
				line-height:30px;
				background-color:#05b5b4;
				outline:1px solid #05b5b4;
			}
				.eventCalendar-currentTitle .eventCalendar-monthTitle {
					font-size: 100%;
					text-decoration:none;
					color:#fff;
					padding: 5px;
				}

			.eventCalendar-daysList {
				zoom: 1;
				padding:0;
				width:100%;

			}
				.eventCalendar-daysList.eventCalendar-showAsWeek {
					margin:3px 0px;
					width:auto;
					border-bottom-width:0;
					border-radius:0;
					background-color:#fff;
					width: 108% !important;

				}
				.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

					border-radius:none;
				}
				.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
				.eventCalendar-daysList:after { clear: both; }
				.eventCalendar-day-header {
					text-transform:lowercase;
					text-align:center;
					font-size:14px;
					border-bottom:solid 1px #e3e3e3;
				}
				.eventCalendar-daysList.eventCalendar-showAsWeek li {
					height:auto; margin:0;
					padding: 1px;
					height: 33px;
				}
					.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
						/*background-color: #e3e3e3;*/
						min-height:29px;
					}
				.eventCalendar-day a {
					text-decoration:none;
					font-size:10px;
					color:#424242;
					height: 95px;
					width: 100px;
					margin: 0 auto;
					height: 35px;
					margin-left: 0;
				}
				.eventCalendar-day {
					border-left:none;
				}
				.eventCalendar-day a  {
					border:none;
				}
				.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
				.eventCalendar-showAsWeek .eventCalendar-day a  {
					/*border:solid 1px #e3e3e3;*/
					border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
					line-height:27px;
					font-size:16px;
					padding: 0;
					border-radius: 73%;
					height: 22px;
					width: 22px;
					padding-top: 0px;

					/*width: 47px;
					height: 15px;
					padding-top: 8px;
					padding-bottom: 22px;*/


				}
					.eventCalendar-day a:hover {
						background-color:#E4E4E4;
					/*	box-shadow:inset 5px 5px 10px #C1C1C1;
						text-shadow: 2px 2px 2px #C1C1C1;*/
					}
				.eventCalendar-daysList li.today a {
					color:#fff;
					background:#05b5b4;
					height: 22px;
					width: 22px;
					padding-top: 0px;

				/*	box-shadow:inset 5px 5px 10px #777;
					text-shadow: 2px 2px 2px #777;*/
				}
					li.eventCalendar-day.today a:hover {
						background-color:#9cdce4;
						/*background-color:#e4e4e4;*/
						/*box-shadow:inset 5px 5px 10px #999;*/
					}
				li.eventCalendar-dayWithEvents {
					display: block;
				}

				.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
					/*display: flex;
					flex-direction: column;*/
					/*background:#f25a31;*/
					/*color:#fff;*/
					position: relative;
					height: 26px;

				}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
						/*background-color:#f9a45d;*/
					}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
						content: ' ';
						display: block;
						position: absolute;
						background: #f25a31;
						margin-top: 0;
						-webkit-transform: translate(-50%, 0);
						        transform: translate(-50%, 0);
						border-radius: 50%;
						top: 75%;
						left: 50%;
						width: 4px;
						height: 4px;

					}


				.eventCalendar-daysList li.current a {
					color:#fff;
					background:#449FB2;
				}
					li.eventCalendar-day.current a:hover {
						background-color:#79BDCC;
					}
			.eventCalendar-loading {
				margin:0 auto;
				padding:0px;
				background-color:#ccc;
				color:#fff;
				text-align:center;
				position:absolute;
				z-index:4;
				top:38px;
				left:0px;
			}
				.eventCalendar-loading.error {
					background-color:red;
				}

	.eventCalendar-subtitle { 
		padding-top:10px;
		padding-bottom: 30px;
		margin-left: 45%;
	}
	.eventCalendar-list-wrap {
		min-height: 100px;
		position:relative;
		margin-left: 35px;
		margin-left: -100%;
	}
		.eventCalendar-list-content.scrollable {

			height:100px;
			overflow-y:auto;
			margin:0 5px 5px 0;
		}
		.eventCalendar-list {
			margin:0; padding:0; list-style-type:none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			left: -25px !important;
		}
		.eventCalendar-list a {
			margin-top: 20px;
			position: relative;
		}
		.eventCalendar-list li {
			padding:0 0px 5px;
			margin:0;
			margin-bottom:20px;
			clear:both;
			border-bottom:1px dashed #ebebeb;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			z-index: 11;

		}
		.eventCalendar-list li:first-child {
			opacity: 0;
			z-index: 5;
		}
			.eventCalendar-list li time {
				font-size:11px;
				line-height:15px;
			}
			.eventCalendar-list li time em {
				float:left;
				font-style:normal;
				background-color:#767676;
				color:#fff;
				padding: 10px 15px;
				font-size: 24px;
			}
			.eventCalendar-list li time small {
				font-size:11px;
				float:left;
				background-color:#f25a31;
				color:#fff;
				padding:10px 15px;
				font-size: 24px;
				margin:0 0 0 3px;
			}

			.eventCalendar-list li {
				display:block;
				clear:both;
	            font-size:175%;
				text-decoration:none;
				margin-bottom: 25px;
				margin-right: 3px;
				width: 40%;
				padding-left: 10px;
				margin-top: 10px;
				margin-left: 20px;
				/*margin-left: 10px;*/

			}
				.eventCalendar-list li a.eventCalendar-eventTitle {
					color:#33a7b5;


				}
				.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
			.eventCalendar-list li .eventDesc {
				clear: both;
				margin:0 0 5px 0;
				font-size:80%;
				line-height:1.2em;

			}
			.eventCalendar-list .eventCalendar-noEvents {
				font-size:120%;
				padding:5px;
				background-color:#f77a11;
				border-bottom: none;
				color:#fff;
				text-align:center;
			}

	.bt {
		font-size:24px;
		display:block;
		clear:both;
		text-align: center;
		margin-top:10px;
		padding: 11px 34px 12px;
		text-decoration: none;
		line-height: 1;
		color: #ffffff !important;
		background-color: #33a7b5;
		text-shadow: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}
	.bt:hover {
		  background-color: #f77a11;
		  text-decoration: none;
		}
	/* end of theme css */


	/*= ONLY FOR DEMO PAGE */
	body {
	/*
		width:978px;
		box-shadow:0 0 10px #777;
		padding: 20px 40px;
		margin:0 auto;
		*/
	}
	a { color: #0E8EAB}

	.eventCalendar-wrap {
		/*width: 0% !important;*/
	}

	.features li { margin-bottom:3px;}
	#thanksPanel li { margin-bottom:0;}
	#introPanel { padding-top:20px;}

	.poweredBy img {
		float:left;
		margin-right:3px;
	}
		.poweredBy .data {
			float:left;
		}
		.poweredBy .name {
			font-weight:bold;
			color:#555;
			text-decoration:none;
			display:block;
			margin-top:28px;
		}
		.poweredBy .twitter {
			text-decoration:none;
			display:block;
			float:left;
		}
	.features {
		padding-left:20px;
		float:left;
	}
	#appLogo {
		margin-right:30px;
	}
	pre {
		clear:both;
		background-color:#FFFFCC;
		padding:5px;
		border:solid 1px #FED17E;
		overflow:auto;
	}
	#license {
		width:300px;
		float:right;
		font-size:10px;
		line-height:12px;
		text-align:center;
	}
	.eventCalendar-EventTitle {
	    padding: 0 0px 5px;
	    margin: 0;
	    margin-bottom: 20px;
	    clear: both;
	    border-bottom: 1px dashed #ebebeb;
	    margin-right: 10px;
	}
	.eventCalendar-EventTitle a {
		position: relative;
		margin-top: 20px;
		width: 33%;
		padding-top: 85%;
	}

	.detailsBlock_img_e {
		background-size: cover;
	    width: 100%;
	    background-repeat: no-repeat;
	    position: relative;
	    padding-top: 85% !important;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    height: 168px;
	}


	.priceBlock {
	    color: #ffffff;
	    font-weight: 400;
	    background-color: #f25a31;
	    position: absolute;
	    right: -5px;
	    padding: 0.75vw;
	    padding-left: 1.1vw;
	    top: 10%;
	    font-size: 1.5vw;
	}
}
@media (max-width: 475px) {
	#eventCalendar {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;

	}
	.eventCalendar-wrap {
		border:none;
		margin-bottom:20px;
		margin-top:-20px;
		background-color:#fff;
		color:#807E7E;
		width: 100%;
	}
		.eventCalendar-wrap .eventCalendar-arrow {
			text-decoration:none;
			color:#fff;
			padding:0 5px;
			line-height:28px;
			top: -4px;
			right: 35px;
			padding:18px 10px;
		}
			.eventCalendar-wrap .eventCalendar-arrow.prev {

			}
			.eventCalendar-wrap .eventCalendar-arrow:hover { opacity:0.7;}
			.eventCalendar-wrap .eventCalendar-arrow span {
				height: 0;
				width: 0;
				font-size: 0;
				line-height: 0;
				border-top: 6px solid transparent;
				border-bottom: 6px solid transparent;
				border-left: 6px solid #fff;
				float:left;
				text-indent:-5000px;
			}
				.eventCalendar-wrap .eventCalendar-arrow.eventCalendar-prev span {
					border-left-width:0;
					border-right: 6px solid #fff;
				}
		.eventCalendar-slider { 
			height:80px;
			width: 100%;
			position: relative;
			z-index: 10;
			margin-left: 25px;

		}

		.eventCalendar-monthWrap {
			top:0px;
			left:0px;
			width: 90% !important;
			height: 390px;

		}
			.eventCalendar-currentTitle {
				line-height:30px;
				background-color:#05b5b4;
				outline:1px solid #05b5b4;
			}
				.eventCalendar-currentTitle .eventCalendar-monthTitle {
					font-size: 100%;
					text-decoration:none;
					color:#fff;
					padding: 5px;
				}

			.eventCalendar-daysList {
				zoom: 1;
				padding:0;
				width:100%;

			}
				.eventCalendar-daysList.eventCalendar-showAsWeek {
					margin:3px 0px;
					width:auto;
					border-bottom-width:0;
					border-radius:0;
					background-color:#fff;
					width: 108% !important;

				}
				.eventCalendar-daysList.showDayNames.eventCalendar-showAsWeek {

					border-radius:none;
				}
				.eventCalendar-daysList:before, .eventCalendar-daysList:after { content:""; display:table; }
				.eventCalendar-daysList:after { clear: both; }
				.eventCalendar-day-header {
					text-transform:lowercase;
					text-align:center;
					font-size:14px;
					border-bottom:solid 1px #e3e3e3;
				}
				.eventCalendar-daysList.eventCalendar-showAsWeek li {
					height:auto; margin:0;
					padding: 1px;
					height: 33px;
				}
					.eventCalendar-daysList.eventCalendar-showAsWeek li.eventCalendar-empty {
						/*background-color: #e3e3e3;*/
						min-height:29px;
					}
				.eventCalendar-day a {
					text-decoration:none;
					font-size:10px;
					color:#424242;
					height: 95px;
					width: 100px;
					margin: 0 auto;
					height: 35px;
					margin-left: 0;
				}
				.eventCalendar-day {
					border-left:none;
				}
				.eventCalendar-day a  {
					border:none;
				}
				.eventCalendar-showAsWeek .eventCalendar-day { border-left-width:0;}
				.eventCalendar-showAsWeek .eventCalendar-day a  {
					/*border:solid 1px #e3e3e3;*/
					border-color:#fff #e3e3e3 #e3e3e3 #e3e3e3;
					line-height:27px;
					font-size:16px;
					padding: 0;
					border-radius: 73%;
					height: 22px;
					width: 22px;
					padding-top: 0px;

					/*width: 47px;
					height: 15px;
					padding-top: 8px;
					padding-bottom: 22px;*/


				}
					.eventCalendar-day a:hover {
						background-color:#E4E4E4;
					/*	box-shadow:inset 5px 5px 10px #C1C1C1;
						text-shadow: 2px 2px 2px #C1C1C1;*/
					}
				.eventCalendar-daysList li.today a {
					color:#fff;
					background:#05b5b4;
					height: 22px;
					width: 22px;
					padding-top: 0px;

				/*	box-shadow:inset 5px 5px 10px #777;
					text-shadow: 2px 2px 2px #777;*/
				}
					li.eventCalendar-day.today a:hover {
						background-color:#9cdce4;
						/*background-color:#e4e4e4;*/
						/*box-shadow:inset 5px 5px 10px #999;*/
					}
				li.eventCalendar-dayWithEvents {
					display: block;
				}

				.eventCalendar-daysList li.eventCalendar-dayWithEvents a {
					/*display: flex;
					flex-direction: column;*/
					/*background:#f25a31;*/
					/*color:#fff;*/
					position: relative;
					height: 26px;

				}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:hover {
						/*background-color:#f9a45d;*/
					}
					li.eventCalendar-day.eventCalendar-dayWithEvents a:after {
						content: ' ';
						display: block;
						position: absolute;
						background: #f25a31;
						margin-top: 0;
						-webkit-transform: translate(-50%, 0);
						        transform: translate(-50%, 0);
						border-radius: 50%;
						top: 75%;
						left: 50%;
						width: 4px;
						height: 4px;

					}


				.eventCalendar-daysList li.current a {
					color:#fff;
					background:#449FB2;
				}
					li.eventCalendar-day.current a:hover {
						background-color:#79BDCC;
					}
			.eventCalendar-loading {
				margin:0 auto;
				padding:0px;
				background-color:#ccc;
				color:#fff;
				text-align:center;
				position:absolute;
				z-index:4;
				top:38px;
				left:0px;
			}
				.eventCalendar-loading.error {
					background-color:red;
				}

	.eventCalendar-subtitle { 
		padding-top:10px;
		padding-bottom: 30px;
		margin-left: 0;
		margin-top: 300px;
	}
	.eventCalendar-list-wrap {
		min-height: 100px;
		position:relative;
		margin-left: 35px;
		margin-left: -100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
		.eventCalendar-list-content.scrollable {

			height:100px;
			overflow-y:auto;
			margin:0 5px 5px 0;
		}
		.eventCalendar-list {
			margin:0; padding:0; list-style-type:none;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			left: -25px !important;

		}
		.eventCalendar-list a {
			margin-top: 20px;
			position: relative;
		}
		.eventCalendar-list li {
			padding:0 0px 5px;
			margin:0;
			margin-bottom:20px;
			clear:both;
			border-bottom:1px dashed #ebebeb;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: start;
			    -ms-flex-pack: start;
			        justify-content: flex-start;
			z-index: 11;

		}
		.eventCalendar-list li:first-child {
			opacity: 1;
			z-index: 5;
		}
			.eventCalendar-list li time {
				font-size:11px;
				line-height:15px;
			}
			.eventCalendar-list li time em {
				float:left;
				font-style:normal;
				background-color:#767676;
				color:#fff;
				padding: 10px 15px;
				font-size: 24px;
			}
			.eventCalendar-list li time small {
				font-size:11px;
				float:left;
				background-color:#f25a31;
				color:#fff;
				padding:10px 15px;
				font-size: 24px;
				margin:0 0 0 3px;
			}

			.eventCalendar-list li {
				display:block;
				clear:both;
	            font-size:175%;
				text-decoration:none;
				margin-bottom: 25px;
				margin-right: 3px;
				width: 95%;
				padding-left: 10px;
				margin-top: 10px;
				margin-left: 20px;
				/*margin-left: 10px;*/

			}
				.eventCalendar-list li a.eventCalendar-eventTitle {
					color:#33a7b5;


				}
				.eventCalendar-list li a.eventCalendar-eventTitle:hover { text-decoration:underline;}
			.eventCalendar-list li .eventDesc {
				clear: both;
				margin:0 0 5px 0;
				font-size:80%;
				line-height:1.2em;

			}
			.eventCalendar-list .eventCalendar-noEvents {
				font-size:120%;
				padding:5px;
				background-color:#f77a11;
				border-bottom: none;
				color:#fff;
				text-align:center;
			}

	.bt {
		font-size:24px;
		display:block;
		clear:both;
		text-align: center;
		margin-top:10px;
		padding: 11px 34px 12px;
		text-decoration: none;
		line-height: 1;
		color: #ffffff !important;
		background-color: #33a7b5;
		text-shadow: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transition: 0.1s linear all;
		transition: 0.1s linear all;
	}
	.bt:hover {
		  background-color: #f77a11;
		  text-decoration: none;
		}
	/* end of theme css */


	/*= ONLY FOR DEMO PAGE */
	body {
	/*
		width:978px;
		box-shadow:0 0 10px #777;
		padding: 20px 40px;
		margin:0 auto;
		*/
	}
	a { color: #0E8EAB}

	.eventCalendar-wrap {
		/*width: 0% !important;*/
	}

	.features li { margin-bottom:3px;}
	#thanksPanel li { margin-bottom:0;}
	#introPanel { padding-top:20px;}

	.poweredBy img {
		float:left;
		margin-right:3px;
	}
		.poweredBy .data {
			float:left;
		}
		.poweredBy .name {
			font-weight:bold;
			color:#555;
			text-decoration:none;
			display:block;
			margin-top:28px;
		}
		.poweredBy .twitter {
			text-decoration:none;
			display:block;
			float:left;
		}
	.features {
		padding-left:20px;
		float:left;
	}
	#appLogo {
		margin-right:30px;
	}
	pre {
		clear:both;
		background-color:#FFFFCC;
		padding:5px;
		border:solid 1px #FED17E;
		overflow:auto;
	}
	#license {
		width:300px;
		float:right;
		font-size:10px;
		line-height:12px;
		text-align:center;
	}
	.eventCalendar-EventTitle {
	    padding: 0 0px 5px;
	    margin: 0;
	    margin-bottom: 20px;
	    clear: both;
	    border-bottom: 1px dashed #ebebeb;
	    margin-right: 10px;
	}
	.eventCalendar-EventTitle a {
		position: relative;
		margin-top: 20px;
		width: 33%;
		padding-top: 85%;
	}

	.detailsBlock_img_e {
		background-size: cover;
	    width: 100%;
	    background-repeat: no-repeat;
	    position: relative;
	    padding-top: 85% !important;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    height: 168px;
	}


	.priceBlock {
	    color: #ffffff;
	    font-weight: 400;
	    background-color: #f25a31;
	    position: absolute;
	    right: -5px;
	    padding: 0.75vw;
	    padding-left: 1.1vw;
	    top: 10%;
	    font-size: 18px;
	}
}.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  height: 32px;
  z-index: 1; }
  .datepicker--cell.-focus- {
    background: #f0f0f0; }
  .datepicker--cell.-current- {
    color: #4EB5E6; }
    .datepicker--cell.-current-.-focus- {
      color: #4a4a4a; }
    .datepicker--cell.-current-.-in-range- {
      color: #4EB5E6; }
  .datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; }
    .datepicker--cell.-in-range-.-focus- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; }
    .datepicker--cell.-disabled-.-focus- {
      color: #aeaeae; }
    .datepicker--cell.-disabled-.-in-range- {
      color: #a1a1a1; }
    .datepicker--cell.-disabled-.-current-.-focus- {
      color: #aeaeae; }
  .datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; }
  .datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0; }
  .datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; }
  .datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; }
    .datepicker--cell.-selected-.-current- {
      color: #fff;
      background: #5cc4ef; }
    .datepicker--cell.-selected-.-focus- {
      background: #45bced; }
  .datepicker--cell:empty {
    cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
      -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }
  @media print {
    .datepickers-container {
      display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 330px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }
  .datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  .datepicker.-from-right- {
    -webkit-transform: translateX(8px);
            transform: translateX(8px); }
  .datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  .datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
            transform: translateX(-8px); }
  .datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 4px; }
  .-only-timepicker- .datepicker--content {
    display: none; }

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }
  .-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }
  .-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg); }
  .-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg); }
  .-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px; }
  .-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px; }
  .-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2); }
  .-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px; }
  .-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; }
  .-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2); }

.datepicker--body {
  display: none; }
  .datepicker--body.active {
    display: block; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
      -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px; }
  .-only-timepicker- .datepicker--nav {
    display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .datepicker--nav-action:hover {
    background: #f0f0f0; }
  .datepicker--nav-action.-disabled- {
    visibility: hidden; }
  .datepicker--nav-action svg {
    width: 32px;
    height: 32px; }
  .datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px; }
  .datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px; }
  .datepicker--nav-title:hover {
    background: #f0f0f0; }
  .datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
      -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  height: 32px; }
  .datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }
  .datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
        -webkit-box-flex: 0;
            flex: 0 1 138px;
    max-width: 138px; }
  .-only-timepicker- .datepicker--time {
    border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
      -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
      -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }
  .datepicker--time-current-hours:after,
  .datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; }
  .datepicker--time-current-hours.-focus-:after,
  .datepicker--time-current-minutes.-focus-:after {
    opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }
  .datepicker--time-row:first-child {
    margin-bottom: 4px; }
  .datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
        -webkit-box-flex: 1;
            flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-appearance: none; }
    .datepicker--time-row input[type='range']::-ms-tooltip {
      display: none; }
    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:hover::-ms-thumb {
      border-color: #b8b8b8; }
    .datepicker--time-row input[type='range']:focus {
      outline: none; }
      .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
      .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #5cc4ef;
        border-color: #5cc4ef; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-moz-range-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-ms-thumb {
      box-sizing: border-box;
      height: 12px;
      width: 12px;
      border-radius: 3px;
      border: 1px solid #dedede;
      background: #fff;
      cursor: pointer;
      -webkit-transition: background .2s;
      transition: background .2s; }
    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
      margin-top: -6px; }
    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-moz-range-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-track {
      border: none;
      height: 1px;
      cursor: pointer;
      color: transparent;
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-lower {
      background: transparent; }
    .datepicker--time-row input[type='range']::-ms-fill-upper {
      background: transparent; }
  .datepicker--time-row span {
    padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }
  .datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute; }
  .datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  .datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede; }
  .datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5; }
  .-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede; }
  .-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6; }
    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
      background: #8ad5f4; }
  .-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc; }
    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
      background-color: rgba(92, 196, 239, 0.2); }
  .datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none; }
@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.overplayStyle {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

.fixmain {
  min-height: 100vh;
}

html {
  width: 100vw;
  overflow-x: hidden;
}

header {
  background-color: rgba(40, 43, 50, 0) !important;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  background: red;
  max-width: 100vw;
  background-color: #fff !important;
}

body.menu .contentTransition {
  -webkit-transform: translateX(280px);
          transform: translateX(280px);
  position: fixed;
}

@media screen and (max-width: 640px) {
  body.menu .contentTransition {
    -webkit-transform: translateX(280px);
            transform: translateX(280px);
  }
}

@media screen and (max-width: 380px) {
  body.menu .contentTransition {
    -webkit-transform: translateX(240px);
            transform: translateX(240px);
  }
}

body.menu .contentTransition .overplayStyle {
  visibility: visible;
  opacity: 1;
}

body.menu .contentTransition-right {
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
}

@media screen and (max-width: 640px) {
  body.menu .contentTransition-right {
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px);
  }
}

@media screen and (max-width: 380px) {
  body.menu .contentTransition-right {
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
  }
}

body.menu .menuOn_line {
  -webkit-transform-origin: 0px;
          transform-origin: 0px;
  background-color: #000;
}

body.menu .menuOn_line:first-child {
  width: 24px;
  -webkit-transform: rotate(45deg) translateX(1px);
          transform: rotate(45deg) translateX(1px);
}

body.menu .menuOn_line:nth-child(2) {
  opacity: 0;
}

body.menu .menuOn_line:last-child {
  width: 24px;
  -webkit-transform: rotate(-45deg) translateX(1px);
          transform: rotate(-45deg) translateX(1px);
}

.keyframex {
  position: absolute;
  width: 280px;
  max-width: 100%;
  height: 100vh;
  -webkit-transform: translateX(-280px);
          transform: translateX(-280px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 640px) {
  .keyframex {
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px);
    width: 280px;
  }
}

@media screen and (max-width: 380px) {
  .keyframex {
    -webkit-transform: translateX(-240px);
            transform: translateX(-240px);
    width: 240px;
  }
}

.keyframex .menuItem {
  color: #000;
}

.keyframex .border-line {
  width: px2rem(126);
  height: 2px;
  background: #f25a31;
}

.keyframex .mItem {
  font-size: 20px;
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .keyframex .mItem {
    font-size: 16px;
    padding: 8px 0;
  }
}

.contentTransition {
  -webkit-transition: 0.6s all cubic-bezier(0.55, 0.06, 0.31, 0.94);
  transition: 0.6s all cubic-bezier(0.55, 0.06, 0.31, 0.94);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  left: 0;
  top: 0;
  width: 100%;
}

.contentTransition-right .keyframex {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  left: 100%;
}

@media screen and (max-width: 640px) {
  .contentTransition-right .keyframex {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    width: 280px;
  }
}

@media screen and (max-width: 380px) {
  .contentTransition-right .keyframex {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    width: 240px;
  }
}

.menuOn {
  font-size: 50px;
  padding: 20px 17px;
  padding-left: 0;
  color: #fff;
  position: relative;
  z-index: 100;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .menuOn {
    font-size: 30px;
  }
}

.menuOn_line {
  height: 2px;
  width: 24px;
  background-color: #000;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 640px) {
  .menuOn_line {
    height: 1px;
    width: 23px;
  }
}

.menuOn_line + .menuOn_line {
  margin-top: 7px;
}

@media screen and (max-width: 640px) {
  .menuOn_line + .menuOn_line {
    margin-top: 9px;
  }
}

header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(40, 43, 50, 0.25);
  z-index: 2;
}

main {
  position: relative;
  z-index: 1;
  padding-top: 7rem;
}

.slider .sliderText {
  padding-top: 4.4vw;
}

.dropcatalog {
  position: absolute;
  top: 80%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: left;
  min-width: 100%;
  border: 1px solid lightgray;
  z-index: 15;
}

.dropcatalog a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dropcatalog .menuElm_box {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.dropcatalog .menuElm_box:hover {
  background-color: #fff;
  color: #282b32;
}

.dropcatalog .menuElm_box:hover a {
  color: #282b32;
}

.menuElm_box_title {
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menuItem {
  position: relative;
}

.menuItem .mItem_title.bold {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.menuItem.active .dropcatalog {
  visibility: visible;
  opacity: 1;
}

.headTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0vw;
}

.headTop_mobmenu {
  display: none;
}

@media screen and (max-width: 640px) {
  .headTop_mobmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.headTop_left {
  width: 11%;
  padding: 0px 0;
  max-width: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .headTop_left {
    width: 23%;
    padding: 12px 0;
  }
}

.headTop_left a {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .headTop_left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.headTop_center {
  width: 10%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .headTop_center {
    display: none;
  }
}

.headTop_menu {
  display: none;
}

@media screen and (max-width: 640px) {
  .headTop_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.headTop_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headFooter {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headFooter_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headFooter_left-full {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1030px) {
  .headFooter_left-full {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.headFooter_left-full .btn {
  margin: 0 7px;
  margin-top: 10px;
}

.headFooter_left-full .btn + .btn {
  margin: 0 7px;
  margin-top: 10px;
}

body {
  margin: 0;
}

body .inner_slider .slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

body .inner_slider .slide img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
}

body .inner_slider .slide .slide_title {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  position: absolute;
  top: 300px;
  left: 180px;
  width: 45%;
}

body .inner_slider .slide .slide_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin-top: 25px;
}

body .inner_slider .slick-prev {
  background-image: url(/public/media/client/images/arrow_left.png);
  position: absolute;
  top: 342px;
  left: 23px;
  width: 28px;
  height: 58px;
  z-index: 1;
  background-repeat: no-repeat;
  cursor: pointer;
}

body .inner_slider .slick-next {
  background-image: url(/public/media/client/images/arrow_left.png);
  position: absolute;
  top: 342px;
  right: 23px;
  width: 28px;
  height: 58px;
  z-index: 1;
  background-repeat: no-repeat;
  -webkit-transform: rotate(179deg);
          transform: rotate(179deg);
  cursor: pointer;
}

body .container .title_block {
  margin-top: 55px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 538px;
  width: 100%;
}

body .container .title_block .left_part {
  height: 100%;
  width: 538px;
}

body .container .title_block .left_part img {
  max-height: 100%;
}

body .container .title_block .right_part {
  padding: 85px 0 0 34px;
  width: 10%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

body .container .title_block .right_part .content_box .top_part:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f98365;
  margin-bottom: 52px;
  margin-top: 25px;
}

body .container .title_block .right_part .content_box .top_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
}

body .container .title_block .right_part .content_box .top_part .title_description {
  color: #483f3f;
  font-family: "Museo Cyrl -700";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  margin-top: 10px;
}

body .container .title_block .right_part .content_box .bottom_part {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  padding-right: 30px;
}

body .container .left_img_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 538px;
  width: 100%;
}

body .container .left_img_block .right_part {
  height: 100%;
  width: 538px;
}

body .container .left_img_block .right_part img {
  max-height: 100%;
}

body .container .left_img_block .left_part {
  width: 10%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

body .container .left_img_block .left_part .content_box .top_part:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f98365;
  margin-bottom: 52px;
  margin-top: 25px;
}

body .container .left_img_block .left_part .content_box .top_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
  width: 92%;
}

body .container .left_img_block .left_part .content_box .top_part .title_description {
  color: #483f3f;
  font-family: "Museo Cyrl -700";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  margin-top: 10px;
}

body .container .left_img_block .left_part .content_box .bottom_part {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  padding-right: 30px;
}

body .container .little_title {
  width: 100%;
  color: #282b32;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 800;
}

body .container .little_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 57px;
  margin-top: 25px;
}

body .container .fullsize_text {
  width: 100%;
}

body .container .fullsize_text .text_block {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

body .container .fullsize_text .text_block p {
  margin-bottom: 15px;
}

body .container .left_img_block_without_text {
  margin-bottom: 162px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 538px;
  width: 100%;
}

body .container .left_img_block_without_text .left_part {
  height: 100%;
  width: 538px;
}

body .container .left_img_block_without_text .left_part img {
  max-height: 100%;
}

body .container .left_img_block_without_text .right_part {
  padding: 85px 0 0 34px;
  width: 10%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

body .container .left_img_block_without_text .right_part .content_box .top_part:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f98365;
  margin-bottom: 52px;
  margin-top: 25px;
}

body .container .left_img_block_without_text .right_part .content_box .top_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
}

body .container .left_img_block_without_text .right_part .content_box .top_part .title_description {
  color: #483f3f;
  font-family: "Museo Cyrl -700";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  margin-top: 10px;
}

body .container .left_img_block_without_text .right_part .content_box .bottom_part {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  padding-right: 30px;
}

body .container .text_block_left_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .container .text_block_left_title .left_part {
  min-width: 48%;
}

body .container .text_block_left_title .left_part .orange_title {
  width: 95%;
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
}

body .container .text_block_left_title .left_part .orange_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 129px;
  margin-top: 25px;
}

body .container .text_block_left_title .right_part {
  padding: 20px 0 0 44px;
}

body .container .text_block_left_title .right_part .text_block {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

body .container .fullsize_img {
  min-width: 100%;
  margin-bottom: 116px;
}

body .container .fullsize_img img {
  width: 100%;
}

body .container .top_ten {
  background-image: url(/public/media/client/images/big_quote_img.png);
  padding: 108px 189px 94px 161px;
  position: relative;
  z-index: -2;
  background-size: cover;
  margin-bottom: 108px;
}

body .container .top_ten .absolute_counter {
  position: absolute;
  color: #fa9c84;
  font-family: "Open Sans";
  font-size: 400px;
  font-weight: 800;
  top: 20px;
  line-height: 285px;
  left: 0;
  z-index: -1;
}

body .container .top_ten .main_part .top_ten_title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  width: 65%;
  line-height: 55px;
  margin-bottom: 64px;
}

body .container .top_ten .main_part .box_for_places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

body .container .top_ten .main_part .box_for_places .left_part {
  margin-right: 79px;
}

body .container .big_quote {
  border: 4px solid #f25a31;
  position: relative;
  padding: 10px 81px 35px 131px;
  margin-bottom: 65px;
}

body .container .big_quote .quote_img {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  background: white;
  padding-right: 20px;
  padding-bottom: 20px;
}

body .container .big_quote .inner_big_quote_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f25a31;
  margin-bottom: 25px;
  margin-top: 29px;
}

body .container .big_quote .inner_big_quote_title .quote_title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 800;
}

body .container .big_quote .inner_big_quote_title .description {
  color: #483f3f;
  font-family: "Museo Cyrl -700";
  font-size: 16px;
  font-weight: 400;
}

body .container .big_quote .quote_text {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

body .container .video .wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

body .container .video .wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

body .container .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

body .container .contacts .left_part {
  background-color: #f98365;
  width: 538px;
  height: 538px;
  padding: 45px 40px 59px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .container .contacts .left_part .contacts_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

body .container .contacts .left_part .contacts_block .icon_box {
  margin-right: 25px;
  margin-top: 12px;
}

body .container .contacts .left_part .contacts_block .info_part .bold_text {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
}

body .container .contacts .left_part .contacts_block .info_part .info {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

body .container .contacts .right_part {
  padding: 130px 0 0 34px;
}

body .container .contacts .right_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
}

body .container .contacts .right_part .orange_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 25px;
  margin-top: 25px;
}

body .container .four_blocks_in_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

body .container .four_blocks_in_one .img_from_four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
}

body .container .four_blocks_in_one .quote {
  width: 48%;
  min-height: 538px;
  max-width: 538px;
  max-height: 538px;
  border: 4px solid #f25a31;
  position: relative;
  padding: 110px 46px 54px 133px;
  margin-bottom: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .container .four_blocks_in_one .quote .quote_img {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  background: white;
  padding-right: 20px;
  padding-bottom: 20px;
}

body .container .four_blocks_in_one .quote .inner_big_quote_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f25a31;
  margin-bottom: 40px;
  margin-top: 29px;
}

body .container .four_blocks_in_one .quote .inner_big_quote_title .quote_title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 800;
}

body .container .four_blocks_in_one .quote .inner_big_quote_title .description {
  color: #483f3f;
  font-family: "Museo Cyrl -700";
  font-size: 16px;
  font-weight: 400;
}

body .container .four_blocks_in_one .quote .quote_text {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

body .container .four_blocks_in_one .top_five {
  background-image: url(/public/media/client/images/top_five.png);
  padding: 108px 115px 94px 82px;
  position: relative;
  z-index: -2;
  background-size: cover;
  margin-bottom: 44px;
  min-width: 537px;
  min-height: 538px;
  max-width: 537px;
  max-height: 538px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .container .four_blocks_in_one .top_five .absolute_counter {
  position: absolute;
  color: #fa9c84;
  font-family: "Open Sans";
  font-size: 400px;
  font-weight: 800;
  top: 20px;
  line-height: 285px;
  left: 0;
  z-index: -1;
}

body .container .four_blocks_in_one .top_five .main_part .top_ten_title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
  width: 100%;
  margin-bottom: 44px;
}

body .container .four_blocks_in_one .top_five .main_part .box_for_places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

.btnCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.WhenToGoItem_head_date {
  line-height: 100%;
}

.tour_page {
  margin-top: 64px;
}

.tour_page .first_slide {
  height: 95vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/public/media/client/img/IMG_1663.JPG);
  background-size: cover;
  text-shadow: 0 1px 47px #2c2d32;
  color: #ffffff;
  padding-top: 70px;
  font-family: "Open Sans";
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tour_page .first_slide .text {
  width: 40%;
  margin: 0 auto;
}

.tour_page .first_slide .text:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin: 0 auto;
  margin-top: 25px;
}

.tour_page .first_slide .little_text {
  text-shadow: 0 1px 47px #2c2d32;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 36px;
  font-weight: 300;
}

.tour_page #tour .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 105px;
  margin-bottom: 70px;
  margin-bottom: 35px;
  text-align: center;
}

.tour_page #tour .title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin: 0 auto;
  margin-top: 25px;
}

.tour_page #tour .video .wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 32.25%;
  padding-bottom: 460px;
  overflow: hidden;
}

.tour_page #tour .video .wrapper iframe {
  width: 99.8%;
  height: 100%;
  position: absolute;
}

.tour_page #among_you .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 105px;
  margin-bottom: 70px;
  text-align: center;
}

.tour_page #among_you .title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin: 0 auto;
  margin-top: 25px;
}

.tour_page #among_you .video .wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 32.25%;
}

.tour_page #among_you .video .wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.tour_page .container .title_block {
  margin-top: 55px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 538px;
  width: 100%;
}

.tour_page .container .title_block .left_part {
  height: 100%;
  width: 538px;
}

.tour_page .container .title_block .left_part img {
  max-height: 100%;
}

.tour_page .container .title_block .right_part {
  padding: 85px 0 0 34px;
}

.tour_page .container .title_block .right_part .content_box .top_part:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f98365;
  margin-bottom: 52px;
  margin-top: 25px;
}

.tour_page .container .title_block .right_part .content_box .top_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
}

.tour_page .container .title_block .right_part .content_box .top_part .title_description {
  color: #483f3f;
  font-family: "Museo Cyrl -700";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  margin-top: 10px;
}

.tour_page .container .title_block .right_part .content_box .bottom_part {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  padding-right: 30px;
}

.tour_page .container .left_img_block {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 538px;
  width: 100%;
}

.tour_page .container .left_img_block .right_part {
  height: 100%;
  width: 538px;
}

.tour_page .container .left_img_block .right_part img {
  max-height: 100%;
}

.tour_page .container .left_img_block .left_part .content_box .top_part:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f98365;
  margin-bottom: 52px;
  margin-top: 25px;
}

.tour_page .container .left_img_block .left_part .content_box .top_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
  width: 95%;
}

.tour_page .container .left_img_block .left_part .content_box .top_part .title_description {
  color: #483f3f;
  font-family: "Museo Cyrl -700";
  font-size: 16px;
  font-weight: 400;
  margin-left: 2px;
  margin-top: 10px;
}

.tour_page .container .left_img_block .left_part .content_box .bottom_part {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  padding-right: 30px;
}

.tour_page .weather_block .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 105px;
  margin-bottom: 70px;
  text-align: center;
}

.tour_page .weather_block .title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin: 0 auto;
  margin-top: 25px;
}

.tour_page .weather_block #weather {
  width: 100%;
  height: 642px;
  position: relative;
}

.tour_page .weather_block #weather .weather-img {
  width: 100%;
  height: 100%;
}

.tour_page .weather_block #weather .weather {
  position: absolute;
  top: 58px;
  right: 12vw;
  width: 30%;
}

.tour_page .weather_block #weather .weather .right_side .degrees {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour_page .weather_block #weather .weather .right_side .degrees .how_much {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
}

.tour_page .weather_block #weather .weather .right_side .degrees .how_much span {
  line-height: 48px;
  font-size: 46px;
  vertical-align: super;
}

.tour_page .weather_block #weather .weather .right_side .degrees .weather_icon {
  margin-top: 35px;
}

.tour_page .weather_block #weather .weather .right_side .shine {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 400;
}

.tour_page .weather_block #weather .weather .right_side .shine:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #f25a31;
  margin-bottom: 52px;
  margin-top: 25px;
}

.tour_page .weather_block #weather .weather .right_side .about {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

.tour_page .container .transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour_page .container .transport .left_part {
  margin-top: 77px;
  max-width: 538px;
}

.tour_page .container .transport .left_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
}

.tour_page .container .transport .left_part .orange_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin-top: 25px;
}

.tour_page .container .transport .left_part .text {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

.tour_page .container .transport .right_part {
  background-image: url(/public/media/client/images/transport_back.png);
  width: 48%;
  background-size: cover;
  min-height: 538px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 84px 70px 0 73px;
}

.tour_page .container .transport .right_part .bolder_text {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 34px;
}

.tour_page .container .transport .right_part .text {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

.tour_page .container .path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour_page .container .path .right_part {
  margin-top: 77px;
  max-width: 538px;
}

.tour_page .container .path .right_part .orange_title {
  color: #00CCCC;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
}

.tour_page .container .path .right_part .orange_title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin-top: 25px;
}

.tour_page .container .path .right_part .text {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

.tour_page .container .path .left_part {
  background-image: url(/public/media/client/images/path_back.png);
  background-size: cover;
  width: 48%;
  min-height: 538px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 84px 70px 0 73px;
}

.tour_page .container .path .left_part .bolder_text {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 34px;
}

.tour_page .container .path .left_part .text {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

.tour_page .container .fact_slider {
  position: relative;
}

.tour_page .container .fact_slider .top_ten {
  background-image: url(/public/media/client/images/big_quote_img.png);
  padding: 90px 189px 94px 161px;
  position: relative;
  z-index: -2;
  background-size: cover;
  margin-bottom: 0px;
  width: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tour_page .container .fact_slider .top_ten .absolute_counter {
  position: absolute;
  color: #fa9c84;
  font-family: "Open Sans";
  font-size: 400px;
  font-weight: 800;
  top: 20px;
  line-height: 285px;
  left: 0;
  z-index: -1;
}

.tour_page .container .fact_slider .top_ten .main_part .top_ten_title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  line-height: 55px;
  margin-bottom: 55px;
}

.tour_page .container .fact_slider .top_ten .main_part .box_for_text {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

.tour_page .container .fact_slider .slick-dots {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15%;
}

.tour_page .container .fact_slider .slick-dots li {
  width: 16px;
  height: 16px;
  background-image: url(/public/media/client/images/dot.png);
  margin-right: 6px;
}

.tour_page .container .fact_slider .slick-dots li button {
  border: none;
  background: transparent;
  color: #f98365;
  margin-right: 6px;
  font-size: 0;
  outline-color: transparent;
}

.tour_page .container .fact_slider .slick-dots .slick-active {
  background-image: url(/public/media/client/images/active_dot.png);
  margin-right: 6px;
}

.tour_page .container .fact_slider .slick-dots .slick-active button {
  color: transparent;
  font-size: 0;
}

.tour_page .container .few_titles_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.tour_page .container .few_titles_block .block {
  width: 48%;
}

.tour_page .container .few_titles_block .block .title {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
}

.tour_page .container .few_titles_block .block .title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 52px;
  margin-top: 25px;
}

.tour_page .container .few_titles_block .block .text {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
}

.tour_page .container .interesting_slider {
  width: 49%;
  height: 538px;
}

.tour_page .container .interesting_slider .top_five {
  background-image: url(/public/media/client/images/interesting.png);
}

.tour_page .container .interesting_slider .top_five .left_part {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 300;
}

.tour_page .container .interesting_slider .slick-dots {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tour_page .container .interesting_slider .slick-dots li {
  width: 16px;
  height: 16px;
  background-image: url(/public/media/client/images/dot.png);
  margin-right: 6px;
}

.tour_page .container .interesting_slider .slick-dots li button {
  border: none;
  background: transparent;
  color: #f98365;
  margin-right: 6px;
  font-size: 0;
  outline-color: transparent;
}

.tour_page .container .interesting_slider .slick-dots .slick-active {
  background-image: url(/public/media/client/images/active_dot.png);
  margin-right: 6px;
}

.tour_page .container .interesting_slider .slick-dots .slick-active button {
  color: transparent;
  font-size: 0;
}

.tour_page .container .another_tours .title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}

.tour_page .container .another_tours .title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin: 0 auto;
  margin-bottom: 52px;
  margin-top: 25px;
}

.tour_page .container .another_tours .tour_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour_page .container .another_tours .tour_box .one_from_another {
  width: 350px;
  height: 403px;
  position: relative;
  padding: 0 19px 18px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tour_page .container .another_tours .tour_box .one_from_another .tour_info .name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}

.tour_page .container .another_tours .tour_box .one_from_another .tour_info .description {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
}

.tour_page .container .another_tours .tour_box .one_from_another .tour_info .time_distance {
  padding-top: 17px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 300;
}

.tour_page .container .another_tours .tour_box .one_from_another .tour_info .time_distance .time_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
}

.tour_page .container .another_tours .tour_box .one_from_another .tour_info .time_distance .time_box img {
  width: 21px;
  height: 21px;
  margin-right: 9px;
}

.tour_page .container .another_tours .tour_box .one_from_another .tour_info .time_distance .distance_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour_page .container .another_tours .tour_box .one_from_another .tour_info .time_distance .distance_box img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.tour_page .container .another_tours .tour_box .one_from_another .cost {
  background-color: #f25a31;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
  position: absolute;
  top: 38px;
  right: -10px;
  padding: 18px 14px 18px 22px;
}

.tour_page .container .another_tours .tour_box .one_from_another .cost:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(/public/media/client/images/cost_coner.png);
  position: absolute;
  bottom: -10px;
  right: 0px;
}

.tour_page .container .another_tours .tour_box .first {
  background-image: url(/public/media/client/images/first_tour.png);
}

.tour_page .container .another_tours .tour_box .second {
  background-image: url(/public/media/client/images/second_tour.png);
}

.tour_page .container .another_tours .tour_box .third {
  background-image: url(/public/media/client/images/third_tour.png);
}

.datepicker-inline {
  display: none;
}

.widthdef form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 300px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  position: relative;
}

.widthdef form .input {
  background-image: url(/public/media/client/img/calendar.svg);
  background-repeat: no-repeat;
  background-position: 8% 50%;
  padding-left: 10px;
}

.widthdef form .no-active {
  display: none;
}

.widthdef form .active {
  display: block;
}

.widthdef form .date-input {
  width: 33.33%;
  border: 2px solid #ccc;
  font-size: 20px;
  padding-left: 60px;
  border: 3px solid #e2aa11;
  border-right: none;
}

.widthdef form .people {
  width: 33.33%;
  border: 3px solid #e2aa11;
  background-image: url(/public/media/client/img/man.svg);
  background-repeat: no-repeat;
  background-position: 8% 50%;
}

.widthdef form .people .no-active {
  display: none;
}

.widthdef form .people .active {
  display: block;
}

.widthdef form .people label {
  position: relative;
  padding: 16px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 35px;
}

.widthdef form .people label .lp {
  font-size: 16px;
}

.widthdef form .people label .lc {
  font-size: 16px;
}

.widthdef form .people label .no-active {
  display: none;
}

.widthdef form .people label .active {
  display: block;
}

.widthdef form button {
  padding: 8px 55px;
  background: #07c;
  border-radius: 1px;
  width: 33.33%;
  color: #fff;
  font-size: 22px;
  border: none;
  border: 3px solid #e2aa11;
  border-left: none;
}

.widthdef form .info {
  position: absolute;
  top: 70px;
  left: 290px;
  width: 51%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 2%;
}

.widthdef form .info #no-active {
  background: red;
}

.widthdef form .info .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px;
}

.widthdef form .info .box .title {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

.widthdef form .info .box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.widthdef form .info .box div .counter {
  font-size: 30px;
}

.widthdef form .info .box div .minus {
  font-size: 20px;
  border: 1px solid #07c;
  padding: 5px 10px;
  color: #07c;
}

.widthdef form .info .box div .plus {
  font-size: 20px;
  border: 1px solid #07c;
  padding: 5px 10px;
  color: #07c;
}

.widthdef form .info .modal-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.widthdef form .info .modal-text .age {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.widthdef form .info .modal-text .age select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
  margin-top: 10px;
  background: none;
  border: 1px solid #07c;
  padding: 5px;
}

.food_inner {
  padding-top: px2rem(100) !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.events .container .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 60px;
  text-align: center;
}

.events .container .title:after {
  margin: 0 auto;
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 61px;
  margin-top: 25px;
}

.events .container .filter {
  border-radius: 4px;
  background-image: linear-gradient(49deg, #039593 0%, #00b4b2 100%);
}

.events .container .filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 33px 18px 30px 43px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events .container .filter .input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}

.events .container .filter .input_container .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 14px;
  max-width: 162px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.events .container .filter .input_container .input_box img {
  margin-right: 12px;
}

.events .container .filter .input_container .input_box input {
  background-color: transparent;
  border: none;
  max-width: 128px;
  outline-color: transparent;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input::-moz-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input:-moz-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .place img {
  width: 22px;
  height: 21px;
}

.events .container .filter .input_container .date img {
  width: 20px;
  height: 21px;
}

.events .container .filter .input_container .time img {
  width: 21px;
  height: 21px;
}

.events .container .filter .input_container .distance img {
  width: 21px;
  height: 21px;
}

.events .container .filter .input_container .cost img {
  width: 21px;
  height: 21px;
}

.events .container .filter .input_container .input_box:last-child {
  margin-right: 0;
}

.events .container .filter button {
  border-radius: 6px;
  background-color: #f25a31;
  color: #ffffff;
  font-family: "Open Sans - Extra Bold";
  font-size: 16px;
  font-weight: 400;
  display: block;
  border: none;
  padding: 15px 38px 15px 38px;
}

.events .container .events_box {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.events .container .events_box .one_event {
  width: 32%;
  border-radius: 4px;
}

.events .container .events_box .one_event .date {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
  background-color: #f25a31;
  text-align: center;
  padding: 15px 0 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.events .container .events_box .one_event .img_box {
  background-image: url(/public/images_events/first.png);
  padding-top: 152%;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.events .container .events_box .one_event .img_box .event_frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  webkit-box-direction: normal;
  -ms-flex-direction: column;
  lex-direction: column;
  background-image: url(/public/images_events/img_shadow.png);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.events .container .events_box .one_event .img_box .event_frame .main_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.events .container .events_box .one_event .img_box .event_frame .event_name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
  margin-left: 35px;
  margin-bottom: 83px;
  margin-right: 35px;
}

.events .container .events_box .one_event:nth-child(1) {
  margin-bottom: 24px;
}

.events .container .events_box .one_event:nth-child(1) .img_box {
  background-image: url(/public/images_events/first.png);
}

.events .container .events_box .one_event:nth-child(2) {
  margin: 0 1.5%;
  margin-bottom: 24px;
}

.events .container .events_box .one_event:nth-child(2) .img_box {
  background-image: url(/public/images_events/second.png);
}

.events .container .events_box .one_event:nth-child(3) {
  margin-bottom: 24px;
}

.events .container .events_box .one_event:nth-child(3) .img_box {
  background-image: url(/public/images_events/third.png);
}

.events .container .events_box .one_event:nth-child(4) .img_box {
  background-image: url(/public/images_events/fourth.png);
}

.events .container .events_box .one_event:nth-child(5) {
  margin: 0 1.5%;
}

.events .container .events_box .one_event:nth-child(5) .img_box {
  background-image: url(/public/images_events/fifth.png);
}

.events .container .events_box .one_event:nth-child(6) .img_box {
  background-image: url(/public/images_events/sixth.png);
}

.events .container .events_box .one_event:nth-child(8) {
  margin: 0 1.5%;
}

.events .container .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events .container .content_box .filter {
  width: 20%;
  border-radius: 0;
  background-image: none;
}

.events .container .content_box .filter form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 33px 29px 25px 25px;
  border-radius: 4px;
  background-image: linear-gradient(49deg, #039593 0%, #00b4b2 100%);
}

.events .container .content_box .filter form .input_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.events .container .content_box .filter form .input_container .input_box {
  margin-bottom: 29px;
  margin-right: 0;
  min-width: 100%;
  max-width: 100%;
}

.events .container .content_box .filter form .input_container .input_box input {
  min-width: 84%;
}

.events .container .content_box .filter form button {
  width: 80%;
  margin: 0 auto;
  margin-top: 43px;
}

.events .container .content_box .events_box {
  margin-top: 0;
  width: 78%;
}

.events .container .content_box .events_box .one_event .img_box {
  padding-top: 142%;
}

.events .container .content_box .events_box .one_event .img_box .event_frame .main_part .event_name {
  margin-bottom: 25px;
}

.events .container .content_box .events_box .one_event:nth-child(4) {
  margin-bottom: 24px;
}

.events .container .content_box .events_box .one_event:nth-child(5) {
  margin-bottom: 24px;
}

.events .container .content_box .events_box .one_event:nth-child(6) {
  margin-bottom: 24px;
}

.events .container .pagination {
  margin-top: 108px;
}

.events .container .pagination .pag_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.events .container .pagination .pag_box .first {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
}

.events .container .pagination .pag_box .first:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.events .container .pagination .pag_box .pag_item {
  color: #282b32;
  font-family: "Museo Cyrl -100";
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}

.events .container .pagination .pag_box .pag_item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.events .container .pagination .pag_box .active {
  color: #f25a31;
}

.events .container .pagination .pag_box .last {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.events .container .pagination .pag_box .last:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}

.food .container .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 25px;
  text-align: center;
}

.food .container .title:after {
  margin: 0 auto;
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 40px;
  margin-top: 25px;
}

.food .container .food_choice {
  margin-top: 35px;
}

.food .container .food_choice .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.food .container .food_choice .tabs .food_type {
  background-image: none;
  color: #f98365;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid #f98365;
  padding: 14px 33px 15px 31px;
  cursor: pointer;
}

.food .container .food_choice .tabs .food_type img {
  display: none;
}

.food .container .food_choice .tabs .active {
  background-color: #f98365;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
}

.food .container .food_choice .tabs .active img {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 13px;
  margin-top: 3px;
}

.food .container .food_choice .tabs .east {
  margin-right: 7px;
}

.food .container .food_choice .tabs .fastfood {
  margin-right: 7px;
}

.food .container .food_choice .products_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 72px;
}

.food .container .food_choice .products_box .one_food {
  width: 32.666666667%;
  position: relative;
  cursor: pointer;
}

.food .container .food_choice .products_box .one_food:hover .description:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 64%;
  height: 60px;
}

.food .container .food_choice .products_box .one_food .img_box {
  background-image: url(/public/images_events/first_food.png);
  padding-top: 152%;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 75%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.food .container .food_choice .products_box .one_food .description {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f98365), color-stop(15%, #f87d5d), to(#f25a31));
  background-image: linear-gradient(to top, #f98365 0%, #f87d5d 15%, #f25a31 100%);
  padding: 23px 23px 27px 36px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description:before {
  width: 0%;
  height: 0%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
}

.food .container .food_choice .products_box .one_food .description .name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .time {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/clocks_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .price_desc {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/tng_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .price {
  color: #ffffff;
  font-family: "Open Sans - Semi Bold";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 41px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .more {
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .more span {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  padding-right: 87px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  background: url(/public/images_events/more_icon.png) no-repeat right center;
}

.food .container .food_choice .products_box .one_food {
  margin: 0 0.18%;
  margin-bottom: 24px;
}

.food .container .pagination {
  margin-top: 108px;
}

.food .container .pagination .pag_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.food .container .pagination .pag_box .first {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
}

.food .container .pagination .pag_box .first:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.food .container .pagination .pag_box .pag_item {
  color: #282b32;
  font-family: "Museo Cyrl -100";
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}

.food .container .pagination .pag_box .pag_item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.food .container .pagination .pag_box .active {
  color: #f25a31;
}

.food .container .pagination .pag_box .last {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.food .container .pagination .pag_box .last:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}

.food_inner {
  padding-top: px2rem(100) !important;
  /*.container {
      width: 1110px;
  }*/
}

.food_inner .first {
  height: 100vh;
  background: url(/public/images_events/inner_food_back.png) no-repeat center;
  background-size: cover;
}

.food_inner .first .title_first {
  padding-top: 30vh;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 700;
}

.food_inner .first .title_first:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 24px;
  margin-top: 25px;
}

.food_inner .first .subtitle_first {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
}

.food_inner .food_inner_content {
  margin-top: 40px;
}

.food_inner .food_inner_content .first_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_inner .food_inner_content .first_block .text {
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 700;
  color: #f25a31;
  width: 48%;
  margin-top: 14px;
}

.food_inner .food_inner_content .first_block .text span {
  font-weight: 300;
}

.food_inner .food_inner_content .first_block .text:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin: 0;
  margin-bottom: 53px;
  margin-top: 25px;
}

.food_inner .food_inner_content .first_block .background {
  width: 48%;
  background: url(/public/images_events/background_first.png) no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  padding: 34px 0 34px 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.food_inner .food_inner_content .second_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_inner .food_inner_content .second_block .background {
  width: 48%;
  background: url(/public/images_events/background_second.png) no-repeat center;
  padding: 34px 0 34px 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
}

.food_inner .food_inner_content .second_block .background .strong {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.food_inner .food_inner_content .second_block .background .site {
  margin-top: 20px;
}

.food_inner .food_inner_content .second_block .background .little {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
}

.food_inner .food_inner_content .second_block .text {
  margin-left: 35px;
}

.food_inner .food_inner_content .second_block .text .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  margin-top: 7px;
}

.food_inner .food_inner_content .second_block .text .title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin: 0;
  margin-bottom: 53px;
  margin-top: 25px;
}

.food_inner .food_inner_content .second_block .text p {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
}

.food_inner .map img {
  min-width: 100%;
}

.food_inner .slider img {
  min-width: 100%;
}

.food_inner .container .title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 113px;
  text-align: center;
}

.food_inner .container .title:after {
  margin: 0 auto;
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 61px;
  margin-top: 25px;
}

.food_inner .container .products_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 72px;
}

.food_inner .container .products_box .one_food {
  width: 32.666666667%;
  position: relative;
  cursor: pointer;
}

.food_inner .container .products_box .one_food:hover .description:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 64%;
  height: 60px;
}

.food_inner .container .products_box .one_food .img_box {
  background-image: url(/public/images_events/first_food.png);
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 75%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.food_inner .container .products_box .one_food .description {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f98365), color-stop(15%, #f87d5d), to(#f25a31));
  background-image: linear-gradient(to top, #f98365 0%, #f87d5d 15%, #f25a31 100%);
  padding: 23px 23px 27px 36px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description:before {
  width: 0%;
  height: 0%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
}

.food_inner .container .products_box .one_food .description .name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .time {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/clocks_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .price_desc {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/tng_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .price {
  color: #ffffff;
  font-family: "Open Sans - Semi Bold";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 41px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .more {
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .more span {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  padding-right: 87px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  background: url(/public/images_events/more_icon.png) no-repeat right center;
}

.food_inner .container .download_more {
  text-align: center;
  margin-top: 93px;
}

.food_inner .container .download_more span {
  color: #f98365;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid #f98365;
  padding: 14px 33px 15px 31px;
  cursor: pointer;
}

.events .container .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 60px;
  text-align: center;
}

.events .container .title:after {
  margin: 0 auto;
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 61px;
  margin-top: 25px;
}

.events .container .filter {
  border-radius: 4px;
  background-image: linear-gradient(49deg, #039593 0%, #00b4b2 100%);
}

.events .container .filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 33px 18px 30px 43px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events .container .filter .input_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
}

.events .container .filter .input_container .input_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 14px;
  max-width: 162px;
  /* Firefox 19+ */
  /* Firefox 18- */
}

.events .container .filter .input_container .input_box img {
  margin-right: 12px;
}

.events .container .filter .input_container .input_box input {
  background-color: transparent;
  border: none;
  max-width: 128px;
  outline-color: transparent;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input::-moz-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input:-moz-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .input_box input:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
}

.events .container .filter .input_container .place img {
  width: 22px;
  height: 21px;
}

.events .container .filter .input_container .date img {
  width: 20px;
  height: 21px;
}

.events .container .filter .input_container .time img {
  width: 21px;
  height: 21px;
}

.events .container .filter .input_container .distance img {
  width: 21px;
  height: 21px;
}

.events .container .filter .input_container .cost img {
  width: 21px;
  height: 21px;
}

.events .container .filter .input_container .input_box:last-child {
  margin-right: 0;
}

.events .container .filter button {
  border-radius: 6px;
  background-color: #f25a31;
  color: #ffffff;
  font-family: "Open Sans - Extra Bold";
  font-size: 16px;
  font-weight: 400;
  display: block;
  border: none;
  padding: 15px 38px 15px 38px;
}

.events .container .events_box {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.events .container .events_box .one_event {
  width: 32%;
  border-radius: 4px;
}

.events .container .events_box .one_event .date {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
  background-color: #f25a31;
  text-align: center;
  padding: 15px 0 14px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.events .container .events_box .one_event .img_box {
  background-image: url(/public/images_events/first.png);
  padding-top: 65%;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.events .container .events_box .one_event .img_box .event_frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  webkit-box-direction: normal;
  -ms-flex-direction: column;
  lex-direction: column;
  background-image: url(/public/images_events/img_shadow.png);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.events .container .events_box .one_event .img_box .event_frame .main_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.events .container .events_box .one_event .img_box .event_frame .event_name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 800;
  margin-left: 35px;
  margin-bottom: 83px;
  margin-right: 35px;
}

.events .container .events_box .one_event:nth-child(1) {
  margin-bottom: 24px;
}

.events .container .events_box .one_event:nth-child(1) .img_box {
  background-image: url(/public/images_events/first.png);
}

.events .container .events_box .one_event:nth-child(2) {
  margin: 0 1.5%;
  margin-bottom: 24px;
}

.events .container .events_box .one_event:nth-child(2) .img_box {
  background-image: url(/public/images_events/second.png);
}

.events .container .events_box .one_event:nth-child(3) {
  margin-bottom: 24px;
}

.events .container .events_box .one_event:nth-child(3) .img_box {
  background-image: url(/public/images_events/third.png);
}

.events .container .events_box .one_event:nth-child(4) .img_box {
  background-image: url(/public/images_events/fourth.png);
}

.events .container .events_box .one_event:nth-child(5) {
  margin: 0 1.5%;
}

.events .container .events_box .one_event:nth-child(5) .img_box {
  background-image: url(/public/images_events/fifth.png);
}

.events .container .events_box .one_event:nth-child(6) .img_box {
  background-image: url(/public/images_events/sixth.png);
}

.events .container .events_box .one_event:nth-child(8) {
  margin: 0 1.5%;
}

.events .container .content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.events .container .content_box .filter {
  width: 20%;
  border-radius: 0;
  background-image: none;
}

.events .container .content_box .filter form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 33px 29px 25px 25px;
  border-radius: 4px;
  background-image: linear-gradient(49deg, #039593 0%, #00b4b2 100%);
}

.events .container .content_box .filter form .input_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.events .container .content_box .filter form .input_container .input_box {
  margin-bottom: 29px;
  margin-right: 0;
  min-width: 100%;
  max-width: 100%;
}

.events .container .content_box .filter form .input_container .input_box input {
  min-width: 84%;
}

.events .container .content_box .filter form button {
  width: 80%;
  margin: 0 auto;
  margin-top: 43px;
}

.events .container .content_box .events_box {
  margin-top: 0;
  width: 78%;
}

.events .container .content_box .events_box .one_event .img_box {
  padding-top: 142%;
}

.events .container .content_box .events_box .one_event .img_box .event_frame .main_part .event_name {
  margin-bottom: 25px;
}

.events .container .content_box .events_box .one_event:nth-child(4) {
  margin-bottom: 24px;
}

.events .container .content_box .events_box .one_event:nth-child(5) {
  margin-bottom: 24px;
}

.events .container .content_box .events_box .one_event:nth-child(6) {
  margin-bottom: 24px;
}

.events .container .pagination {
  margin-top: 108px;
}

.events .container .pagination .pag_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.events .container .pagination .pag_box .first {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
}

.events .container .pagination .pag_box .first:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.events .container .pagination .pag_box .pag_item {
  color: #282b32;
  font-family: "Museo Cyrl -100";
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}

.events .container .pagination .pag_box .pag_item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.events .container .pagination .pag_box .active {
  color: #f25a31;
}

.events .container .pagination .pag_box .last {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.events .container .pagination .pag_box .last:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}

.categoriesGuideEl a {
  color: #483f3f;
  text-decoration: none;
}

.food .container .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 34px;
  font-weight: 800;
  margin-top: 10px;
  text-align: center;
}

.food .container .title:after {
  margin: 0 auto;
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 40px;
  margin-top: 25px;
}

.food .container .title-inv:after {
  margin-bottom: 20px;
  margin-top: 25px;
}

.food .container .food_choice {
  margin-top: 35px;
}

.food .container .food_choice .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.food .container .food_choice .tabs .food_type {
  background-image: none;
  color: #f98365;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid #f98365;
  padding: 10px 25px;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .food .container .food_choice .tabs .food_type {
    width: 100%;
    margin: 5px;
  }
}

.food .container .food_choice .tabs .food_type img {
  display: none;
}

.food .container .food_choice .tabs .active {
  background-color: #f98365;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 12px;
}

.food .container .food_choice .tabs .active img {
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 13px;
  margin-top: 3px;
}

.food .container .food_choice .tabs .east {
  margin-right: 7px;
}

.food .container .food_choice .tabs .fastfood {
  margin-right: 7px;
  margin-bottom: 7px;
}

.food .container .food_choice .products_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 72px;
}

.food .container .food_choice .products_box .one_food {
  width: 32.666666667%;
  position: relative;
  cursor: pointer;
}

.food .container .food_choice .products_box .one_food:hover .description:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 64%;
  height: 60px;
}

.food .container .food_choice .products_box .one_food .img_box {
  background-image: url(/public/images_events/first_food.png);
  padding-top: 152%;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 105%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.food .container .food_choice .products_box .one_food .description {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f98365), color-stop(15%, #f87d5d), to(#f25a31));
  background-image: linear-gradient(to top, #f98365 0%, #f87d5d 15%, #f25a31 100%);
  padding: 23px 23px 20px 36px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  background-image: none;
  padding-top: 2vw;
  background-image: url(/public/media/client/img/ovetyr.png);
  background-size: cover;
}

.food .container .food_choice .products_box .one_food .description:before {
  width: 0%;
  height: 0%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
}

.food .container .food_choice .products_box .one_food .description .name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .time {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/clocks_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .price_desc {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/tng_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .price {
  color: #ffffff;
  font-family: "Open Sans - Semi Bold";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 41px;
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .more {
  z-index: 1;
  position: relative;
}

.food .container .food_choice .products_box .one_food .description .more span {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  padding-right: 87px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  background: url(/public/images_events/more_icon.png) no-repeat right center;
}

.food .container .pagination {
  margin-top: 108px;
}

.food .container .pagination .pag_box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.food .container .pagination .pag_box .first {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
}

.food .container .pagination .pag_box .first:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  cursor: pointer;
}

.food .container .pagination .pag_box .pag_item {
  color: #282b32;
  font-family: "Museo Cyrl -100";
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
}

.food .container .pagination .pag_box .pag_item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.food .container .pagination .pag_box .active {
  color: #f25a31;
}

.food .container .pagination .pag_box .last {
  width: 24px;
  height: 48px;
  background-image: url(/public/images_events/left_pag.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.food .container .pagination .pag_box .last:hover {
  background-image: url(/public/images_events/active_pag.png);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
}

.food_inner {
  /*.container {
      width: 1110px;
  }*/
}

.food_inner .slick-list {
  height: px2rem(420);
}

.food_inner .first {
  height: 100vh;
  background: url(/public/images_events/inner_food_back.png) no-repeat center;
  background-size: cover;
}

.food_inner .first .title_first {
  padding-top: 30vh;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 700;
}

.food_inner .first .title_first:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 24px;
  margin-top: 25px;
}

.food_inner .first .subtitle_first {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
}

.food_inner .food_inner_content {
  margin-top: 40px;
}

.food_inner .food_inner_content .first_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_inner .food_inner_content .first_block .text {
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 700;
  color: #f25a31;
  width: 30%;
  margin-top: 14px;
}

.food_inner .food_inner_content .first_block .text span {
  font-weight: 300;
}

.food_inner .food_inner_content .first_block .text:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin: 0;
  margin-bottom: 53px;
  margin-top: 25px;
}

.food_inner .food_inner_content .first_block .background {
  width: 48%;
  min-height: 231px;
  background: url(/public/images_events/background_first.png) no-repeat center;
  background-size: cover;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  padding: 49px 0 0 63px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.food_inner .food_inner_content .second_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.food_inner .food_inner_content .second_block .background {
  width: 48%;
  background: url(/public/images_events/background_second.png) no-repeat center;
  padding: 34px 0 34px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
}

.food_inner .food_inner_content .second_block .background .strong {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.food_inner .food_inner_content .second_block .background .site {
  margin-top: 20px;
}

.food_inner .food_inner_content .second_block .background .little {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 21px;
  font-weight: 300;
}

.food_inner .food_inner_content .second_block .text {
  margin-left: 35px;
}

.food_inner .food_inner_content .second_block .text .title {
  color: #f25a31;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  text-align: left;
  margin-top: 7px;
}

.food_inner .food_inner_content .second_block .text .title:after {
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin: 0;
  margin-bottom: 53px;
  margin-top: 25px;
}

.food_inner .food_inner_content .second_block .text p {
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 300;
}

.food_inner .map img {
  min-width: 100%;
}

.food_inner .slider img {
  min-width: 100%;
}

.food_inner .container .title {
  color: #282b32;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  margin-top: 113px;
  text-align: center;
}

.food_inner .container .title:after {
  margin: 0 auto;
  content: '';
  display: block;
  width: 121px;
  height: 3px;
  background-color: #05b5b4;
  margin-bottom: 61px;
  margin-top: 25px;
}

.food_inner .container .products_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 72px;
}

.food_inner .container .products_box .one_food {
  width: 32.666666667%;
  position: relative;
  cursor: pointer;
}

.food_inner .container .products_box .one_food:hover .description:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 64%;
  height: 60px;
}

.food_inner .container .products_box .one_food .img_box {
  background-image: url(/public/images_events/first_food.png);
  padding-top: 152%;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 94%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.food_inner .container .products_box .one_food .description {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f98365), color-stop(15%, #f87d5d), to(#f25a31));
  background-image: linear-gradient(to top, #f98365 0%, #f87d5d 15%, #f25a31 100%);
  padding: 23px 23px 20px 36px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description:before {
  width: 0%;
  height: 0%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
}

.food_inner .container .products_box .one_food .description .name {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .time {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/clocks_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .price_desc {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  background: url(/public/images_events/tng_for_desc.png) no-repeat left center;
  padding-left: 19px;
  margin-bottom: 12px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .price {
  color: #ffffff;
  font-family: "Open Sans - Semi Bold";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 41px;
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .more {
  z-index: 1;
  position: relative;
}

.food_inner .container .products_box .one_food .description .more span {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  padding-right: 87px;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  background: url(/public/images_events/more_icon.png) no-repeat right center;
}

.food_inner .container .products_box .one_food {
  margin: 0 1%;
  margin-bottom: 24px;
}

.food_inner .container .download_more {
  text-align: center;
  margin-top: 93px;
}

.food_inner .container .download_more span {
  color: #f98365;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  border: 2px solid #f98365;
  padding: 14px 33px 15px 31px;
  cursor: pointer;
}

.hotel .hotel_back {
  background: url(/public/media/client/images/back_for_hotel.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.hotel .hotel_back .introduction {
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  color: white;
  padding: 180px 0 0 130px;
}

.hotel .hotel_widget {
  text-align: center;
  padding: 80px 0px;
}

.tickets .hotel_back {
  background: url(https://img-fotki.yandex.ru/get/1100855/131481188.e/0_1cac38_216c0d7a_orig.jpg) no-repeat center;
  background-size: cover;
  padding-top: 30%;
  height: 0;
  width: 100%;
}

.tickets .hotel_back .introduction {
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 800;
  color: white;
  padding: 180px 0 0 130px;
}

.tickets .container .avia_widget {
  margin-top: 10px;
}

.tickets .container .avia_widget h3 {
  color: #555;
  font-family: Forum;
}

.tickets .container .avia_widget iframe {
  width: 100%;
  border: none;
}

.tickets .container h2 {
  text-align: center;
  margin-bottom: 45px;
}

.tickets .container .another_cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.tickets .container .another_cities .another_city {
  width: 23.125%;
  text-decoration: none;
}

.tickets .container .another_cities .another_city .img_table {
  display: table;
  width: 100%;
  height: 200px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.tickets .container .another_cities .another_city .img_table .align_center {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.tickets .container .another_cities .another_city .img_table .align_center:hover .img_back {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.tickets .container .another_cities .another_city .img_table .align_center .img_back {
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.tickets .container .another_cities .another_city .img_table .align_center .amsterdam {
  background-image: url(/public/media/client/images/amsterdam.jpg);
}

.tickets .container .another_cities .another_city .img_table .align_center .frankfurt {
  background-image: url(/public/media/client/images/frankfurt.jpg);
}

.tickets .container .another_cities .another_city .img_table .align_center .pekin {
  background-image: url(/public/media/client/images/pekin.jpg);
}

.tickets .container .another_cities .another_city .img_table .align_center .deli {
  background-image: url(/public/media/client/images/deli.jpg);
}

.tickets .container .another_cities .another_city .img_table .align_center .dubai {
  background-image: url(/public/media/client/images/dubai.jpg);
}

.tickets .container .another_cities .another_city .img_table .align_center .stambul {
  background-image: url(/public/media/client/images/stambul.jpg);
}

.tickets .container .another_cities .another_city .img_table .align_center .kiev {
  background-image: url(/public/media/client/images/kiev.jpg);
}

.tickets .container .another_cities .another_city .img_table .align_center .moskva {
  background-image: url(/public/media/client/images/moskva.jpeg);
}

.tickets .container .another_cities .another_city .img_table .align_center .text_wrapper {
  -webkit-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
  position: relative;
}

.tickets .container .another_cities .another_city .img_table .align_center .text_wrapper .wrapper_content {
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  margin: 30px auto;
  position: relative;
}

.tickets .container .another_cities .another_city .img_table .align_center .text_wrapper .wrapper_content .inner_wrapper {
  text-align: center;
}

.tickets .container .another_cities .another_city .img_table .align_center .text_wrapper .wrapper_content .inner_wrapper .block_title {
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
  line-height: 1.23;
}

.tickets .container .another_cities .another_city:nth-child(1) {
  margin-bottom: 25px;
}

.tickets .container .another_cities .another_city:nth-child(2) {
  margin: 0 1.25% 0 2.5%;
  margin-bottom: 25px;
}

.tickets .container .another_cities .another_city:nth-child(3) {
  margin: 0 2.5% 0 1.25%;
  margin-bottom: 25px;
}

.tickets .container .another_cities .another_city:nth-child(4) {
  margin-bottom: 25px;
}

.tickets .container .another_cities .another_city:nth-child(6) {
  margin: 0 1.25% 0 2.5%;
}

.tickets .container .another_cities .another_city:nth-child(7) {
  margin: 0 2.5% 0 1.25%;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[class^="swiper-button-"] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 80%;
  height: 100vh;
  float: left;
  -webkit-transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, -webkit-transform .3s ease;
  transition: opacity .6s ease, transform .3s ease;
  transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.swiper-container.nav-slider {
  width: 20%;
  padding-left: 5px;
}

.swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: .4;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-container.nav-slider .swiper-slide .content {
  width: 100%;
}

.swiper-container.nav-slider .swiper-slide .content .title {
  font-size: 20px;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}

.swiper-slide {
  overflow: hidden;
}

.swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.swiper-slide .entity-img {
  display: none;
}

.swiper-slide .content {
  position: absolute;
  top: 20%;
  left: 0;
  width: 65%;
  padding-left: 15%;
  color: #fff;
}

.swiper-slide .content.top-right {
  left: auto;
  right: 10%;
}

.swiper-slide .content.top-right .title {
  font-size: 4.6em;
}

.swiper-slide .content.bottom-left {
  left: 0;
  right: auto;
  padding-left: 3%;
  top: auto;
  bottom: 15%;
}

.swiper-slide .content.bottom-left .title {
  font-size: 3.6em;
}


.swiper-slide .content .title {
  font-size: 2.6em;
  font-weight: bold;
  margin-bottom: 30px;
}

.swiper-slide .content .title span {color: #f25a31; }


.swiper-slide .content .caption {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, -webkit-transform .7s ease;
  transition: opacity .3s ease, transform .7s ease;
  transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}

.swiper-slide .content .caption.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}

.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.linknone {
  text-decoration: none;
  color: #fff;
}

.imgTextBlock_detalis a {
  color: #f25a31;
}

.container img {
  max-width: inherit;
}

.container ul {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 40px;
     -moz-padding-start: 40px;
          padding-inline-start: 40px;
}

@font-face {
  font-family: 'Museo Cyrl -900';
  src: url("/public/media/client/fonts/exljbris - Museo Cyrl 900.eot");
  src: local("\263A"), url("/public/media/client/fonts/exljbris - Museo Cyrl 900.woff") format("woff"), url("/public/media/client/fonts/exljbris - Museo Cyrl 900.ttf") format("truetype"), url("/public/media/client/fonts/exljbris - Museo Cyrl 900.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Cyrl -500';
  src: url("/public/media/client/fonts/exljbris - Museo Cyrl 500.eot");
  src: local("\263A"), url("/public/media/client/fonts/exljbris - Museo Cyrl 500.woff") format("woff"), url("/public/media/client/fonts/exljbris - Museo Cyrl 500.ttf") format("truetype"), url("/public/media/client/fonts/exljbris - Museo Cyrl 500.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Cyrl -700';
  src: url("/public/media/client/fonts/exljbris - Museo Cyrl 700.eot");
  src: local("\263A"), url("/public/media/client/fonts/exljbris - Museo Cyrl 700.woff") format("woff"), url("/public/media/client/fonts/exljbris - Museo Cyrl 700.ttf") format("truetype"), url("/public/media/client/fonts/exljbris - Museo Cyrl 700.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Open Sans";
}

#const_logo {
  width: 60%;
}

.widthdef {
  width: 65%;
  margin: auto;
}

@media screen and (max-width: 1475px) {
  .widthdef {
    width: 60%;
  }
}

.widthdef-slider {
  width: 91%;
}

.widthdef-slider-left {
  margin-left: 0;
  margin-right: auto;
}

.widthdef-slider-right {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .widthdef-slider {
    width: 95%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .widthdef {
    width: 95%;
    margin: auto;
  }
}

.header-border {
  border-bottom: 2px solid red;
  padding-bottom: 15px;
  width: 86%;
  height: 5px;
  position: absolute;
  top: 70px;
}

.xsno {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .xsno {
    display: none;
  }
}

.xson {
  display: none;
}

@media screen and (max-width: 640px) {
  .xson {
    display: block;
  }
}

.thminibox {
  position: relative;
}

.TopSec-def {
  position: relative;
  margin-top: 2.975vw;
  padding-top: 2.975vw;
}

.TopSec-def .thminibox {
  position: absolute;
  top: 0;
  width: 100%;
}

.TopSec-def .thminibox_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TopSec-def .thminibox_icon:before {
  content: '';
  width: 100%;
  border: 1px solid #cccccc;
  height: 0;
}

@media screen and (max-width: 640px) {
  .TopSec-def {
    margin-top: 75px;
  }
}

.TopSec-p0 {
  padding-top: 0;
}

.propPicture {
  width: 100%;
  position: relative;
}

.propPicture_img {
  width: 100%;
  position: relative;
}

.propPicture_img_src {
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.propPicture_img_src_briak {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("/public/media/client/img/overslider.png");
  background-size: 100% 140%;
  background-color: rgba(0, 0, 0, 0.22);
}

.propPicture_img_src_briak_img {
  position: absolute;
  left: 0;
  top: 22%;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: 110% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .propPicture_img_src_briak_img {
    top: 5%;
  }
}

.propPicture_img_src_text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.propPicture_img_src-blog {
  padding-top: 65%;
  background-size: cover;
}

.propPicture_img_src-categories {
  padding-top: 90%;
  background-size: cover;
}

.propPicture_img_src-def {
  padding-top: 100%;
  background-size: contain;
  background-position: center center;
}

.propPicture_img_src-p25 {
  padding-top: 25%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-p20 {
  padding-top: 20%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-p30 {
  padding-top: 30%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-p35 {
  padding-top: 35%;
  background-size: contain;
  background-position: center center;
}

.propPicture_img_src-p80 {
  padding-top: 55%;
  background-size: contain;
  background-position: center center;
}

.propPicture_img_src-flag {
  padding-top: 35%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-footer {
  padding-top: 41%;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .propPicture_img_src-footer {
    padding-top: 80%;
    background-position: center;
  }
}

.propPicture_img_src-p43 {
  padding-top: 43%;
  background-size: cover;
}

.propPicture_img_src-guide {
  background-size: cover;
  padding-top: 34%;
}

.propPicture_img_src-slider {
  height: 95vh;
  background-size: cover;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.propPicture_img_src-slider:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/public/media/client/images/arDown (1).png");
  width: 30px;
  height: 30px;
  z-index: 10;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .propPicture_img_src-slider {
    background-size: cover;
    background-position: top center;
  }
}

.propPicture_img_src-avio {
  padding-top: 60%;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .propPicture_img_src-avio {
    padding-top: 150%;
  }
}

.propPicture_img_src-impression {
  padding-top: 115%;
  background-size: cover;
}

.propPicture_img_src-tours {
  padding-top: 105%;
  background-size: cover;
}

.propPicture_img_src-whento {
  padding-top: 31%;
  background-size: cover;
}

.propPicture_img_src-monbk {
  padding-top: 22%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-leftel {
  padding-top: 70%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-rightel {
  padding-top: 90%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-cateGuide {
  padding-top: 35%;
  background-size: cover;
  background-position: center center;
}

.propPicture_img_src-maps {
  padding-top: 30%;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 780px) {
  .propPicture_img_src-maps {
    padding-top: 50%;
  }
}

.iconBoxE {
  width: 24px;
}

.contactcontrol_block {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.contactcontrol_block_right {
  padding-left: 25px;
}

.boxItera {
  line-height: 75%;
  margin-top: 10px;
}

.contactBoxEle_contactbol {
  width: 48%;
  background: url(/public/images_events/background_second.png) no-repeat center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  padding: 34px 0 34px 40px;
}

@media screen and (max-width: 780px) {
  .contactBoxEle_contactbol {
    width: 100%;
    padding: 20px;
  }
}

.contactBoxEle_opdata {
  width: 48%;
}

@media screen and (max-width: 780px) {
  .contactBoxEle_opdata {
    width: 100%;
    padding: 20px;
  }
}

.contactBoxEle_detalis {
  width: 48%;
  background: url(/public/images_events/background_second.png) no-repeat center;
  padding: 34px 0 34px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  padding-left: 35px;
}

@media screen and (max-width: 780px) {
  .contactBoxEle_detalis {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
  }
}

.SocIconDelta {
  width: 40px;
  margin-top: 40px;
}

.SocIconDelta + .SocIconDelta {
  margin-left: 20px;
}

.imaAbsolut {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imaAbsolut_img {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.flagboxItem {
  border-radius: 5px;
  overflow: hidden;
}

.flagboxItem + .flagboxItem {
  margin-top: 20px;
}

.visablock_bk_pos_head_top {
  margin-top: 2.5vw;
}

.visablock_bk_pos_head_top .content {
  font-weight: 300;
}

.visablock_bk_pos_head_down {
  margin-top: 5vw;
  margin-bottom: 3vw;
}

.visablock_bk_pos_head_down .title {
  margin-bottom: 1vw;
}

.visablock_bk_pos_head_filt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flagBblogItem + .flagBblogItem {
  margin-top: 1.5vw;
}

.mapsTitle {
  padding: 1.5vw;
  padding-right: 5vw;
  padding-bottom: 0.5vw;
  border-top: 1px solid #fff;
  padding-left: 0;
}

.mapcontroler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#maps {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.boxElemensa .socicon-btn.socicon-solid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-family: 'socicon';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 11px;
  font-size: 24px;
  border: 1px solid #eeeeee;
  color: #3f444a;
  -webkit-transition: background, color 0.3s;
  transition: background, color 0.3s;
  border: 0;
  width: 46px;
  height: 46px;
  padding-top: 12px;
}

.boxElemensa .socicon-btn.socicon-solid path {
  fill: #fff;
}

.vehical_bk_pos_maps a {
  color: #f25a31;
}

.view_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.view_button .box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  text-align: center;
}

.view_button .box_flex i {
  margin-right: 5px;
  color: #000;
  font-size: 20px;
}

.view_button .box_flex p {
  color: #000;
  font-size: 20px;
}

.mapsTitmeh {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.mapsTitmeh_maps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mapsTitmeh_maps_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mapsTitmeh.active .mapsTitmeh_maps_img {
  opacity: 1;
}

.mapsTitmeh_pos {
  background-image: url("/public/media/client/img/guide/mapsover.png");
  background-size: cover;
  width: 100%;
  padding-top: 9vw;
  padding-bottom: 3vw;
  color: #fff;
  position: relative;
  z-index: 2;
}

.flagtext {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flagtext_pos {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  color: #fff;
  background-image: url("/public/media/client/img/guide/flagover.png");
  background-size: cover;
}

.vehicalnavItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5vw;
}

.vehicalnavItem {
  margin-top: 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 780px) {
  .vehicalnavItem {
    width: 100%;
    margin: 10px 0;
  }
}

.vehicalnavItem.active span {
  border-bottom-color: transparent;
  color: #f25a31;
}

.vehicalnavItem.active .propPicture_img_src {
  background-color: #f25a31;
}

.vehicalnavItem_icon {
  width: 15px;
  margin-right: 5px;
}

.vehicalnavItem_icon .propPicture_img_src {
  background-color: #000;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.vehicalnavItem_title span {
  color: #282b32;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-bottom: 2px dotted #282b32;
}

.blskyblock {
  background-image: url("/public/media/client/img/guide/skyclo.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.weather_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.catHeadItem {
  text-align: center;
  width: 14%;
  padding-top: 0vw;
}

@media screen and (max-width: 780px) {
  .catHeadItem {
    text-align: center;
    width: 55%;
    padding-top: 0vw;
    margin: auto;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.catHeadItem_image {
  width: 40%;
  margin: auto;
  margin-bottom: 1vw;
}

@media screen and (max-width: 780px) {
  .catHeadItem_image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.categoriesGuideItems {
  margin-top: 2vw;
}

.categoriesGuideItem {
  padding: 2vw 0;
  margin: 2vw 0;
}

.categoriesGuideItem:first-child {
  margin-bottom: 0;
  padding-top: 0;
}

.categoriesGuideItem:nth-child(2n) {
  background-color: #fafbfb;
}

.categoriesGuideItem_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkList_head {
  width: 8%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 32%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-image: url("/public/media/client/images/iconDelta/Vector_Smart_ObjectActive.png");
  background-color: #f25a31;
}

.checkList_head.active {
  background-color: #05b5b4;
  background-image: url("/public/media/client/images/iconDelta/Vector_Smart_Object.png");
}

.checkList_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  background-color: #e1dbda;
  width: 80%;
}

.checkList_body_text {
  width: 40%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-right: 8vw;
}

.checkList_body_button {
  width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkList_button {
  background-color: #e1dbda;
  width: 8%;
}

.categoriesGuideEl {
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 780px) {
  .categoriesGuideEl {
    width: 100%;
  }
}

.categoriesGuideEl .content {
  font-weight: 300;
}

.categoriesGuideEl_title {
  color: #483f3f;
  min-height: 36px;
  line-height: 200%;
  margin-bottom: 1vw;
}

.categoriesGuideEl_image {
  margin-top: auto;
  padding-top: 0.25vw;
}

.categoriesGuide_bk_pos_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.weatherItems {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #483f3f;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
}

.weatherItems_item {
  width: calc(7.69% - 5px);
}

@media screen and (max-width: 780px) {
  .weatherItems_item {
    width: 100%;
  }
}

.weatherItems_item-bk .weatherItems_item_humidity,
.weatherItems_item-bk .weatherItems_item_temperature,
.weatherItems_item-bk .weatherItems_item_ice {
  background-color: #f4f4f4;
}

.weatherItems_item_title {
  padding: 10px 10px;
  text-align: center;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0;
}

.weatherItems_item_humidity {
  padding: 10px 10px;
  text-align: center;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.weatherItems_item_temperature {
  padding: 10px 10px;
  text-align: center;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.weatherItems_item_ice {
  padding: 10px 10px;
  text-align: center;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foselement p {
  margin: 2vw 0;
}

.foselement hr {
  margin-bottom: 3vw;
}

.foselement_bk_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.foselement_bk_pos_left {
  width: 55%;
}

.foselement_bk_pos_right {
  width: 40%;
}

.monaybk_bl_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.monaybk_bl_pos_bk {
  width: 50%;
}

.monaybk_bl_pos_detalis {
  width: 45%;
}

.monaybk_bl_pos_detalis .title {
  line-height: 100%;
  margin-bottom: 1vw;
}

.monaybk_bl_pos_detalis .content {
  line-height: 145%;
  color: #483f3f;
}

.desktopCon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.desktopCon .btn {
  margin: 5px;
  height: 2.56410256rem;
}

@media screen and (max-width: 950px) {
  .desktopCon {
    display: none;
  }
}

.boxsrx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all .33s linear;
  transition: all .33s linear;
  border-radius: 1px;
}

.boxsrx:nth-child(2):hover {
  -webkit-transform: translate(120px);
          transform: translate(120px);
  -webkit-transition: all .33s linear;
  transition: all .33s linear;
  border-bottom: 2px solid #f25a31;
}

.boxsrx:nth-child(3):hover {
  -webkit-transform: translate(120px);
          transform: translate(120px);
  -webkit-transition: all .33s linear;
  transition: all .33s linear;
  border-bottom: 2px solid #f25a31;
}

.boxsrx:nth-child(2):hover {
  -webkit-transform: translate(120px);
          transform: translate(120px);
  -webkit-transition: all .33s linear;
  transition: all .33s linear;
  border-bottom: 2px solid #f25a31;
}

.boxsrx a {
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sliderButon {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .sliderButon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sliderButon .btn {
  width: 65%;
  margin: auto;
}

@media screen and (max-width: 780px) {
  .sliderButon .btn {
    width: 95%;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#volume {
  font-size: 30px;
}

.detailsBlock {
  width: calc(33.33% - 1vw);
  margin: calc(1vw / 2);
  color: #fff;
  height: auto;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .detailsBlock {
    width: 100%;
    margin: 2vw 0;
  }
}

.detailsBlock_img {
  background-image: url(/public/images_events/first_food.png);
  padding-top: 152%;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 105%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 305px;
}

.detailsBlock:hover .detailsBlock_data:before {
  width: 64%;
  height: 60px;
}

.detailsBlock_data {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f98365), color-stop(15%, #f87d5d), to(#f25a31));
  background-image: linear-gradient(to top, #f98365 0%, #f87d5d 15%, #f25a31 100%);
  padding: 1.5vw;
  z-index: 1;
  position: absolute;
  bottom: 0;
  border: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  background-image: none;
  padding-top: 2vw;
  background-image: url(/public/media/client/img/ovetyr.png);
  background-size: cover;
}

.detailsBlock_data:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
}

.detailsBlock_data_more {
  z-index: 1;
  position: relative;
}

.detailsBlock_data_more span {
  padding-right: 87px;
  background: url(/public/images_events/more_icon.png) no-repeat right center;
}

.detailsBlock_data_more img {
  margin-left: 15px;
}

.blogsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin: 0 -0.5vw;
  margin-top: -20px;
}

.formBigbox {
  padding: 25px 20px;
  width: 95%;
  max-width: 500px;
  padding-top: 75px;
}

.formBigbox-unw {
  width: 85%;
  max-width: 365px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.formBigbox-unw p + p {
  margin-top: 10px;
}

.formBigbox .fancybox-button.fancybox-close-small {
  top: 6px;
  color: #fff;
}

.formBigbox_head {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px;
  background-color: #f25a31;
  color: #fff;
}

.formBigbox_body {
  width: 100%;
}

.formBigbox_body_nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.inputFormCon_title {
  color: #999898;
  width: 100%;
}

.inputFormCon_boxinput {
  width: 100%;
}

.inputFormCon_boxinput_input {
  width: 100%;
  padding: 0.8rem 1.25rem;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: #f4f4f4;
  color: #495057;
}

.navboxBig {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.blogsItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  cursor: pointer;
  -webkit-box-shadow: 0 0px 0px transparent;
          box-shadow: 0 0px 0px transparent;
  background-size: cover;
  background-position: center center;
  text-decoration: none;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .blogsItem {
    width: 100%;
  }

  .blogsItem + .blogsItem {
    margin-top: 25px;
  }
}

.blogsItem:hover {
  -webkit-box-shadow: 0 12px 76px rgba(70, 107, 126, 0.49);
          box-shadow: 0 12px 76px rgba(70, 107, 126, 0.49);
}

.blogsItem:hover .blogsItem_detalis:before {
  width: 57%;
  height: 23%;
}

.blogsItem_detalis {
  color: #fff;
  padding: 1.55vw;
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 850px) {
  .blogsItem_detalis {
    padding: 2.05vw;
  }
}

@media screen and (max-width: 640px) {
  .blogsItem_detalis {
    padding: 20px;
  }
}

.blogsItem_detalis .title {
  z-index: 1;
  position: relative;
}

.blogsItem_detalis:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: #05b5b4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.blogsItem .blogItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogsItem .blogItems .swiper-slide {
  width: 32% !important;
  min-height: 390px;
  max-height: 390px;
}

.galleryItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.galleryItem {
  width: calc(25% - 0.5vw);
  margin: 0.5vw 0;
}

@media screen and (max-width: 640px) {
  .galleryItem {
    width: calc(50% - 0.5vw);
  }
}

.sliderText {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .sliderText_pos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.sliderText_pos_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 15px;
}

.btn {
  text-decoration: none;
}

.btn-def {
  color: #f25a31;
  font-family: "Museo Cyrl -500";
  font-weight: 400;
  border-radius: 6px;
  border: 2px solid #f25a31;
  padding: 10px 35px;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn-def:hover {
  background-color: #f25a31;
  color: #fff;
}

.btn-slider {
  color: #ffffff;
  font-family: "Museo Cyrl -900";
  font-weight: 400;
  border-radius: 6px;
  border: 2px solid #f25a31;
  background-color: #f25a31;
  padding: 0.5vw 2.2vw;
}

.btn-slider-detalis {
  padding: 0 2.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

.btn-link {
  margin-right: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  .btn-link {
    margin-right: 15px;
  }
}

.btn-sendbox {
  text-align: center;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  line-height: 1.5;
  background-color: transparent;
  border-color: #f25a31;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #f25a31;
}

.btn-sendbox:hover {
  color: #fff;
  background-color: #f25a31;
  border-color: #f25a31;
}

.btn-close {
  text-align: center;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #121820;
  background-color: #eee;
  border-color: #c8d1d7;
  margin-right: .25rem;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.btn-close:hover {
  background-color: #dbdbdb;
  background-image: none;
  border-color: #aab8c2;
}

#Formvsa {
  display: none;
}

.iframechoko {
  width: 100%;
  position: relative;
  z-index: 10;
}

.iframechoko_podloska {
  width: 100%;
  height: 100px;
}

@media screen and (max-width: 780px) {
  .iframechoko_podloska {
    height: 230px;
  }
}

@media screen and (max-width: 640px) {
  .iframechoko_podloska {
    height: 270px;
  }
}

.iframechoko_fram {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
}

.iframechoko_fram iframe {
  height: 250px;
}

.railways-label {
  color: white !important;
}

.orange_title-endflxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 25px;
}

.orange_title-endflxs:after {
  margin-bottom: 0;
}

.impressionItems_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.impressionItems_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: calc(5.95vw - 20px);
}

@media screen and (max-width: 640px) {
  .impressionItems_button {
    margin-top: 30px;
  }
}

.impressionItems_button-multi {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

.impressionItem {
  width: 100%;
}

.toursItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.toursItems_head {
  color: #f98365;
  margin-bottom: 10px;
}

.toursItem {
  width: calc(33.33% - 1vw);
  margin: calc(1vw / 2);
  border-radius: 5px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-box-shadow: 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px transparent;
}

.toursItem:hover {
  -webkit-box-shadow: 0 12px 76px rgba(70, 107, 126, 0.49);
          box-shadow: 0 12px 76px rgba(70, 107, 126, 0.49);
}

@media screen and (max-width: 850px) {
  .toursItem {
    width: calc(50% - 1vw);
  }
}

@media screen and (max-width: 640px) {
  .toursItem {
    width: 47%;
    margin: auto;
    margin-bottom: 0;
  }

  .toursItem + .toursItem {
    margin-top: 25px;
  }
}

.sights {
  clear: both;
}

.footdetalis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footdetalis_detalis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

@media screen and (max-width: 640px) {
  .footdetalis_detalis {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .footdetalis_logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.footer_head {
  margin-top: -15vw;
}

@media screen and (max-width: 640px) {
  .footer_head {
    margin-top: -50vw;
  }
}

.footer_body {
  padding: 15px 0;
  width: 100%;
  background-color: #282b32;
}

@media screen and (max-width: 640px) {
  .footer_body {
    margin-top: -2px;
  }
}

.footer_footer {
  background-color: #282b32;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (max-width: 640px) {
  .footer_footer {
    margin-top: -2px;
  }
}

.footer_footer_pos {
  border-top: 1px dotted rgba(255, 255, 255, 0.4);
  padding-top: 20px;
}

.footerControl p {
  padding: 3px 0;
}

.after {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-bottom: 35px;
  line-height: 150%;
}

@media screen and (max-width: 640px) {
  .after {
    width: 100%;
  }
}

.avioBlock {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 4vw 0;
  border-radius: 4px;
  background-image: linear-gradient(49deg, #039593 0%, #00b4b2 100%);
  position: relative;
}

@media screen and (max-width: 640px) {
  .avioBlock {
    padding: 40px 0;
  }
}

.avioBlock_imgbk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.avioBlock_imgbk-airo {
  -webkit-transform: translate(-1.5vw, 0px);
          transform: translate(-1.5vw, 0px);
  background-size: inherit;
  background-position: top left;
}

.avioBlock_imgbk-trava {
  background-size: inherit;
  background-position: bottom left;
}

.avioBlock_pos {
  width: 75%;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .avioBlock_pos {
    width: 90%;
  }
}

.avioBlock_pos_head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5vw;
}

.avioBlock_pos_head_title {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avioBlock_pos_head_nav {
  margin-left: auto;
}

@media screen and (max-width: 850px) {
  .avioBlock_pos_head_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}

.avioBlock_pos_body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.avioBlock_pos_body_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.bktitlebox {
  background-color: #05b4b3;
  position: relative;
}

.elemenbsad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iconminibox {
  width: 42px;
  margin-right: 25px;
}

.textskeglist {
  padding: 2.2vw 4.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.impressiontext {
  color: #fff;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}

.impressiontext:hover .impressiontext_drop_text {
  margin-bottom: 0%;
}

.impressiontext_block {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1.55vw;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 850px) {
  .impressiontext_block {
    padding: 2.05vw;
  }
}

@media screen and (max-width: 640px) {
  .impressiontext_block {
    padding: 20px;
  }
}

.impressiontext_drop {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.impressiontext_drop_text {
  padding: 1.55vw;
  padding-top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: -100%;
}

@media screen and (max-width: 850px) {
  .impressiontext_drop_text {
    padding: 2.05vw;
  }
}

@media screen and (max-width: 640px) {
  .impressiontext_drop_text {
    padding: 20px;
    padding-top: 0;
  }
}

.checkBlock {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans";
  font-weight: 400;
  cursor: pointer;
}

.checkBlock + .checkBlock {
  margin-left: 20px;
}

@media screen and (max-width: 380px) {
  .checkBlock {
    font-size: 12px;
  }
}

.iconBlock {
  margin-right: 10px;
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.iconBlock_input {
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.iconBlock_input:checked + .iconBlock_check {
  opacity: 1;
}

.iconBlock_check {
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.iconBlock label {
  width: 19px;
  height: 19px;
  border: 1px solid #14653e;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .avioForm_inputs {
    width: 100%;
    margin-right: 0;
  }
}

.avioForm_inputs_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .avioForm_inputs_body {
    width: 100%;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.avioForm_inputs_footer {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  .avioForm_inputs_footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 850px) {
  .avioForm_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .avioForm_nav {
    margin-top: 15px;
  }
}

.inputdef {
  border-bottom: 1px solid #f25a31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inputdef + .inputdef {
  margin-left: 1.8vw;
}

@media screen and (max-width: 850px) {
  .inputdef + .inputdef {
    margin-left: 0;
  }
}

@media screen and (max-width: 850px) {
  .inputdef {
    width: 100%;
    margin: 15px 0;
  }
}

.inputdef_input {
  background: none;
  border: none;
  outline: none;
  padding: 5px 0;
  color: #fff;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.inputdef_input::-webkit-input-placeholder {
  color: white;
}

.inputdef_input:-ms-input-placeholder {
  color: white;
}

.inputdef_input::-ms-input-placeholder {
  color: white;
}

.inputdef_input::placeholder {
  color: white;
}

.menuavioItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cli {
  cursor: pointer;
}

.frame iframe {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.contactBoxEle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactBoxEle_contactbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f25a31;
  background-image: url(/public/media/client/images/iconDelta/bkdeltaTrava.png);
}

.contactBoxEle_contactbol:nth-child(2) {
  background-color: #05b5b4;
}

.contactBoxEle_detalis {
  background-image: url(/public/media/client/images/iconDelta/bkdeltaTrava.png);
  background-color: #05b5b4;
}

.menuavioItem {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid transparent;
}

.menuavioItem.active {
  border-bottom-color: #fff;
}

.menuavioItem_pos {
  display: inline-block;
}

.menuavioItem_pos img {
  margin-right: 5px;
}

.menuavioItem + .menuavioItem {
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .menuavioItem + .menuavioItem {
    margin-left: 20px;
  }
}

.text {
  text-decoration: none;
}

.text-o5 {
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .text-mobail {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

.text-mc500 {
  font-family: "Museo Cyrl -500";
}

.text-tc {
  text-align: center;
}

.text-ln140 {
  line-height: 140%;
}

.text-c00cc {
  color: #00CCCC;
}

.text-slide {
  line-height: 100%;
  margin: 12px 0px;
}

@media screen and (max-width: 640px) {
  .text-slide {
    line-height: 135%;
  }
}

.text-os {
  font-family: 'Open Sans', sans-serif;
}

.text-link {
  text-decoration: underline;
  cursor: pointer;
}

.text-Mp {
  font-family: 'Myriad Pro';
}

.text-c00 {
  color: #000000;
}

.text-c999 {
  color: #999898;
}

.text-c17 {
  color: #f25a31;
}

.text-cf25a {
  color: #f25a31;
}

.text-cf25 {
  color: #f25a31;
}

.text-c282b {
  color: #282b32;
}

.text-cfe {
  color: #fefefe;
}

.text-ce46 {
  color: #e46f20;
}

.text-cfff {
  color: #ffffff;
}

.text-c73 {
  color: #737373;
}

.text-c55 {
  color: #558ec2;
}

.text-cac {
  color: #ace5ff;
}

.text-c48 {
  color: #483f3f;
}

.text-ms700 {
  font-family: "Museo Cyrl -700";
}

.text-al {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  position: absolute;
}

.text-al img {
  margin-right: 3px;
}

.text-s10 {
  font-size: 0.63vw;
}

.text-s15 {
  font-size: 15px;
}

@media screen and (max-width: 640px) {
  .text-s15 {
    font-size: 12px;
  }
}

.text-s16 {
  font-size: 1vw;
}

@media screen and (max-width: 1475px) {
  .text-s16 {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 850px) {
  .text-s16 {
    font-size: 1.78vw;
  }
}

@media screen and (max-width: 640px) {
  .text-s16 {
    font-size: 14px;
  }
}

.text-s12 {
  font-size: 0.88vw;
}

@media screen and (max-width: 780px) {
  .text-s12 {
    font-size: 12px;
  }
}

.text-s48 {
  font-size: 3.69vw;
}

@media screen and (max-width: 640px) {
  .text-s48 {
    font-size: 6.69vw;
  }
}

.text-s24 {
  font-size: 1.84vw;
}

@media screen and (max-width: 640px) {
  .text-s24 {
    font-size: 16px;
  }
}

.text-s14 {
  font-size: 1.08vw;
}

@media screen and (max-width: 780px) {
  .text-s14 {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  .text-s14 {
    font-size: 15px;
  }
}

@media screen and (max-width: 380px) {
  .text-s14 {
    font-size: 12px;
  }
}

.text-s20 {
  font-size: 1.54vw;
}

@media screen and (max-width: 640px) {
  .text-s20 {
    font-size: 4.54vw;
  }
}

.text-s22 {
  font-size: 1.69vw;
}

@media screen and (max-width: 640px) {
  .text-s22 {
    font-size: 18px;
  }
}

.text-s36 {
  font-size: 2.77vw;
}

@media screen and (max-width: 640px) {
  .text-s36 {
    font-size: 25px;
  }
}

.text-s32 {
  font-size: 2.1vw;
}

@media screen and (max-width: 1475px) {
  .text-s32 {
    font-size: 2.46vw;
  }
}

@media screen and (max-width: 640px) {
  .text-s32 {
    font-size: 21px;
  }
}

.text-s18 {
  font-size: 1.38vw;
}

@media screen and (max-width: 780px) {
  .text-s18 {
    font-size: 2.3vw;
  }
}

@media screen and (max-width: 640px) {
  .text-s18 {
    font-size: 13px;
  }
}

.text-w300 {
  font-weight: 300;
}

.text-w400 {
  font-weight: 400;
}

.text-w500 {
  font-weight: 500;
}

.text-w700 {
  font-weight: 700;
}

.text-w800 {
  font-weight: 800;
}

.text-ar {
  font-family: Arial;
}

.text-Arbold {
  font-family: Arial;
  font-weight: 700;
}

.text-flxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bigquote {
  border: 4px solid #f25a31;
  position: relative;
  padding: 20px 28px 35px 130px;
}

.bigquote_img {
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  background: white;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 55px;
}

.title {
  font-family: "Museo Cyrl -500";
  font-weight: 400;
  text-decoration: none;
}

.title-leftafter {
  text-align: left !important;
}

.title-leftafter:after {
  margin-left: 0 !important;
}

.title-c500 {
  font-family: "Museo Cyrl -500";
}

.title-c00 {
  color: #000;
}

.title-call {
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
}

.title-os {
  font-family: "Open Sans";
}

.title-btnd {
  margin-top: auto;
  padding-top: 30px;
}

.title-s48 {
  font-size: 3.5vw;
}

@media screen and (max-width: 850px) {
  .title-s48 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 640px) {
  .title-s48 {
    font-size: 26px;
  }
}

.title-s36 {
  font-size: 36px;
}

.title-s30 {
  font-size: 2.2vw;
}

@media screen and (max-width: 850px) {
  .title-s30 {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 640px) {
  .title-s30 {
    font-size: 26px;
  }
}

.title-guide {
  color: #05b5b4;
}

.title-guidetitle {
  color: #f25a31;
}

.title-s28 {
  font-size: 1.8vw;
}

@media screen and (max-width: 850px) {
  .title-s28 {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 640px) {
  .title-s28 {
    font-size: 23px;
  }
}

.title-s24 {
  font-size: 1.55vw;
}

@media screen and (max-width: 850px) {
  .title-s24 {
    font-size: 2.05vw;
  }
}

@media screen and (max-width: 640px) {
  .title-s24 {
    font-size: 20px;
  }
}

.title-s22 {
  font-size: 1.45vw;
}

@media screen and (max-width: 850px) {
  .title-s22 {
    font-size: 1.95vw;
  }
}

@media screen and (max-width: 640px) {
  .title-s22 {
    font-size: 18px;
  }
}

.title-s18 {
  font-size: 1.3vw;
}

@media screen and (max-width: 850px) {
  .title-s18 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 640px) {
  .title-s18 {
    font-size: 12px;
  }
}

.title-s16 {
  font-size: 1vw;
}

@media screen and (max-width: 1475px) {
  .title-s16 {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 850px) {
  .title-s16 {
    font-size: 1.78vw;
  }
}

@media screen and (max-width: 640px) {
  .title-s16 {
    font-size: 14px;
  }
}

.title-rigabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-rigabox img {
  margin-left: 15px;
}

.conElBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conElBox_detal {
  line-height: 100%;
  width: 50%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.conElBox_detal .strong {
  font-weight: 600;
}

.conElBox_img {
  width: 35px;
  font-size: 30px;
  text-align: center;
}

@media screen and (max-width: 780px) {
  .conElBox_img {
    width: 27px;
    font-size: 20px;
    text-align: center;
  }
}

.WhenToGo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5vw;
}

.WhenToGoItems {
  width: 49%;
}

@media screen and (max-width: 780px) {
  .WhenToGoItems {
    width: 100%;
  }

  .WhenToGoItems + .WhenToGoItems {
    margin-top: 25px;
  }
}

.weatherBlock_bk_pos_Item {
  margin-top: 3.5vw;
}

.WhenToGoItem_head {
  color: #483f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 180%;
  margin-bottom: 1vw;
}

.WhenToGoItem_head .propPicture {
  width: 10%;
}

.WhenToGoItem_head_date {
  margin-left: 15px;
}

.WhenToGoItem_footer {
  margin-top: 1vw;
}

.Emergency_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Emergency_pos_detalis {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 780px) {
  .Emergency_pos_detalis {
    width: 100%;
  }
}

.Emergency_pos_emergency {
  width: 50%;
}

@media screen and (max-width: 780px) {
  .Emergency_pos_emergency {
    width: 100%;
  }
}

.detGuideItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
}

.topPr {
  margin-top: 0.5vw;
}

.topPr p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}

.topPr p img {
  margin-right: 15px;
  width: 13px;
}

.detGuideItem {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 780px) {
  .detGuideItem {
    width: 100%;
  }
}

.detGuideItem_icon {
  width: 10%;
  margin-right: 1vw;
}

.detGuideItem_detalis {
  color: #282b32;
  line-height: 190%;
}

.detGuideItem + .detGuideItem {
  margin-top: 2vw;
}

.EmergencyNumbers_pos {
  background-color: #f25a31;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2vw 4vw;
}

.EmergencyNumbers_pos_body {
  margin-top: 0.5vw;
}

.EmergencyNumbersItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.EmergencyNumbersItem + .EmergencyNumbersItem {
  margin-top: 0.5vw;
}

.EmergencyNumbersItem_icon {
  margin-right: 15px;
  width: 15px;
  text-align: center;
}

.EmergencyNumbersItem_call {
  width: 21%;
}

.EmergencyNumbersItem_title {
  width: 40%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: auto;
  padding-top: 2.5vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vashnoblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 25vh;
}

.vashnoblock_ele {
  width: 48%;
  padding: 34px 40px;
  background-image: url("/public/media/client/images/iconDelta/bkdeltaTrava.png");
  background-size: 100% auto;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #05b5b4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 780px) {
  .vashnoblock_ele {
    width: 100%;
  }

  .vashnoblock_ele + .vashnoblock_ele {
    margin-top: 25px;
  }
}

.vashnoblock_ele:nth-child(2) {
  background-color: #f25a31;
}

.priceBlock {
  color: #ffffff;
  font-weight: 400;
  background-color: #f25a31;
  position: absolute;
  right: -5px;
  padding: 0.75vw;
  padding-left: 1.1vw;
  top: 10%;
}

@media screen and (max-width: 640px) {
  .priceBlock {
    padding: 5px;
    padding-left: 7px;
    top: -8%;
  }
}

.priceBlock:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0px;
  border: 10px solid transparent;
  border-top: 10px solid #f25a31;
  z-index: -2;
}

.priceBlock-gathead {
  padding: 0.35vw 1vw;
  right: 0;
  top: auto;
  bottom: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.priceBlock-gathead span {
  line-height: 100%;
  position: relative;
}

.priceBlock-gathead:before {
  display: none;
}

.priceBlock-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #f25a31;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.priceBlock-ac:before {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.priceBlock-ac .propPicture {
  margin-right: 17px;
  margin-bottom: 3px;
}

.priceBlock-ac .propPicture .propPicture_img_src {
  background-image: url("/public/media/client/images/iconDelta/Vector_Smart_ObjectActive.png");
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.priceBlock-ac.active {
  background-color: #05b5b4;
}

.priceBlock-ac.active:before {
  border-top-color: #05b5b4;
}

.priceBlock-ac.active .propPicture_img_src {
  background-image: url(/public/media/client/images/iconDelta/Vector_Smart_Object.png);
}

.dopInfo {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .dopInfo {
    padding-top: 0;
    margin-top: 0;
  }
}

.dopInfoItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dopInfoItem + .dopInfoItem {
  margin-left: 2vw;
}

@media screen and (max-width: 780px) {
  .dopInfoItem + .dopInfoItem {
    margin: 0px;
  }
}

@media screen and (max-width: 640px) {
  .dopInfoItem + .dopInfoItem {
    margin: 30px 0;
  }
}

@media screen and (max-width: 780px) {
  .dopInfoItem {
    width: 25%;
    margin: 0px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .dopInfoItem {
    width: 50%;
    margin: 30px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dopInfoItem_icon {
  margin-right: 1vw;
  width: 1.7vw;
  min-width: 25px;
}

.dopInfoItem_icon img {
  width: 100%;
}

.dopInfoItem_text {
  font-family: "Open Sans";
  font-weight: 300;
}

.content {
  font-family: "Open Sans";
  font-weight: 400;
}

.content-w300 {
  font-weight: 300;
}

.content-s18 {
  font-size: 1.3vw;
}

@media screen and (max-width: 850px) {
  .content-s18 {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 640px) {
  .content-s18 {
    font-size: 12px;
  }
}

.content-s16 {
  font-size: 1.18vw;
}

@media screen and (max-width: 850px) {
  .content-s16 {
    font-size: 1.68vw;
  }
}

@media screen and (max-width: 640px) {
  .content-s16 {
    font-size: 14px;
  }
}

.content-s14 {
  font-size: 1.05vw;
}

@media screen and (max-width: 850px) {
  .content-s14 {
    font-size: 1.55vw;
  }
}

@media screen and (max-width: 640px) {
  .content-s14 {
    font-size: 14px;
  }
}

.content-imp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 90%;
  margin-top: 15px;
}

.content-imp img {
  margin-right: 5px;
}

.content-deta {
  font-weight: 700;
  text-transform: uppercase;
  color: #f25a31;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-deta img {
  margin-left: 15px;
}

.content-reset {
  line-height: 135%;
}

.toursItems {
  width: 100%;
}

.toursItems_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.toursblock {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.toursblock_pos {
  margin-top: auto;
  padding-top: 25px;
  color: #fff;
  width: 100%;
  background-image: url("/public/media/client/img/ovetyr.png");
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .toursblock_pos {
    padding-top: 0;
  }
}

.toursblock_pos_text {
  width: calc(100% - 50px);
  padding: 25px 0;
  margin: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .toursblock_pos_text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.toursblock_pos_text .title {
  margin-bottom: 10px;
}

.sightsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5vw;
}

.sightsItem {
  width: 25%;
  color: #000 !important;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .sightsItem {
    width: 50%;
    margin: 25px 0;
  }
}

.sightsItem_icon {
  width: 35%;
  margin: auto;
}

.sightsItem_title {
  margin-top: 15px;
  text-align: center;
}

.headTitle {
  width: 53%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .headTitle {
    width: 100%;
  }
}

.headTitle_body {
  margin-top: 30px;
}

.headTitle_hr {
  width: 125px;
  margin: auto;
}

.selectbox {
  color: #282b32;
  font-family: "Open Sans";
  font-weight: 400;
}

.selectbox .select2-container .select2-selection--single {
  height: 40px;
}

.selectbox .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.selectbox .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.selectbox_input {
  padding-right: 65px;
  min-width: 150px;
  max-width: 35%;
}

@media screen and (max-width: 780px) {
  .selectbox_input {
    padding-right: 0;
    width: 30%;
  }
}

.selectbox .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}

.selectbox .select2-selection__arrow {
  background-image: url("/public/media/client/images/iconDelta/down-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 28px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.selectbox .select2-container--default.select2-container--open .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.selectbox .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}

.selectbox + .selectbox {
  margin-left: 25px;
}

.flagSiti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flagSiti_detalis {
  width: 40%;
}

.flagSiti_img {
  width: 55%;
}

.ullist ul {
  padding-left: 30px;
}

.ullist li {
  position: relative;
}

.ullist li:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #f25a31;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.ullist li + li {
  margin-top: 5px;
}

.ullist-inve li:before {
  background-color: #fff;
}

.EmergencyNumbers_pos_title:not(:first-child) {
  margin-top: 1vw;
}

.imgTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imgTextBlock_detalis {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 780px) {
  .imgTextBlock_detalis {
    width: 100%;
  }
}

.imgTextBlock_detalis-jr {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  .imgTextBlock_detalis-jr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
}

.imgTextBlock_detalis-ac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hr {
  width: 100%;
  border-width: 3px;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hr-def {
  border-color: #05b5b4;
  margin: 3.26vw auto;
  margin-bottom: 3.1vw;
}

@media screen and (max-width: 640px) {
  .hr-def {
    margin: 35px auto;
    margin-bottom: 35px;
  }
}

.hr-lin {
  display: block;
  width: 121px;
  border-bottom: none;
  border-top-width: 3px;
  border-color: #f98365;
  margin-bottom: 2.6vw;
  margin-top: 1.3vw;
}

@media screen and (max-width: 780px) {
  .hr-lin {
    margin-top: 3vw;
    margin-bottom: 5vw;
  }
}

.hr-lin-inv {
  border-color: #05b4b3;
  border-top-width: 2px;
}

.hr-iconTitle {
  border-color: #f25a31;
  margin: 10px 0;
  margin-top: 20px;
}

.hr-minitop {
  margin-top: 21px;
}

.hr-slid {
  margin: 1.26vw auto;
  width: 15%;
  margin-left: 0;
  min-width: 80px;
}

.menuItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.menuItems .border-line {
  width: 24%;
  height: 2px;
  background: #f25a31;
  position: absolute;
  top: 85%;
  left: 0.25641026rem;
  -webkit-transition: all .33s linear;
  transition: all .33s linear;
}

.menuItems .border_line {
  width: 40px;
  height: 3px;
  background: #f25a31;
  position: absolute;
  left: 20px;
  top: auto;
  bottom: 15px;
  -webkit-transition: .7s;
  transition: .7s;
}

.menuItem {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  text-decoration: none;
}

.menuItem a {
  color: #000;
  text-decoration: none;
}

.menuItem:hover {
  border-bottom-color: #000;
}

.menuItem.active {
  border-bottom-color: #000;
}

.menuItem + .menuItem {
  padding-left: 22px;
}

@media screen and (max-width: 950px) {
  .menuItem + .menuItem {
    margin-left: 0;
  }
}

.lang {
  color: #ffffff;
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  padding: 5px 0;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid black;
  font-size: 1.05vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
}

@media screen and (max-width: 640px) {
  .lang {
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}

.lang a {
  color: #000;
  text-decoration: none;
}

.lang_cur {
  position: relative;
}

.lang_cur.active .dropbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categoriesItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -0.5vw;
}

.categoriesItem {
  width: calc(33.33% - 1vw);
  margin: calc(1vw / 2);
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .categoriesItem {
    width: calc(50% - 1vw);
  }
}

@media screen and (max-width: 450px) {
  .categoriesItem {
    width: 47%;
    margin-bottom: 0.8rem;
  }
}

.iconTitle {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.iconTitle_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2vw;
  background-image: url(/public/media/client/img/ovetyr.png);
  background-size: cover;
}

.iconTitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/public/media/client/img/hovergradient.jpg");
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.iconTitle:hover:before {
  opacity: 0.4;
}

.iconTitle:hover .iconTitle_pos {
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}

.iconTitle_pos {
  text-align: center;
  width: 42%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 640px) {
  .iconTitle_pos {
    width: 60%;
  }
}

.iconTitle_pos_icon {
  width: 40%;
  margin: auto;
}

.iconTitle_pos_hr {
  width: 85%;
  margin: auto;
}

.iconTitle_pos_title {
  padding-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .detalisfoot .menuItem {
    width: 100%;
  }

  .detalisfoot .menuItem .menuElm_box_title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }
}

.detalisfoot .boxsrx,
.keyframex .boxsrx {
  opacity: 0.6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  .detalisfoot .menuItem,
  .keyframex .menuItem {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.detalisfoot .menuItem.active,
.keyframex .menuItem.active {
  border-bottom-color: transparent !important;
}

.detalisfoot .dropcatalog .menuElm_box:hover,
.keyframex .dropcatalog .menuElm_box:hover {
  background-color: transparent !important;
  color: #fff !important;
}

.detalisfoot .dropcatalog,
.keyframex .dropcatalog {
  position: relative;
  opacity: 1;
  visibility: visible;
  padding-top: 5px;
}

.detalisfoot .dropcatalog .menuElm_box:last-child a,
.keyframex .dropcatalog .menuElm_box:last-child a {
  padding-bottom: 0;
}

.detalisfoot .menuItem + .menuItem,
.keyframex .menuItem + .menuItem {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .detalisfoot,
  .keyframex {
    width: 100%;
    text-align: center;
  }
}

.detalisfoot-call,
.keyframex-call {
  margin-right: 6vw;
}

@media screen and (max-width: 640px) {
  .detalisfoot-call,
  .keyframex-call {
    margin-right: 0;
  }
}

.detalisfoot-menu,
.keyframex-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .detalisfoot + .detalisfoot,
  .keyframex + .detalisfoot,
  .detalisfoot + .keyframex,
  .keyframex + .keyframex {
    margin-top: 15px;
  }
}

.keyframex {
  color: #000;
}

.keyframex .boxsrx {
  color: #000;
  width: 100%;
  text-align: left;
}

.keyframex .menuItem {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.keyframex .dropcatalog .menuElm_box_title {
  padding-left: 25px;
}

.keyframex .menuElm_box_title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
}

.keyframex .menuItem a {
  color: #000;
}

.keyframex .dropcatalog {
  background-color: transparent;
}

.keyframex .dropcatalog .menuElm_box:last-child a {
  padding-bottom: 15px;
}

.keyframex_bk_pos {
  padding-top: 15px;
}

.mFooter {
  opacity: 0.6;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .mFooter {
    font-size: 14px;
  }

  .mFooter + .mFooter {
    margin-top: 10px;
  }
}

.fancybox-iframe {
  height: 100%;
}

.inputFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  margin-bottom: 1.5vw;
}

.inputFilter_icon {
  width: 21px;
  padding: 5px 0;
  margin-right: 10px;
}

.inputFilter_input {
  width: 10%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding: 5px 0;
}

.inputFilter_input_inp {
  background: none;
  border: none;
  width: 100%;
  color: #fff;
  outline: none;
}

.inputFilter_input_inp::-webkit-input-placeholder {
  color: #fff;
}

.inputFilter_input_inp:-ms-input-placeholder {
  color: #fff;
}

.inputFilter_input_inp::-ms-input-placeholder {
  color: #fff;
}

.inputFilter_input_inp::placeholder {
  color: #fff;
}

.blogsItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blogsItems .swiper-slide {
  width: 32.5%;
  max-height: 25.64102564rem;
  min-height: 25.64102564rem;
  margin-bottom: 1rem;
}

.blogsItems .swiper-slide a {
  max-height: 25.64102564rem;
  min-height: 25.64102564rem;
}

.toursFilter .dopInfoItem + .dopInfoItem {
  margin-left: 0.5vw;
}

.toursFilter .dopInfoItem_icon {
  width: 1vw;
  margin-right: 0.5vw;
}

.toursFilter_bk_pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.toursFilter_bk_pos_left {
  width: 19%;
}

.toursFilter_bk_pos_left_pos {
  background-image: linear-gradient(49deg, #039593 0%, #00b4b2 100%);
  width: 90%;
  min-height: 200px;
  border-radius: 5px;
}

.toursFilter_bk_pos_main {
  width: 75%;
}

.dopdataboxra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .dopdataboxra {
    width: 100%;
  }
}

.dopdataboxra-events {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}

.dopdataboxra-events .dopInfoItem {
  width: 100%;
}

.dopdataboxra-events .dopInfoItem + .dopInfoItem {
  margin-left: 0;
  margin-top: 20px;
}

.slider {
  position: relative;
  z-index: 10;
}

.one_food,
.fastfood {
  text-decoration: none;
}

.food {
  border: 1px solid transparent;
}

.openboxSh {
  width: 100%;
}

.openboxSh_dropbox {
  /*width: auto;*/
  display: none;
}

.openboxSh.active .openboxSh_dropbox {
  display: block;
}

.invtitlebox .text-c00cc {
  color: #f25a31;
}

.invtitlebox .hr-lin {
  border-color: #05b5b4;
}

@media screen and (max-width: 780px) {
  .order-sm-0 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.indent-pb2 {
  padding-bottom: 3.5vw;
}

@media screen and (max-width: 640px) {
  .indent-pb2 {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 780px) {
  .indent-xsmt1 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 380px) {
  .indent-xsmt1 {
    margin-top: 20px;
  }
}

.indent-pr1 {
  padding-right: 1vw;
}

.indent-pr2 {
  padding-right: 2vw;
}

.indent-pr3 {
  padding-right: 3vw;
}

.indent-pl1 {
  padding-left: 1vw;
}

.indent-pl2 {
  padding-left: 2vw;
}

.indent-pl3 {
  padding-left: 3vw;
}

.indent-mb1 {
  margin-bottom: 1.2vw;
}

@media screen and (max-width: 780px) {
  .indent-mb1 {
    margin-bottom: 2vw;
  }
}

@media screen and (max-width: 640px) {
  .indent-mb1 {
    margin-bottom: 15px;
  }
}

.indent-mb15 {
  margin-bottom: 2.3vw;
}

@media screen and (max-width: 1030px) {
  .indent-mb15 {
    margin-bottom: 3.5vw;
  }
}

@media screen and (max-width: 640px) {
  .indent-mb15 {
    margin-bottom: 15px;
  }
}

.indent-mb2 {
  margin-bottom: 2.4vw;
}

@media screen and (max-width: 780px) {
  .indent-mb2 {
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 640px) {
  .indent-mb2 {
    margin-bottom: 30px;
  }
}

.indent-mb3 {
  margin-bottom: 3vw;
}

@media screen and (max-width: 780px) {
  .indent-mb3 {
    margin-bottom: 4vw;
  }
}

@media screen and (max-width: 640px) {
  .indent-mb3 {
    margin-bottom: 30px;
  }
}

.indent-mb4 {
  margin-bottom: 4vw;
}

@media screen and (max-width: 780px) {
  .indent-mb4 {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .indent-mb4 {
    margin-bottom: 40px;
  }
}

.indent-mb4-sm {
  margin-bottom: 0;
}

@media screen and (max-width: 780px) {
  .indent-mb4-sm {
    margin-bottom: 5vw;
  }
}

@media screen and (max-width: 640px) {
  .indent-mb4-sm {
    margin-bottom: 40px;
  }
}

.indent-mr1 {
  margin-right: 1.5vw;
}

.wrisslider .fitpor .one_food {
  width: 100% !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swrapw {
  white-space: pre-line;
}

.top20m {
  margin-top: 20px !important;
}

.navbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.imSi {
  background-size: 70%;
}

@keyframes go3d {
  0% {
    text-shadow: 0px 0px 2px #686868;
  }

  100% {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  }
}

@-webkit-keyframes go3d {
  0% {
    text-shadow: 0px 0px 2px #686868;
  }

  100% {
    text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
  }
}

.error404 .go3d {
  -webkit-animation: go3d 2s;
  animation: go3d 2s;
}

.error404 .comingcontainer {
  width: 100%;
}

.error404 .checkbacksoon {
  width: auto;
  height: 100%;
}

.error404 .checkbacksoon p {
  text-shadow: none;
  font-weight: normal;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  display: block;
  margin: auto;
  text-align: center;
  text-shadow: 0px 1px 0px #ffffff;
}

.error404 .checkbacksoon p span {
  color: #fff;
  font-family: 'Changa One', cursive;
  font-size: 200px;
  line-height: 220px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  text-shadow: 0px 0px 2px #686868, 0px 1px 1px #ddd, 0px 2px 1px #d6d6d6, 0px 3px 1px #ccc, 0px 4px 1px #c5c5c5, 0px 5px 1px #c1c1c1, 0px 6px 1px #bbb, 0px 7px 1px #777, 0px 8px 3px rgba(100, 100, 100, 0.4), 0px 9px 5px rgba(100, 100, 100, 0.1), 0px 10px 7px rgba(100, 100, 100, 0.15), 0px 11px 9px rgba(100, 100, 100, 0.2), 0px 12px 11px rgba(100, 100, 100, 0.25), 0px 13px 15px rgba(100, 100, 100, 0.3);
}

.error404 .checkbacksoon p span:hover {
  text-shadow: 0px 0px 2px #686868;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.error404 .error {
  font-size: 16px;
  width: 700px;
  max-width: 90%;
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0px 1px 1px #ffffff;
}

.error404 nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-top: 20px;
  min-height: 50px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 3px rgba(204, 204, 204, 0.65);
  box-shadow: 0px 2px 3px rgba(204, 204, 204, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#a6cccccc, Positive=true);
}

.error404 nav ul {
  margin: 0;
  text-align: center;
}

.error404 nav ul li {
  display: inline;
}

.error404 nav ul li:last-child {
  margin-right: 0;
}

.error404 nav ul li a {
  font-family: 'Open Sans', san-serif;
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
  padding: 0 10px;
  text-decoration: none;
  border-width: 6px 6px 6px 6px;
  margin: 0 15px;
  line-height: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.error404 nav ul li a:hover,
.error404 nav ul li a.selected {
  color: #FF7F00;
  text-decoration: none;
  border-width: 6px 6px 6px 6px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.error404 nav ul li a:active {
  color: #e00000;
}

.error404 nav ul li {
  position: relative;
}

.error404 nav ul li:hover > ul {
  visibility: visible;
}

.error404 nav ul li ul {
  visibility: hidden;
  position: absolute;
  left: auto;
  right: -100px;
  top: 23px;
  width: 200px;
  background-color: #FFF;
  text-align: left;
  margin-top: 0;
  padding: 0 10px 5px;
  -webkit-box-shadow: 0px 2px 3px rgba(204, 204, 204, 0.65);
  box-shadow: 0px 2px 3px rgba(204, 204, 204, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#a6cccccc,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#a6cccccc, Positive=true);
}

.error404 nav ul li ul li {
  width: auto;
  display: block !important;
}

.error404 nav ul li ul li a {
  text-decoration: none;
  border: none;
  height: 30px;
  line-height: 30px;
  width: 180px;
  display: block !important;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.error404 nav ul li ul li a:hover {
  border: none;
  background-color: #f9f9f9;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.error404 .search {
  width: 420px;
  position: relative;
  margin: auto;
  top: 25px;
}

.error404 .search input {
  border: none;
}

.error404 .search .input {
  width: 100%;
  padding: 8px 37px 9px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), inset 0 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  background: #EEE;
  font: 13px Tahoma, Arial, sans-serif;
  color: #555;
  outline: none;
}

.error404 .search .input:focus {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.4);
  background: #E8E8E8;
  color: #333;
}

.error404 .search .submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 37px;
  height: 100%;
  cursor: pointer;
  background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;
  opacity: 0.5;
}

.error404 .search .submit:hover {
  opacity: 0.8;
}

.error404 input[type="search"] {
  -webkit-appearance: none;
}

.error404 * + html .search {
  width: 28%;
  padding: 0 52px 0 0;
}

.error404 .search .input {
  border: 1px solid #DFDFDF;
  border-top: 1px solid #B3B3B3;
  padding-top: 7px;
  background-bottom: 8px;
}

.error404 .search .input:focus {
  border: 1px solid #CFCFCF;
  border-top: 1px solid #999;
}

.error404 .search .submit {
  filter: alpha(opacity=50);
}

.error404 .search .submit:hover {
  filter: alpha(opacity=80);
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .error404 .checkbacksoon p span {
    font-size: 150px;
    line-height: 160px;
  }

  .error404 .error {
    font-size: 14px;
  }

  .error404 .search {
    width: 220px;
  }
}

@media only screen and (max-width: 479px) {
  .error404 .checkbacksoon p span {
    font-size: 150px;
    line-height: 160px;
  }

  .error404 .error {
    font-size: 14px;
  }

  .error404 .search {
    width: 220px;
  }
}

.toBoxsad {
  margin-top: 25px;
  text-align: center;
}

.boxEasdsadl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.dropbox {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  padding: 7px;
  left: -7px;
  display: none;
}

.dropbox a {
  color: #000;
}

.dropbox a + a {
  margin-top: 5px;
}

.someClass iframe {
  height: 100%;
}

.faq h2 {
  margin: 0 auto;
  text-align: center;
}

.faq .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq .flex .faq-nav {
  width: 35%;
  padding-right: 10px;
}

.faq .flex .faq-nav ul .faq-n {
  border-bottom: 1px solid #ccc;
  width: 80%;
  padding-bottom: 10px;
}

.faq .flex .faq-nav ul .active a {
  color: #f25a31;
  font-size: 2.2vw;
  font-family: "Museo Cyrl -500";
  font-weight: 400;
}

.faq .flex .faq-nav ul li {
  margin-bottom: 15px;
}

.faq .flex .faq-nav ul li a {
  text-decoration: none;
  cursor: pointer;
  font-size: 2.2vw;
  font-family: "Museo Cyrl -500";
  font-weight: 400;
}

.faq .flex .faq-nav ul li a:hover {
  color: #f25a31;
}

.faq .flex .widthdef1 {
  width: 100%;
  display: none;
}

.faq .flex .widthdef1 .box:hover {
  cursor: pointer;
}

.faq .flex .widthdef1 .box .title-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background: url("/public/media/client/img/plus.png");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 21px;
}

.faq .flex .widthdef1 .box .title-f h3 {
  font-family: "Open Sans";
  text-decoration: none;
  color: #f25a31;
  padding-right: 3vw;
}

.faq .flex .widthdef1 .box .active-m {
  background: url("/public/media/client/img/minus.png");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 28px;
}

.faq .flex .widthdef1 .box .content {
  display: none;
  padding-bottom: 0.8em;
}

.faq .flex .widthdef1 .box .content p {
  margin-top: 0.1em;
  font-family: "Open Sans";
  font-weight: 400;
  text-decoration: none;
}

.faq .flex .widthdef1 .box .content .date {
  color: #bdbdbd;
}

.faq .flex .active {
  display: block;
}

.faq .flex .mini-title {
  padding: 15px;
  padding-left: 0;
  font-family: "Museo Cyrl -500";
  font-weight: 500;
  font-size: 2.2vw;
}

.widthdef .slider {
  max-height: 41.02564103rem;
  margin: 0 -1.53846154rem;
}

.widthdef .slider .slider-item {
  position: relative;
}

.widthdef .slider .slider-item a .image {
  height: 100%;
  background-size: cover;
}

.widthdef .slider .slider-item a .image img {
  width: 100%;
  max-height: 30.76923077rem;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 30.76923077rem;
}

.widthdef .slider .slider-item a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.widthdef .slider .slider-item a .text {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2.56410256rem;
  color: #fff;
  width: 41.02564103rem;
  margin: 0 auto;
  -webkit-transform: translate(-65%, -50%);
          transform: translate(-65%, -50%);
}

.widthdef .slider .slider-item a .text h3 {
  font-size: 2.56410256rem;
  text-transform: uppercase;
  font-family: "Museo Cyrl -500";
  font-weight: 400;
}

.widthdef .slider .slider-item a .text p {
  font-size: 1.23076923rem;
}

.widthdef .slider .slider-item a .text .button {
  width: 7.69230769rem;
  height: 2.05128205rem;
  background: #f25a31;
  color: #fff;
  border-radius: 10px;
  padding-top: 0.25641026rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.02564103rem;
  margin-top: 1.53846154rem;
}

.widthdef .slider .slick-prev {
  position: absolute;
  top: 53%;
  left: 1.02564103rem;
  border: none;
  width: 2.30769231rem;
  height: 2.30769231rem;
  color: #fff;
  font-size: 1.64102564rem;
  z-index: 4;
  padding-bottom: 2.05128205rem;
  outline: none;
  background: none;
  background-image: url(/images/2.svg?2aac616d5a19a1bb5f3928951682557f);
  background-repeat: no-repeat;
  cursor: pointer;
}

.widthdef .slider .slick-next {
  position: absolute;
  top: 53%;
  right: 0.76923077rem;
  border: none;
  width: 2.30769231rem;
  height: 2.30769231rem;
  color: #fff;
  font-size: 1.64102564rem;
  z-index: 4;
  padding-bottom: 2.05128205rem;
  outline: none;
  background: none;
  background-image: url(/images/1.svg?b79d582e2bb4d04a2b5b7573e8226791);
  background-repeat: no-repeat;
  cursor: pointer;
}

.widthdef .slider .slick-dots {
  display: inline;
  text-align: center;
  position: absolute;
  left: 50%;
}

.widthdef .slider .slick-dots li {
  list-style: none;
  display: inline;
}

.widthdef .slider .slick-dots li button {
  border-radius: 50%;
  background-color: #e0e6ef;
  border: none;
  margin-left: 5px;
  width: 0.51282051rem;
  height: 0.51282051rem;
}

.widthdef .slider .slick-dots .slick-active button {
  background-color: #fff;
}

.slick-slider .slick-prev {
  position: absolute;
  top: 43%;
  left: -2.30769231rem;
  border: none;
  width: 2.30769231rem;
  height: 2.30769231rem;
  color: #fff;
  font-size: 1.64102564rem;
  z-index: 4;
  padding-bottom: 2.05128205rem;
  outline: none;
  background: none;
  background-image: url(/images/slick-prev.svg?33b11db45a05ec7432f5cb2ab8863caa);
  background-repeat: no-repeat;
  cursor: pointer;
}

.slick-slider .slick-next {
  position: absolute;
  top: 43%;
  right: -2.82051282rem;
  border: none;
  width: 2.30769231rem;
  height: 2.30769231rem;
  color: #fff;
  font-size: 1.64102564rem;
  z-index: 4;
  padding-bottom: 2.05128205rem;
  outline: none;
  background: none;
  background-image: url(/images/slick-next.svg?875da07bd92e6f4550b5a24cb83378ed);
  background-repeat: no-repeat;
  cursor: pointer;
}

.slick-slider .slick-item {
  width: 400px;
  margin-right: 10px;
}

.food_choice .tour_page_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.food_choice .tour_page_slider .tour_page_slide {
  margin-right: 0.51282051rem;
  margin-left: 0.51282051rem;
}

.food_choice .tour_page_slider .tour_page_slide .detailsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.food_choice .tour_page_slider .tour_page_slide .detailsBlock .detailsBlock_data {
  width: 100%;
}

.playbuzz iframe {
  position: static !important;
}

.blog .backBlock .widthdef .blogsItems .swiper-slide .blogsItem_detalis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: auto;
  height: auto;
  bottom: 0;
  width: 100%;
  min-height: 18vh;
}

.footer .footer_body .footer_body_pos .footdetalis {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.footer .footer_body .footer_body_pos .footdetalis .footdetalis_detalis {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem {
  border: 1.5px solid #e95a09;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfo {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:first-child {
  width: calc(66.66% - 1vw);
  height: auto;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:first-child .propPicture .propPicture_img .propPicture_img_src {
  padding-top: 51%;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n+1) {
  width: calc(66.66% - 1vw);
  height: auto;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n+1) .propPicture .propPicture_img .propPicture_img_src {
  padding-top: 51%;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n) {
  width: calc(66.66% - 1vw);
  height: auto;
}

.tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n) .propPicture .propPicture_img .propPicture_img_src {
  padding-top: 51%;
}

.slider_explore .widthdef .slider_explorer_main .slick-list .slick-track .detailsBlock .detailsBlock_data .text {
  font-size: 1.2vw;
}

.slider_explore .widthdef .title_text {
  display: block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-left: 0;
  position: relative;
}

.slider_explore .widthdef .title_text .a_mobile_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2vw;
  position: absolute;
  top: 20%;
  right: 13%;
  font-family: "Museo Cyrl -500";
}

.slider_explore .widthdef .a_mobile_bot {
  display: none;
  font-family: "Museo Cyrl -500";
}

.slider_explore .widthdef .slider_explorer_main {
  width: 100%;
  margin: 0 auto;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 10%;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item {
  width: 8%;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_title {
  position: static;
  color: black;
  width: 100%;
  font-size: 0.9vw;
  padding: 0;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_humidity {
  position: static;
  width: 100%;
  padding-left: 10%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_humidity span i {
  top: 3% !important;
  left: 105% !important;
}

.weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_temperature {
  position: static;
  width: 100%;
}

.guide_sort .guide_cat {
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.guide_sort .guide_cat .flex_box_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1.5px solid #f25a31;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5vw;
  padding: 1rem 2rem;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Museo Cyrl -500";
  font-weight: 400;
}

.guide_sort .guide_cat .active {
  background: #f25a31;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.guide_row .guide_box {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.guide_row .active_guide {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.Emergency_pos .Emergency_pos_detalis .detGuideItems .detGuideItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Emergency_pos .Emergency_pos_detalis .detGuideItems .detGuideItem .detGuideItem_icon {
  margin-right: 15px;
  width: 50px;
}

.Emergency_pos .Emergency_pos_detalis .detGuideItems .detGuideItem .detGuideItem_icon .propPicture .propPicture_img .propPicture_img_src {
  background-size: 95%;
}

.Emergency_pos .Emergency_pos_detalis .detGuideItems .detGuideItem:nth-child(2) .detGuideItem_icon {
  margin-left: -17px;
}

.Emergency_pos .Emergency_pos_detalis .detGuideItems .detGuideItem:last-child .detGuideItem_icon {
  margin-left: 20px;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
  margin-top: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filters .flex_box_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border: 1.5px solid #f25a31;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5vw;
  padding: 0.5rem 1rem;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: "Museo Cyrl -500";
  font-weight: 400;
  text-decoration: none;
  color: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1vw;
}

.filters .active_filter {
  background: #f25a31;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .selectbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin: 0;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .selectbox .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 0 60px;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .btn {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1vw;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box {
  border: 1.5px solid #f25a31;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0.5vw;
  font-family: "Museo Cyrl -500";
  font-size: 1.5vw;
  color: #f25a31;
  border-right: 1.5px solid #f25a31;
  text-align: center;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 0.5vw;
  font-family: "Museo Cyrl -500";
  font-size: 1.5vw;
  color: #07c;
  text-align: center;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child {
  border-top: 1.5px solid #f25a31;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child .left {
  font-size: 1.5vw;
  color: #07c;
  color: #000;
}

.visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child .right {
  font-size: 1.5vw;
  color: #f25a31;
  color: #000;
}

.contactBoxEle {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactBoxEle .contactBoxEle_contactbol {
  width: 100%;
  margin-bottom: 2rem;
}

.contactBoxEle .contactBoxEle_contactbol .text {
  text-align: center;
}

.contactBoxEle .contactBoxEle_detalis {
  width: 100%;
}

.contactBoxEle .contactBoxEle_detalis .text {
  text-align: center;
}

@media (max-width: 1370px) {
  .guide_sort .guide_cat {
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .guide_sort .guide_cat .flex_box_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1.5px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5vw;
    padding: 0.5rem 1rem;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
  }

  .guide_sort .guide_cat .active {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .slider_explore .widthdef .slider_explorer_main .slick-list .slick-track .detailsBlock .detailsBlock_data .text {
    font-size: 1.2vw;
  }

  .slider_explore .widthdef .title_text {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .slider_explore .widthdef .title_text .a_mobile_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2vw;
    position: absolute;
    top: 20%;
    right: 13%;
    font-family: "Museo Cyrl -500";
  }

  .slider_explore .widthdef .a_mobile_bot {
    display: none;
  }

  .slider_explore .widthdef .slider_explorer_main {
    width: 80%;
    margin: 0 auto;
  }

  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filters .flex_box_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1.5px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4vw;
    padding: 0.3rem 0.8rem;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
    text-decoration: none;
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.85vw;
  }

  .filters .active_filter {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .selectbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin: 0;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .selectbox .select2 .selection .select2-selection .select2-selection__rendered {
    padding: 0 60px;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .btn {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1vw;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box {
    border: 1.5px solid #f25a31;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box .left {
    width: 50%;
    padding: 0.5vw;
    font-family: "Museo Cyrl -500";
    font-size: 2vw;
    color: #f25a31;
    border-right: 1.5px solid #f25a31;
    text-align: center;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box .right {
    width: 50%;
    padding: 0.5vw;
    font-family: "Museo Cyrl -500";
    font-size: 2vw;
    color: #07c;
    text-align: center;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child {
    border-top: 1.5px solid #f25a31;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child .left {
    font-size: 2vw;
    color: #07c;
    color: #000;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child .right {
    font-size: 2vw;
    color: #f25a31;
    color: #000;
  }
}

@media (max-width: 1200px) {
  .paralax .swiper-container .swiper-wrapper .swiper-slide .content .title {
    font-size: 1.8em;
  }

  .paralax .nav-slider .swiper-wrapper .swiper-slide .content .title {
    font-size: 1.3em;
  }

  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filters .flex_box_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1.5px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.4vw;
    padding: 0.4rem 0.8rem;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
    text-decoration: none;
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.85vw;
  }

  .filters .active_filter {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 1050px) {
  .guide_sort .guide_cat {
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .guide_sort .guide_cat .flex_box_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1.35px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.5vw;
    padding: 0.3rem 0.8rem;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
  }

  .guide_sort .guide_cat .active {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .slider_explore .widthdef .slider_explorer_main .slick-list .slick-track .detailsBlock .detailsBlock_data .text {
    font-size: 1.5vw;
  }

  .slider_explore .widthdef .title_text {
    display: block;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .slider_explore .widthdef .title_text .a_mobile_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2vw;
    position: absolute;
    top: 20%;
    right: 13%;
    font-family: "Museo Cyrl -500";
  }

  .slider_explore .widthdef .slider_explorer_main {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 770px) {
  .paralax .swiper-container .swiper-wrapper .swiper-slide .content .title {
    font-size: 1.4em;
  }

  .swiper-container {
    width: 100% !important;
    margin-left: 0 !important;
    margin: 0 0.5%;
  }

  .swiper-container .swiper-wrapper .swiper-slide .content {
    top: 30% !important;
  }

  .swiper-container .swiper-wrapper .swiper-slide .content .title {
    font-size: 1.6rem;
  }

  .nav-slider {
    display: none !important;
  }

  .sights .backBlock {
    margin-top: 0 !important;
  }

  .blog .backBlock .widthdef .blogsItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .blog .backBlock .widthdef .blogsItems .swiper-slide {
    width: 47%;
    margin-bottom: 1.53846154rem;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 10%;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_left .weatherItems_item_title {
    font-size: 14px;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-left: 5px;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item {
    width: 8%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_title {
    position: static;
    color: black;
    width: 100%;
    font-size: 10px;
    padding: 0;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_humidity {
    position: static;
    width: 100%;
    padding-left: 0;
    padding-right: 15%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_humidity span {
    font-size: 10px;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_humidity span i {
    top: 3% !important;
    left: 105% !important;
  }

  .weatherBlock .weatherBlock_bk .weatherBlock_bk_pos .weatherBlock_bk_pos_Item .weather_slick .weather_items .flex_right .weatherItems_item .weatherItems_item_temperature {
    position: static;
    width: 100%;
    font-size: 10px;
    padding-left: 10px;
  }

  .guide_sort .guide_cat {
    margin-bottom: 20px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .guide_sort .guide_cat .flex_box_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  .guide_sort .guide_cat .flex_box_cat:nth-child(4) {
    margin-left: 78px;
  }

  .guide_sort .guide_cat .active {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem;
    margin-top: 3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filters .flex_box_filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1.5px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3vw;
    padding: 0.4rem 0.8rem;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
    text-decoration: none;
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1.5vw;
  }

  .filters .active_filter {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .slider_explore .widthdef .slider_explorer_main .slick-list .slick-track .detailsBlock .detailsBlock_data .text {
    font-size: 20px;
  }

  .slider_explore .widthdef .title_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .slider_explore .widthdef .title_text .a_mobile_top {
    display: none;
    font-size: 20px;
    font-family: "Museo Cyrl -500";
  }

  .slider_explore .widthdef .a_mobile_bot {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-family: "Museo Cyrl -500";
  }

  .slider_explore .widthdef .slider_explorer_main {
    width: 80%;
    margin: 0 auto;
  }

  .products_box .detailsBlock {
    width: 45%;
    margin-right: 22px;
    margin-left: 5px;
  }

  .products_box .detailsBlock:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }

  .products_box .detailsBlock .detailsBlock_img {
    height: 210px;
  }

  .products_box .detailsBlock .priceBlock {
    top: 5%;
    font-size: 16px;
  }

  .products_box .detailsBlock .detailsBlock_data .text {
    font-size: 16px !important;
  }

  .products_box .detailsBlock .detailsBlock_data .detailsBlock_data_more {
    font-size: 12px !important;
  }

  .top .widthdef .top_slider {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .selectbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    margin: 0;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .selectbox .select2 .selection .select2-selection .select2-selection__rendered {
    padding: 0 60px;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .visablock_bk_pos_head_filt .btn {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box {
    border: 1.5px solid #f25a31;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box .left {
    width: 50%;
    padding: 0.5vw;
    font-family: "Museo Cyrl -500";
    font-size: 16px;
    color: #f25a31;
    border-right: 1.5px solid #f25a31;
    text-align: center;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box .right {
    width: 50%;
    padding: 0.5vw;
    font-family: "Museo Cyrl -500";
    font-size: 16px;
    color: #07c;
    text-align: center;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child {
    border-top: 1.5px solid #f25a31;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child .left {
    font-size: 16px;
    color: #07c;
    color: #000;
  }

  .visablock .visablock_bk .visablock_bk_pos .visablock_bk_pos_head .flex_row_visa .flex_box:first-child .right {
    font-size: 16px;
    color: #f25a31;
    color: #000;
  }
}

@media (max-width: 1480px) {
  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfoItem {
    margin-left: 1vw;
  }
}

@media (max-width: 1020px) {
  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos {
    padding-top: 10px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text {
    padding: 18px 0;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfoItem {
    margin-left: 0;
  }
}

@media (max-width: 860px) {
  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem {
    border: 1.5px solid #e95a09;
    width: 47%;
    margin-top: 25px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .priceBlock {
    top: 3%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos {
    padding-top: 0;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfo .dopInfoItem {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:first-child {
    width: 100%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:first-child .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n+1) {
    width: 47%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n+1) .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n) {
    width: 47%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n) .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(3n+1) {
    width: 100%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(3n+1) .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 53%;
  }
}

@media (max-width: 767px) {
  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem {
    border: 1.5px solid #e95a09;
    width: 47%;
    margin-top: 25px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .priceBlock {
    top: 3%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos {
    padding-top: 0;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfo .dopInfoItem {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:first-child {
    width: 100%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:first-child .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n+1) {
    width: 47%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n+1) .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n) {
    width: 47%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(4n) .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 120%;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(3n+1) {
    width: 100%;
    height: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem:nth-child(3n+1) .propPicture .propPicture_img .propPicture_img_src {
    padding-top: 53%;
  }

  .blog .backBlock .widthdef .blogsItems .swiper-slide .blogsItem_detalis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: auto;
    height: 175px;
    bottom: 0;
  }

  .blog .backBlock .widthdef .blogsItems .swiper-slide .blogsItem_detalis .title {
    margin-top: 5px;
    font-size: 14px;
  }

  .blog .backBlock .widthdef .blogsItems .swiper-slide .blogsItem_detalis .title img {
    width: 50px;
  }

  .faq h2 {
    margin: 0 auto;
    text-align: center;
  }

  .faq .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .faq .flex .faq-nav {
    width: 28%;
    padding-right: 10px;
  }

  .faq .flex .faq-nav ul {
    padding-left: 0;
    width: 100%;
  }

  .faq .flex .faq-nav ul .faq-n {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: 10px;
  }

  .faq .flex .faq-nav ul .active a {
    color: #f25a31;
    font-size: 4vw;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
  }

  .faq .flex .faq-nav ul li {
    margin-bottom: 15px;
  }

  .faq .flex .faq-nav ul li a {
    text-decoration: none;
    cursor: pointer;
    font-size: 4vw;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
  }

  .faq .flex .faq-nav ul li a:hover {
    color: #f25a31;
  }

  .faq .flex .widthdef1 {
    width: 100%;
    display: none;
  }

  .faq .flex .widthdef1 .box:hover {
    cursor: pointer;
  }

  .faq .flex .widthdef1 .box .title-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc;
    padding-top: 0.7em;
    padding-bottom: 0.8em;
    background: url("/public/media/client/img/plus.png");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 14px;
  }

  .faq .flex .widthdef1 .box .title-f h3 {
    font-family: "Open Sans";
    text-decoration: none;
    color: #f25a31;
    padding-right: 3vw;
  }

  .faq .flex .widthdef1 .box .active-m {
    background: url("/public/media/client/img/minus.png");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 28px;
  }

  .faq .flex .widthdef1 .box .content {
    display: none;
    padding-bottom: 0.8em;
  }

  .faq .flex .widthdef1 .box .content p {
    margin-top: 0.1em;
    font-family: "Open Sans";
    font-weight: 400;
    text-decoration: none;
  }

  .faq .flex .widthdef1 .box .content .date {
    color: #bdbdbd;
  }

  .faq .flex .active {
    display: block;
  }

  .faq .flex .mini-title {
    padding: 15px;
    padding-left: 0;
    font-family: "Museo Cyrl -500";
    font-weight: 500;
    font-size: 4vw;
    padding-bottom: 12px;
  }

  #eventCalendar .eventCalendar-list-wrap .eventCalendar-list-content .eventCalendar-list {
    left: -12px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #eventCalendar .eventCalendar-list-wrap .eventCalendar-list-content .eventCalendar-list .eventCalendar-EventTitle {
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 45%;
  }

  #eventCalendar .eventCalendar-list-wrap .eventCalendar-list-content .eventCalendar-list .eventCalendar-EventTitle .detailsBlock_img_e .priceBlock {
    top: 0;
  }

  #eventCalendar .eventCalendar-list-wrap .eventCalendar-list-content .eventCalendar-list .eventCalendar-EventTitle .detailsBlock_img_e .detailsBlock_data .text {
    font-size: 14px !important;
  }

  #eventCalendar .eventCalendar-list-wrap .eventCalendar-list-content .eventCalendar-list .eventCalendar-EventTitle .detailsBlock_img_e .detailsBlock_data .detailsBlock_data_more span {
    padding-right: 50px;
  }

  .footer .footer_body .footdetalis {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .footer .footer_body .footdetalis .footdetalis_detalis {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  html:lang(ru) .guide_sort .guide_cat {
    margin-bottom: 20px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  html:lang(ru) .guide_sort .guide_cat .flex_box_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  html:lang(ru) .guide_sort .guide_cat .flex_box_cat:nth-child(4) {
    margin-left: 20px;
  }

  html:lang(ru) .guide_sort .guide_cat .flex_box_cat:nth-child(3) {
    margin-left: 40px;
  }

  html:lang(ru) .guide_sort .guide_cat .active {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  html:lang(kz) .guide_sort .guide_cat {
    margin-bottom: 20px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  html:lang(kz) .guide_sort .guide_cat .flex_box_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border: 1px solid #f25a31;
    border-radius: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    padding: 5px 10px;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: "Museo Cyrl -500";
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 20px;
  }

  html:lang(kz) .guide_sort .guide_cat .flex_box_cat:nth-child(4) {
    margin-left: 20px;
  }

  html:lang(kz) .guide_sort .guide_cat .flex_box_cat:nth-child(3) {
    margin-left: 60px;
  }

  html:lang(kz) .guide_sort .guide_cat .active {
    background: #f25a31;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 330px) {
  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .priceBlock {
    top: 0;
    font-size: 14px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos {
    height: 151px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .title {
    font-size: 16px;
    min-height: 48px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfo .dopInfoItem {
    margin-top: 10px;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfo .dopInfoItem .dopInfoItem_icon {
    width: 20px;
    min-width: auto;
  }

  .tours .backBlock .widthdef .toursItems .toursItems_main .toursItem .propPicture .propPicture_img .propPicture_img_src .propPicture_img_src_text .toursblock .toursblock_pos .toursblock_pos_text .dopInfo .dopInfoItem .dopInfoItem_text {
    font-size: 10px;
  }

  .blog .backBlock .widthdef .blogsItems .swiper-slide .blogsItem_detalis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: auto;
    height: 184px;
    bottom: 0;
  }

  .blog .backBlock .widthdef .blogsItems .swiper-slide .blogsItem_detalis .title {
    margin-top: 5px;
    font-size: 12px;
  }

  .blog .backBlock .widthdef .blogsItems .swiper-slide .blogsItem_detalis .title img {
    width: 35px;
    margin-left: 7px;
  }
}

.skiptranslate {
  display: none !important;
}

.dropbox .language__img {
  width: 21px;
}

.dropbox {
  width: 50px;
}

.flex_box_cat {
  cursor: pointer;
}

.contentTransition .fixmain main .tab_content {
  position: relative;
  padding-bottom: 80rem;
}

.contentTransition .fixmain main .tab_content .tab_body {
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.contentTransition .fixmain main .tab_content .tab_body .food .box {
  margin: 0 auto;
}

.contentTransition .fixmain main .tab_content .tab_body .food .box iframe {
  width: 100%;
}

.contentTransition .fixmain main .tab_content .active_t {
  opacity: 1;
  z-index: 50;
}

.guide_sort .guide_cat .flex_box_cat_t {
  font-size: 1.3vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19%;
          flex: 0 0 19%;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  #const_logo {
    width: 25%;
  }

  .guide_sort .guide_cat .flex_box_cat_t {
    font-size: 18px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    border: 1px solid blue;
  }

  .guide_sort .guide_cat .flex_box_cat_t:nth-child(3) {
    border: 1px solid green;
    margin-left: 20px !important;
  }

  .tab_content {
    padding-bottom: 700px !important;
  }

  .tab_content .tab_body .food .box iframe {
    height: 400px;
  }

  .hotel .hotel_back {
    width: 90% !important;
  }

  .food .tour_page .widthdef:nth-child(odd) .imgTextBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .food .tour_page .widthdef:nth-child(odd) .imgTextBlock_detalis {
    margin-top: 10px;
  }
}

