@charset "utf-8";
/** ################################################## GENERAL ################################################## **/ :root {
  --container-max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
section[id], div[id] {
  scroll-margin-top: var(--header-height);
}
html, body {
  max-width: none;
}
body.no-scroll {
  overflow: hidden;
}
video {
  display: block;
}
/*img, video, picture {
  height: auto;
  width: auto;
}*/
.animated, img, svg, a, i, .fa-stack {
  transition: all 500ms ease 0s;
}
select {
  cursor: pointer;
}
.unbreakable {
  white-space: nowrap;
}
.cover {
  width: 100%;
  height: 100%;
  margin: 0;
}
.cover img, .cover video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fade-transition {
  transition: all 250ms ease;
}
.content *:last-child {
  margin-bottom: 0;
}
.btn-icon .fa-stack {
  font-size: 2rem;
  width: 2em;
}
.gradient-overlay::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  background: rgb(128, 128, 128);
  background: linear-gradient(90deg, rgba(128, 128, 128, 1) 0%, rgba(224, 215, 201, 1) 100%);
  transition: opacity .33s;
}
.overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.overlay::before {
  background: rgb(27, 26, 26);
  background: linear-gradient(90deg, rgba(27, 26, 26, 0.7035189075630253) 97%, rgba(31, 24, 24, 0.15730042016806722) 100%);
  top: 0;
}
.cover {
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.minheight-low {
  min-height: 40vh;
}
.height-low {
  height: 40vh;
}
.minheight-medium {
  min-height: 60vh;
}
.height-medium {
  height: 60vh;
}
.minheight-tall {
  min-height: 90vh;
}
.height-tall {
  height: 80vh;
}
.minheight-full {
  min-height: 100vh;
}
.height-full {
  height: 80vh;
}
.limit-width {
  max-width: 900px;
}
.text-children-start * {
  text-align: left !important;
}
/** ################################################## Custom styling start ########################################## **/
#page-logo {
  /* max-width: 5rem; */
  flex: 1;
  max-width: 60%;
}
#page-logo, #page-logo-mob {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #413a32;
}
#page-nav ul, #page-nav-mob ul {
  display: inline;
  padding-left: 0;
}
#page-nav li, #page-nav-mob li {
  display: inline
}
#page-nav li i {
  transition: transform .3s;
}
#page-nav > ul > li:hover > a > i {
  transform: rotate(-180deg);
}
.main-link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .1rem;
}
.link-inner-white a {
  color: #fff;
}
.link-inner-primary a {
  color: #413a32;
}
.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: translateX(100%);
  overflow: auto;
  transition: .3s;
}
.overlay-menu.open {
  transform: translateX(0);
}
.banner {
  height: auto;
  background-color: #000;
  /*max-height: 1000px;*/
}
.banner-days {
  height: calc(100svh - 56px);
}
.banner-days-lp {
  height: 100vh;
}
.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0.9) 0, rgba(30, 30, 30, 0) 100%);
  z-index: 1;
}
.banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.banner_video, .banner_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.counter {
  position: relative;
  padding-bottom: 115px;
  text-align: center;
  z-index: 2;
}
.counter_wrap {
  display: flex;
  justify-content: center;
  top: -25px;
  position: relative;
}
.counter_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 168px;
  min-width: 120px;
  aspect-ratio: 1;
  border-radius: 100%;
  position: relative;
}
.counter_item h2 {
  margin-bottom: 2px;
  white-space: nowrap;
}
.counter_item:nth-child(2) {
  margin-left: -16px;
  margin-right: -16px;
}
.counter_item::before {
  content: "";
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #413a32;
  border-radius: 100%;
  z-index: -1;
}
.counter_item:first-child:after {
  content: "";
  width: 10000px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 240px;
  background-color: #fff;
}
.counter_item:last-child:after {
  content: "";
  width: 10000px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 240px;
  background-color: #fff;
}
.counter_item_text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.primary-slider {
  overflow: visible !important;
}
.primary-slider_item {
  max-width: 80% !important;
}
.primary-slider_item:hover:before {
  opacity: .95;
  transition: .3s;
}
.primary-slider_item::before, .primary-slider_item-noSlider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: .75;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 0;
  transition: .3s;
}
.primary-slider_item-noSlider::before {
  height: 80%;
  opacity: .75;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  transition: .3s;
}
.primary-slider_item-noSlider:hover::before {
  opacity: .85;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  transition: .3s;
}
.primary-slider_text {
  position: relative;
  z-index: 1;
}
.primary-slider_img img {
  object-fit: cover;
}
.primary-slider_prev {
  position: absolute;
  top: 50%;
  left: calc(32% + 8px);
  z-index: 1;
  transform: translateY(-50%);
}
.primary-slider_next {
  position: absolute;
  top: 50%;
  right: calc(32% + 8px);
  z-index: 1;
  transform: translateY(-50%);
}
.swiper-pagination-bullet {
  background-color: #B2B78B !important;
}
.swiper-pagination-bullet-active {
  background-color: #B2B78B !important;
}
.list-slider {
  max-height: 530px;
  flex: 3;
}
.list-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-slider-anchor_item.swiper-slide-thumb-active h2, .list-slider-anchor_item.swiper-slide-thumb-active h3 {
  color: #B2B78B;
}
.list-slider-anchor_item:not(.swiper-slide-thumb-active) h2:hover {
  opacity: .7;
  transition: .3s;
}
.list-slider-anchor_item h2 {
  transition: .3s;
}
.list-slider-anchor_item {
  cursor: pointer;
}
.list-slider-anchor {
  flex: 3;
}
.list-slider-anchor-exclusive {
  flex: 3;
}
.list-slider-anchor_item {
  height: auto !important;
}
.list-slider-text {
  max-height: 530px;
  flex: 3;
}
.list-slider-text .swiper-slide {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.feedback-section, .steps-section, .seasons-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
.feedback-section::before, .seasons-section::before, .section-half::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #413a32 16.15%, rgba(44, 58, 45, 0) 100%);
}
.seasons-section::before {
  background: linear-gradient(180deg, #413a32 16.15%, rgba(44, 58, 45, 0.2) 100%);
}
.tpl-offer .seasons-section::before {
  background: linear-gradient(180deg, #413a32 40%, rgba(44, 58, 45, 0.2) 100%);
}
.feedback-section::after, .section-half::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #413a32 16.15%, rgba(44, 58, 45, 0) 100%);
}
.steps-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #413a32 8%, rgba(44, 58, 45, .6) 100%);
}
.steps-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #413a32 0, rgba(44, 58, 45, 0) 100%);
}
.steps-section-living-all::before {
  display: none;
}
.steps-section-living-all::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #413a32 0, rgba(44, 58, 45, 0.3) 100%);
}
.steps-section-about::after {
  background: linear-gradient(0deg, #413a32 0, rgba(44, 58, 45, 0.6) 100%);
}
.steps-white-content h3, .steps-white-content p {
  color: #F9F9EF !important;
}
.steps-black-content h3, .steps-black-content p {
  color: #413a32 !important;
}
.feedback-slider {
  overflow: visible !important;
}
.feedback-slider .swiper-slide:not(.swiper-slide-active) {
  opacity: .5;
}
.feedback-slider .primary-slider_prev {
  position: absolute;
  top: 30%;
  left: 10px;
  z-index: 1;
  transform: translateY(-50%);
}
.feedback-slider .primary-slider_next {
  position: absolute;
  top: 30%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
}
.feedback-slider .swiper-pagination {
  bottom: -30px !important;
}
.cards-trio {
  overflow: visible !important;
}
.cards-trio-item {
  max-width: 80% !important;
}
.cards-trio-item img {
  width: 100%;
}
.cards-trio-item_img h4 {
  position: absolute;
  top: 70px;
  left: 35px;
  right: 35px;
  word-wrap: break-word;
}
.cards-trio-item_img:hover::before {
  opacity: .95;
  transition: .3s;
}
.cards-trio-item_img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .75;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 16.15%, rgba(0, 0, 0, 0) 100%);
  transition: .3s;
}
.slider-three, .slider-articles {
  overflow: visible !important;
}
.slider-three .swiper-slide, .slider-articles .swiper-slide {
  max-width: 80% !important;
}
.slider-three.slider-three-small .swiper-slide {
  max-width: 45% !important;
}
.steps_item {
  flex: 1;
}
.steps-section-about .steps_item {
  min-width: 100%;
}
.steps_item h4.number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #fff;
  line-height: 0;
}
.steps_item h4.number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  aspect-ratio: 1;
  border-radius: 100%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%);
}
.call-to-action-input, .call-to-action-input:focus {
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  padding: 16px 0;
  font-size: 0.9rem;
  font-weight: 400;
}
.call-to-action-input::placeholder {
  color: #fff;
}
.custom-dotted-border {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.custom-dotted-border-black {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}
.custom-dotted-border-circle {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 100px;
}
.custom-dotted-border-lightgreen {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20.5' ry='20.5' stroke='rgb(178, 183, 139, 1)' stroke-width='4' stroke-dasharray='2%2c 8' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 1rem;
}
.custom-dotted-line {
  position: relative;
  min-height: 6px;
}
.custom-dotted-line::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: radial-gradient(circle, #B2B78B 1px, transparent 1.5px);
  background-size: 13px 3px; /* match the height */
  background-position: 0 0;
  background-repeat: repeat-x;
}
.secondary-nav_item.bg-danger:last-child {
  font-weight: 700;
}
.secondary-nav_item {
  position: relative;
  flex: 1;
  font-size: 16px;
  transition: .3s;
  white-space: nowrap;
}
.active.secondary-nav_item:last-child::after {
  display: none;
}
.secondary-nav_item.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: .3s;
}
.months-line-item-wrap {
  background-color: rgba(255, 255, 255, .35);
  border-radius: 8px;
}
.months-line-item {
  font-size: 11px;
  letter-spacing: 2px;
  flex: 1;
  aspect-ratio: 1;
}
.months-line-item:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.months-line-item:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.months-line-item:not(:last-child) {
  border-right: 1px solid #1e1e1e;
}
.months-line-item_text {
  position: absolute;
  width: 100%;
  bottom: -30px;
  color: #ffff;
}
.months-line-item_check {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -40%);
}
.months-line-item_check i {
  font-size: 12px;
  opacity: 0;
}
.months-line-item.bg-success.text-black .months-line-item_check i {
  opacity: 1;
}
.secondary-slider {
  height: 100%;
  overflow: visible !important
}
.secondary-slider_item {
  max-width: 70% !important;
}
.secondary-slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.arrow-wrap {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.secondary-slider_next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.secondary-slider_prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
#accordionDaysprogram {
  background-color: transparent;
}
#accordionDaysprogram h4 {
  margin-bottom: 4px;
}
#accordionDaysprogram .pretitle {
  margin-bottom: 8px;
  font-family: "proxima-nova", sans-serif;
  ;
}
#accordionDaysprogram .accordion-item, .accordion .accordion-item {
  border: 0;
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: transparent;
}
#accordionDaysprogram .accordion-item .accordion-header, .accordion-item .accordion-item .accordion-header {
  cursor: pointer;
}
#accordionDaysprogram .accordion-item:not(:last-child), .accordion .accordion-item:not(:last-child) {
  background-image: url("../resources/border-bottom.svg");
}
#accordionDaysprogram .accordion-item .accordion-button, .accordion .accordion-item .accordion-button:not(#accordionMobileMenu .accordion-item .accordion-button) {
  background-color: transparent;
  padding-left: 0;
}
#accordionMobileMenu .accordion-item {
  background-image: none;
}
#accordionDaysprogram .accordion-item .accordion-button:focus-visible, .accordion .accordion-item .accordion-button:focus-visible, #accordionDaysprogram .accordion-item .accordion-button:focus, .accordion .accordion-item .accordion-button:focus, #accordionDaysprogram .accordion-item .accordion-button:not(.collapsed), .accordion .accordion-item .accordion-button:not(.collapsed) {
  border-color: transparent;
  box-shadow: none;
}
#accordionDaysprogram .accordion-body, .accordion .accordion-body:not(#accordionMobileMenu .accordion-body) {
  padding-top: 0;
  padding-left: 0;
}
.accordionDaysprogramWrap {
  width: 100%;
}
.planform-row {
  padding-bottom: 120px;
}
.other-tur .main-link {
  opacity: 0;
  transition: .3s;
}
.other-tur:hover .main-link {
  opacity: 1;
  transition: .3s;
}
.triangle-list, .triangle-list .pretitle-small {
  display: flex;
  align-items: center;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 1px;
}
.triangle-list, .triangle-list:hover {
  color: #413a32;
}
.triangle-list.active {
  color: #fff;
  font-weight: 600;
  background-color: #EE5921;
}
.triangle-list.active::before {
  content: url('/assets/gfx/pointer-list-white.svg');
  width: 20px;
  height: 20px;
  position: static;
  top: 50%;
  left: -6px;
  transform: translate(-100%, -50%);
  transform: translate(0, 0);
  margin-right: 8px;
}
.short-border-red {
  position: relative;
}
.short-border-red::before, .short-border-red-start::before {
  content: "";
  width: 60px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: goldenrod;
  transform: translateX(-50%);
}
.short-border-red-start::before {
  left: 0;
  transform: translateX(0);
}
.overlay-from-bottom-dark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  opacity: .5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 0;
  transition: .3s;
}
.other-tur:hover .overlay-from-bottom-dark::before {
  height: 100%;
  opacity: .9;
  transition: .3s;
}
.accordionPlus .accordion-item {
  background-image: none !important;
}
.accordionPlus .accordion-button::after {
  display: none;
}
.accordion-button_title {
  padding-right: 16px;
}
.accordionPlus .accordion-button_title {
  position: relative;
  padding-right: 20px;
}
.accordionPlus .accordion-button_title::after {
  content: "-";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
}
.accordionPlus .collapsed .accordion-button_title::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 24px;
}
.exclusive-slider img {
  height: 520px;
  object-fit: cover;
}
.right-overlay::after {
  content: "";
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, #413a32 0, rgba(44, 58, 45, 0) 100%);
  z-index: 1;
}
.right-overlay-white::after {
  right: -16%;
  background: linear-gradient(-90deg, #F9F9EF 52.08%, rgba(249, 249, 239, 0) 100%);
}
.right-overlay-mb::after {
  content: "";
  width: 34%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, #413a32 0, rgba(44, 58, 45, 0) 100%);
  z-index: 1;
}
.history-slider .swiper-slide {
  padding-top: 10px;
  /* width: 450px; */
  max-width: 450px;
}
.history-slider .swiper-slide:nth-child(even) img {
  transform: rotate(1deg);
}
.history-slider .swiper-slide:nth-child(odd) img {
  transform: rotate(-1deg);
}
.history-slider .primary-slider_next, .history-slider_dots {
  top: 120px;
}
.team-item img {
  transform: rotate(1.3deg);
}
.btn-top-filter {
  cursor: pointer;
}
.btn-top-filter.mixitup-control-active {
  background-color: #fff;
  color: #413a32 !important;
}
#page-header a {
  color: #fff;
}
#page-header .btn {
  color: #fff;
}
#page-header.invert-menu {
  background-color: rgba(44, 58, 45, .9);
}
#page-header.invert-menu.menu-transparent a {
  color: #fff;
}
#page-header.invert-menu.menu-transparent .btn {
  color: #1e1e1e;
  border-color: #B2B78B;
  background-color: #B2B78B;
}
#page-header-btn, #page-header-btn-mob {
  font-size: 14px;
}
.nav-inner-text {
  font-size: 12px;
}
#page-header .nav-inner-side-a a {
  font-size: 24px;
  color: #1E1E1E !important;
}
.nav-inner-side-a a:hover {
  /* font-weight: 700; */
  text-shadow: 0 0 .05px black, 0 0 .05px black, 0 0 .05px black;
  transition: .3s;
}
.nav-inner-side-a li {
  margin-bottom: 26px;
}
#page-header .nav-inner-side-b a {
  font-size: 17px;
  color: #1E1E1E !important;
}
.nav-inner-side-b li {
  margin-bottom: 14px;
}
.nav-inner li a {
  transition: 0s;
  line-height: 1;
  transition: .3s;
}
.nav-inner li a:hover {
  /* font-weight: 700; */
  transition: 0s;
  transition: .3s;
}
.fixed-menu {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #574d43;
  z-index: 100;
  transition: .3s;
}
.fixed-menu.menu-hidden {
  transform: translateY(-100%);
  transition: .4s;
}
.fixed-menu.menu-transparent {
  background-color: transparent;
}
#accordionMobileMenu .nav-inner a {
  color: #fff;
}
#accordionMobileMenu .nav-inner .nav-inner-side-a a {
  font-size: 17px;
  font-weight: 400;
}
#accordionMobileMenu .nav-inner .nav-inner-side-b a {
  font-size: 17px;
  font-weight: 400;
}
#accordionMobileMenu .accordion-button::after {
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#accordionMobileMenu .accordion-button.mobile-menu-acc-btn-empty::after {
  display: none;
}
.stycky-menu {
  top: 0;
  transition: .3s;
}
.stycky-menu.menu-translate {
  top: 65px;
}
.sticky-tab {
  background-color: #DBDDC7;
}
.sticky-tab.menu-translate {
  top: 180px;
  transition: .3s;
}
.sticky-tab-section {
  overflow: hidden;
}
.dropdown-options {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 99%;
  width: 200%;
  left: 0;
  display: none;
  border: none;
  background-color: #413a32;
}
.dropdown-options a {
  display: block;
}
.custom-dropdown {
  min-width: 50%;
  position: relative;
}
.secondary-nav_item-mob {
  min-width: 50%;
}
.stycky-select-mob {
  background-color: #413a32;
  border: 0;
  color: #fff;
  min-width: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.button-witdh {
  width: 100%;
}
.icon-map {
  max-width: 60px;
}
.mobile-list-item {
  /* width: 50%;  */
  transition: .3s;
}
.mobile-list-item_img {
  transition: .3s;
}
.mobile-list-item.active {
  /* width: 100%; */
  grid-column: span 2;
  transition: .3s;
}
.mobile-list-item_img.active {
  width: 50% !important;
  transition: 0s;
}
.mobile-list-item_text {
  display: none;
  transition: .3s;
}
.mobile-list-item_text.active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
.mobile-list-item_img::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
}
.liveModal .btn-custom-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  background-color: #000;
  cursor: pointer;
  z-index: 100;
}
.js-tag-name {
  /* Ensure the text doesn't wrap to the next line */
  white-space: nowrap;
  /* Add ellipsis (...) to indicate truncated text */
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-guide {
  background-color: #DBDDC7;
}
.tur-accommodation {
  overflow: visible !important;
}
.tur-accommodation .swiper-slide {
  max-width: 45% !important;
}
.tur-accommodation_img {
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.tur-accommodation_img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0) 100%);
  transition: .3s;
}
.tur-accommodation_img:hover:before {
  opacity: 1;
  transition: .3s;
}
.overlay-img-wrap img {
  min-height: 400px;
  object-fit: cover;
}
#lightgallery .lightgallery-item {
  display: block;
  overflow: hidden;
  position: relative;
}
#lightgallery .lightgallery-item:hover img {
  transform: scale(1.2);
}
#lightgallery .lightgallery-item::before {
  content: "+";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: .3s;
}
#lightgallery .lightgallery-item:hover::before {
  opacity: 1;
  transition: .3s;
}
.guide-point:last-child .guide-point_dots {
  display: none;
}
/** My account page **/
/*
min side
*/
.card-custom-close {
  position: relative;
}
.card-custom-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
}
/** HENNING TESTER **/
.main-mobile-list-container {
  position: relative;
}
.mobile-list-item .mobile-list-item_img.transitioning {
  position: absolute;
  transition: all 1000ms ease
}
.mobile-list-focus-container {
  min-height: 0px;
  transition: all 500ms ease;
}
.mobile-list-item {
  position: relative;
}
.mobile-list-item .mobile-list-item_img h2 {
  overflow-wrap: anywhere;
  width: 100%;
}
/** MESSAGES **/
.message-wrapper {
  display: flex;
  align-items: center;
  justify-content: center
}
.message-container {
  order: 1;
  padding: .75rem;
  background-color: var(--bs-success);
  color: var(--bs-primary);
  border-radius: .5rem;
  text-align: left;
  position: relative;
}
.message-container:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: .25rem;
  left: calc(100% - 2px);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
  top: 50%;
  background: var(--bs-success);
}
.message-person {
  order: 0;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.message-person img {
  border-radius: 50%;
  width: 70px;
  aspect-ratio: 1
}
.message-person small {
  font-weight: 600;
}
.message-me .message-container {
  order: 0;
}
.message-me .message-person {
  order: 1
}
/** LOGIN FORM **/
.login-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tpl-offer #CookiebotWidget {
  display: none;
}
.tpl-offer .banner-days {
  height: 100vh;
  ;
}
/** CHAT **/
.chat-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 101;
  --transition: all 500ms ease;
  transition: var(--transition);
  max-height: 60px;
  height: 100%;
  margin-left: auto;
}
@media (min-width: 767px) {
  .chat-wrapper {
    height: 700px;
    width: 400px;
  }
}
.chat-wrapper.open {
  max-height: 1000px;
}
.chat-button-wrapper {
  display: flex;
  justify-content: end
}
.chat-button {
  padding: 1rem 2rem;
  background: var(--bs-success);
  color: var(--bs-primary);
  border: 0;
  font-weight: bold;
  width: 100%;
  max-width: 230px;
  height: 60px;
  text-align: center;
  transition: var(--transition);
  display: flex;
  justify-content: center;
  position: relative;
}
.chat-button .badge {
  --bs-badge-border-radius: 2rem;
  --bs-badge-padding-x: 0.8rem;
}
@media screen and (max-width: 767px) {
  .chat-button {
    max-width: 100%;
    padding: 1rem;
  }
}
/*
.chat-button.unread:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--bs-danger);
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
*/
@media (min-width: 767px) {
  .chat-button {
    max-width: 250px;
  }
}
.chat-wrapper.open .chat-button {
  max-width: 600px;
}
.chat-container {
  max-height: 0px;
  background-color: var(--bs-dark);
  color: #FFF;
  transition: var(--transition);
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.chat-container-secondary {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.chat-wrapper.open .chat-container {
  max-height: 1000px;
}
.chat-messages-wrapper {
  flex-grow: 1;
  flex-basis: 0
}
.chat-input-container {}
/** CHAT BUBBLES**/
.chat-message-wrapper {
  margin-bottom: 1rem;
}
.chat-message-wrapper small {
  color: var(--bs-success);
  display: block;
  margin-bottom: .25rem;
}
.chat-message-wrapper.me small {
  text-align: right;
}
.chat-message {
  display: flex;
}
.chat-message-container {
  margin-right: 1rem;
}
.chat-message-wrapper.me .chat-message-container {
  margin-right: 0;
  margin-left: 1rem;
}
.chat-message-wrapper.me .chat-message-container {
  order: 1
}
.chat-message-wrapper.me .chat-message-profile {
  order: 0
}
.chat-message-container {
  flex: 1 0 0%;
}
.chat-message-bubble {
  padding: 1rem;
  background: var(--bs-success);
  color: var(--bs-primary);
  border-radius: .5rem;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .25);
  position: relative;
}
.chat-message-bubble p:last-of-type {
  margin: 0;
}
.chat-message-profile {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
}
.chat-message-profile img, .chat-message-profile div {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: block;
}
.chat-message-profile div {
  border: 2px solid #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: kepler-std, serif;
  font-size: 26px;
}
.chat-message-profile span {
  font-weight: bold;
  text-align: center;
}
.chat-bubble-triangle {
  position: absolute;
  background-color: var(--bs-success);
  text-align: left;
  left: 100%;
  top: 25px;
}
.chat-bubble-triangle:before, .chat-bubble-triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}
.chat-bubble-triangle, .chat-bubble-triangle:before, .chat-bubble-triangle:after {
  width: 10px;
  height: 10px;
  border-top-right-radius: 30%;
}
.chat-bubble-triangle {
  transform: rotate(30deg) skewX(-30deg) scale(1, 0.866)
}
.chat-message-wrapper.me .chat-bubble-triangle {
  transform: rotate(90deg) skewX(-30deg) scale(1, 0.866)
}
.chat-bubble-triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}
.chat-bubble-triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}
.chat-message-wrapper.me .chat-bubble-triangle {
  left: auto;
  right: calc(100% - .25rem);
}
.overscroll {
  overflow: hidden;
  overflow-y: auto;
}
.overscroll::-webkit-scrollbar {
  width: 10px;
  overflow: hidden;
}
/* Track */
.overscroll::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, .1);
}
/* Handle */
.overscroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, .1);
}
/* Handle on hover */
.overscroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, .1);
}
/** MESSAGES **/
.message-wrapper {
  display: flex;
}
.message-container {
  order: 1;
  padding: .75rem;
  background-color: var(--bs-success);
  color: var(--bs-primary);
  border-radius: .5rem;
  text-align: left;
  position: relative;
}
.message-container:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: .25rem;
  left: calc(100% - 2px);
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: left top;
  top: 50%;
  background: var(--bs-success);
}
.message-person {
  order: 0;
  margin: 0 20px;
}
.message-person img {
  border-radius: 50%;
  width: 70px;
  aspect-ratio: 1;
  object-fit: cover;
  max-width: none;
}
.message-person small {
  font-weight: 600;
}
.message-me .message-container {
  order: 0;
}
.message-person-withoutchat img {
  width: 60px;
  min-width: 60px;
  border-radius: 0;
  flex: 1;
}
.message-person-name {
  font-size: 14px;
  font-weight: bold;
}
h3.price-wrap-number {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
}
.done-list, .done-list ul {
  list-style-type: none;
  padding: 0;
}
.done-list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.done-list li:before {
  content: "\f336";
  font: var(--fa-font-solid);
  position: absolute;
  top: 2px;
  left: 0;
  color: #B2B78B;
}
.overlay-half {
  position: relative;
  padding-top: 500px
}
.overlay-half:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(0deg, #413a32 50%, rgba(44, 58, 45, 0) 100%);
}
.badge-done-after {
  position: relative;
}
.badge-done-after:after {
  content: "\f336";
  font: var(--fa-font-solid);
  position: absolute;
  top: 46%;
  right: -30px;
  color: #B2B78B;
  transform: translateY(-50%);
}
.custom-check {
  display: inline-block;
  padding-left: 0;
}
.custom-check-reverse {
  width: 100%;
}
.custom-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check label, .custom-check-reverse label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
}
.custom-check-reverse label {
  padding-left: 0;
  padding-right: 30%;
  width: 100%;
}
.custom-check label:before, .custom-check-reverse label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #B2B78B;
  background-color: #F8F8F0;
  top: 1px;
  left: 0;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
