@import url(https://use.typekit.net/tho5amd.css);
@font-face {
    font-family: "icons";
    src: url(../fonts/icons.eot?6798a36ddb8ca823f8137316cbede86c?#iefix) format("embedded-opentype"),
url(../fonts/icons.woff2?2474dc56699fdaf5ad9131c8d64d71cc) format("woff2"),
url(../fonts/icons.woff?161c77cf245be8ef1e12dae656fc1518) format("woff"),
url(../fonts/icons.ttf?32d2e4594028b82840594ff805bd4393) format("truetype"),
url(../images/icons.svg?909f53d064ae0039c14e8574232618b2#icons) format("svg");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-adult:before {
    content: "\f101";
}
.icon-arrow-medium-down:before {
    content: "\f102";
}
.icon-arrow-medium-left:before {
    content: "\f103";
}
.icon-arrow-medium-right:before {
    content: "\f104";
}
.icon-arrow-medium-up:before {
    content: "\f105";
}
.icon-bin:before {
    content: "\f106";
}
.icon-calendar:before {
    content: "\f107";
}
.icon-child:before {
    content: "\f108";
}
.icon-clock:before {
    content: "\f109";
}
.icon-close:before {
    content: "\f10a";
}
.icon-duration:before {
    content: "\f10b";
}
.icon-facebook:before {
    content: "\f10c";
}
.icon-instagram:before {
    content: "\f10d";
}
.icon-minus:before {
    content: "\f10e";
}
.icon-plus:before {
    content: "\f10f";
}
.icon-start:before {
    content: "\f110";
}

/**/
/**/
/**/
.btn-primary,
.btn-secondary {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0rem;
  padding: 25px 28px;
  transition: all 250ms ease-out;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
}
.btn-primary.btn-small,
.btn-secondary.btn-small {
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 0.6875rem;
}
.btn-primary.btn-small span,
.btn-secondary.btn-small span {
  letter-spacing: unset;
}
.btn-primary.btn-medium,
.btn-secondary.btn-medium {
  padding: 15px 25px;
  border-radius: 15px;
  font-size: 0.8rem;
}
.btn-primary.btn-medium span,
.btn-secondary.btn-medium span {
  letter-spacing: unset;
}
.btn-primary.btn-big,
.btn-secondary.btn-big {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 28px 45px;
}
@media (max-width: 900px), (max-height: 900px) {
  .btn-primary.btn-big,
.btn-secondary.btn-big {
    font-size: calc(1.025rem + 0.4vmin);
  }
}
.btn-primary.rounded-top,
.btn-secondary.rounded-top {
  border-radius: 0;
}

.btn-primary {
  color: #fff;
  background: #0f2857;
}
.btn-primary:hover {
  color: #0f2857;
  background: #ffc30b;
}

.btn-secondary {
  color: #0f2857;
  background: #ffc30b;
}
.btn-secondary:hover {
  color: #ffc30b;
  background: #0f2857;
}
.btn-secondary.has-loader span {
  color: #0f2857;
}
.btn-secondary.has-loader:hover span {
  color: #ffc30b;
}

@-webkit-keyframes menuBtnFirst {
  0% {
    top: 0;
    transform: rotateZ(0deg);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    transform: rotateZ(45deg);
  }
}

@keyframes menuBtnFirst {
  0% {
    top: 0;
    transform: rotateZ(0deg);
  }
  50% {
    top: 50%;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    transform: rotateZ(45deg);
  }
}
@-webkit-keyframes menuBtnSecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menuBtnSecond {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes menuBtnThird {
  0% {
    top: calc(100% - 3px);
    width: 60px;
    transform: rotateZ(0deg);
  }
  50% {
    top: 50%;
    width: 60px;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    width: 60px;
    transform: rotateZ(-45deg);
  }
}
@keyframes menuBtnThird {
  0% {
    top: calc(100% - 3px);
    width: 60px;
    transform: rotateZ(0deg);
  }
  50% {
    top: 50%;
    width: 60px;
    transform: rotateZ(0deg);
  }
  100% {
    top: 50%;
    width: 60px;
    transform: rotateZ(-45deg);
  }
}
.fancybox-bg {
  opacity: 0.6;
  background: #fff;
}

.fancybox-content {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
}

.fancybox-slide--html .fancybox-collection-content {
  padding: 44px 0px 0px 0px;
  background: transparent;
  box-shadow: none;
  max-height: 85%;
  margin-top: -70px;
}
.fancybox-slide--html .fancybox-collection-content .collection-caption {
  position: absolute;
  top: 10px;
  left: 0;
  color: #fff;
  font-size: 0.87rem;
}
.fancybox-slide--html .fancybox-collection-content .collection-img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.35);
  max-height: calc(570px);
}
.fancybox-slide--html .fancybox-container-12 {
  max-width: 875px;
}
.fancybox-slide--html .fancybox-container-14 {
  max-width: 1024px;
}
.fancybox-slide--html .fancybox-container-16 {
  max-width: 1180px;
}
.fancybox-slide--html [class^=fancybox-container-],
.fancybox-slide--html [class*=" fancybox-container-"] {
  padding-top: 44px;
  background: transparent;
  box-shadow: none;
  margin-top: 0px;
  overflow: initial;
  margin-bottom: 20px;
}
.fancybox-slide--html [class^=fancybox-container-] .fancybox-button,
.fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button {
  background: transparent;
  opacity: 1;
  color: #0f2857;
  font-size: 1.25rem;
  transition: all 250ms ease-out;
}
@media (max-width: 900px), (max-height: 900px) {
  .fancybox-slide--html [class^=fancybox-container-] .fancybox-button,
.fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button {
    font-size: calc(1.025rem + 0.4vmin);
  }
}
.fancybox-slide--html [class^=fancybox-container-] .fancybox-button:hover,
.fancybox-slide--html [class*=" fancybox-container-"] .fancybox-button:hover {
  background: #0f2857;
  color: #fff;
}
.fancybox-slide--html .fancybox-container-content {
  padding: 44px 5px 0px 5px;
  background: transparent;
  box-shadow: none;
  margin-top: 0px;
  overflow: initial;
  margin-bottom: 20px;
}
.fancybox-slide--html .fancybox-container-content .fancybox-button {
  background: transparent;
  color: #0f2857;
  padding: 0px;
  width: auto;
}
.fancybox-slide--html .fancybox-container-content .fancybox-button:hover {
  color: #cc2229;
}

.fancybox-button {
  opacity: 1;
  color: #0f2857;
  font-size: 1.25rem;
  transition: all 250ms ease-out;
}
@media (max-width: 900px), (max-height: 900px) {
  .fancybox-button {
    font-size: calc(1.025rem + 0.4vmin);
  }
}
.fancybox-button i {
  color: #0f2857;
  transition: all 250ms ease-out;
}
.fancybox-button:hover i {
  color: #ffc30b;
}

.fancybox-close-small {
  right: 0px;
  width: 50px;
  height: 50px;
  top: -55px;
  padding: 0px;
}

.fancybox-slide {
  padding-top: 60px;
}

.fancybox-navigation .fancybox-button {
  height: 50px;
  width: 50px;
  transition: all 250ms ease-out;
}
.fancybox-navigation .fancybox-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0px;
  width: 55px;
  height: 105px;
  background: transparent;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: all 250ms ease-out;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button[disabled], .fancybox-show-nav .fancybox-navigation .fancybox-button[disabled]:hover {
  color: #0f2857;
  cursor: default;
  outline: none;
  opacity: 0.2;
}

.fancybox-caption {
  background: transparent;
  bottom: unset;
  top: 30px;
  margin: 0;
  padding: 0;
}
.fancybox-caption .fancybox-caption__body {
  font-size: 0.875rem;
  color: #fff;
}

.fancybox-thumbs {
  display: none;
  background: transparent;
  position: absolute;
  top: unset;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
}
.fancybox-thumbs .fancybox-thumbs__list {
  margin: 0 auto;
}
.fancybox-thumbs .fancybox-thumbs__list a:before {
  border: 5px solid #fff;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.footer-wrapper {
  padding: 0px 24px;
  position: relative;
}
.footer-wrapper .btn-covid {
  display: flex;
  align-items: center;
  position: absolute;
  right: 24px;
  bottom: 100%;
  transform: translateY(-100%);
  z-index: 6;
}
.footer-wrapper::before, .footer-wrapper::after {
  content: "";
  display: block;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding-top: 500%;
  border-radius: 50%;
}
.footer-wrapper::before {
  transform: translate(-50%, 70%);
  background: rgba(255, 195, 11, 0.5);
  width: 550%;
}
.footer-wrapper::after {
  transform: translate(-50%, 71%);
  background: #ffc30b;
  width: 552%;
}
.footer-wrapper footer {
  z-index: 10;
  position: relative;
  background: #0f2857;
  padding: 35px 25px 20px 25px;
  border-radius: 25px 25px 0px 0px;
  position: relative;
}
.footer-wrapper footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(100% - 30px);
  left: 0;
  right: 0;
  height: 60px;
  background: #0f2857;
  -webkit-clip-path: polygon(25px 50%, 100% 0%, 100% 100%);
          clip-path: polygon(25px 50%, 100% 0%, 100% 100%);
  border-radius: 0px 25px 0px 0px;
}
.footer-wrapper footer .social {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper footer .social li {
  margin-left: 33px;
  position: relative;
}
.footer-wrapper footer .social li i {
  color: #fff;
}
.footer-wrapper footer .social li i::before {
  font-size: 2rem;
}
@media (max-width: 900px), (max-height: 900px) {
  .footer-wrapper footer .social li i::before {
    font-size: calc(1.1rem + 1.6vmin);
  }
}
.footer-wrapper footer .social li span {
  position: absolute;
  opacity: 0;
}
.footer-wrapper footer .social li:nth-child(1) {
  margin-left: 0;
}
.footer-wrapper footer .terms-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer-wrapper footer .terms-links li {
  position: relative;
  margin-right: 5px;
  padding-right: 5px;
  line-height: 1;
}
.footer-wrapper footer .terms-links li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.footer-wrapper footer .terms-links li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.footer-wrapper footer .terms-links li:last-child::after {
  content: unset;
}

.footer-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.footer-menu li {
  display: block;
  margin-top: 10px;
  line-height: 1;
}
.footer-menu li a,
.footer-menu li button {
  text-align: left;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 5px 0px;
}
.footer-menu li a:hover, .footer-menu li a.active,
.footer-menu li button:hover,
.footer-menu li button.active {
  color: #ffc30b;
}
.footer-menu li:nth-child(1) {
  margin-top: 0px;
}

.copyrights {
  font-family: Arial;
  font-size: 0.625rem;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.copyrights span {
  opacity: 1;
}
.copyrights a {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: color 250ms ease-out;
}
.copyrights a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0px;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 250ms ease-out;
}
.copyrights a:hover {
  color: white;
}
.copyrights a:hover::after {
  width: 100%;
}

@media only screen and (min-width: 576px) {
  .footer-wrapper footer {
    padding: 35px 40px 20px 40px;
  }
  .footer-wrapper footer .social {
    justify-content: flex-end;
  }
  .footer-wrapper footer .terms-links {
    justify-content: flex-start;
  }
  .footer-wrapper::before, .footer-wrapper::after {
    padding-top: 100%;
  }
  .footer-wrapper::before {
    width: 130%;
  }
  .footer-wrapper::after {
    width: 132%;
  }

  .footer-menu {
    text-align: left;
  }

  .copyrights {
    text-align: right;
  }
}
[v-cloak] {
  display: none !important;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

a {
  transition: color 250ms ease-in-out, background 250ms ease-in-out;
}

body {
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  max-width: 1720px;
  padding-left: 5%;
  padding-right: 5%;
}

.pos-top-left {
  position: absolute;
  top: 0%;
  left: 0%;
}

.vh-70 {
  height: 70vh;
}

.h-20px {
  height: 20px;
}

.h-35px {
  height: 35px;
}

.h-50px {
  height: 50px;
}

[class^=z-],
[class*=z-] {
  position: relative;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  .w-lg-50 {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) {
  .pos-sm-top-left {
    position: absolute;
    top: 0%;
    left: 0%;
  }

  .vh-sm-100 {
    height: 100vh !important;
  }

  .bg-sm-white {
    background-color: #fff !important;
  }

  .sm-rounded {
    border-radius: 2rem !important;
  }

  .sm-shadow-lg {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.5) !important;
  }
}
@media only screen and (min-width: 768px) {
  .w-md-unset {
    width: unset !important;
  }
}
.header-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
.header-wrapper .header {
  position: relative;
  z-index: 100;
  padding: 20px 0px;
  transition: transform 250ms ease-in-out, background 250ms ease-in-out, padding-top 250ms ease-in-out, padding-bottom 250ms ease-in-out;
}
.header-wrapper .header .langs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 5;
  top: 20px;
  right: 20px;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
.header-wrapper .header .langs li {
  display: inline-block;
  margin-left: 12px;
}
.header-wrapper .header .langs li a {
  font-weight: 400;
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
  border: 1px solid #0f2857;
  border-radius: 50%;
  transition: opacity 250ms ease-in-out, color 250ms ease-in-out, background 250ms ease-in-out;
}
.header-wrapper .header .langs li a span {
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.header-wrapper .header .langs li a:hover, .header-wrapper .header .langs li a.active {
  background: #0f2857;
  color: #fff;
}
.header-wrapper .header .langs li a:hover {
  opacity: 0.7;
}
.header-wrapper .header .langs li:nth-child(1) {
  margin-left: 0;
}
.header-wrapper .header .logo-wrapper {
  position: relative;
  max-width: 100%;
  width: 150px;
  height: 62px;
  transition: all 250ms ease-out;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
}
.header-wrapper .header .logo-wrapper .logo-link {
  display: block;
  position: relative;
  height: 100%;
}
.header-wrapper .header .logo-wrapper .logo-link .logo {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: opacity 250ms ease-in-out;
  max-height: 100%;
}
.header-wrapper.sticked .header {
  padding: 20px 0px 0px 0px;
  background: #fff;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.3);
}
.header-wrapper.sticked .header .langs {
  opacity: 0;
  visibility: hidden;
}
.header-wrapper.sticked .header .logo-wrapper {
  width: 120px;
  height: 48px;
}
.header-wrapper.unpinned .header {
  transform: translateY(-100%);
  box-shadow: 0px 0px 0px rgba(188, 188, 188, 0);
}

@media only screen and (min-width: 576px) {
  .header-wrapper .header {
    padding: 60px 0px 20px 0px;
  }
  .header-wrapper .header .logo-wrapper {
    width: 170px;
    height: 67px;
    margin: 0;
  }
  .header-wrapper.sticked .header .logo-wrapper {
    width: 150px;
    height: 58px;
    transform: translateY(-10px);
  }
}
@media only screen and (min-width: 768px) {
  .header-wrapper .header .logo-wrapper {
    width: 271px;
    height: 104px;
  }
}
.input-wrapper {
  position: relative;
  margin-bottom: 1.4rem;
}
.input-wrapper label {
  font-family: "hero-new", sans-serif;
  font-size: 1rem;
  color: #0f2857;
  display: block;
  font-weight: 900;
  letter-spacing: 0rem;
  cursor: pointer;
  margin-bottom: 8px;
}
.input-wrapper input[type=text],
.input-wrapper input[type=email],
.input-wrapper input[type=password],
.input-wrapper input[type=search]:not(.vs__search),
.input-wrapper input[type=number],
.input-wrapper .stripe-wrapper {
  font-family: "hero-new", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0rem;
  color: #0f2857;
  width: 100%;
  border-width: 1px 1px 1px 1px;
  border-color: #eff0f2;
  border-style: solid;
  border-radius: 25px;
  padding: 24px 40px;
  background-color: #eff0f2;
  -webkit-appearance: none;
}
.input-wrapper input[type=text]:focus,
.input-wrapper input[type=email]:focus,
.input-wrapper input[type=password]:focus,
.input-wrapper input[type=search]:not(.vs__search):focus,
.input-wrapper input[type=number]:focus,
.input-wrapper .stripe-wrapper:focus {
  outline: none;
}
.input-wrapper input[type=text]::-webkit-input-placeholder,
.input-wrapper input[type=email]::-webkit-input-placeholder,
.input-wrapper input[type=password]::-webkit-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-input-placeholder,
.input-wrapper input[type=number]::-webkit-input-placeholder,
.input-wrapper .stripe-wrapper::-webkit-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #0f2857;
}
.input-wrapper input[type=text]::-moz-placeholder,
.input-wrapper input[type=email]::-moz-placeholder,
.input-wrapper input[type=password]::-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search)::-moz-placeholder,
.input-wrapper input[type=number]::-moz-placeholder,
.input-wrapper .stripe-wrapper::-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #0f2857;
}
.input-wrapper input[type=text]:-ms-input-placeholder,
.input-wrapper input[type=email]:-ms-input-placeholder,
.input-wrapper input[type=password]:-ms-input-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-ms-input-placeholder,
.input-wrapper input[type=number]:-ms-input-placeholder,
.input-wrapper .stripe-wrapper:-ms-input-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #0f2857;
}
.input-wrapper input[type=text]:-moz-placeholder,
.input-wrapper input[type=email]:-moz-placeholder,
.input-wrapper input[type=password]:-moz-placeholder,
.input-wrapper input[type=search]:not(.vs__search):-moz-placeholder,
.input-wrapper input[type=number]:-moz-placeholder,
.input-wrapper .stripe-wrapper:-moz-placeholder {
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  color: #0f2857;
}
.input-wrapper input[type=text]::-webkit-outer-spin-button, .input-wrapper input[type=text]::-webkit-inner-spin-button,
.input-wrapper input[type=email]::-webkit-outer-spin-button,
.input-wrapper input[type=email]::-webkit-inner-spin-button,
.input-wrapper input[type=password]::-webkit-outer-spin-button,
.input-wrapper input[type=password]::-webkit-inner-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-outer-spin-button,
.input-wrapper input[type=search]:not(.vs__search)::-webkit-inner-spin-button,
.input-wrapper input[type=number]::-webkit-outer-spin-button,
.input-wrapper input[type=number]::-webkit-inner-spin-button,
.input-wrapper .stripe-wrapper::-webkit-outer-spin-button,
.input-wrapper .stripe-wrapper::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.input-wrapper input:disabled,
.input-wrapper select:disabled {
  opacity: 0.7;
}
.input-wrapper .error-msg {
  position: absolute;
  top: 0px;
  right: 25px;
  transform: translateY(-50%);
  font-size: 0.5rem;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #ff6a00;
  padding: 5px 9px;
  z-index: 5;
}
.input-wrapper.has-error label {
  color: #ff6a00;
}
.input-wrapper.has-error input[type=email],
.input-wrapper.has-error input[type=text],
.input-wrapper.has-error input[type=password],
.input-wrapper.has-error input[type=search],
.input-wrapper.has-error input[type=number] {
  border-color: #ff6a00;
}
.input-wrapper.label-float label {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  transition: all 250ms ease-out;
  z-index: 1;
}
.input-wrapper.label-float.has-value label {
  top: calc(0% - 0.28125rem);
  transform: translateY(0%);
  color: #0f2857;
  font-size: 0.5625rem;
}

.checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  padding-top: 68px;
  position: relative;
  cursor: pointer;
  font-size: 0.6875rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrapper label {
  margin-bottom: 0px;
  cursor: pointer;
  color: #0f2857;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0rem;
}
.checkbox-wrapper label a {
  transition: all 250ms ease-out;
  text-decoration: underline;
}
.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkbox-wrapper .checkbox {
  position: absolute;
  top: 0%;
  left: 50%;
  height: 53px;
  width: 53px;
  background: #eff0f2;
  border-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  border-width: 7px;
  border-style: solid;
  border-radius: 8px;
  transform: translateX(-50%);
}
.checkbox-wrapper .checkbox::after {
  content: "";
  position: absolute;
  display: none;
  left: 13px;
  top: 0px;
  width: 16px;
  height: 30px;
  border: solid #0f2857;
  border-width: 0 7px 7px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper input:checked ~ .checkbox:after {
  display: block;
}
.checkbox-wrapper button {
  color: #0f2857;
  text-decoration: underline;
}
.checkbox-wrapper .error-msg {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  font-size: 0.625rem;
  color: #ff6a00;
}
.checkbox-wrapper.has-error {
  color: #ff6a00;
}
.checkbox-wrapper.has-error .checkbox {
  border-color: #ff6a00;
}
.checkbox-wrapper.has-error label a,
.checkbox-wrapper.has-error label button {
  transition: all 0ms ease-out;
  color: #ff6a00;
}

.datepicker-in-fullscreen-controls > a {
  width: 100%;
  border-left: none !important;
  border-right: none;
}
.datepicker-in-fullscreen-controls > a:hover {
  background: #0f2857;
  color: #fff;
}

.datepicker table tr td.day.active {
  background: #0f2857 !important;
}

@media only screen and (min-width: 576px) {
  .checkbox-wrapper {
    padding-top: 0px;
    padding-left: 32px;
  }
  .checkbox-wrapper .checkbox {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 23px;
    width: 23px;
  }
  .checkbox-wrapper .checkbox::after {
    width: 6px;
    height: 10px;
    left: 8px;
    top: 3px;
  }
}
@-webkit-keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.loader {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffc30b;
  border-right: 2px solid #ffc30b;
  border-bottom: 2px solid #ffc30b;
  border-left: 2px solid #fff;
  -webkit-animation: load 1.1s infinite linear;
          animation: load 1.1s infinite linear;
}
.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.has-loader {
  position: relative;
}
.has-loader i {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease-in-out;
}
.has-loader i::before {
  font-size: 1.5rem;
}
@media (max-width: 900px), (max-height: 900px) {
  .has-loader i::before {
    font-size: calc(1.05rem + 0.8vmin);
  }
}
.has-loader.loading *:not(.loader) {
  opacity: 0;
}
.has-loader.loading .loader {
  opacity: 1;
}
.has-loader.success {
  background: #33c91b !important;
}
.has-loader.success *:not(i) {
  opacity: 0;
}
.has-loader.success i {
  opacity: 1;
  color: #fff !important;
}

.main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.main-menu > li {
  display: block;
  position: relative;
  margin: 0px 10px;
  width: 100%;
}
.main-menu > li > a, .main-menu > li > button {
  display: inline-block;
  font-size: 0.9rem;
  color: #0f2857;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.05rem;
  padding: 8px 16px;
  border-radius: 18px;
  transition: color 250ms ease-in-out, background 250ms ease-in-out, padding 250ms ease-in-out;
}
.main-menu > li > a:hover, .main-menu > li > a.active, .main-menu > li > button:hover, .main-menu > li > button.active {
  color: #fff;
  background: #0f2857;
}
.main-menu > li:nth-child(1) {
  text-align: right;
}
.main-menu > li:nth-child(2) {
  text-align: center;
}
.main-menu > li:nth-child(3) {
  text-align: left;
}

.header-wrapper.sticked .main-menu > li > a, .header-wrapper.sticked .main-menu > li > button {
  border-radius: 18px 18px 0px 0px;
  padding: 14px 16px;
}

@media only screen and (min-width: 576px) {
  .main-menu {
    justify-content: flex-end;
  }
  .main-menu > li {
    margin: 0px 0px 0px 4px;
    width: unset;
    text-align: center;
  }
  .main-menu > li > a, .main-menu > li > button {
    font-size: 1rem;
  }
  .main-menu > li:nth-child(1) {
    margin: 0px 0px 0px 0px;
  }
}
@media only screen and (min-width: 768px) {
  .main-menu > li {
    margin: 0px 0px 0px 24px;
  }
  .main-menu > li > a, .main-menu > li > button {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px), only screen and (min-width: 768px) and (max-height: 900px) {
  .main-menu > li > a, .main-menu > li > button {
    font-size: calc(1.025rem + 0.4vmin);
  }
}
@media only screen and (min-width: 768px) {
  .main-menu > li:nth-child(1) {
    margin: 0px 0px 0px 0px;
  }
}
.modal-body {
  padding-top: 80px;
}

.btn-modal-close {
  color: #fff;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
}
.btn-modal-close:hover {
  color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #0f2857;
  opacity: 1;
}

::selection {
  color: #fff;
  background: #0f2857;
  opacity: 1;
}

.reveal {
  opacity: 0;
}

.reveal-top {
  opacity: 0;
  transform: translate(0, -5%);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "source-serif-pro", serif;
}

.text-sans-serif {
  font-family: "hero-new", sans-serif !important;
}

.text-serif {
  font-family: "source-serif-pro", serif !important;
}

.text-monospace {
  font-family: "arial", sans-serif !important;
}

.tiny {
  font-size: 0.625rem;
}

.xtiny {
  font-size: 0.5625rem;
}

sup {
  font-size: 60%;
}

.lh-19 {
  line-height: 1.9;
}

ul.no-style {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
ul.no-style li {
  line-height: 1.5;
}
ul.check-list {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0;
}
ul.check-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 0.875rem;
  line-height: 1.2;
}
ul.check-list li b {
  font-weight: 900;
  letter-spacing: 0.1rem;
}
ul.check-list li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  transform: rotate(45deg);
  height: 12px;
  width: 8px;
  border-bottom: 3px solid #ffc30b;
  border-right: 3px solid #ffc30b;
}

.text-dynamic p,
.text-dynamic ul li {
  margin-bottom: 20px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.875rem;
}
.text-dynamic ul,
.text-dynamic ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}

