/*

* Override Pages default styles or create your own styles here

*/

.icon-set.globe-fill {
  top: 4px;
}
tr.sorting th a {
  display: block;
  position: relative;
  color: rgba(44, 44, 44, 0.35);
}
tr.sorting th a:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-position: center center;
  position: absolute;
  right: 8px;
  bottom: 0px;
  background-image: url("../pages/img/icons/sort_both.png");
}

tr.sorting th a.asc,
tr.sorting th a.desc {
  color: #2c2c2c;
}

tr.sorting th a.asc:after {
  background-image: url("../pages/img/icons/sort_asc.png");
}

tr.sorting th a.desc:after {
  background-image: url("../pages/img/icons/sort_desc.png");
}

.breadcrumb,
.breadcrumb a {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.breadcrumb li.active {
  font-weight: 400;
}

.secondary-sidebar .btn-compose,
.secondary-sidebar .menu-title,
.split-view .split-list .list-view-fake-header,
.split-view .split-list .list-view-group-header,
.panel .panel-heading .panel-title,
.panel.panel-featured .panel-title h4,
.nav-tabs > li > a,
.form-group label:not(.error),
.datepicker thead tr .dow,
.table thead tr th,
.ui-grid-top-panel .ui-grid-header-cell-label,
.line-chart .nv-pointer-events-none .value.nv-pointer-events-none,
.line-chart .nvd3 .nv-axis .nv-axisMaxMin text,
.line-chart .tick text,
.line-chart .nvd3 .nv-groups .nv-point.hover,
.line-chart .nvd3.nv-scatter .nv-groups .nv-point.hover,
#tab-rickshaw-realtime
  #rickshaw-realtime_y_axis
  .rickshaw_graph
  .x_ticks_d3
  text,
#tab-rickshaw-realtime #rickshaw-realtime_y_axis .rickshaw_graph .y_ticks text,
.list-view-fake-header,
.list-view-group-header,
.calendar .weeks-wrapper .week .day-wrapper .day.week-header,
.widget-14-chart_y_axis .rickshaw_graph .x_ticks_d3 text,
.widget-14-chart_y_axis .rickshaw_graph .y_ticks text,
.error-number {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#permissions .dynatree-ico-ef span.dynatree-icon,
#permissions .dynatree-ico-cf #permissions span.dynatree-icon,
form #permissions span.dynatree-icon {
  font: normal normal normal 14px/1 pages-icon;
  background: none;
  width: 15px;
  font-size: 15px;
  display: inline-block;
  text-align: right;
  color: #999;
  display: none;
}
#permissions .dynatree-ico-ef span.dynatree-icon:before,
#permissions .dynatree-ico-cf span.dynatree-icon:before {
  content: "\e61f";
}

.dynatree-ico-cf span.dynatree-icon:before {
  color: #8a7dbe;
}
form ul.dynatree-container ul {
  padding: 5px 0 0 30px;
}

select.form-control {
  -webkit-appearance: menulist;
}

.page-sidebar .sidebar-menu .menu-items li.active > ul.sub-menu {
  display: block;
}

.form-group-default textarea.form-control {
  min-height: 60px;
}

textarea.rich-text-full {
  min-height: 200px;
}

.fileupload .progress-info,
.ajax-progress,
.ajax-success {
  display: none;
}

.fileupload ul.files {
  list-style-type: none;
  list-style: none;
  padding: 10px 0;
  display: block;
  position: relative;
}

.fileupload ul.files li,
li.media_element {
  list-style-type: none;
  display: inline-block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  margin: 0 10px 10px 0;
  border: 2px solid #f0f0f0;
  background: #fafafa;
  padding: 5px;
  line-height: 145px;
  vertical-align: middle;
  position: relative;
  transition: border 500ms ease-out;
}

.fileupload ul.files li.highlight,
li.media_element.highlight {
  border: 2px solid #ccc;
  transition: border 500ms ease-out;
}
.fileupload ul.files li.sortable-placeholder,
li.media_element.sortable-placeholder {
  background: #eee;
  border: 2px dotted #999;
}

.fileupload ul.files li img,
li.media_element img {
  max-width: 145px;
  width: auto;
  max-height: 145px;
  height: auto;
}

.fileupload ul.files li .info,
li.media_element .info {
  display: none;
  position: absolute;
  top: auto;
  left: 5px;
  right: 5px;
  bottom: 5px;
  padding: 10px;
  background: #6d5cae;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  vertical-align: middle;
  word-wrap: break-word;
}

.fileupload ul.files li:hover .info,
.fileupload ul.files li:hover .btn-group,
li.media_element:hover .btn-group {
  display: block;
}

.fileupload ul.files li .btn,
li.media_element .btn {
  padding: 2px 6px;
}

.fileupload ul.files li .btn-group,
li.media_element .btn-group {
  display: none;
}