.custom-check-reverse label:before {
  left: 90%;
}
.custom-check:hover input:not(:checked) + label:after, .custom-check-reverse:hover input:not(:checked) + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: #B2B78B;
  opacity: .5;
}
.custom-check-reverse:hover input:not(:checked) + label:after {
  left: calc(90% + 5px);
}
.custom-check input:checked + label:after, .custom-check-reverse input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 15px;
  height: 15px;
  background-color: #B2B78B;
}
.custom-check-reverse input:checked + label:after {
  left: calc(90% + 5px);
}
.custom-check-disabled {
  pointer-events: none;
}
.custom-check-disabled label:before {
  content: "\f336";
  font: var(--fa-font-solid);
  font-size: 22px;
  position: absolute;
  top: 3px;
  left: 90%;
  color: #b1b68b;
  border: 0;
}
.custom-check-disabled label {
  color: rgba(177, 182, 139, .5);
}
.input-group-append {
  cursor: pointer;
}
h3.my-account-h3 {
  font-size: calc(1.425rem + 2.1vw);
}
h3.my-account-h3.short-border-red:before {
  left: 0;
  transform: translateX(0);
}
#accordionDaysprogram.my-account-accordion .accordion-body {
  padding-right: 0;
}
.my-account-user-inner {
  top: 50px;
  min-width: 170px;
  right: -30px;
  opacity: 0;
  visibility: hidden;
}
.my-account-user-inner.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.my-account-user-inner ul {
  list-style-type: none;
  margin-bottom: 0;
}
.my-account-user-inner ul li:last-child {
  margin-bottom: 0 !important;
}
.my-account-user-inner li a:hover {
  text-decoration: underline;
}
.my-account-user.active div {
  color: #EE5921;
}
.my-account-first-section {
  padding-top: 100px;
}
.modal-body {
  background-color: #f9f9f9;
}
.seeall {
  display: block;
  position: relative;
  color: #fff;
  margin-top: 10px;
}
.seeall:hover {
  color: #fff;
  opacity: .75;
}
.seeall:after {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: bold;
}
.founder-mark {
  top: 100px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
/*animation

/* Initial state, elements are invisible */
.banner video, .anim-step-1, .anim-step-2, .anim-step-3, .anim-step-4, .anim-elem {
  opacity: 0;
}
/* Active state, elements are visible */
.anim-wrap.active video, .anim-wrap.active .anim-step-1, .anim-wrap.active .anim-step-2, .anim-wrap.active .anim-step-3, .anim-wrap.active .anim-step-4, .anim-wrap.active .anim-elem {
  opacity: 1;
}
.anim-wrap video {
  transition: opacity 0.3s;
}
.anim-wrap .anim-step-1 {
  transition: opacity 1s;
}
.anim-wrap .anim-step-2 {
  transition: opacity 1s 0.5s;
}
.anim-wrap .anim-step-3 {
  transition: opacity 1s 0.8s;
}
.anim-wrap .anim-step-4 {
  transition: opacity 1s 1.1s;
}
.anim-wrap .anim-elem {
  transform: translateY(100%);
  ;
  transition: all 1s 1s;
}
.anim-wrap.active .anim-elem {
  opacity: 1;
  transform: translateY(0);
}
.anim-sticky-nav {
  position: relative;
  background-color: #413a32;
  z-index: 2;
}
.active.anim-sticky-nav {
  animation: nav-bg-color .3s ease-in-out 2.2s forwards;
}
.no-anim.anim-sticky-nav {
  background-color: #413a32;
}
.no-anim.active.anim-sticky-nav {
  animation: nav-bg-color .5s ease-in-out .5s forwards;
}
.anim-sticky-nav .anim-sticky-nav_container {
  opacity: 0;
  transform: translateY(20%);
}
.active.anim-sticky-nav .anim-sticky-nav_container {
  animation: nav-show .3s ease-in-out 1.2s forwards;
}
.no-anim.active.anim-sticky-nav .anim-sticky-nav_container {
  animation: nav-show .5s ease-in-out .5s forwards;
}
@keyframes nav-show {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nav-bg-color {
  0% {
    background-color: #413a32;
  }
  100% {
    background-color: #413a32;
  }
}
.inspirations section:nth-last-child(2) {
  padding-bottom: 60px;
}
.separator-tag {
  height: 16px;
}
.modal-zoom {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.modal-zoom img {
  margin-bottom: 0 !important;
}
.modal-zoom:hover img {
  transform: scale(1.2);
}
.modal-zoom:after {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: .3s;
}
.modal-zoom:hover:after {
  content: "\f00e";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: .3s;
}
/*order form*/
.view {
  display: none;
  width: 100%;
}
.view.active {
  display: block;
}
.step-form-main {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: rgba(44, 58, 45, .8);
  background-repeat: no-repeat;
  background-size: auto 800px;
  background-position-x: 35%;
}
.step-form-main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #413a32 50%, rgba(44, 58, 45, .5) 100%);
  z-index: 1;
}
.step-form-main form {
  display: flex;
  align-items: center;
  position: relative;
  flex-direction: column;
  position: static;
  width: 100%;
  max-height: 100%;
  min-height: 100vh;
  z-index: 2;
}
.step-form-main .btn-back {
  position: absolute;
  top: 50px;
  left: 0;
  cursor: pointer;
}
.step-form-main p {
  font-size: 18px;
  line-height: 24px;
}
.step-form-main h2 {
  margin-bottom: 10px;
}
.top-offer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -34px;
  top: -20px;
}
.top-offer-text {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  line-height: 10px;
}
/* Guide-css START */
.opendivunder {
  cursor: pointer;
}
.packlist {
  background: #F9F9EF;
  transform: rotate(-1.27deg);
  position: relative;
}
.packlist::after {
  content: "";
  position: absolute;
  width: 88px;
  height: 88px;
  background-image: url('../gfx/map-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: -40px;
  right: -40px;
}
.packlist-inner {
  transform: rotate(1.27deg);
  transform-origin: center;
}
.packlist-inner ul {
  padding-top: 1rem;
  padding-left: 1.3rem;
}
.faqwrapper {}
.faq-item {
  position: relative;
  padding: 10px 0px;
}
.faq-item h5 {
  position: relative; /* Gjør h5 til en relativ container */
  padding-right: 30px; /* Gi nok plass for pilen */
  /* Sikrer at teksten ikke går over pilområdet */
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-item h5::after {
  content: ''; /* Nødvendig for å vise pseudo-elementet */
  position: absolute;
  right: 10px; /* Plasserer pilen til høyre */
  top: 5px; /* Plasserer pilen øverst */
  width: 16px; /* Bredde på pilen */
  height: 16px; /* Høyde på pilen */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23283429'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease; /* Glatt overgang for rotasjon */
}
/* Når FAQ-elementet er åpent, roter pilen */
.faq-item.active h5::after {
  transform: rotate(180deg);
}
.faq-item p {
  display: none;
}
.faq-item.active p {
  display: block;
}
.faq-item:not(:last-child) {
  background-image: url(/assets/gfx/border-bottom.svg);
}
.faq-item {
  border: 0;
  background-repeat: repeat-x;
  background-position: bottom;
  background-color: transparent;
}
.circleImg {
  width: 43px;
  height: 43px;
  border-radius: 50%; /* Gjør bildet rundt */
  object-fit: cover; /* Sikrer at bildet dekker området uten å forvrenge seg */
  object-position: center; /* Sentrerer bildet */
}
.textWrapper p {
  font-size: .8rem;
  margin: 0;
}
.innholdWrapper {
  display: flex; /* Aktiverer Flexbox */
  align-items: center; /* Sentrerer elementene vertikalt */
  gap: 10px; /* Setter avstand mellom bildet og teksten */
}
.whatsnext-container {
  position: relative;
  font-size: 1.55rem;
  font-family: "kepler-std", sans-serif;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.whatsnext-item {
  position: relative;
  border-radius: 50%;
  border: 1.1px solid white;
  padding: 1rem;
  width: 3rem;
  height: 3rem;
  display: grid;
  place-content: center;
}
.whatsnext-item::after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1.1px solid white;
  border-radius: 50%;
}
/* Guide-css STOPP */
/** ################################################## MEDIA QUERIES ################################################## **/
/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
  #page-logo {
    font-size: 16px;
  }
  #page-header-btn, #page-header-btn-mob {
    font-size: 16px;
  }
  .liveModal .btn-custom-close {
    top: -26px;
    right: -30px;
    background-color: transparent;
  }
  .months-line-item {
    font-size: 13px;
  }
  .history-slider .primary-slider_next, .history-slider_dots {
    top: 165px;
  }
  .my-account-user-inner {
    top: 46px;
  }
  .steps-section-about .steps_item {
    min-width: 50%;
  }
}
/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
  :root {
    --container-max-width: 720px;
  }
  .primary-slider_item {
    max-width: none !important;
  }
  .button-witdh {
    width: auto;
  }
  .icon-map {
    max-width: 100%;
  }
  .short-border-red::before {
    left: 0;
    transform: translateX(0);
  }
  .months-line-item-wrap {
    /*background-color: rgba(44, 58, 45, .75);*/
  }
  .months-line-item {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    /*opacity: .5;*/
  }
  .months-line-item_text {
    /*position: static;
    color: unset;*/
  }
  .months-line-item_check i {
    font-size: 20px;
  }
  .secondary-slider {
    overflow: hidden !important;
    position: relative;
  }
  .right-overlay-mb::after {
    display: none;
  }
  #page-logo {
    font-size: 18px;
  }
  .stycky-menu.menu-translate {
    top: 85px;
  }
  .slider-three .swiper-slide {
    max-width: 45% !important;
  }
  .slider-articles .swiper-slide {
    max-width: 30% !important;
  }
  .nav-guide {
    background-color: transparent;
  }
  .nav-item > div::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -4px;
    background-color: #B2B78B;
    opacity: 0;
    transition: .3s;
  }
  .nav-item .active::before {
    opacity: 1;
  }
  .nav-item > div:not(.active):hover::before {
    opacity: .5;
  }
  .nav-guide .triangle-list.active {
    color: #413a32;
    font-weight: 700;
    background-color: transparent;
  }
  .nav-guide .nav-item.active::before {
    display: none;
  }
  .planform-row {
    padding-bottom: 200px;
  }
  h3.my-account-h3 {
    font-size: 36px;
  }
  #accordionDaysprogram.my-account-accordion .accordion-body {
    padding-right: 1.25rem;
  }
  .custom-check-reverse label:before {
    left: 77%;
  }
  .custom-check-reverse:hover input:not(:checked) + label:after {
    left: calc(77% + 5px);
  }
  .custom-check-reverse input:checked + label:after {
    left: calc(77% + 5px);
  }
  .custom-check-disabled label:before {
    left: 77%;
  }
  .my-account-nav-inner-side {
    min-width: 300px;
  }
  .my-account-user-inner {
    top: 58px;
  }
  .my-account-first-section {
    padding-top: 120px;
  }
  .triangle-list .pretitle-small {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #page-logo {
    max-width: 230px;
  }
  .months-line-item:not(:last-child) {
    /*border: 0;*/
  }
  .slider-three {
    overflow: hidden !important;
    padding-bottom: 40px !important;
  }
  .slider-three .swiper-pagination {
    bottom: 0 !important;
  }
  .step-form-main .btn-back {
    top: 60px;
  }
  .step-form-main {
    background-size: auto 1000px;
  }
  .top-offer {
    left: 14px;
    top: -32px;
  }
}
/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
  :root {
    --container-max-width: 960px;
  }
  .counter_item_text {
    font-size: 14px;
  }
  .feedback-slider .primary-slider_prev {
    left: -60px;
  }
  .feedback-slider .primary-slider_next {
    right: -60px;
  }
  #page-logo {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .stycky-menu.menu-translate {
    top: 89px;
  }
  .feedback-slider .swiper-slide {
    max-width: 860px !important;
  }
  .primary-slider {
    overflow: hidden !important;
  }
  #page-logo {
    max-width: none;
  }
  #page-logo img {
    max-width: 100px;
  }
  .separator-tag {
    height: 18px;
  }
  .step-form-main {
    background-size: auto 1200px;
  }
  .div:not(.auto-h) {
    height: 570px;
  }
}
/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
  :root {
    --container-max-width: 1140px;
  }
  .months-line-item {
    text-transform: uppercase;
  }
  .counter_item::before {
    width: 200px;
    height: 200px;
  }
  .nav-inner-wrap {
    min-width: 688px;
    position: absolute;
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    border-top: 40px solid transparent;
  }
  nav ul li:hover .nav-inner-wrap {
    opacity: 1;
    visibility: visible;
  }
  #page-logo {
    font-size: 22px;
    letter-spacing: 3px;
  }
  #page-nav, #page-nav-mob {
    flex: 3;
  }
  .contacts-elements {
    flex: 1;
  }
  .accordionDaysprogramWrap {
    width: 100%;
    min-width: 100%;
  }
  .sticky-tab {
    position: sticky;
    top: 80px;
    width: 30%;
    min-width: 30%;
    transition: .3s;
    background-color: transparent;
  }
  .sticky-tab-section {
    overflow: visible;
  }
  .triangle-list.active {
    color: #413a32;
    font-weight: 700;
    background-color: transparent;
  }
  .triangle-list.active::before {
    content: url('/assets/gfx/pointer-list.svg');
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translate(-100%, -50%);
  }
  .stycky-menu.menu-translate {
    top: 94px;
  }
  .banner-days {
    height: calc(100vh - 78px);
  }
  .banner-days-lp {
    height: 100vh;
  }
  .secondary-nav_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: .3s;
  }
  .secondary-nav_item:not(:last-child):hover:before {
    opacity: .5;
    transition: .3s;
  }
  .tur-accommodation {
    overflow: hidden !important;
  }
  .my-account-user:hover div {
    color: #EE5921;
  }
  .my-account-first-section {
    padding-top: 130px;
  }
  .triangle-list {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .steps-section-about .steps_item {
    min-width: 25%;
  }
  .founder-mark {
    top: 140px;
  }
  .inspirations section:nth-last-child(2) {
    padding-bottom: 80px;
  }
  .separator-tag {
    height: 20px;
  }
  .step-form-main .btn-back {
    top: 80px;
  }
  .step-form-main {
    background-size: 100%;
    background-position-x: 0;
  }
}
/** Extra Extra large devices (extra large desktops, 1400px and up) **/
/** Bootstrap: -xxl **/
@media (min-width: 1400px) {
  :root {
    --container-max-width: 1320px;
  }
  #page-header {
    display: block;
  }
  .stycky-menu {
    display: block;
  }
  #page-logo {
    font-size: 28px;
  }
  #page-logo, #page-logo-mob-my-account {
    font-size: 28px;
  }
}
@media (min-width: 1600px) {
  :root {
    --container-max-width: 1440px;
  }
  .list-slider {
    max-height: 630px;
    flex: 4;
  }
  .primary-slider_next {
    position: absolute;
    top: 50%;
    right: calc(49% + 14px);
    z-index: 1;
    transform: translateY(-50%);
  }
  .founder-mark {
    top: 200px;
  }
}
@media (orientation: landscape) {}
@media (orientation: portrait) {}
.loading-overlay {
  position: fixed;
  background: rgba(0, 0, 0, .3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 250ms ease;
  pointer-events: none; /*Kommnentert ut slik at man ikke kan trykke "bekreft" på akseptere tilbud flere ganger */
}
.loading-overlay.show {
  z-index: 9999;
  opacity: 1;
  pointer-events: all;
}
.loading-overlay > * {
  font-size: 80px;
  color: var(--bs-primary);
}
.loading-overlay > *:after {
  text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
@media screen and (max-height:600px) {
  .banner-days-lp {
    height: auto;
    justify-content: flex-start !important;
    padding-top: 5rem !important;
  }
  .banner-days-lp .container {
    padding-top: 5rem !important;
  }
}
.btn-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 0;
}
.toastify {
  padding: 20px 30px !important;
  background: rgba(var(--bs-danger-rgb), 1) !important;
  min-width: fit-content;
}
button.toast-close {
  margin-left: 20px;
}
.share-button {
  top: 100%;
  position: absolute;
  z-index: 9;
  right: 0;
  padding: 20px;
  opacity: 1;
  transition: .4s;
}
.fixed-menu.menu-hidden .share-button {
  opacity: 0;
}