.text-dynamic-2 p,
.text-dynamic-2 ul li {
  margin-bottom: 30px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  text-align: left;
}
.text-dynamic-2 ul,
.text-dynamic-2 ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
  text-align: left;
}

.text-dynamic-3 p,
.text-dynamic-3 ul li {
  margin-bottom: 5px;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  text-align: left;
}
.text-dynamic-3 ul,
.text-dynamic-3 ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 5px;
  text-align: left;
}

.text-terms h1,
.text-terms h2,
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6,
.text-terms .h1,
.text-terms .h2,
.text-terms .h3,
.text-terms .h4,
.text-terms .h5,
.text-terms .h6,
.text-terms p,
.text-terms li {
  color: #444444;
  font-family: "hero-new", sans-serif;
}
.text-terms h2 {
  color: #0f2857;
  margin-bottom: 25px;
}
.text-terms h3,
.text-terms h4,
.text-terms h5,
.text-terms h6 {
  color: #0f2857;
  margin: 20px 0px;
}
.text-terms p {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.7em;
}
.text-terms ul,
.text-terms ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-terms ul li,
.text-terms ol li {
  font-size: 0.9em;
  line-height: 1.7em;
}
.text-terms a {
  color: #444444;
  text-decoration: underline;
}
.text-terms a:hover {
  text-decoration: none;
}