.fileupload ul.files li .btn-group,
.fileupload ul.files li .move,
li.media_element .move {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.fileupload ul.files li .move,
li.media_element .move {
  left: 0;
  right: auto;
  cursor: move;
}

.fileupload.single ul.files li .move {
  display: none;
}

.fileupload .fileinput-button {
}
.fileupload .fileinput-button input,
.fileupload .fileinput-button button {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.fileupload .fileinput-button span {
  background: transparent;
  display: block;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  line-height: 20px;
  color: #222;
  font-size: 15px;
}

.fileupload .fileinput-button span i {
  font-size: 55px;
  color: #6d5cae;
  margin: 35px 0 5px 0;
  display: block;
}

.fileupload .fileinput-button:hover span i {
  color: #48b0f7;
}

.modal.fade.fill-in.in {
  background: transparent;
}

@media (min-width: 1024px) {
  #modalFillIn .modal-dialog {
    width: auto;
    max-width: 90%;
  }
}

.fileupload.filesupload .element i,
li.media_element.media_file .element i {
  display: block;
  float: left;
  margin-left: 30px;
  font-size: 29px;
  margin-top: 10px;
}
.fileupload.filesupload.single .element i {
  margin-left: 5px;
}
.fileupload.filesupload ul.files li .info,
li.media_element.media_file .info {
  display: block;
  position: relative;
  float: left;
  background: transparent;
  color: #000;
  padding: 21px 5px;
}

.fileupload.filesupload ul.files li,
li.media_element.media_file {
  display: block;
  float: none;
  width: 100%;
  height: 60px;
}

.fileupload.filesupload ul.files li.last {
  height: 60px;
}

.fileupload.filesupload ul.files li .btn-group {
  display: block;
}

.fileupload.filesupload .fileinput-button input {
  width: 100%;
}
.fileupload.filesupload .fileinput-button span {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fileupload.filesupload .fileinput-button span i {
  font-size: 29px;
  display: inline-block;
  margin: 13px 7px 0 0;
}

#folders ul.dynatree-container {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
}

#folders span.dynatree-icon {
  display: inline-block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none !important;
  font-size: 16px;
  margin-top: 2px;
}
#folders span.dynatree-folder a {
  font-weight: 500;
  font-size: 13px;
}
#folders .dynatree-ico-cf span.dynatree-icon:before {
  content: "\f07b";
  color: #545454;
}

#folders .dynatree-ico-ef span.dynatree-icon:before {
  content: "\f07c";
  color: #545454;
}
#folders .dynatree-container ul {
  padding-left: 20px;
}
#folders .dynatree-container > li > ul {
  padding-left: 10px;
}
#folders .dynatree-container li {
  border-top: 1px solid #e7eaec;
  position: relative;
}
#folders .dynatree-container .dynatree-node .btn-group {
  display: none;
}
#folders .dynatree-container .dynatree-node:hover > .btn-group {
  display: block;
}

#folders span.dynatree-node {
  display: block;
  width: 100%;
  padding: 7px 0;
}

#folders span.dynatree-node.dynatree-active {
  /*border-right: 5px solid #6d5cae;*/
}
#folders span.dynatree-node.dynatree-active:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #6d5cae;
  position: absolute;
  right: 0px;
  top: 14px;
}

#folders span.dynatree-focused a:link {
  background-color: transparent;
}

#folders span.dynatree-active a {
  background: transparent !important;
  color: #6d5cae !important;
  font-weight: 700;
}

#folders .dynatree-active span.dynatree-icon:before {
  color: #6d5cae !important;
}
#folders span.dynatree-expander,
#folders span.dynatree-connector {
  display: none;
}

#file-manager {
  position: relative;
}

#file-manager .ajax-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  z-index: 1;
}

#file-manager .ajax-progress .holder {
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 40%;
}
#file-manager .ajax-progress .holder p {
  background: #fff;
  padding: 10px;
  display: block;
  clear: both;
  width: 30%;
  margin: 0 auto;
}
#file-manager .ajax-progress .holder .progress {
  width: 30%;
  margin: 0 auto;
  background: #fff;
}

#file-manager .file {
  border: 1px solid #e7eaec;
  padding: 0;
  background-color: #e7eaec;
  position: relative;
  margin-bottom: 20px;
  height: 180px;
}
#file-manager .file .icon,
#file-manager .file .image {
  height: 100px;
  overflow: hidden;
}

#file-manager .image img {
  margin: 0 auto;
  max-height: 100%;
}
#file-manager .file .icon {
  padding: 15px 10px;
  text-align: center;
}
#file-manager .file .icon i {
  font-size: 70px;
  color: #dadada;
}
#file-manager .file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #e7eaec;
  word-wrap: break-word;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#file-manager .file-name {
  font-weight: 500;
  font-size: 11px;
}
#file-manager .file-name small {
  color: #676a6c;
  font-size: 10px;
  font-weight: 400;
}

#file-manager .breadcrumb {
  margin-top: 0;
  padding-top: 0;
}

#file-manager .breadcrumb .home a {
  margin-left: 0px;
}
#file-manager .breadcrumb > li + li:before {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  content: "/";
  font-size: 12px;
}
#file-manager .breadcrumb li:last-child:before {
  font-weight: 700;
  font-size: 16px;
  color: #6d5cae;
}
#file-manager .breadcrumb span {
  font-weight: 500;
  color: #6d5cae;
  font-size: 13px;
  margin-left: 5px;
}
#file-manager .filelist h5 {
  margin-bottom: 0;
}

#file-manager .file-box .btn-group {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}
#file-manager .fileinput-button {
  position: relative;
}

#file-manager .fileinput-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

