@charset "UTF-8";
label {
  display: block;
  margin-bottom: 5px;
  color: #848484; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

.form-search {
  width: 63.5%;
  margin: 0 auto;
  position: relative; }

.not-active-border {
  border: none !important; }

.list-search {
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #ffffff;
  border: 2px solid #5D8800;
  margin: 0;
  padding: 0;
  color: #000000;
  list-style: none;
  width: 77%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .list-search li {
    height: 34px;
    padding-left: 10px;
    cursor: pointer;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .list-search li:hover {
      background-color: #00ADEF;
      color: white; }
    .list-search li p {
      line-height: 34px;
      font-size: 14px !important;
      margin: 0; }

.border-radius-input {
  border-bottom-left-radius: 0 !important; }

.form-control {
  box-sizing: border-box;
  float: left;
  display: block;
  width: 77.5%;
  height: 50px;
  padding: 6px 22px;
  font-size: 26px;
  font-family: MyriadPro-Regular, sans-serif;
  color: #000000;
  vertical-align: middle;
  background-image: none;
  border: 2px solid #5D8800;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
  .form-control:-moz-placeholder {
    color: #B2BABF; }
  .form-control::-moz-placeholder {
    color: #B2BABF; }
  .form-control:-ms-input-placeholder {
    color: #B2BABF; }
  .form-control::-webkit-input-placeholder {
    color: #B2BABF; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee; }

.form-vertical .form-control {
  height: 45px;
  padding: 5px 10px;
  font-size: 22px; }

textarea.form-control {
  height: auto !important;
  resize: none; }

.form-group {
  position: relative;
  margin-bottom: 15px; }

.prepend-icon .form-control:focus + label i {
  color: #009bd6; }

.prepend-icon label {
  box-sizing: border-box;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 54px;
  height: 54px;
  line-height: 3.8em;
  background-color: #B2BABF;
  text-align: center; }
  .prepend-icon label i {
    color: white;
    font-size: 1.5em; }

.prepend-icon .form-control {
  text-indent: 50px; }

.prepend-icon span {
  display: inline-block;
  height: 58px;
  width: 59px;
  background-color: #999999;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #999999;
  border-right: none;
  vertical-align: middle; }
  .prepend-icon span i {
    color: white;
    font-size: 1.5em;
    line-height: 59px;
    height: 59px;
    display: inline-block;
    width: 100%;
    text-align: center; }

form div.error {
  font-family: MyriadPro-Regular, sans-serif;
  font-size: 1em;
  color: #FF716B;
  padding: 10px 0; }

form ul.errors {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background-color: #FF716B;
  color: #FFFFFF; }
  form ul.errors li {
    padding: 10px 20px; }
  form ul.errors li:before {
    content: "• ";
    color: #FFFFFF; }

.errors.ng-hide-add, .errors.ng-hide-remove {
  transition: opacity linear 0.5s;
  display: block !important; }

.errors.ng-hide-add.ng-hide-add-active, .errors.ng-hide-remove {
  opacity: 0;
  filter: alpha(opacity=0); }

.errors.ng-hide-add, .errors.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  filter: alpha(opacity=100); }

.search-form .search-header {
  height: 90px;
  line-height: 90px;
  border-top: 1px solid #68A800;
  background-color: #7FBA00; }
  .search-form .search-header .item {
    display: inline-block;
    margin: 0 1.5%; }
    .search-form .search-header .item span {
      font-size: 26px;
      vertical-align: top; }
    .search-form .search-header .item .star-rating {
      display: inline-block;
      margin-top: 3px;
      margin-left: 8px; }

.search-form .button-form-control {
  background-color: #5D8800;
  border: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 50px;
  width: 22.5%;
  float: right;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #fff; }

.search-form .form-control {
  border: 2px solid #5D8800;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .search-form .form-control::-webkit-input-placeholder {
    color: #999999; }
  .search-form .form-control::-moz-placeholder {
    color: #999999; }
  .search-form .form-control:-ms-input-placeholder {
    color: #999999; }

.left-tooltip:after {
  left: 8px !important;
  text-align: left;
  border-top: 8px solid #FF716B !important;
  border-left: 8px solid transparent !important;
  border-right: 0px solid transparent !important; }

.tooltip-class {
  position: relative; }
  .tooltip-class:before {
    content: attr(tooltip);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: none;
    background: #FF716B;
    color: white;
    left: 0px;
    padding: 3px 10px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: calc(100% - 99px);
    width: 100%;
    height: 36px;
    border-radius: 5px;
    opacity: 0;
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px; }
  .tooltip-class:after {
    content: '';
    display: none;
    position: absolute;
    bottom: calc(100% - 63px);
    left: calc(50% - 8px);
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #FF716B transparent; }
  .tooltip-class:hover:before, .tooltip-class:hover:after {
    opacity: 1;
    display: block;
    z-index: 9999; }

.block-form .hyperlinks {
  display: inline-block;
  width: 100%;
  white-space: nowrap; }
  .block-form .hyperlinks input {
    width: 50% !important; }

.hyperlinks {
  margin-top: 30px; }
  .hyperlinks a {
    background-color: #95BF38;
    text-decoration: none;
    min-width: 150px;
    text-align: center;
    padding: 15px 25px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold; }

.downloadable_modal {
  position: fixed;
  height: 100%;
  background-color: transparent;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.2s ease; }
  .downloadable_modal .downloadable_modal_body {
    display: flex;
    left: 0;
    width: 50%;
    height: 50%;
    background: #00ADEF;
    transition: all 0.2s ease;
    transform: translateX(-100%);
    box-sizing: border-box;
    padding: 1%;
    justify-content: space-between; }
    .downloadable_modal .downloadable_modal_body a.downloadable {
      display: block;
      font-size: 25px;
      line-height: 200%;
      height: 50px;
      width: 220px;
      border-radius: 2px;
      font-family: MyriadPro-Regular, sans-serif;
      background-color: transparent;
      border: 1px solid white;
      color: white;
      text-align: center; }
    .downloadable_modal .downloadable_modal_body .sidebar_close {
      display: inline;
      position: absolute;
      background-image: url(../images/close.svg);
      background-color: white;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 15px;
      width: 20px;
      height: 20px;
      border: none;
      right: 0;
      margin-right: 2%; }
    .downloadable_modal .downloadable_modal_body .sidebar_close:hover {
      background: white; }
    .downloadable_modal .downloadable_modal_body .code {
      height: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: space-between;
      width: 49%; }
      .downloadable_modal .downloadable_modal_body .code div {
        order: 1;
        border: 1px solid white;
        height: 80%;
        width: 100%;
        overflow: hidden;
        background: white;
        display: flex;
        align-items: center; }
        .downloadable_modal .downloadable_modal_body .code div p {
          color: black; }
      .downloadable_modal .downloadable_modal_body .code a {
        order: 2; }
    .downloadable_modal .downloadable_modal_body .logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      width: 49%;
      flex-direction: column; }
      .downloadable_modal .downloadable_modal_body .logo div {
        height: 80%;
        width: 100%;
        order: 1;
        border: 1px solid white;
        background: white;
        display: flex;
        justify-content: center;
        align-items: center; }
        .downloadable_modal .downloadable_modal_body .logo div img {
          background-size: 100%;
          overflow: hidden; }
      .downloadable_modal .downloadable_modal_body .logo a {
        order: 2; }

.downloadable_modal.active {
  display: flex !important;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  align-items: center;
  justify-content: center; }
  .downloadable_modal.active .downloadable_modal_body {
    transform: translateX(0%); }

.download_logo {
  display: block;
  right: 0;
  position: absolute;
  font-size: 25px;
  line-height: 28px;
  height: 50px;
  width: 220px;
  border-radius: 2px;
  font-family: MyriadPro-Regular, sans-serif;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
  margin-top: 28%; }

.download_logo_adaptive {
  display: none; }

.view-in-app {
  display: none; }

.view-in-app_svg {
  display: none; }

.container.details .small-map {
  margin-bottom: 20px; }
  .container.details .small-map qrcode {
    margin-left: 5%; }

.jumbotron.jumbotron-blue .container.min-height.details {
  min-height: initial !important;
  padding-bottom: 30px; }
  .jumbotron.jumbotron-blue .container.min-height.details #tour-title {
    width: 80%; }
  .jumbotron.jumbotron-blue .container.min-height.details #tour-description {
    width: 80%; }
  .jumbotron.jumbotron-blue .container.min-height.details .tour-rating {
    margin-bottom: 1rem; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star-filled {
      background: url(/images/tours/star.png) repeat-x transparent;
      background-size: 25px !important; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star {
      display: inline-block;
      height: 25px;
      width: 25px; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .tour-rating-title {
      color: #FFFFFF;
      font-size: 30px;
      margin-right: .5rem; }
  .jumbotron.jumbotron-blue .container.min-height.details #qrcode-full {
    position: absolute;
    right: 0;
    margin-top: 5%; }
  .jumbotron.jumbotron-blue .container.min-height.details .bottom-info {
    padding: 10px 0 0 !important;
    position: initial !important; }
    .jumbotron.jumbotron-blue .container.min-height.details .bottom-info .tour-tags {
      margin-top: 10px; }

@media (max-width: 480px) {
  .jumbotron.jumbotron-blue .container.min-height.details {
    min-height: initial !important;
    padding-bottom: 30px; }
    .jumbotron.jumbotron-blue .container.min-height.details #tour-title {
      text-align: center;
      width: 95%;
      padding-bottom: .75rem; }
    .jumbotron.jumbotron-blue .container.min-height.details .bottom-info {
      margin-top: 40% !important; }
    .jumbotron.jumbotron-blue .container.min-height.details #tour-description {
      margin-left: 1.5rem;
      text-align: justify;
      width: 85%; }
    .jumbotron.jumbotron-blue .container.min-height.details .tour-rating {
      display: inline-flex;
      margin-bottom: 1rem;
      margin-left: 3rem;
      margin-right: 1rem; }
      .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star-filled {
        background: url(/images/tours/star.png) repeat-x transparent;
        background-size: 30px !important; }
      .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .star {
        display: inline-block;
        height: 30px;
        width: 30px; }
      .jumbotron.jumbotron-blue .container.min-height.details .tour-rating .tour-rating-title {
        color: #FFFFFF;
        font-size: 1.625em;
        margin-right: .5rem; }
    .jumbotron.jumbotron-blue .container.min-height.details #qrcode-full {
      position: absolute;
      right: 0;
      margin: 5% 33%; }
    .jumbotron.jumbotron-blue .container.min-height.details .bottom-info {
      padding: 10px 0 0 !important;
      position: initial !important; }
      .jumbotron.jumbotron-blue .container.min-height.details .bottom-info .tour-tags {
        margin-left: .25rem;
        margin-right: 8rem;
        margin-top: 1.5rem; } }

@media (max-width: 768px) {
  .downloadable_modal_body {
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important; }
    .downloadable_modal_body .code {
      width: 100% !important;
      margin-bottom: 10px !important; }
    .downloadable_modal_body .logo {
      width: 100% !important; }
  .download_logo {
    display: none; }
  body {
    min-width: 100% !important; }
  header {
    height: auto !important;
    padding-bottom: 20px; }
    header .container {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
  .view-in-app {
    display: block !important;
    position: absolute;
    right: 0;
    padding: 3px 8px;
    font-size: 18px;
    line-height: 28px;
    height: 31px;
    width: 120px !important;
    margin-right: 50px;
    border-radius: 2px;
    font-family: MyriadPro-Regular, sans-serif;
    background-color: transparent;
    border: 1px solid #ffffff;
    color: white; }
  .view-in-app_svg {
    display: block !important;
    position: absolute;
    background-image: url(../images/web_version_icon.svg);
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 126px;
    border: none;
    width: 120px !important;
    height: 126px;
    right: 5%; }
  .page-header {
    min-height: 0px !important; }
  .container {
    width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .burger {
    display: block !important;
    width: 43px;
    height: 43px;
    -ms-grid-row-align: center;
        align-self: center;
    background: #ffffff;
    border: 0px solid #f2f2f2;
    padding: 9px;
    left: 0;
    position: absolute;
    margin-top: -20px;
    margin-left: 60px;
    -webkit-tap-highlight-color: transparent;
    z-index: 99999; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger {
      width: 48px; } }

@media (max-width: 768px) {
  .burger:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    z-index: 40; }
  .burger span,
  .burger span:before,
  .burger span:after {
    content: '';
    width: 100%;
    height: 2px;
    display: block;
    background: #c3c3c3;
    position: relative; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span,
    .burger span:before,
    .burger span:after {
      height: 5px;
      border-radius: 2px;
      background: #7d8793; } }

@media (max-width: 768px) {
  .burger span:before {
    top: 5px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span:before {
      top: 12px; } }

@media (max-width: 768px) {
  .burger span:after {
    bottom: 7px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span:after {
      bottom: 17px; } }

@media (max-width: 768px) {
  .burger span {
    top: 50%;
    transform: translateY(-50%); } }
  @media (max-width: 768px) and (max-width: 768px) {
    .burger span {
      top: 42%; } }

@media (max-width: 768px) {
  .sidebar_swipe {
    position: fixed;
    width: 5%;
    background-color: transparent;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999; }
  .sidebar {
    position: fixed;
    height: 100%;
    background-color: transparent;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 0.2s ease; }
    .sidebar .sidebar_body {
      width: 65%;
      height: 100%;
      background: white;
      left: 0;
      transition: all 0.2s ease;
      transform: translateX(-100%);
      box-sizing: border-box;
      padding: 5%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .sidebar .sidebar_body .sidebar_close {
        display: inline;
        position: absolute;
        background-image: url(../images/close.svg);
        background-color: white;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
        width: 20px;
        height: 20px;
        border: none;
        right: 0;
        margin-right: 10%; }
      .sidebar .sidebar_body .sidebar_close:hover {
        background: white; }
      .sidebar .sidebar_body ul {
        font-family: MyriadPro-Regular, sans-serif;
        text-transform: uppercase; }
        .sidebar .sidebar_body ul li {
          padding-bottom: 10px; }
          .sidebar .sidebar_body ul li a {
            color: #848484;
            font-size: 20px;
            text-decoration: none;
            -webkit-tap-highlight-color: transparent; }
          .sidebar .sidebar_body ul li a.active {
            color: #01ADEF; }
          .sidebar .sidebar_body ul li a.circle {
            color: #01ADEF !important;
            text-indent: 5px;
            line-height: 38px;
            text-transform: none !important; }
            .sidebar .sidebar_body ul li a.circle img {
              width: 32px !important;
              height: 32px !important; }
            .sidebar .sidebar_body ul li a.circle span {
              padding-left: 5px; }
      .sidebar .sidebar_body .line-section {
        border-top: 1px solid #cad3d9; }
      .sidebar .sidebar_body .mobile-app {
        text-align: center;
        padding-left: 10%; }
        .sidebar .sidebar_body .mobile-app a {
          padding-right: 20px; }
    .sidebar .sidebar_hidden {
      position: absolute;
      height: 100%;
      margin-left: 65%;
      width: 35%;
      background-color: transparent;
      border: none; }
  .sidebar.active {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999; }
    .sidebar.active .sidebar_body {
      transform: translateX(0%); }
  .nav {
    width: 100% !important;
    display: flex !important;
    justify-content: space-around;
    margin-left: auto !important;
    padding-top: 40px; } }
  @media (max-width: 768px) and (max-width: 768px) {
    .nav .item {
      font-size: 33px;
      color: #7d8793; } }

@media (max-width: 768px) {
  .nav.user {
    display: flex;
    padding-top: 20px; }
    .nav.user .mobile {
      display: none; }
    .nav.user .inline-block {
      right: 0;
      position: absolute;
      margin-right: 40px !important; }
  .circle.ng-scope {
    margin-right: 15px !important;
    margin-top: -5px !important; }
  .container:before {
    content: none !important; }
  .select-language {
    height: 44px;
    width: 100px;
    position: relative;
    display: inline-block;
    color: #848484;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .select-language.lang-big .icon-item:before {
      width: 30px;
      height: 30px;
      display: inline-block;
      vertical-align: top;
      margin: 0px 10px 0px 0px; }
    .select-language.active .selected {
      border: 1px solid #cad3d9;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .select-language .selected {
      cursor: pointer;
      position: relative;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 36px;
      border: 1px solid transparent;
      padding: 0px;
      border-radius: 3px; }
      .select-language .selected:after {
        content: '';
        display: block;
        float: right;
        border: 6px solid transparent;
        border-top: 8px solid #C9C9C9;
        margin-top: 12px;
        margin-right: 10px; }
    .select-language ul {
      position: absolute;
      top: 46px;
      right: 0;
      left: -20px;
      padding: 0;
      background-color: #fff;
      border: 1px solid #cad3d9;
      border-radius: 3px;
      width: 340px;
      display: none;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .select-language ul:before, .select-language ul:after {
        content: '';
        position: absolute;
        transform: rotate(45deg); }
      .select-language ul:before {
        z-index: 2;
        left: 70px;
        top: -8px;
        width: 16px;
        height: 16px;
        background: linear-gradient(top left, #fff 50%, transparent 50%); }
      .select-language ul:after {
        z-index: 1;
        top: -10px;
        left: 69px;
        width: 18px;
        height: 18px;
        background: linear-gradient(top left, #cad3d9 50%, transparent 50%); }
      .select-language ul li {
        list-style: none;
        padding: 6px 2px;
        font-size: 14px;
        color: #999999;
        font-family: MyriadPro-Regular, sans-serif;
        cursor: pointer;
        display: inline-block;
        width: 45%;
        margin: 5px;
        border-radius: 5px;
        line-height: 34px; }
        .select-language ul li.active {
          background-color: #a2e604;
          color: #fff; }
        .select-language ul li:hover {
          background-color: #cad3d9;
          color: #fff; }
    .select-language.active ul {
      display: block; }
    .select-language .select-ul {
      position: fixed;
      width: 100% !important;
      height: 100%;
      top: 0 !important;
      right: 0;
      left: 0;
      padding: 0;
      background-color: #fff;
      border: 0px solid #e5e5e5 !important;
      display: none;
      list-style: none;
      z-index: 9999;
      overflow: scroll; }
      .select-language .select-ul li {
        cursor: pointer;
        padding: 5px 0px 1px 5px;
        padding-bottom: initial !important; }
        .select-language .select-ul li:hover {
          background-color: #8DCC04; }
    .select-language .active .select-ul {
      display: block; }
  .container.content.ng-scope {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
    .container.content.ng-scope .column {
      width: auto !important; }
    .container.content.ng-scope .column.right-column {
      float: none;
      order: 2; }
      .container.content.ng-scope .column.right-column .button.large-button.button-green {
        padding: 25px 0px !important; }
    .container.content.ng-scope .column.left-column {
      float: none;
      order: 1;
      margin-bottom: 50px; }
  #logo {
    width: 173px !important;
    height: 43px !important;
    background-size: 138px 34px !important;
    left: 0;
    position: absolute;
    margin-left: 110px !important; } }
  @media (max-width: 768px) and (max-width: 768px) {
    #logo {
      left: 10px; } }

@media (max-width: 768px) {
  .left-column {
    border-right: 0px !important; }
  .page-header p {
    font-size: 35px !important;
    line-height: 70px !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details {
    padding-left: 50px !important;
    padding-right: 50px !important;
    display: flex !important;
    flex-direction: column !important;
    box-sizing: border-box !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .hyperlinks {
      display: none; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #id-tour {
      margin-top: initial !important;
      width: 100% !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #tour-description {
      font-size: 18px;
      padding-bottom: 10px;
      width: 100% !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details qrcode {
      display: block !important;
      float: left; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #qrcode-full {
      display: none !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info {
      padding: 0px 0px !important;
      padding-top: 10px !important;
      position: initial !important;
      display: flex !important;
      flex-direction: column !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info button {
        order: 1;
        width: 150px; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right {
        order: 2;
        padding-top: 10px;
        padding-bottom: 10px; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .tour-tags {
        order: 3;
        margin-left: initial !important;
        padding-bottom: 50px; }
        .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .tour-tags .tag {
          margin: 2px 2px !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .download_logo_adaptive {
        display: block !important;
        order: 4;
        font-size: 25px;
        line-height: 28px;
        height: 50px;
        width: 220px;
        border-radius: 2px;
        font-family: MyriadPro-Regular, sans-serif;
        background-color: transparent;
        border: 1px solid #ffffff;
        color: white;
        margin: auto; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .hyperlinks.adaptive {
        margin: auto;
        display: block !important;
        order: 5; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .small-map.pull-right {
      order: 2;
      width: 100% !important;
      margin: 0px -20px !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .small-map.pull-right qrcode {
        display: none !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .point-details.pull-left {
      order: 1 !important;
      width: 100% !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .point-details.pull-left qrcode {
        width: 100%;
        display: block !important; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .point-details.pull-left .hyperlinks {
        display: flex;
        justify-content: center; }
  .edit-cover.ng-scope.ng-isolate-scope {
    top: initial !important; }
  .page-user-header.zero-margin {
    height: 200px !important; }
  .statistics {
    top: initial !important; }
    .statistics .bottom-right {
      width: 100%;
      justify-content: center;
      display: flex;
      margin-top: 45px;
      right: initial; }
  .jumbotron.jumbotron-blue.user-info {
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important; }
    .jumbotron.jumbotron-blue.user-info .container .about-user {
      float: initial !important;
      width: 100% !important; }
    .jumbotron.jumbotron-blue.user-info .container .avatar-large {
      width: 150px !important;
      height: 150px !important; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large img {
        width: 150px !important; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar {
        line-height: 200px !important;
        font-size: 25px !important; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar:after {
        top: 15px !important;
        left: 45px !important;
        width: 68px !important;
        height: 52px !important;
        background-size: contain; }
    .jumbotron.jumbotron-blue.user-info .container .about-user.user {
      padding-left: 140px; }
    .jumbotron.jumbotron-blue.user-info .container .about-user {
      float: none !important;
      position: initial !important;
      padding-left: 140px !important;
      width: 100% !important;
      box-sizing: border-box; }
      .jumbotron.jumbotron-blue.user-info .container .about-user h2 {
        font-size: 40px !important; }
      .jumbotron.jumbotron-blue.user-info .container .about-user span {
        margin-bottom: 10px;
        display: flex; }
      .jumbotron.jumbotron-blue.user-info .container .about-user .controls {
        padding-bottom: 20px; }
      .jumbotron.jumbotron-blue.user-info .container .about-user qrcode {
        position: initial !important;
        margin-top: 20px !important; }
    .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form input {
      width: 90% !important; }
    .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form textarea {
      width: 90% !important; }
  .jumbotron.ng-scope .container.min-height {
    min-height: initial !important;
    padding-bottom: 30px; }
    .jumbotron.ng-scope .container.min-height .share {
      float: initial !important;
      text-align: center;
      padding-top: 20px; }
    .jumbotron.ng-scope .container.min-height p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.min-height .statistics.text-center {
      display: flex;
      justify-content: space-around !important;
      max-width: 700px;
      margin: auto; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle {
        margin: 0 0 !important;
        width: 30% !important;
        height: 0 !important;
        padding-bottom: 30%; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .value {
          width: 100% !important;
          padding-top: initial !important;
          font-weight: normal !important; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .title {
          font-size: 15px; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle:after {
        width: calc(100% + 4px) !important;
        height: calc(100% + 4px) !important; }
  .jumbotron.ng-scope .container.content {
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important; }
    .jumbotron.ng-scope .container.content p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.content .point-thumb:after {
      content: none !important; }
    .jumbotron.ng-scope .container.content #reviews-title {
      padding: initial !important; }
    .jumbotron.ng-scope .container.content .review-form {
      display: flex !important;
      flex-direction: column !important;
      padding-top: 20px;
      margin-right: initial !important; }
      .jumbotron.ng-scope .container.content .review-form .form-group {
        order: 1;
        width: 100%; }
        .jumbotron.ng-scope .container.content .review-form .form-group textarea {
          width: 100%; }
      .jumbotron.ng-scope .container.content .review-form .pull-right {
        order: 2;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 20px; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .star-rating {
          order: 1; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .button.button-green.small-button {
          order: 2;
          width: 200px;
          position: absolute;
          margin-top: 30px; }
  .tours {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important; }
    .tours h3 {
      width: initial !important;
      white-space: normal !important; }
    .tours .tour-thumb {
      width: 300px !important;
      height: initial !important; }
      .tours .tour-thumb .img {
        width: initial !important;
        height: 150px !important; }
      .tours .tour-thumb .description-my-tour {
        width: 100% !important;
        height: initial !important; }
        .tours .tour-thumb .description-my-tour .top-description {
          display: flex !important;
          flex-direction: column !important;
          height: 300px !important;
          padding: 0px 20px 50px 20px !important;
          justify-content: space-between; }
          .tours .tour-thumb .description-my-tour .top-description a {
            order: 1;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .tour-by {
            order: 2;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .points-fot-tour {
            order: 3;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .all-tags {
            order: 4;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .star-rating {
            order: 5;
            position: static !important; }
          .tours .tour-thumb .description-my-tour .top-description .reviews-count {
            order: 6;
            position: static !important; }
      .tours .tour-thumb .description {
        height: initial !important; }
  .jumbotron.google-map {
    height: 500px !important; }
  .search-header .container.content div {
    margin: initial !important; }
    .search-header .container.content div .form-search {
      width: 85% !important; }
  .left-block-search-near {
    margin-left: 50px; }
  .right-sot-rating {
    margin-right: 50px; }
  .categories.small {
    padding-left: 0px;
    padding-right: 0px; }
    .categories.small .category {
      width: 50px !important; }
  footer {
    height: auto !important;
    padding-bottom: 20px; }
    footer .container {
      width: 100% !important;
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }

@media (max-width: 480px) {
  #logo {
    display: none !important; }
  #logo_mobile {
    width: 173px !important;
    height: 43px !important;
    background-size: 138px 34px !important;
    left: 0;
    position: absolute;
    background: url(/images/logo.png) no-repeat transparent;
    margin-left: 80px !important;
    margin-top: 10px !important; }
  .nav.user.mobile {
    display: block !important; }
    .nav.user.mobile .item {
      margin: auto !important; }
    .nav.user.mobile .inline-block {
      margin-top: -5px !important;
      margin-right: auto !important; }
      .nav.user.mobile .inline-block .item span {
        display: block !important; }
  header {
    height: 40px !important; }
  .view-in-app {
    margin-right: 10px !important; }
  .view-in-app_svg {
    right: 0 !important; }
  .page-header {
    min-height: 0px !important; }
  .nav {
    display: none !important; }
  .burger {
    margin-top: 30px !important;
    margin-left: 0px !important; }
  .sidebar .sidebar_body {
    width: 100% !important;
    padding: 5%; }
    .sidebar .sidebar_body .sidebar_close {
      margin-right: 5%; }
    .sidebar .sidebar_body ul {
      -webkit-padding-start: 0px; }
  .container.content.ng-scope button {
    height: 50px !important; }
  .button.large-button.button-green {
    height: 50px !important;
    font-size: 25px;
    padding: 0px 0px !important; }
  .container.content.ng-scope .column.right-column .button.large-button.button-green {
    padding: 0px 0px !important;
    text-align: center;
    font-size: 25px; }
  .column.right-column {
    padding: 0 10px 0 10px !important; }
  .column.left-column {
    padding: 0 10px 0 10px !important; }
  .button-facebook {
    padding: 0px 0px !important;
    text-align: center !important;
    font-size: 25px !important; }
    .button-facebook i {
      font-size: 25px !important; }
    .button-facebook span {
      font-size: 25px !important;
      padding-left: 20px !important; }
  .circle.ng-scope {
    margin-right: -10px !important;
    margin-top: -10px !important; }
  .page-header p {
    min-width: 65% !important;
    font-size: 14px !important;
    line-height: 0px !important; }
  .page-header p:after {
    border-top: 30px solid #00ADEF !important;
    border-left: 40px solid transparent !important;
    border-right: 40px solid transparent !important;
    top: -20px; }
  .page-header .image-wrapper {
    height: 250px !important; }
  .statistics {
    top: initial !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-flow: column;
    margin-bottom: 2rem; }
    .statistics .bottom-right {
      display: flex;
      margin-left: 0 !important;
      margin-top: 90px;
      right: initial; }
      .statistics .bottom-right .stat-item {
        margin: 0 20px !important; }
    .statistics .rainbow-circle {
      margin: 1.25rem 0 !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .jumbotron.jumbotron-blue.user-info {
    padding-left: 5px !important;
    padding-right: 5px !important;
    box-sizing: border-box !important; }
    .jumbotron.jumbotron-blue.user-info .container {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center;
      align-items: center; }
      .jumbotron.jumbotron-blue.user-info .container .avatar-large {
        order: 1;
        width: 150px !important;
        height: 150px !important;
        margin-bottom: 10px; }
        .jumbotron.jumbotron-blue.user-info .container .avatar-large img {
          width: 150px !important; }
        .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar {
          line-height: 200px !important;
          font-size: 25px !important; }
        .jumbotron.jumbotron-blue.user-info .container .avatar-large .edit-avatar:after {
          top: 15px !important;
          left: 45px !important;
          width: 68px !important;
          height: 52px !important;
          background-size: contain; }
      .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope {
        order: 2;
        float: none !important;
        position: initial !important;
        padding-left: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        margin-left: 0px !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope h2 {
          font-size: 40px !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope span {
          margin-bottom: 10px;
          display: block; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope .controls {
          padding-bottom: 20px; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.ng-scope qrcode {
          position: initial !important;
          margin-top: 20px !important; }
      .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope {
        margin-left: 10px !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form input {
          width: 90% !important; }
        .jumbotron.jumbotron-blue.user-info .container .about-user.form-edit.ng-scope .item-form textarea {
          width: 90% !important; }
      .jumbotron.jumbotron-blue.user-info .container .about-user.user {
        order: 2;
        float: none !important;
        position: initial !important;
        padding-left: 0 !important;
        width: 100% !important;
        box-sizing: border-box;
        margin-left: 0px !important; }
  .form-search .form-control {
    font-size: 12px !important;
    padding: 6px 6px !important; }
  .form-search .button-form-control {
    display: none; }
  .form-search .search-svg {
    display: block !important;
    background-image: url(../images/search.svg);
    background-color: #5D8800;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 50px;
    width: 22.5%;
    float: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    color: #fff; }
  .left-block-search-near {
    margin-left: 10px;
    margin-top: 20px !important;
    margin-bottom: 0px !important; }
  .right-sot-rating.item {
    float: left;
    margin-left: 10px !important;
    margin-top: 20px !important; }
  .categories.small .category {
    width: 50px !important;
    display: inline-flex !important;
    border-right-width: thin !important; }
  .title-tours {
    padding-top: 120px !important;
    font-size: 20px !important;
    padding-bottom: 0px !important; }
  .tours {
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    margin: 0 !important; }
    .tours .tour-thumb {
      width: 300px !important;
      margin-left: initial !important; }
      .tours .tour-thumb .description-my-tour {
        width: 100% !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details #tour-title {
    padding: initial !important; }
  .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right {
    display: flex !important;
    flex-direction: column !important; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right #edit-tour {
      order: 1; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right #add-favorite {
      order: 2; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right span {
      order: 3; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right .small-image {
      order: 4;
      margin-left: 0;
      text-indent: 0; }
      .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right .small-image .circle {
        font-size: 25px; }
    .jumbotron.jumbotron-blue.ng-scope .container.min-height.details .bottom-info .float-right .star-rating {
      order: 5; }
  .jumbotron.ng-scope .container.min-height {
    min-height: initial !important;
    padding-bottom: 30px; }
    .jumbotron.ng-scope .container.min-height .share {
      float: initial !important;
      text-align: center;
      padding-top: 20px; }
    .jumbotron.ng-scope .container.min-height p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.min-height .statistics.text-center {
      justify-content: space-around !important; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle {
        margin: 0 0 !important;
        width: 30% !important;
        height: 0 !important;
        padding-bottom: 30%; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .value {
          width: 100% !important;
          padding-top: initial !important;
          font-weight: normal !important;
          font-size: 36px !important;
          position: relative;
          bottom: 10px; }
        .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle .title {
          font-size: 12px !important;
          position: relative;
          bottom: 45px; }
      .jumbotron.ng-scope .container.min-height .statistics.text-center .rainbow-circle:after {
        width: calc(100% + 4px) !important;
        height: calc(100% + 4px) !important; }
  .jumbotron.ng-scope .container.content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important; }
    .jumbotron.ng-scope .container.content p {
      font-size: 40px !important; }
    .jumbotron.ng-scope .container.content .point-thumb {
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important; }
      .jumbotron.ng-scope .container.content .point-thumb .image-link.pull-left {
        order: 1; }
        .jumbotron.ng-scope .container.content .point-thumb .image-link.pull-left .arrow {
          display: inline !important;
          position: absolute;
          background-image: url(../images/arrow-down.svg);
          background-color: #676E78;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 22px;
          width: 32px !important;
          height: 32px !important;
          left: 100%;
          bottom: 40%;
          margin-left: 10px;
          transform: rotate(-90deg); }
      .jumbotron.ng-scope .container.content .point-thumb .caption {
        order: 2;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        margin-left: initial !important; }
        .jumbotron.ng-scope .container.content .point-thumb .caption .title {
          order: 1; }
        .jumbotron.ng-scope .container.content .point-thumb .caption .description {
          display: none;
          order: 2; }
    .jumbotron.ng-scope .container.content .point-thumb:after {
      content: none !important; }
    .jumbotron.ng-scope .container.content #reviews-title {
      padding: initial !important; }
    .jumbotron.ng-scope .container.content .review-form {
      display: flex !important;
      flex-direction: column !important;
      padding-top: 20px;
      margin-right: initial !important; }
      .jumbotron.ng-scope .container.content .review-form .form-group {
        order: 1;
        width: 100%; }
        .jumbotron.ng-scope .container.content .review-form .form-group textarea {
          width: 100%; }
      .jumbotron.ng-scope .container.content .review-form .pull-right {
        order: 2;
        display: flex !important;
        flex-direction: column !important;
        padding-bottom: 20px; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .star-rating {
          order: 1; }
        .jumbotron.ng-scope .container.content .review-form .pull-right .button.button-green.small-button {
          order: 2;
          width: 200px;
          position: absolute;
          margin-top: 30px; }
  .show-hide-mobile {
    display: block !important; }
  .hidden-mobile {
    display: none !important; } }

.show-hide-mobile {
  display: none; }

@media (max-width: 480px) {
  .quiz-input.comments-form {
    display: flex;
    flex-direction: column;
    aling-content: flex-start;
    margin-left: 30px;
    margin-top: -30px; }
    .quiz-input.comments-form #allow-min-points-for-comments {
      margin-left: -30px;
      margin-top: 7px; }
    .quiz-input.comments-form label[for="allow-min-points-for-comments"] {
      margin-left: -30px;
      margin-top: 15px; } }

.form-tour .result-search {
  position: relative;
  z-index: 3; }
  .form-tour .result-search ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #66afe9;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    max-height: 310px;
    overflow-y: auto;
    display: none;
    outline: 0;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(102, 175, 233, 0.6); }
    .form-tour .result-search ul li {
      padding: 6px 8px;
      font-size: 18px;
      color: #999999;
      font-family: MyriadPro-Regular, sans-serif;
      cursor: pointer; }
      .form-tour .result-search ul li:hover {
        background-color: #cad3d9;
        color: #fff; }
  .form-tour .result-search.active input[name=address] {
    border-radius: 3px 3px 0 0; }
  .form-tour .result-search.active ul {
    display: block; }

.form-tour .select-list {
  color: #999999;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .form-tour .select-list.lang-small .icon-item:before, .form-tour .select-list.catigoris-tour .icon-item:before {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 10px 2px 2px; }
  .form-tour .select-list .selected {
    cursor: pointer;
    position: relative; }
    .form-tour .select-list .selected:after {
      content: '';
      display: block;
      float: right;
      border: 6px solid transparent;
      border-top: 8px solid #C9C9C9;
      margin-top: 8px;
      margin-right: 2px; }
  .form-tour .select-list ul {
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #cad3d9;
    border-radius: 3px;
    display: none; }
    .form-tour .select-list ul li {
      list-style: none;
      padding: 6px 8px;
      font-size: 18px;
      color: #999999;
      font-family: MyriadPro-Regular, sans-serif;
      cursor: pointer; }
      .form-tour .select-list ul li.active {
        background-color: #a2e604;
        color: #fff; }
      .form-tour .select-list ul li:hover {
        background-color: #cad3d9;
        color: #fff; }
  .form-tour .select-list.active ul {
    display: block; }

.form-tour .lang-small {
  z-index: 2; }

.block-steps {
  width: 20%;
  padding-top: 40px;
  height: 220px;
  background-color: rgba(125, 135, 147, 0.04);
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #E9E9E9; }
  @media (max-width: 768px) {
    .block-steps {
      box-sizing: border-box;
      height: unset;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    .block-steps {
      box-sizing: border-box;
      height: unset;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 30px; } }
  .block-steps p {
    margin: 0;
    padding: 0; }
  .block-steps .steps-left {
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #FF6A67;
    text-align: center;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .block-steps .steps-left {
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        color: #fc6969; } }
  .block-steps .before-publication {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-bottom: 0px; }
    @media (max-width: 768px) {
      .block-steps .before-publication {
        opacity: 0.8;
        font-family: 'Roboto';
        font-size: 21px;
        letter-spacing: 0.2px;
        color: #676e78; } }

.wrap-points-list {
  margin: 0;
  padding: 0;
  height: 120%;
  user-select: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE */ }
  @media (max-width: 480px) {
    .wrap-points-list {
      margin-top: 20px; } }

.ui-sortable-helper {
  border: 1px dashed #00ADEF !important; }

.ui-sortable-placeholder {
  background: #F2F2F2 !important;
  visibility: inherit !important; }

.wrap-title {
  min-height: 100px;
  user-select: none;
  padding-left: 25%;
  border-bottom: 1px solid #e2e2e2;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE */ }
  @media (max-width: 768px) {
    .wrap-title {
      padding: 24px 74px;
      min-height: 70px; } }
  @media (max-width: 480px) {
    .wrap-title {
      padding: unset;
      min-height: 60px;
      width: 100%; } }
  .wrap-title .block-wrap-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    position: relative;
    cursor: pointer;
    margin-top: -18px;
    text-transform: uppercase; }
    .wrap-title .block-wrap-text.hidden-point {
      opacity: 0.5; }
    @media (max-width: 768px) {
      .wrap-title .block-wrap-text {
        margin-left: unset;
        min-height: 70px; } }
    @media (max-width: 480px) {
      .wrap-title .block-wrap-text {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        height: 60px; } }
    .wrap-title .block-wrap-text .arrow-wrap-title {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      color: #FF6A67;
      border: 3px solid #FF6A67;
      text-align: center;
      position: absolute;
      right: 20px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      top: 50%;
      margin-top: -18px; }
    .wrap-title .block-wrap-text .arrow-wrap-title-valid {
      color: #7CC902 !important;
      border: 3px solid #7CC902 !important; }
    .wrap-title .block-wrap-text p {
      margin: 0;
      padding: 0; }
    .wrap-title .block-wrap-text .text-wrap-title {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      color: #333333;
      line-height: 36px;
      width: 80%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .wrap-title .block-wrap-text .text-wrap-title {
          font-size: 24px;
          text-transform: uppercase; } }
    .wrap-title .block-wrap-text .description-wrap-title {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: #999999; }
    @media (max-width: 480px) {
      .wrap-title .block-wrap-text .description-wrap-title {
        display: none; } }
  .wrap-title ul {
    overflow: hidden;
    opacity: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 0;
    transition: all 0.5s ease 0s; }
    @media (max-width: 768px) {
      .wrap-title ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        margin-left: unset;
        width: 100%;
        box-sizing: border-box; } }
    @media (max-width: 480px) {
      .wrap-title ul {
        width: 300px;
        margin-left: auto;
        margin-right: auto; } }
    .wrap-title ul li {
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #555555;
      margin-top: 15px;
      position: relative; }
      @media (max-width: 768px) {
        .wrap-title ul li {
          margin-right: 50px;
          display: flex;
          justify-content: space-between;
          font-size: 24px; } }
      @media (max-width: 768px) {
        .wrap-title ul li span:not(.icon-span) {
          margin-right: 15px; } }
      .wrap-title ul li .icon-span {
        width: 16px;
        height: 16px;
        display: inline-block;
        background-image: url("../images/check.png");
        margin-right: 30px;
        margin-left: 10px;
        position: relative; }
        @media (max-width: 768px) {
          .wrap-title ul li .icon-span {
            width: 18px;
            height: 18px;
            background-repeat: no-repeat;
            background-size: cover;
            margin-right: unset;
            position: relative;
            top: 50%;
            transform: translateY(-50%); } }
      .wrap-title ul li.arrow-invalid-icon .icon-span {
        background-image: url("../images/fail.png");
        width: 16px;
        height: 16px;
        display: inline-block;
        margin-right: 30px;
        margin-left: 10px;
        position: relative; }
        @media (max-width: 768px) {
          .wrap-title ul li.arrow-invalid-icon .icon-span {
            width: 18px;
            height: 18px;
            background-repeat: no-repeat;
            background-size: cover;
            margin-right: unset;
            top: 50%;
            transform: translateY(-50%); } }
  .wrap-title.activeWrap ul {
    height: 265px;
    opacity: 1; }
    @media (max-width: 768px) {
      .wrap-title.activeWrap ul {
        height: auto;
        padding-bottom: 20px; } }
  @media (max-width: 480px) {
    .wrap-title.activeWrap .description-wrap-title {
      display: inline-block; } }

.right-create-tour .wrap-content {
  width: 73%;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 768px) {
    .right-create-tour .wrap-content {
      width: 80%; } }
  @media (max-width: 480px) {
    .right-create-tour .wrap-content {
      width: 300px; } }

.left-create-tour .wrap-content {
  width: 100%; }
  @media (max-width: 768px) {
    .left-create-tour .wrap-content {
      display: flex;
      justify-content: center;
      align-content: center;
      width: 100%;
      flex-direction: column; } }

.wrap-content .form-button {
  border-radius: 60px;
  background-color: #ffffff;
  border: solid 1px rgba(125, 135, 147, 0.4);
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  color: #02abf6;
  padding: 18px 25px;
  padding-left: 60px;
  position: relative;
  height: 60px;
  line-height: 24px; }
  @media (max-width: 480px) {
    .wrap-content .form-button {
      padding: 0;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 15px;
      padding-left: 37px;
      height: 40px;
      font-family: 'Roboto';
      font-size: 18px;
      font-weight: 500;
      color: #02abf6;
      line-height: 10px; } }
  .wrap-content .form-button span {
    height: 14px;
    width: 14px;
    display: inline-block;
    background-image: url("../images/add_tag.png");
    background-repeat: no-repeat;
    background-position: 85% 50%;
    cursor: pointer;
    vertical-align: middle;
    zoom: 1.5;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: pixelated;
    left: 18px;
    top: 13px;
    position: absolute; }
    @media (max-width: 480px) {
      .wrap-content .form-button span {
        zoom: 1.55;
        left: 0;
        top: 50%;
        transform: translate(5px, -50%); } }

.add-new-point-btn {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  width: 50%;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #0093ea;
  background-color: #02abf6;
  border: solid 1px rgba(0, 147, 234, 0.4);
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .add-new-point-btn {
      margin: unset;
      margin-top: 20px;
      margin-bottom: 20px;
      color: #ffffff;
      font-family: Roboto;
      font-weight: 500;
      font-size: 27px;
      letter-spacing: -0.1px;
      text-align: center;
      color: #ffffff; } }
  @media (max-width: 480px) {
    .add-new-point-btn {
      font-family: 'Roboto';
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.1px;
      text-align: center;
      color: #ffffff;
      height: 40px;
      width: 260px;
      margin-top: 20px;
      margin-bottom: 30px; } }
  .add-new-point-btn:hover {
    background-color: #00ADEF;
    color: white; }

.button-publish-tour {
  display: block;
  height: 50px;
  line-height: 20px;
  width: 300px;
  text-align: center;
  background-color: #49A9EE;
  border: none;
  border-bottom: 2px solid #428CE6;
  border-radius: 4px;
  color: white;
  font-family: 'Roboto';
  font-size: 20px;
  margin: 20px auto 0 auto;
  cursor: pointer;
  position: relative;
  font-size: 27px;
  letter-spacing: -0.1px;
  text-align: center; }
  @media (max-width: 768px) {
    .button-publish-tour {
      height: 60px;
      line-height: 20px;
      box-sizing: border-box;
      margin: 0; } }
  @media (max-width: 480px) {
    .button-publish-tour {
      height: 40px;
      width: 260px;
      margin: 0;
      line-height: 60px;
      box-sizing: border-box;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.1px;
      text-align: center;
      color: #ffffff;
      margin-top: 20px;
      line-height: 18px; } }
  .button-publish-tour[disabled=disabled] {
    background-color: #CBCBCB;
    border-bottom: 2px solid #B6B6B6; }

.button-publish-tour:before {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 30px; }

.block-forms-button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .block-forms-button {
      justify-content: space-between; } }
  @media (max-width: 480px) {
    .block-forms-button {
      justify-content: space-between; } }

.button-add-tour-point {
  font-family: 'Roboto';
  display: inline-block;
  width: 45%;
  max-height: 60px;
  font-size: 27px;
  font-weight: 400;
  padding: 15px 0;
  line-height: 27px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #0093ea;
  background-color: #02abf6;
  border: solid 1px rgba(0, 147, 234, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  max-width: 300px; }
  .button-add-tour-point + .button-add-tour-point {
    width: 51%;
    margin-left: 20px; }
  @media (max-width: 480px) {
    .button-add-tour-point {
      width: 134px;
      height: 40px;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.1px;
      text-align: center;
      color: #ffffff;
      line-height: 18px;
      padding: 12px 10px; }
      .button-add-tour-point + .button-add-tour-point {
        width: 150px;
        margin-left: unset; } }
  .button-add-tour-point[disabled=disabled] {
    background-color: #CBCBCB;
    border-bottom: 2px solid #CBCBCB;
    box-shadow: 0 3px 0 0 #CBCBCB;
    border: solid 1px #CBCBCB; }

.wrap-general-information,
.wrap-general-information {
  width: 100%;
  margin: 0 auto; }
  .wrap-general-information .title-general-info,
  .wrap-general-information .title-general-info {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 49px;
    color: #2e2e2e;
    text-transform: uppercase;
    margin: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    opacity: 0.8; }
    @media (max-width: 480px) {
      .wrap-general-information .title-general-info,
      .wrap-general-information .title-general-info {
        font-size: 24px;
        font-weight: 700;
        color: #2e2e2e;
        margin-top: 26px;
        margin-bottom: 26px;
        letter-spacing: -0.5px; } }
    .wrap-general-information .title-general-info span.remove,
    .wrap-general-information .title-general-info span.remove {
      display: inline-block;
      background-image: url("../images/delete_point.png");
      width: 37px;
      height: 37px;
      float: right;
      margin: 20px 0px;
      cursor: pointer; }
  .wrap-general-information .block-form,
  .wrap-general-information .block-form {
    margin-bottom: 68px; }
    @media (max-width: 480px) {
      .wrap-general-information .block-form,
      .wrap-general-information .block-form {
        margin-bottom: 35px; } }
    .wrap-general-information .block-form .check-for-tour,
    .wrap-general-information .block-form .check-for-tour {
      position: relative;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      line-height: 28px;
      margin-bottom: 50px;
      margin-left: 45px; }
      @media (max-width: 480px) {
        .wrap-general-information .block-form .check-for-tour,
        .wrap-general-information .block-form .check-for-tour {
          margin: unset;
          margin-bottom: 55px; } }
    .wrap-general-information .block-form input,
    .wrap-general-information .block-form input {
      width: 100%;
      box-sizing: border-box; }
    .wrap-general-information .block-form .valid-for-publishing,
    .wrap-general-information .block-form .published,
    .wrap-general-information .block-form .valid-for-publishing,
    .wrap-general-information .block-form .published {
      color: #7cc902; }
    .wrap-general-information .block-form .valid-for-publishing:before,
    .wrap-general-information .block-form .published:before,
    .wrap-general-information .block-form .valid-for-publishing:before,
    .wrap-general-information .block-form .published:before {
      content: '';
      display: inline-block;
      background-image: url("../images/create_tour/check_nofill.png");
      width: 27px;
      height: 27px;
      margin-right: 10px; }
      @media (max-width: 768px) {
        .wrap-general-information .block-form .valid-for-publishing:before,
        .wrap-general-information .block-form .published:before,
        .wrap-general-information .block-form .valid-for-publishing:before,
        .wrap-general-information .block-form .published:before {
          width: 31px;
          height: 31px;
          background-repeat: no-repeat;
          background-size: cover; } }
    .wrap-general-information .block-form .published:before,
    .wrap-general-information .block-form .published:before {
      background-image: url("../images/create_tour/check.png"); }
    .wrap-general-information .block-form .notvalid-for-publishing,
    .wrap-general-information .block-form .notvalid-for-publishing {
      color: #FF6A67; }
    .wrap-general-information .block-form .notvalid-for-publishing:before,
    .wrap-general-information .block-form .notvalid-for-publishing:before {
      content: '';
      display: inline-block;
      background-image: url("../images/create_tour/cross.png");
      width: 27px;
      height: 27px;
      margin-right: 10px; }
      @media (max-width: 768px) {
        .wrap-general-information .block-form .notvalid-for-publishing:before,
        .wrap-general-information .block-form .notvalid-for-publishing:before {
          width: 31px;
          height: 31px;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          top: 50%;
          transform: translate(-42px, -60%); } }
      @media (max-width: 480px) {
        .wrap-general-information .block-form .notvalid-for-publishing:before,
        .wrap-general-information .block-form .notvalid-for-publishing:before {
          width: 20px;
          height: 20px;
          position: relative;
          background-repeat: no-repeat;
          background-size: cover;
          transform: translate(0, 3px); } }
    .wrap-general-information .block-form .chars-left-counter,
    .wrap-general-information .block-form .chars-left-counter {
      text-align: right;
      line-height: 1.5em;
      font-size: 16px;
      color: #666666;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400; }
    .wrap-general-information .block-form .title-general-info-fields,
    .wrap-general-information .block-form .title-general-info-fields {
      width: 326px;
      height: 28px;
      font-family: 'Roboto';
      font-size: 24px;
      font-weight: 500;
      color: #2e2e2e;
      text-transform: uppercase;
      margin-bottom: 14px;
      margin-top: 0; }
      @media (max-width: 480px) {
        .wrap-general-information .block-form .title-general-info-fields,
        .wrap-general-information .block-form .title-general-info-fields {
          font-size: 18px;
          color: #2e2e2e;
          font-weight: 400; } }
    .wrap-general-information .block-form .arrow-valid-icon-title:after,
    .wrap-general-information .block-form .arrow-valid-icon-title:after {
      content: '';
      background-image: url("../images/check.png");
      width: 19px;
      height: 19px;
      display: inline-block;
      margin-left: 10px;
      background-size: cover;
      background-repeat: no-repeat; }
    .wrap-general-information .block-form .arrow-invalid-icon-title:after,
    .wrap-general-information .block-form .arrow-invalid-icon-title:after {
      content: '';
      background-image: url("../images/fail.png");
      width: 19px;
      height: 19px;
      display: inline-block;
      margin-left: 10px;
      background-size: cover;
      background-repeat: no-repeat; }
    .wrap-general-information .block-form .subtitle-general-info-fields,
    .wrap-general-information .block-form .subtitle-general-info-fields {
      opacity: 0.8;
      font-family: 'Roboto';
      font-size: 21px;
      letter-spacing: 0.2px;
      color: #676e78; }
      @media (max-width: 480px) {
        .wrap-general-information .block-form .subtitle-general-info-fields,
        .wrap-general-information .block-form .subtitle-general-info-fields {
          opacity: 0.8;
          font-family: 'Roboto';
          font-size: 16px;
          line-height: 1.38;
          letter-spacing: 0.2px;
          color: #676e78; } }
    .wrap-general-information .block-form .title-general-info-input,
    .wrap-general-information .block-form .title-general-info-input {
      height: 50px;
      border-radius: 4px;
      border: 1px solid #e5e5e5;
      padding: 0px 28px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #555555; }
    .wrap-general-information .block-form .title-general-info-input.quiz-answer,
    .wrap-general-information .block-form .title-general-info-input.quiz-answer {
      width: 100%;
      margin-right: 20px;
      box-sizing: border-box; }
    .wrap-general-information .block-form .quiz-list,
    .wrap-general-information .block-form .quiz-list {
      padding: 0 0 0 1em;
      font-family: 'Roboto';
      margin: 5px;
      font-weight: 400;
      color: #666666; }
    .wrap-general-information .block-form .title-general-info-textarea,
    .wrap-general-information .block-form .title-general-info-textarea {
      width: 100%;
      height: 230px;
      border-radius: 4px;
      border: 1px solid #e5e5e5;
      padding: 10px 28px;
      font-family: 'Roboto';
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      color: #555555;
      box-sizing: border-box; }
    .wrap-general-information .block-form .title-general-info-textarea.quiz-question,
    .wrap-general-information .block-form .title-general-info-textarea.quiz-question {
      height: 100px; }
    .wrap-general-information .block-form .block-add-photo,
    .wrap-general-information .block-form .block-add-photo {
      width: 100%;
      height: 400px;
      background-color: #EBEBEB;
      margin-top: 10px;
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (max-width: 480px) {
        .wrap-general-information .block-form .block-add-photo,
        .wrap-general-information .block-form .block-add-photo {
          height: 310px !important; } }
      .wrap-general-information .block-form .block-add-photo .text-block-add-photo,
      .wrap-general-information .block-form .block-add-photo .text-block-add-photo {
        text-align: center;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        width: 270px;
        margin: 0 auto; }
      .wrap-general-information .block-form .block-add-photo .buttonUpload,
      .wrap-general-information .block-form .block-add-photo .buttonUpload {
        margin: 0 auto; }
      .wrap-general-information .block-form .block-add-photo .buttonUploadChange,
      .wrap-general-information .block-form .block-add-photo .buttonUploadChange {
        margin: 0px 0px 15px 30px; }
    .wrap-general-information .block-form .remove-item:after,
    .wrap-general-information .block-form .remove-item:after {
      content: '';
      background-image: url(../images/fail.png);
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-left: 10px;
      cursor: pointer; }
    .wrap-general-information .block-form .add-item:before,
    .wrap-general-information .block-form .add-item:before {
      content: '';
      background-image: url("../images/check.png");
      width: 16px;
      height: 16px;
      display: inline-block;
      margin-left: 10px;
      cursor: pointer; }
  .wrap-general-information .disabled,
  .wrap-general-information .disabled {
    pointer-events: none; }
  .wrap-general-information .quiz-answer-container,
  .wrap-general-information .quiz-answer-container {
    margin-bottom: 10px;
    display: flex; }

.button-for-audio {
  border: none;
  background-color: #CBCBCB;
  margin: 10px 10px 0px 0px;
  width: 50px;
  height: 36px; }

.button-for-audio[disabled] {
  opacity: 0.5; }

.float-audio {
  width: 100%;
  float: right;
  margin-top: 15px;
  max-width: 460px; }
  @media (max-width: 768px) {
    .float-audio {
      float: left; } }

.button-file {
  height: 46px;
  line-height: 36px;
  width: 220px;
  background-color: #8DCC04;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  color: #F3F3F3;
  border-radius: 4px;
  border-bottom: 2px solid #5EAD01;
  text-align: center;
  margin-top: 15px;
  float: left; }

.item-progress-box {
  width: 220px !important; }

.block-select-ul {
  position: relative; }

.select-ul {
  position: absolute;
  top: 43px;
  right: 0;
  left: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: none;
  list-style: none;
  z-index: 9999; }
  .select-ul li {
    cursor: pointer;
    padding: 5px 0px; }
    .select-ul li:hover {
      background-color: #8DCC04; }

.active .select-ul {
  display: block; }

.select-form-control {
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  padding: 0px 0px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  background-color: white;
  line-height: 47px; }
  .select-form-control:after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 10px;
    background-image: url("../images/arrow_down.png");
    background-size: 17px 10px;
    float: right;
    margin-right: 20px;
    margin-top: 20px; }

.mejs-container {
  width: 100% !important;
  height: 44px !important;
  background: #E8E8E8 !important; }

.mejs-container .mejs-controls {
  background: #E8E8E8 !important;
  position: relative; }

.mejs-playpause-button {
  order: 1; }

.mejs-controls .mejs-time-rail {
  width: 50% !important;
  order: 2; }
  @media (max-width: 768px) {
    .mejs-controls .mejs-time-rail {
      width: 50% !important; } }
  @media (max-width: 480px) {
    .mejs-controls .mejs-time-rail {
      width: 75% !important; } }

.mejs-currenttime-container {
  order: 3; }
  @media (max-width: 480px) {
    .mejs-currenttime-container {
      display: none !important; } }

.mejs-horizontal-volume-slider {
  order: 5; }
  @media (max-width: 480px) {
    .mejs-horizontal-volume-slider {
      display: none !important; } }

.mejs-controls {
  display: flex;
  justify-content: space-evenly; }

.mejs-controls .mejs-button.mejs-volume-button button {
  margin: unset !important;
  margin-top: 2px !important;
  margin-left: -4px !important; }

.mejs-controls .mejs-button button {
  width: 17px !important;
  height: 19px !important;
  background: url("../images/play_audio.png") !important;
  margin: 0px 0px 0px 28px !important; }

.mejs-controls .mejs-pause button {
  background-image: url("../images/pause_audio.png") !important;
  background-size: 12px 17px !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  margin: 0px 10px !important; }

.mejs-controls .mejs-mute button {
  background-position: 0 0 !important;
  width: 22px !important;
  height: 13px !important;
  background: url("../images/volume_audio.png") !important; }

.mejs-controls .mejs-play button {
  margin: 0px 10px !important; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  height: 4px !important;
  background: #CBCBCB !important;
  margin: 2px !important;
  width: 100% !important;
  position: relative; }

.mejs-horizontal-volume-slider {
  width: 50px !important;
  transform: translateX(1px); }
  .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    left: 0px !important;
    top: 7px !important; }
  .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    height: 4px !important;
    background: #CBCBCB !important;
    top: 7px !important;
    width: 100% !important;
    left: 0 !important; }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 100% !important;
  height: 4px !important;
  background: #CBCBCB !important; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #00AAEF !important;
  height: 4px !important; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #00AAEF !important;
  height: 4px !important; }

.mejs-duration-container {
  display: none !important; }

.mejs-container .mejs-controls .mejs-time span {
  color: #333333 !important;
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important; }

.mejs-container .mejs-controls .mejs-time {
  padding: 2px 0px 0px 5px !important; }

.mejs-volume-button {
  order: 4;
  transform: translate(8px); }

.mejs-controls .mejs-unmute button {
  background-image: url("../images/not_volume_audio.png") !important;
  width: 22px !important;
  height: 13px !important;
  background-repeat: no-repeat !important;
  background-position: 0px 0px !important; }

.block-list-category {
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative; }
  .block-list-category .tooltip-category {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FF716B;
    color: white;
    padding: 3px 10px;
    text-align: center;
    line-height: 30px;
    position: fixed;
    height: 36px;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px; }
    .block-list-category .tooltip-category:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 99%;
      left: calc(50% - 8px);
      transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -webkit-transition: .25s ease-in-out;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #FF716B transparent; }
  .block-list-category .active-select-category {
    background-color: #FF716B !important; }
    .block-list-category .active-select-category .id-category {
      filter: brightness(100%); }
  .block-list-category .category-item {
    width: 50px; }
  .block-list-category li {
    height: 40px;
    border-left: 1px solid #EDEDED;
    cursor: pointer;
    transition: opacity .4s;
    background-color: white;
    transition: height .4s, width .4s, background-position-x .4s;
    box-sizing: border-box;
    transform: translateZ(0);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    border-bottom: 1px solid #eeeeee; }
    .block-list-category li:hover {
      background-color: #aaa; }
    .block-list-category li:hover .id-category {
      filter: brightness(100%); }
    .block-list-category li div {
      width: 33px;
      height: 27px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      filter: brightness(60%); }
      @media (max-width: 768px) {
        .block-list-category li div {
          width: 27px;
          height: 27px;
          margin-top: 0;
          margin-bottom: 0; } }
    .block-list-category li #category-icon-0 {
      background-image: url("/images/create_tour/categories/men_icon.png"); }
    .block-list-category li #category-icon-1 {
      background-image: url("/images/create_tour/categories/bicycle_icon.png"); }
    .block-list-category li #category-icon-2 {
      background-image: url("/images/create_tour/categories/car_icon.png"); }
    .block-list-category li #category-icon-3 {
      background-image: url("/images/create_tour/categories/tree_icon.png"); }
    .block-list-category li #category-icon-4 {
      background-image: url("/images/create_tour/categories/gazebo_icon.png"); }
    .block-list-category li #category-icon-5 {
      background-image: url("/images/create_tour/categories/castle_icon.png"); }
    .block-list-category li #category-icon-6 {
      background-image: url("/images/create_tour/categories/people_icon.png"); }
    .block-list-category li #category-icon-7 {
      background-image: url("/images/create_tour/categories/books_icon.png"); }
    .block-list-category li #category-icon-8 {
      background-image: url("/images/create_tour/categories/town_icon.png"); }
    .block-list-category li #category-icon-9 {
      background-image: url("/images/create_tour/categories/treasure_icon.png"); }
    .block-list-category li #category-icon-10 {
      background-image: url("/images/create_tour/categories/spoon_icon.png"); }
    .block-list-category li #category-icon-11 {
      background-image: url("/images/create_tour/categories/busket_icon.png"); }

.block-radius {
  line-height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #E5E5E5; }

.ui-widget-content {
  background: #e2e2e2 !important; }

.range-slider {
  color: #848484; }
  .range-slider .range-container {
    white-space: nowrap; }
    @media (max-width: 480px) {
      .range-slider .range-container {
        margin-left: -17px; } }
  .range-slider .range {
    width: 63%;
    display: inline-block;
    margin: 0 20px;
    height: 4px;
    border: none;
    margin-bottom: 3px; }
    .range-slider .range .ui-slider-handle {
      background: #F2F2F2;
      border-radius: 50%;
      border: none;
      width: 17px;
      height: 17px;
      box-shadow: inset 0 0 2px rgba(17, 17, 17, 0.2);
      top: -6px;
      margin-left: -6px;
      cursor: pointer; }
    .range-slider .range .ui-slider-range {
      background: #00ADEF; }
    .range-slider .range .ui-state-active {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), inset 0 0 2px rgba(17, 17, 17, 0.2); }
    .range-slider .range .ui-state-hover, .range-slider .range .ui-state-active, .range-slider .range .ui-state-focus {
      border-color: #00ADEF; }
    .range-slider .range .ui-state-focus {
      outline: none; }
  .range-slider .value {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    color: #00ADEF; }
  .range-slider .title-range {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #666666; }

.block-point-map {
  position: relative; }
  .block-point-map .block-search-address-maps .input-for-search-map {
    margin: 0 auto;
    margin-top: 10px; }
  .block-point-map .block-search-address-maps .select-address-map {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 155px;
    right: 0;
    left: 0;
    padding: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: block;
    list-style: none;
    z-index: 999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .block-point-map .block-search-address-maps .select-address-map li {
      cursor: pointer;
      padding: 10px 20px; }
      .block-point-map .block-search-address-maps .select-address-map li:hover {
        background-color: #8DCC04; }
      .block-point-map .block-search-address-maps .select-address-map li a {
        color: #000; }

.tooltip-class:before {
  white-space: nowrap; }

.search-categories .tooltip-class:before {
  width: 100% !important; }

.block-list-category .tooltip-class:before {
  width: auto !important; }

.spinner-hide {
  display: none; }

.spinner {
  float: left;
  width: 40px;
  height: 40px;
  position: relative;
  margin: 15px 0px 0px 20px; }

.little-spinner {
  float: none !important;
  width: 25px !important;
  height: 25px !important;
  display: inline-block;
  margin: 0px 0px -5px 10px !important; }

.spinner-hide-audio {
  display: none !important; }

.container1-little > div, .container2-little > div, .container3-little > div {
  width: 6px !important;
  height: 6px !important; }

.fa-circle:before {
  color: red; }

.container1 > div, .container2 > div, .container3 > div {
  width: 10px;
  height: 10px;
  background-color: #5EAD01;
  border-radius: 100%;
  position: absolute;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both; }

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.container2 {
  transform: rotateZ(45deg); }

.container3 {
  transform: rotateZ(90deg); }

.circle1 {
  top: 0;
  left: 0; }

.circle2 {
  top: 0;
  right: 0; }

.circle3 {
  right: 0;
  bottom: 0; }

.circle4 {
  left: 0;
  bottom: 0; }

.container2 .circle1 {
  animation-delay: -1.1s; }

.container3 .circle1 {
  animation-delay: -1.0s; }

.container1 .circle2 {
  animation-delay: -0.9s; }

.container2 .circle2 {
  animation-delay: -0.8s; }

.container3 .circle2 {
  animation-delay: -0.7s; }

.container1 .circle3 {
  animation-delay: -0.6s; }

.container2 .circle3 {
  animation-delay: -0.5s; }

.container3 .circle3 {
  animation-delay: -0.4s; }

.container1 .circle4 {
  animation-delay: -0.3s; }

.container2 .circle4 {
  animation-delay: -0.2s; }

.container3 .circle4 {
  animation-delay: -0.1s; }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.custom-select-list .select-ul {
  height: 500px !important;
  overflow-y: scroll !important; }

.tag-item-custom-select .select-form-control {
  margin-top: 0 !important;
  border: none !important;
  height: 46px !important; }

.tags-input *, *:before, *:after {
  box-sizing: border-box; }

.tags-input .host {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none; }

.tags-input {
  border: none; }

.tags-input .host:active {
  outline: none; }

.tags-input .tags {
  padding: 1px;
  overflow: visible;
  word-wrap: break-word;
  cursor: text;
  background-image: none; }

.tags-input .tags .tag-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (max-width: 480px) {
    .tags-input .tags .tag-list {
      display: flex; } }

.tags-input .tags.focused .input {
  outline: none;
  box-shadow: 0 0 3px 1px rgba(5, 139, 242, 0.6); }

.tags-input .tags .tag-item {
  display: inline-block;
  height: 60px;
  padding-left: 10px;
  border: 1px solid #cccccc;
  border-radius: 30px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: auto; }
  @media (max-width: 480px) {
    .tags-input .tags .tag-item {
      height: 40px; } }
  .tags-input .tags .tag-item span {
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 110px;
    padding-left: 10px;
    opacity: 0.8;
    font-family: 'Roboto';
    font-size: 24px;
    letter-spacing: 0.2px;
    color: #2e2e2e; }
    @media (max-width: 480px) {
      .tags-input .tags .tag-item span {
        width: auto;
        opacity: 0.8;
        font-family: 'Roboto';
        font-size: 18px;
        letter-spacing: 0.2px;
        color: #2e2e2e;
        margin-right: 10px; } }

.tags-input .tags .custom-tag-list-add {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 500;
  color: #00ADEF;
  text-align: right;
  background-image: url("../images/add_tag.png");
  background-repeat: no-repeat;
  background-position: 12% 50%;
  padding: 16px 25px;
  padding-left: 47px;
  cursor: pointer; }
  @media (max-width: 480px) {
    .tags-input .tags .custom-tag-list-add {
      font-family: 'Roboto';
      font-size: 18px;
      font-weight: 400;
      color: #02abf6;
      padding: 0;
      padding-left: 25px;
      padding-right: 15px;
      background-position: 7% 50%; } }

.tags-input .tags .tag-item:before {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
  left: 10px;
  zoom: 1.3; }
  @media (max-width: 480px) {
    .tags-input .tags .tag-item:before {
      zoom: 0.9;
      margin-left: -5px; } }

.tag-item-select {
  border: 2px solid #3e3e3e !important; }

.tags-input .tags .tag-item .remove-button {
  height: 12px;
  width: 12px;
  display: inline-block;
  background-image: url("../images/delete_tag.png");
  background-repeat: no-repeat;
  background-position: 85% 50%;
  cursor: pointer;
  margin-right: 15px; }

.tags-input .tags .input {
  display: inline-block;
  height: 48px;
  padding: 0px 30px;
  width: 190px !important;
  border: 1px solid #cccccc;
  border-radius: 24px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #00AAEF;
  outline: none;
  background-image: url("../images/add_tag.png");
  background-repeat: no-repeat;
  background-position: 85% 50%;
  padding-right: 45px;
  float: left;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #00AAEF; }
  .tags-input .tags .input:focus {
    outline: none; }
  .tags-input .tags .input::-webkit-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #00AAEF; }
  .tags-input .tags .input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #00AAEF; }
  .tags-input .tags .input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #00AAEF; }
  .tags-input .tags .input:-ms-input-placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #00AAEF; }
  .tags-input .tags .input.focused {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.tags-input .tags .add-suggestion {
  text-transform: none; }

.tags-input .tags .input.invalid-tag {
  color: red; }

.tags-input .tags .input::-ms-clear {
  display: none; }

.tags-input .autocomplete {
  margin-top: 5px;
  position: absolute;
  padding: 5px 0;
  z-index: 999;
  width: 100%;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.tags-input .autocomplete .suggestion-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.tags-input .autocomplete .suggestion-item {
  padding: 5px 10px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background-color: white; }

.tags-input .autocomplete .suggestion-item.selected {
  color: white;
  background-color: #0097cf; }

.tags-input .autocomplete .suggestion-item.selected em {
  color: white;
  background-color: #0097cf; }

.tags-input .autocomplete .suggestion-item em {
  font: normal bold 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background-color: white; }

.custom-block-lang {
  position: relative;
  display: block; }
  .custom-block-lang .select-language {
    height: 44px;
    width: 100px;
    position: relative;
    display: inline-block;
    color: #848484;
    z-index: 1;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .custom-block-lang .select-language.active .selected {
      border: 1px solid #cad3d9;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .custom-block-lang .select-language .selected {
      cursor: pointer;
      position: relative;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 36px;
      border: 1px solid transparent;
      padding: 4px;
      border-radius: 3px; }
      .custom-block-lang .select-language .selected:after {
        content: '';
        display: block;
        float: right;
        border: 6px solid transparent;
        border-top: 8px solid #C9C9C9;
        margin-top: 12px;
        margin-right: 4px; }
    .custom-block-lang .select-language ul {
      position: absolute;
      top: 50px;
      right: 0;
      left: 0px;
      padding: 0;
      background-color: #fff;
      border: 1px solid #cad3d9;
      border-radius: 3px;
      width: 340px;
      display: none;
      text-align: left;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
      .custom-block-lang .select-language ul:before, .custom-block-lang .select-language ul:after {
        content: '';
        position: absolute;
        transform: rotate(45deg); }
      .custom-block-lang .select-language ul:before {
        z-index: 2;
        left: 70px;
        top: -8px;
        width: 16px;
        height: 16px;
        background: linear-gradient(top left, #fff 50%, transparent 50%); }
      .custom-block-lang .select-language ul:after {
        z-index: 1;
        top: -10px;
        left: 69px;
        width: 18px;
        height: 18px;
        background: linear-gradient(top left, #cad3d9 50%, transparent 50%); }
      .custom-block-lang .select-language ul li {
        list-style: none;
        padding: 6px 2px;
        font-size: 14px;
        color: #999999;
        font-family: MyriadPro-Regular, sans-serif;
        cursor: pointer;
        display: inline-block;
        width: 47%;
        margin: 5px;
        border-radius: 5px;
        line-height: 34px;
        white-space: nowrap; }
        .custom-block-lang .select-language ul li:before {
          width: 30px;
          height: 30px;
          display: inline-block;
          vertical-align: top;
          margin: 2px 10px 2px 2px; }
        .custom-block-lang .select-language ul li.active {
          background-color: #8DCC04;
          color: #fff; }
        .custom-block-lang .select-language ul li:hover {
          background-color: #8DCC04;
          color: #fff; }
    .custom-block-lang .select-language.active ul {
      display: block; }