.text-covid h1,
.text-covid h2,
.text-covid h3,
.text-covid h4,
.text-covid h5,
.text-covid h6,
.text-covid .h1,
.text-covid .h2,
.text-covid .h3,
.text-covid .h4,
.text-covid .h5,
.text-covid .h6,
.text-covid p,
.text-covid li {
  color: #fff;
  font-family: "hero-new", sans-serif;
}
.text-covid p {
  margin-bottom: 15px;
  font-size: 0.9em;
  line-height: 1.7em;
}
.text-covid ul,
.text-covid ol {
  padding: 0px 0px 0px 20px;
  margin-bottom: 15px;
}
.text-covid ul li,
.text-covid ol li {
  font-size: 0.875rem;
  line-height: 2.5rem;
}
.text-covid ol {
  list-style: none;
  counter-reset: li;
}
.text-covid ol li {
  counter-increment: li;
}
.text-covid ol li::before {
  content: counter(li) ".";
  color: #ffc30b;
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-left: -3em;
  margin-right: 1.5em;
}
@media (max-width: 900px), (max-height: 900px) {
  .text-covid ol li::before {
    font-size: calc(1.00625rem + 0.1vmin);
  }
}
.text-covid ol li:nth-child(10) {
  margin-left: -9px;
}
.text-covid .list-buttons {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.text-covid .list-buttons li {
  margin-left: 10px;
}
.text-covid .list-buttons li a {
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #ffc30b;
  color: #0f2857;
  text-decoration: none;
}
.text-covid .list-buttons li a:hover {
  background-color: #fff;
  color: #0f2857;
}
.text-covid .list-buttons li:nth-child(1) {
  margin-left: 0;
}
.text-covid a {
  color: #444444;
  text-decoration: underline;
}
.text-covid a:hover {
  text-decoration: none;
}

i[class^=icon-],
i[class*=" icon-"] {
  font-size: 0;
}

i.icon-tiny[class^=icon-]::before,
i.icon-tiny[class*=" icon-"]::before {
  font-size: 0.4rem;
}

i.icon-xs[class^=icon-]::before,
i.icon-xs[class*=" icon-"]::before {
  font-size: 0.7rem;
}

i.icon-sm[class^=icon-]::before,
i.icon-sm[class*=" icon-"]::before {
  font-size: 1.1rem;
}
@media (max-width: 900px), (max-height: 900px) {
  i.icon-sm[class^=icon-]::before,
i.icon-sm[class*=" icon-"]::before {
    font-size: calc(1.01rem + 0.16vmin);
  }
}

i.icon-m[class^=icon-]::before,
i.icon-m[class*=" icon-"]::before {
  font-size: 1.4rem;
}
@media (max-width: 900px), (max-height: 900px) {
  i.icon-m[class^=icon-]::before,
i.icon-m[class*=" icon-"]::before {
    font-size: calc(1.04rem + 0.64vmin);
  }
}

i.icon-lg[class^=icon-]::before,
i.icon-lg[class*=" icon-"]::before {
  font-size: 2rem;
}
@media (max-width: 900px), (max-height: 900px) {
  i.icon-lg[class^=icon-]::before,
i.icon-lg[class*=" icon-"]::before {
    font-size: calc(1.1rem + 1.6vmin);
  }
}

i.icon-xl[class^=icon-]::before,
i.icon-xl[class*=" icon-"]::before {
  font-size: 3.25rem;
}
@media (max-width: 900px), (max-height: 900px) {
  i.icon-xl[class^=icon-]::before,
i.icon-xl[class*=" icon-"]::before {
    font-size: calc(1.225rem + 3.6vmin);
  }
}

i.icon-xxl[class^=icon-]::before,
i.icon-xxl[class*=" icon-"]::before {
  font-size: 6.6rem;
}
@media (max-width: 900px), (max-height: 900px) {
  i.icon-xxl[class^=icon-]::before,
i.icon-xxl[class*=" icon-"]::before {
    font-size: calc(1.56rem + 8.96vmin);
  }
}

/**/
.hero-image {
  padding-top: 30%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
}

.tags {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.tags li {
  padding: 8px 15px;
  font-size: 0.625rem;
  font-weight: 800;
  border-radius: 20px;
  margin-left: 10px;
  text-align: center;
}
.tags li.primary {
  color: #fff;
  background: #0f2857;
}
.tags li.secondary {
  color: #0f2857;
  background: #ffc30b;
}
.tags li.red {
  color: #fff;
  background: #cc2229;
}
.tags li:nth-child(1) {
  margin-left: 0;
}
.tags.tags-xs-full li {
  width: 100%;
  text-align: center;
}

.tour-menu-wrapper .tour-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  background: #eff0f2;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 15px;
}
.tour-menu-wrapper .tour-menu li {
  margin: 5px 5px;
}
.tour-menu-wrapper .tour-menu li a {
  display: block;
  font-size: 1rem;
  color: #0f2857;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
}
.tour-menu-wrapper .tour-menu li a:hover, .tour-menu-wrapper .tour-menu li a.active {
  background: #0f2857;
  color: #fff;
}
.tour-menu-wrapper .tour-menu-modal {
  background: #eff0f2;
  border-radius: 20px;
  text-align: center;
  padding: 10px 15px;
}
.tour-menu-wrapper .tour-menu-modal button {
  background: #0f2857;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  font-weight: 900;
}
.tour-menu-wrapper .tour-menu-modal button span {
  display: block;
  margin-top: 5px;
  font-size: 0.72rem;
  letter-spacing: 0.05rem;
  font-weight: 400;
  color: #ffc30b;
}
.tour-menu-wrapper .tour-menu-modal button:hover, .tour-menu-wrapper .tour-menu-modal button.active {
  background: #0f2857;
  color: #fff;
}
.tour-menu-wrapper.sticked .sticky-element {
  background: #eff0f2;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  top: 133px !important;
  transition: top 250ms ease-in-out !important;
}
.tour-menu-wrapper.sticked.header-unpinned .sticky-element {
  top: 0px !important;
  transition: top 150ms ease-in-out !important;
}

.tour-menu-modal-btns {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 15px;
}
.tour-menu-modal-btns li {
  margin: 5px 5px;
}
.tour-menu-modal-btns li a {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  padding: 15px 35px;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
}
.tour-menu-modal-btns li a:hover, .tour-menu-modal-btns li a.active {
  background: #ffc30b;
  color: #0f2857;
}

.btn-checkout-fixed {
  position: fixed;
  z-index: 50;
  bottom: 0px;
  left: 10px;
  right: 10px;
  background-color: #ffc30b;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0rem;
  padding: 25px 28px;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0px -5px 15px rgba(0, 0, 0, 0.4);
}
@media (max-width: 900px), (max-height: 900px) {
  .btn-checkout-fixed {
    font-size: calc(1.02rem + 0.32vmin);
  }
}

.tour-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  margin-left: -25px;
  margin-right: -25px;
}
.tour-list > * {
  margin-left: 25px;
  margin-right: 25px;
}
@media only screen and (max-width: 575px) {
  .tour-list {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
.tour-list > li {
  margin-bottom: 150px;
}

.tour-preview {
  display: block;
  background: #fff;
  position: relative;
  border-radius: 35px;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
  transition: box-shadow 250ms ease-in-out;
}
.tour-preview .tags {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
}
.tour-preview .cover {
  padding-top: 65%;
  position: relative;
  z-index: 10;
  border-radius: 25px 25px 0px 0px;
  background: #fff;
}
.tour-preview .info-wrapper {
  padding: 30px 26px 100px 26px;
  position: relative;
  background: #fff;
  z-index: 10;
  border-radius: 25px;
  overflow: hidden;
  min-height: 309px;
}
.tour-preview .info-wrapper .descr {
  font-size: 1rem;
  font-weight: 300;
  color: #0f2857;
}
.tour-preview .info-wrapper .duration {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0f2857;
}
.tour-preview .info-wrapper .duration i {
  color: #ffc30b;
  margin-right: 7px;
}
.tour-preview .info-wrapper .duration i::before {
  font-size: 1.5rem;
}
@media (max-width: 900px), (max-height: 900px) {
  .tour-preview .info-wrapper .duration i::before {
    font-size: calc(1.05rem + 0.8vmin);
  }
}
.tour-preview .info-wrapper .duration b {
  font-weight: 800;
}
.tour-preview .info-wrapper .price {
  font-size: 3rem;
  font-weight: 900;
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  color: #0f2857;
}
.tour-preview .info-wrapper .price .currency {
  font-size: 1.125rem;
  font-weight: 500;
  position: absolute;
  bottom: calc(100% - 5px);
  left: calc(100% - 5px);
}
@media (max-width: 900px), (max-height: 900px) {
  .tour-preview .info-wrapper .price .currency {
    font-size: calc(1.0125rem + 0.2vmin);
  }
}
.tour-preview .info-wrapper .price .unit {
  font-size: 0.6875rem;
  font-weight: 400;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.tour-preview .info-wrapper::before, .tour-preview .info-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}
.tour-preview .info-wrapper::before {
  background: rgba(255, 195, 11, 0.5);
  transform: translate(-50%, -21%);
}
.tour-preview .info-wrapper::after {
  background: #ffc30b;
  transform: translate(-50%, -18%);
}
.tour-preview .btn-more {
  position: absolute;
  z-index: 5;
  top: calc(100% + 13px);
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  display: block;
  text-align: center;
}
.tour-preview .btn-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -92%);
  border-radius: 50%;
  width: 80%;
  padding-top: 80%;
  background: #0f2857;
  transition: background 250ms ease-in-out;
}
.tour-preview:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.tour-preview:hover .btn-more::before {
  background: rgba(15, 40, 87, 0.8);
}