/* List */
.list-header .title {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  padding: 14px 10px;
  vertical-align: middle;
  color: rgba(44, 44, 44, 0.35);
}
.list-header {
  border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

.dd {
  overflow: hidden;
}

ol.dd-list,
ol.dd-list li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol.dd-list li .dd-content {
  border-bottom: 1px solid rgba(230, 230, 230, 0.9);
  padding: 10px 0;
}

ol.dd-list li .dd-content span.btn {
  top: 3px;
  padding: 0px 5px;
  line-height: 18px;
  font-size: 8.5px;
  display: block;
  float: left;
}

ol.dd-list li .dd-content span.btn.btn-no-border {
  border: none;
  font-size: 14px;
  top: 5px;
  background: transparent;
}
ol.dd-list li span.visibility {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
  text-align: center;
  line-height: 18px;
  opacity: 0.2;
  font-size: 10px;
}

ol.dd-list li span.visibility:hover {
  opacity: 0.9;
  cursor: pointer;
}

ol.dd-list li span.visibility.visible {
  opacity: 1;
}

ol.dd-list li span.visibility.v1 {
  background-color: ;
}

ol.dd-list .dd-content:hover {
  background: rgba(254, 246, 221, 0.5);
}

.pages-container .expandall {
  padding: 0px 5px;
  line-height: 18px;
  font-size: 14px;
  display: block;
  float: left;
  top: 15px;
  left: 3px;
  border: none;
  font-size: 14px;
  background: transparent;
}

ol.dd-list li .dd-content .actions .btn {
  line-height: 14px;
  padding-left: 14px;
  padding-right: 14px;
}
.dd-content {
  font-size: 13px;
}
.dd-content .title a {
  font-size: 14px;
  color: #626262;
  display: block;
  float: left;
  padding-top: 1px;
}
.dd-content .title a:hover {
  text-decoration: underline;
}
.dd > ol.dd-list > li {
  background: #fff;
}
.dd li > ol {
  position: relative;
  background: rgba(254, 246, 221, 0.18);
}

ol.dd-list li > ol {
  padding-left: 20px;
  margin-right: -20px;
}
.form-group:not(.form-group-default).required label {
  position: relative;
}
.form-group:not(.form-group-default).required label:first-child:after {
  color: #f55753;
  content: "*";
  font-family: arial;
  font-size: 16px;
  position: absolute;
  right: -10px;
  top: 0px;
}
.builder {
  z-index: 790 !important;
  top: 60px;
  width: 750px;
  right: -750px;
}

.modules .list-view-fake-header {
  position: relative;
}
.modules .list-view-group-header {
  display: none;
}
.list-view-group-container {
  padding-top: 0;
}

a.block_action {
  position: relative;
  display: block;
  width: 100%;
  color: #777;
  white-space: normal;
  text-align: center;
}
a.block_action.ui-draggable-dragging {
  max-width: 280px;
}

a.block_action span {
  text-align: left;
  display: block;
  width: 100%;
  line-height: 13px;
}

a.block_action span.reusable-tip {
  position: absolute;
  top: 1px;
  left: 1px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  color: #999;
  padding-left: 6px;
  line-height: 10px;
}

a.block_action > i {
  opacity: 0.33;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  font-size: 70px;
  display: block;
  width: 100%;
  text-align: center;
  height: 80px;
  overflow: hidden;
  padding: 10px;
  border: 1px dashed #a1a1a1;
}

a.block_action.active {
  color: #626262;
}
a.block_action.active > i {
  opacity: 0.97;
}

a.block_action:hover {
  color: #818181;
}
a.block_action:hover > i {
  opacity: 0.9;
}

.widgets li {
  list-style: none;
}

.widgets {
  margin: 0;
  padding: 0;
}

.placeholder {
  padding: 10px;
  background: #f9f9f9;
  border: 1px dashed #bbb;
  min-height: 60px !important;
}

.placeholder.dropzone-hover {
  background: #daeffd;
  border-color: rgba(138, 124, 190, 0.33);
}

.dropzone {
  display: none;
  background: #d8d8d8;
  width: 100%;
  padding: 5px 0;
  color: #666;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.5;
}
.dropzone-active .dropzone {
  display: block;
}

.dropzone-hover .dropzone {
  display: block;
  opacity: 1;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title {
  width: 90%;
}

.table thead tr th {
  padding-left: 20px;
}

.table .sortable-placeholder {
  /*border: 1px dashed #e6e6e6;*/
}

.check-p:before {
  content: "\2713";
  font-weight: bold;
  display: inline-flex;
  width: 15px;
  height: 100%;
  /* position: absolute; */
  left: 10px;
}

.white-gradient {
  height: 30px;
  background-image: url(../../../../web/images/white-gradient.png);
  background-repeat: repeat-x;
  margin-top: -40px;
  position: relative;
}

.table tbody.orderable {
  overflow: hidden;
}
.table.table-striped tbody tr.sortable-placeholder td {
  background-color: #a0a0a0 !important;
  padding: 20px;
  height: 32px;
}

.table.table-striped tbody tr.sortable-placeholder td:first-child {
  padding-left: 5px;
  padding-right: 0;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li {
  padding-left: 35px;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
  width: 80%;
}

@media (max-width: 1000px) {
  .ar-3-2 {
    max-height: 200px;
  }
}
.mce-combobox button {
  padding: 0px !important;
  text-align: center !important;
  width: 25px;
  height: 28px;
}
.close {
  opacity: 0.4;
}

#save_form {
  width: 0;
  height: 0;
  border: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: rgba(98, 98, 98, 0.63);
}

.form-group-default.input-group.input-sm .input-group-addon {
  height: auto;
}

#editWidget .panel.panel-default {
  border: none;
  margin-bottom: 5px;
}
#editWidget .panel.panel-default .panel-heading {
  min-height: auto;
}
#editWidget .panel.panel-default .rich-text-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.07);
}

#editWidget .form-group-default {
  border: none;
}
#editWidget .form-group-default.focused {
  border: none;
  background-color: #fff;
}
#editWidget .form-group-default label.fade,
#editWidget .form-group-default.focused label {
  opacity: 1;
}
#editWidget .form-group-default .form-control {
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: 35px;
  min-height: 35px;
  padding: 9px 12px;
  background: #fff;
  margin-top: 0;
}

.placeholder > span.title {
  position: relative;
  display: block;
  top: -5px;
  left: 0;
}

.panel.block .panel-heading .panel-controls {
  position: absolute;
  top: 0;
  right: 5px;
  top: 20px;
  margin-top: 0;
  float: none;
}

.panel.block .panel-heading .panel-title {
  padding-right: 55px;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title {
  white-space: normal;
  line-height: 16px;
  padding-top: 12px;
}

.page-sidebar .sidebar-menu .menu-items > li > a > .title.two-line {
  padding-top: 6px;
}

.mce-filemanager .mce-window-head {
  padding: 0;
}
.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus {
  background-color: #2d8ac7 !important;
}
.mce-menu-sub .mce-menu-item.mce-first span.mce-text {
  font-weight: bold !important;
  border-bottom: 1px solid #000;
}

.mobile-only-reserve {
  position: fixed;
  z-index: 9999;
  right: unset;
  bottom: 93px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 36px 0 0 0px!important;
}

.subscribe-form button,
#CustomerLogin .grid-container .grid-d-12 button {
  min-width: inherit;
  min-height: 49px;
  /* width: 35%; */
  float: left;
  display: inline-block;
  /* min-height: 42px; */
  /* min-width: 210px; */
  padding: 10px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border: 0;
  background: #775eec;
  border-radius: 25px;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.subscribe-form .btn__primary,
#CustomerLogin .grid-container .grid-d-12 .btn__primary {
  background-color: #cd238e !important;
}

.subscribe-form button:hover,
#CustomerLogin .grid-container .grid-d-12 .btn__primary:hover {
  background: #c41684 !important;
  color: white !important;
}

.price.old-price {
  text-align: end !important;
}

.pt-0 {
  padding-top: 0px;
}

.shrinked-wrapper-s .site-block__icon {
  display: none;
}

.modal-hotel-reserve .modal-header {
  padding: 48px 20px 0px !important;
}

.modal-hotel-reserve .modal-content {
  padding: 0px 20px 40px;
}

@media screen and (min-width: 481px) {
  .mobile-only,
  .mobile-only-transport,
  .mobile-only-reserve,
  #sticky-menu {
    display: none !important;
  }

  #excursion-offer .offer__content .tabs-nav {
    right: unset;
    left: unset;
  }

  .section-reserve-li .li-others {
    flex-basis: 33% !important;
    max-width: 33% !important;
  }

  .li-excursion {
    flex-basis: 50% !important;
    max-width: 50% !important;
  }

  .sticky li {
    display: none !important;
    background: transparent !important;
    border-left: none !important;
  }

  .pt-30 {
    padding-top: 50px !important;
  }
}

.info-mobile p div {
  text-align: left;
}