.controller-wrapper {
  background: #eff0f2;
  padding: 10px 28px;
  border-radius: 20px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
.controller-wrapper .controller-btn {
  background: #ffc30b;
  width: 53px;
  height: 53px;
  position: relative;
  border-radius: 14px;
  transition: background 250ms ease-in-out;
}
.controller-wrapper .controller-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.controller-wrapper .controller-btn i::before {
  font-size: 1.6rem;
}
@media (max-width: 900px), (max-height: 900px) {
  .controller-wrapper .controller-btn i::before {
    font-size: calc(1.06rem + 0.96vmin);
  }
}
.controller-wrapper .controller-btn:hover {
  background: #0f2857;
}
.controller-wrapper .quantity-controller {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 180px;
  margin-left: 20px;
}
.controller-wrapper .quantity-controller .quantity {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5625rem;
}
@media (max-width: 900px), (max-height: 900px) {
  .controller-wrapper .quantity-controller .quantity {
    font-size: calc(1.05625rem + 0.9vmin);
  }
}

.book-wrapper {
  background: #0f2857;
  border-radius: 15px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.book-wrapper .text {
  width: 100%;
  padding: 30px 10px;
}
.book-wrapper .text p {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
}
.book-wrapper .btn-book {
  background: #ffc30b;
  min-width: 100%;
  max-width: 100%;
  height: 84px;
  border-radius: 0px 0px 15px 15px;
  position: relative;
  text-align: center;
  transition: background 250ms ease-in-out, box-shadow 250ms ease-in-out;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}
.book-wrapper .btn-book span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.3;
  color: #0f2857;
  font-weight: 900;
  font-size: 1rem;
  white-space: nowrap;
  transition: color 250ms ease-in-out;
}
.book-wrapper .btn-book:hover {
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.book-wrapper .btn-book:hover span {
  color: #fff;
}
.book-wrapper .btn-book.loading {
  background: #0f2857;
}

.cart-product {
  background: #eff0f2;
  padding: 20px 20px 100px 20px;
  border-radius: 2rem;
  position: relative;
}
.cart-product .props {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}
.cart-product .props li {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
.cart-product .btn-remove {
  width: 57px;
  height: 57px;
  background: #ffc30b;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  transition: box-shadow 250ms ease-in-out;
}
.cart-product .btn-remove i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0f2857;
}
.cart-product .btn-remove i::before {
  font-size: 1.7rem;
}
@media (max-width: 900px), (max-height: 900px) {
  .cart-product .btn-remove i::before {
    font-size: calc(1.07rem + 1.12vmin);
  }
}
.cart-product .btn-remove:hover {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.tour-booked {
  background: #eff0f2;
  padding: 24px 40px;
  border-radius: 2rem;
  position: relative;
}
.tour-booked .props {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
}
.tour-booked .props li {
  margin-bottom: 5px;
  font-size: 0.875rem;
}

.contact-image {
  width: 87%;
  height: 300px;
  height: 355px;
  border: 13px #fff solid;
  border-radius: 2rem;
  overflow: hidden;
  margin-top: -30px;
}

@media only screen and (min-width: 576px) {
  .tour-menu-wrapper.sticked .sticky-element {
    top: 78px !important;
  }

  .controller-wrapper .quantity-controller {
    max-width: 200px;
  }

  .book-wrapper {
    flex-flow: row;
  }
  .book-wrapper .text {
    padding: 0px 0px;
  }
  .book-wrapper .text p {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 900px), only screen and (min-width: 576px) and (max-height: 900px) {
  .book-wrapper .text p {
    font-size: calc(1.025rem + 0.4vmin);
  }
}
@media only screen and (min-width: 576px) {
  .book-wrapper .btn-book {
    min-width: 200px;
    max-width: 50%;
    border-radius: 15px;
  }
}
@media only screen and (min-width: 576px) {
  .tour-preview .tags {
    left: unset;
    right: 10%;
    transform: translateY(-50%);
  }
  .tour-preview .info-wrapper .price {
    font-size: 1.875rem;
  }
  .tour-preview .info-wrapper::before {
    transform: translate(-50%, -16%);
  }
  .tour-preview .info-wrapper::after {
    transform: translate(-50%, -13%);
  }
}
@media only screen and (min-width: 576px) {
  .tags.tags-xs-full li {
    width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .cart-product {
    padding: 24px 100px 24px 40px;
  }
  .cart-product .props {
    margin-top: 10px;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .cart-product .props li {
    margin-right: 25px;
  }
  .cart-product .btn-remove {
    bottom: unset;
    left: unset;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
  }

  .tour-booked {
    padding: 24px 40px;
  }
  .tour-booked .props {
    flex-flow: row;
    flex-wrap: wrap;
  }
  .tour-booked .props li {
    margin-right: 25px;
  }

  .contact-image {
    width: 435px;
    height: 355px;
    margin-top: 0px;
    margin-left: -55px;
  }
}

/*# sourceMappingURL=styles.css.map*/