@media screen and (max-width: 480px) {
  .sidenav {
    width: -webkit-fill-available !important;
  }

  #excursion-offer .offer__body {
    margin-top: 0px!important;
  }

  #excursion-offer .show-price {
    width: 100%!important;
  }

  #excursion-offer #program, #excursion-offer #transport {
    display: none;
  }

  #excursion-offer .nm-ul { 
    display: none;
  }

  .filter-container__item {
    padding: 36px 0 0 15px;
  }

  .text .additional-excursion img {
    max-width: 270px !important;
    padding: 0px !important;
  }

  .additional-excursion .row .col-sm-6 {
    width: 100% !important;
    padding-left: 0 !important;
    margin-top: 15px;
  }

  .additional-excursion .row {
    display: block !important;
  }

  #excursion-offer .sticky-a.a-price {
    margin-top: 35px!important;
    margin-left: -5px!important;
  }

  .tab .text,
  .text p,
  .similar-offers__title {
    text-align: justify !important;
  }

  .li-tabs {
    /*width: 20%;*/
    height: -webkit-fill-available;
  }

  .d-none,
  .d-none-icon,
  .d-none-tab {
    display: none !important;
  }

  .tabs-nav-excusion {
    display: contents !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #bab6cc;
    border-radius: 5px;
    z-index: 10;
  }
  
  @keyframes grow {
    100% {
      width: 100%;
    }
  }

  .d-flex,
  .d-flex-tab {
    display: flex;
  }

  .tabs-nav-excusion .tabs-nav li a.active {
    color: #fff;
    background: rgba(0, 0, 255, 0.3);
  }

  #excursion-offer .tabs-nav-excusion .tabs-nav li a.active {
    color: #fff;
    background: rgba(0, 0, 255, 0.3);
  }

  #excursion-offer .tabs-nav-excusion .tabs-nav li a.a-price.active {
    margin-top: 33px;
    margin-left: -5px;
  }

  #excursion-offer .tabs-nav-excusion .tabs-nav .sticky-li.li-price a.active {
    display: flow;
    border-radius: 50% !important;
    height: 44px;
    margin-top: -5px !important;
    background: white !important;
    min-width: 44px;
    margin-left: 0px !important;
  }

  .tabs-nav-excusion .tabs-nav li a {
    display: block;
    min-width: 60px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }

  #excursion-offer .tabs-nav-excusion .tabs-nav li a {
    font-size: 12px!important;
  }

  /* .mobile-only {
    margin: 0 auto;
    display: block;
  } */
  .tab-text {
    padding-left: 10px;
  }

  #excursion-offer .tab-text {
    color: #4E4E4E;
    padding-left: 0px;
  }

  .btn {
    border-radius: 25px !important;
  }

  .non-sticky {
    text-align: left !important;
    color: black !important;
    border-bottom: 1px solid #324aa2;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 8px 3px #3930b312, inset 0 0 8px 1px #3930b308;
    margin-bottom: 8px;
    border-top: 1px solid #324aa228;
  }

  .sticky-a.active {
    background: #1200ff22;
  }

  #excursion-offer .sticky-a.active {
    background: transparent !important;
    border-top: 3px solid #CD238E;
    margin-top: -3px;
  }

  #excursion-offer .sticky-a.active span {
    color: #CD238E;
    font-weight: bold;
  }

  #excursion-offer .sticky-a.active svg, .non-sticky.active svg {
    color: #CD238E;
  }

  #excursion-offer .sticky-li.li-price .sticky-a.active svg, .non-sticky.active svg {
    color: white!important;
  }

  #excursion-offer .sticky-a .dot {
    visibility: hidden;
    height: 7px;
    width: 7px;
    background-color: #CD238E;
    border-radius: 50%;
    display: block;
    margin: 3px auto;
  }

  #excursion-offer .sticky-a.active .dot {
    visibility: visible;
  }

  .sticky-a svg,
  .non-sticky svg {
    font-size: 22px;
    font-weight: 100;
    vertical-align: middle;
    color: #1b1c1e;
  }

  #excursion-offer .sticky-a svg,
  #excursion-offer .non-sticky svg {
    width: 30px;
    height: 30px;
    font-weight: 100;
    vertical-align: middle;
    color: #4E4E4E;
    stroke-width: 1.25;
  }
  .li-tabs {
    /*width: 20%;*/
  }
  .sticky-li {
    /*display: flex !important;*/
  }

  .sticky-li a {
    text-align: left !important;
    color: black !important;
    border-bottom: 1px solid #324aa2;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 8px 3px #3930b312, inset 0 0 8px 1px #3930b308;
    margin: 8px;
    border-top: 1px solid #324aa228;
  }

  #excursion-offer .sticky-li a {
    text-align: center !important;
    color: black !important;
    border-bottom: none;
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    border-top: none;
  }

  .sticky-li svg {
    vertical-align: middle !important;
  }

  #excursion-offer .sticky-li a {
    color: black !important;
    width: 100%;
  }

  #excursion-offer .sticky-li svg {
    text-align: center;
    -webkit-text-stroke: 0.5px white;
    align-items: center;
    display: block;
    margin: 0 auto;
  }

  #sticky-menu {
    min-height: 70px;
    display: flex;
    overflow-x: auto; /* Позволява хоризонтално скролиране */
    overflow-y: hidden; /* Предотвратява вертикално скролиране */
    white-space: nowrap; /* Предотвратява пренасянето на редовете */
    padding: 5px 0; /* Добавя 5px padding отгоре и отдолу */
    scrollbar-width: thin; /* По-тънка лента за скролиране в Firefox */
    box-shadow: 0 0 20px 3px #cd238e28;
  }

  #excursion-offer #sticky-menu {
    min-height: 68px;
    display: flex;
    white-space: nowrap; /* Предотвратява пренасянето на редовете */
    padding: 5px 0; /* Добавя 5px padding отгоре и отдолу */
    scrollbar-width: thin; /* По-тънка лента за скролиране в Firefox */
    /* box-shadow: 0 0 20px 3px #cd238e28; */
    justify-content: space-between;
    margin: 4px 4px 0 4px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(205,35,142,0.48);
    -moz-box-shadow: 0px 0px 12px 1px rgba(205,35,142,0.48);
    box-shadow: 0px 0px 3px 0px rgba(205,35,142,0.48);
    overflow-x: visible; /* Позволява хоризонтално скролиране */
    overflow-y: visible; /* Предотвратява вертикално скролиране */
    width: -webkit-fill-available!important;
  }

  #sticky-menu li {
    flex: 0 0 auto; /* Запазва елементите един до друг */
    /*padding: 10px;*/
    margin-right: 10px;
    box-sizing: border-box;
  }

  #excursion-offer #sticky-menu li {
    box-sizing: border-box;
    align-items: center;
    display: flex;
    margin-right: 0px!important;
    /* width: fit-content; */
  }

  #excursion-offer .sticky-li.li-price {
    width: 50px!important;
  }
  
  #excursion-offer .sticky-li.li-price a .tab-text {
    /* top: 2px; */
    /* position: relative; */
    padding-top: 7px;
  }

  #sticky-menu a {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
  }

  #excursion-offer #sticky-menu a {
    display: grid;
    align-items: center;
    padding: 5px 5px 0 5px;
    text-decoration: none;
  }

  #sticky-menu::-webkit-scrollbar {
    height: 8px; /* Височина на скролбара за WebKit браузъри (Chrome, Safari) */
  }

  #sticky-menu::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Цвят на скролбара */
    border-radius: 4px;
  }
  .header-info-section {
    color: #cd238e;
    font-weight: 700;
  }

  .info-mobile p .arrow-up:after {
    content: "\276E";
  }

  .info-mobile p .arrow-down:after {
    content: "\276F";
  }

  .info-mobile p .arrow:after {
    margin: -1px 0 0 5px;
    /* font-family: icomoon; */
    /* -webkit-transform: translate(-50%, -50%) rotate(-90deg); */
    /* transform: translate(-50%, -50%) rotate(-90deg); */
    top: -1px;
    position: relative;
    /* font-size: 30px; */
    display: inline-block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .info-mobile p strong {
    font-size: 15px;
    color: #363845;
    font-weight: 500;
  }

  .table-price-inlcude {
    /* background: red; */
  }

  .table-price-inlcude h2,
  .table-price-not-inlcude h2 {
    margin: 0 0 12px;
    line-height: 1.325;
    font-weight: 400;
  }

  .table-price-inlcude div .scrollable-table table td,
  .table-price-not-inlcude div .scrollable-table table td {
    padding: 5px 0px 0px 30px;
    background: transparent;
    border: 1px solid #fff;
  }

  .table-price-inlcude div .scrollable-table table,
  .table-price-not-inlcude div .scrollable-table table {
    width: 100% !important;
    min-width: 100% !important;
  }

  .table-price-inlcude div .scrollable-table table td:before {
    content: "\2713";
  }

  .table-price-inlcude div .scrollable-table table td:before,
  .table-price-not-inlcude div .scrollable-table table td:before {
    font-weight: bold;
    display: block;
    width: 15px;
    height: 100%;
    position: absolute;
    left: 10px;
  }

  #excursion-offer .table-price-inlcude div .scrollable-table table td:before,
  #excursion-offer .table-price-not-inlcude div .scrollable-table table td:before {
    left: 25px!important;
  }

  .sticky-btn-reserve {
    bottom: 22px;
    left: 10px;
    right: 10px;
    position: fixed;
    z-index: 9999;
    width: 60%;
    margin: 0 auto;
  }

  .section-reserve div .filter-container__item {
    padding: 15px 15px 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16%;
    flex: 1 0 16%;
    display: grid;
    text-align: center;
  }

  .section-reserve {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 52%;
    flex: 1 0 52%;
    padding: 0 20px 0 !important;
  }

  .price-colored {
    padding-left: 0px !important;
  }

  .main-content
    .site-block
    .wrapper
    .contacts-table
    .cell-tabs
    .contacts-table__inner
    .line-tabs
    .tabs-holder
    .tabs-menu
    .tabs-holder
    .tabs-button {
    display: none;
  }

  .main-content
    .site-block
    .wrapper
    .contacts-table
    .cell-tabs
    .contacts-table__inner
    .line-tabs
    .tabs-holder
    .tabs-menu
    .tabs-holder
    .tabs-nav__holder {
    display: block !important;
    position: relative;
    top: -10px;
  }
  
  #excursion-offer .tabs .tab {
    opacity: 1;
    position: static;
    visibility: visible;
    padding: 22px!important;
    background: #fff;
    border: 1px solid #3930b380!important;
    border-radius: 12px;
    box-shadow: 0px 0px 20px 20px #cd238e08;
    margin-bottom: 40px;
  }

  #excursion-offer .tabs .tab.merged {
    opacity: 1;
    position: static;
    visibility: visible;
    padding: 22px!important;
    background: #fff;
    border: 1px solid #3930b380;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none!important;
    margin-bottom: 0px;
    border-bottom: none!important;
  }

  #excursion-offer #scrollTo {
    opacity: 1;
    visibility: visible;
    padding: 22px!important;
    background: #fff;
    border: 1px solid #3930b380!important;
    box-shadow: none!important;
    margin-bottom: 40px;
    border-bottom-left-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-top: none!important;
    position: relative;
  }
}

.sticky {
  width: inherit !important;
  position: fixed;
  top: 0;
  z-index: 100;
  border-top: 0;
  height: fit-content;
  background: white;
  height: 45px !important;
}

#excursion-offer .sticky {
  bottom: 0;
  top: unset!important;
}

.sticky li a {
  min-width: -webkit-fill-available;
}

.sticky li a .img-responsive {
  animation: fadeIn 3s;
  -webkit-animation: fadeIn 3s;
  -moz-animation: fadeIn 3s;
  -o-animation: fadeIn 3s;
  -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  font-family: "Roboto Condensed", Arial, serif;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background-color: #cd238e;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -36px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #cd238e;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 0px 20px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hide-text {
  height: 190px;
  overflow: hidden;
}

.read-more,
.read-less {
  background: transparent;
  padding-left: 20px;
  color: #cd238e;
  width: -webkit-fill-available;
  text-align: left;
  text-decoration: underline;
}

.show-text {
  background: blue;
}

.table-transport table tbody tr td {
  display: block !important;
  width: -webkit-fill-available !important;
  text-align: left !important;
  background: transparent;
  padding: 5px 5px;
}

.table-transport table tbody tr {
  border: 1px solid lightgrey;
}

.table-transport table {
  width: 100% !important;
  min-width: 100% !important;
  color: #4b4b4b;
  font-family: "Roboto Condensed", Arial, serif;
}

.table-transport table tr:first-child td:not(:first-child) {
  display: none !important;
}

.table-transport table tr td:first-child {
  font-weight: bold !important;
}

.underline {
  text-decoration: underline;
}

.trin-trin:before {
  content: "\e901";
  color: #cd238e;
}

.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.icon-phone {
  background-repeat: no-repeat;
  background-size: 20px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* The dates-radio */
.dates-radio {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border: 1px solid #d9d7e7;
  border-radius: 5px;
  padding: 8px 8px 8px 25px;
}

/* Hide the browser's default radio button */
.dates-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 7px;
  left: 5px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.dates-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.dates-radio input:checked ~ .checkmark {
  background-color: #324aa2;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.dates-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.dates-radio .checkmark:after {
  top: 4px;
  left: 3.6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
}

.btn-reserve {
  background: #cd238e !important;
  color: white !important;
  border-radius: 25px !important;
  font-size: 16px !important;
}

.section-reserve {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 52%;
  flex: 1 0 52%;
  padding: 0px 1% 13px 0;
}

.d-none-desktop {
  display: none;
}

.section-reserve div div {
  font-size: 16px;
  font-weight: 500;
}

.price-colored {
  color: #324aa2;
  padding-left: 15px;
}

.price-border {
  margin: 5px;
  padding-left: 5px;
  border: 1px solid #cd238e;
  border-radius: 10px;
  cursor: pointer;
}

.price-border div div {
  font-size: 14px !important;
}

.sidenav {
  height: 100%;
  width: 500px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  transition: opacity 0.2s ease-out 0s;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 29px;
  margin-left: 50px;
  align-items: center;
  display: flex;
}

.modal-close.closebtn {
  color: #0a0a0a !important;
  background: #e7e7e7 !important;
  border-radius: 20px;
  font-size: 15px !important;
  font-weight: 600;
  padding: 2px 17px 2px 17px !important;
  align-items: center;
  display: flex;
}

.modal-close.closebtn:before {
  display: none;
}

.modal-close.closebtn:hover {
  color: red !important;
}

.btn__full-width button,
.btn__full-width .btn {
  width: -webkit-fill-available !important;
}

.label font,
label font {
  color: #324aa2;
  font-weight: 600;
}

.fs-20-px {
  font-size: 30px;
  padding-left: 10px;
}

.modal-close.closebtn {
  height: fit-content;
  position: absolute;
  top: 12px;
  right: 12px;
  background: 0 0;
  text-indent: unset;
  width: fit-content;
}

.ti-beach,
.ti-luggage,
.ti-speedboat,
.ti-buildings,
.ti-bus,
svg {
  font-size: 18px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.header-sidebar {
  position: absolute;
  top: 14px;
  margin: 0 auto;
  display: block;
  width: -webkit-fill-available;
  padding: 0% 5% 5% 5%;
}

.people {
  width: 50%;
  text-align: center;
  color: #324aa2;
  font-size: 20px;
  line-height: 1.325;
}

.center {
  margin: auto !important;
  display: block !important;
  width: auto;
}

#grad1 {
  background-color: #9dd6e7;
}

#msform {
  text-align: center;
  position: relative;
}

.icon-transport {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
}

.margin-10 {
  margin-top: 10px;
}

.text .additional-excursion img {
  margin: 0 !important;
  max-width: 350px;
  max-height: 300px;
  padding: 7px;
}

.ti, svg {
  /*width: 24px !important;*/
  /*height: 24px !important;*/
  /*stroke-width: 1.5 !important;*/
  margin-right: 4px;
  font-family: 'tabler-icons'!important;
}
.test-separator {
  width: 65% !important;
  margin: 10px 0 -10px 25px;
  /*height: 1px;*/
  /*background-color: white;*/
}
.breadcrumbs,
.breadcrumbs a {
  color: #363845;
  font-size: 14px;
  line-height: 1.125;
  font-family: "Roboto Condensed", Arial, serif;
}
.breadcrumbs .ti {
  font-size: 20px;
  vertical-align: middle;
  font-weight: 100;
  width: 20px;
  height: 20px;
  stroke-width: 1;
  margin-right: 4px;
}
.breadcrumb-active {
  color: #6d7079;
}
.breadcrumbs-holder {
  margin: -12px 0 -2px;
}

body {
  height: 100%;
  overflow: auto;
}
.pt-30 .b24-widget-button-shadow {
  position: fixed!important;
  background: rgba(33, 33, 33, 0.3)!important;
  width: 100%!important;
  height: 100%!important;
  top: 0!important;
  left: 0!important;
  visibility: hidden!important;
  z-index: 10100!important;
}
.pt-30 .bx-touch .b24-widget-button-shadow {
  background: rgba(33, 33, 33, 0.75)!important;
}
.pt-30 .b24-widget-button-inner-container {
  position: relative!important;
  display: inline-block!important;
}
.pt-30 .b24-widget-button-position-fixed {
  position: fixed!important;
  z-index: 10000!important;
}
.pt-30 .b24-widget-button-block {
  border-radius: 100%!important;
  box-sizing: border-box!important;
  cursor: pointer!important;
  width: -webkit-fill-available!important;
  height: 42px!important;
  overflow: visible!important;
}
.pt-30 .b24-widget-button-block .b24-widget-button-icon {
  opacity: 1!important;
}
.pt-30 .b24-widget-button-block-active .b24-widget-button-icon {
  opacity: 0.7!important;
}
.pt-30 .b24-widget-button-position-top-left {
  top: 50px!important;
  left: 50px!important;
}
.pt-30 .b24-widget-button-inner-block {
  position: relative!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  height: 42px!important;
  border-radius: 100px!important;
  background: #F5D3E8!important;
  box-sizing: border-box!important;
  margin-left: 5px;
}
.pt-30 .b24-widget-button-icon-container {
  position: relative!important;
  -webkit-box-flex: 1!important;
  -webkit-flex: 1!important;
  -ms-flex: 1!important;
  flex: 1!important
}
.pt-30 .b24-widget-button-inner-item {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  padding: 20px 19px!important;
  -webkit-transition: opacity 0.6s ease-out!important;
  transition: opacity 0.6s ease-out!important;
  -webkit-animation: socialRotateBack 0.4s!important;
  animation: socialRotateBack 0.4s!important;
  opacity: 0!important;
}
.pt-30 .b24-widget-button-icon-animation {
  opacity: 1!important;
}
.pt-30 .b24-widget-button-inner-mask {
  position: absolute!important;
  top: -7px!important;
  left: -2px!important;
  height: 55px!important;
  min-width: 67px!important;
  -webkit-width: calc(100% + 28px)!important;
  width: calc(100% + 9px)!important; 
  border-radius: 100px!important;
  background: #F5D3E8!important;
  opacity: 1!important;
}
.pt-30 .b24-widget-button-icon {
  -webkit-transition: opacity 0.3s ease-out!important;
  transition: opacity 0.3s ease-out!important;
  cursor: pointer!important;
}
.pt-30 .b24-widget-button-icon:hover {
  opacity: 1!important;
}
.pt-30 .b24-widget-button-inner-item-active .b24-widget-button-icon {
  opacity: 1!important;
}

.pt-30 .b24-widget-button-popup-button-item:hover {
  border-bottom: 1px solid transparent!important;
}
.pt-30 .b24-widget-button-popup-button-item:last-child {
  margin: 0!important;
}
.pt-30 .b24-widget-button-pulse {
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  bottom: 0!important;
  right: 0!important;
  /* border: 1px solid #F5D3E8!important; */
  border-radius: 20px!important;
  height: 42px;
  margin-left: 5px;
}

#excursion-offer .pt-30 .b24-widget-button-pulse {
  position: absolute !important;
  top: -8px !important;
  left: -13px !important;
  bottom: 0 !important;
  right: 0 !important;
  border: 1px solid #cd238e !important;
  border-radius: 30px !important;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}

.pt-30 .b24-widget-button-pulse-animate {
  -webkit-animation: widgetPulse infinite 1.5s!important;
  animation: widgetPulse infinite 1.5s!important;
}
@-webkit-keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}
@keyframes widgetPulse {
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
    opacity: 0;
  }
}

#excursion-offer .tabs .tab {
  opacity: 1;
  position: static;
  visibility: visible;
  padding: 22px!important;
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: none;
  margin-bottom: 40px;
}

#excursion-offer #offer_info-offer_content {
  background: transparent;
}

#excursion-offer #offer_info-offer__body--inner {
  padding: 0px;
  background: transparent;
  border: none;
}

#excursion-offer .sticky-wrapper {
  height: 0px!important;
}

#excursion-offer .nm-ul {
  margin-bottom: 0px;
}

#excursion-offer .sticky-li.li-price {
  /* border: 1px solid red !important; */
  border-radius: 50%;
  height: 45px;
  margin-top: -20px;
  background: white;
  box-shadow: 0px -4px 3px -2px rgba(205, 35, 142, 0.48);
}

#excursion-offer .sticky-li.li-price a svg {
  background: #cd238e;
  border-radius: 50%;
  height: 40px;
  color: white;
  -webkit-text-stroke: 0.5px #cd238e;
  margin: 0 auto;
  width: 40px;
  padding: 5px;
}

#excursion-offer .sticky-li.li-price a .ti-tag:before {
  vertical-align: sub;
}

#excursion-offer #scrollTo {
  opacity: 1;
  visibility: visible;
  padding: 22px!important;
  background: #fff;
  border: none;
  box-shadow: 0px 0px 20px 20px #cd238e08;
  margin-bottom: 40px;
  border-radius: 12px;
  border-top: none;
  position: relative;
}

#excursion-offer .offer__content .sticky-wrapper.is-sticky .tabs-nav-sticky {
  margin: 0px;
}

.input-row div {
  margin-bottom: 20px;
}

#excursion-offer .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: #cd238e;
  border-radius: 50%;
}

#excursion-offer .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: white;
}

#excursion-offer .action-button {
  width: -webkit-fill-available;
  font-weight: bold;
  color: white;
  border: 0 none;
  cursor: pointer;
  padding: 10px 5px;
  border-radius: 25px;
  background: #cd238e;
  margin: 0 auto;
  display: block;
}

#excursion-offer .action-button-previous {
  width: 50px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
  background-image: url("../../pages/img/icons/chevron-left.png")!important;
  background-repeat: round;
}

#excursion-offer .action-button-previous:hover,
#excursion-offer .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #616161
}

#excursion-offer .select-date-label  {
  font-weight: 500;
  font-size: 18px;
}

#excursion-offer .design-view {
  border: 6px solid #FFBFE9;
  background-size: 27px 27px;
  background-repeat: no-repeat;
  background-position: right;
  background-position: calc(100% - 165px) center;
  background-image: url("../../pages/img/icons/search.png")!important;
  width: 250px!important;
  font-weight: 500;
  height: 50px;
  padding: 5px 5px 5px 34px;
}

#excursion-offer .input-row .col-6 {
  margin-bottom: -10px!important;
}

#excursion-offer #tab-2 .mb-5 {
  margin-bottom: 5rem !important;
}

#excursion-offer .visibility-hidden {
  visibility: hidden;
}

#excursion-offer .offer__header {
  margin-bottom: 0px;
}

#excursion-offer .offer__body {
  margin-top: 60px;
}

.mb-10 {
  margin-bottom: 10px;
}

.js-lightgallery__preview .offer__prices .mb-10 {
  display: none!important;
}

.single-date-ul {
  margin: 10px 0 -3px 0;
}

.single-date-ul input {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
  width: 0;
}

.single-date-label {
  color: #324aa2;
  font-weight: 600;
  font-size: 13px;
}

.similar-offers__bottom--right .mb-10 {
  display: none!important;
}

.main-menu__list--item {
  padding: 7px 0;
}

.presentation+.site-block, .site-block.mt-2 {
  margin-top: 0px!important;
}

.grid-d-4 label, .grid-ts-6 label, .grid-mh-12 label {
  color: #324aa2;
  font-weight: 600;
  font-size: 13px;
}

.price-button {
  width: -webkit-fill-available!important;
}