:root {
	--color1 : #595859; /*Dark*/
	--color2 : #F0ECE8; /*Light*/
	--color3 : #CD8C5D; /*Dark*/
	--color4 : #677489; /*Dark*/
	--color5 : #BDB4AD; /*Dark*/
	
	--color0 : #18181B; /*Black*/
	--color9 : #fff; /*White*/
	/*--color3 : #3f9cc1;*/

}

@font-face {
    font-family: Helvetica;
    src: url(../fonts/HelveticaNeueCyr-Roman.eot);
    src: url(../fonts/HelveticaNeueCyr-Roman.eot?#iefix) format("embedded-opentype"),url(../fonts/HelveticaNeueCyr-Roman.woff) format("woff"),url(../fonts/HelveticaNeueCyr-Roman.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/* COMMON */
iframe {vertical-align:top;    max-width: 100%;}


a, .logo img,  header, .btn, .roomBtnInfo, .roomServList, .roomItemInfo, .roomImage:before, button,
.logo-emblem,
.mainnav a:after,
.roomItemImage:after  {
		    transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;

}

.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
body {
	font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 1.35;
    min-width: 360px;
	padding-top: 0px;
}
table td {
    vertical-align: top;
}
h1, h2, h3 {
    font-family: "Helvetica", sans-serif;
}
.h1 {
    font-size: 110px;
    line-height: 140px;
    letter-spacing: -2px;
    font-weight: 400;
}
h2 {
    margin-bottom: 3rem;
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
}
h3 {
    font-size: 68px;
    line-height: 78px;
    letter-spacing: -2px;
    margin-bottom: 2rem;
}
.h5 {
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -1px;
}
h6 {
    font-size: 32px;
    font-weight: 400;
    max-width: 320px;
    line-height: 40px;
    padding-bottom: 50px;
}
@media (max-width:991px) {
    h3 {
        font-size: 58px;
        line-height: 68px;
        margin-bottom: 1.5rem;
    }
}
@media (max-width:768px) {
    h3 {
        font-size: 48px;
        line-height: 58px;
        margin-bottom: 1.5rem;
    }

}
@media (max-width:577px) {
    h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 1.2rem;
    }
}
.section-title {
    
}
a {
	color:var(--color1);
}
	
a, a:hover, a:visited, a:focus {
	text-decoration: none;   
	outline: none;
}
a:hover {
    color: var(--color3);
}
section {
	position:relative;
    z-index: 2;
    clip-path: margin-box;
	}

img, svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.alert p:last-of-type {
    margin-bottom: 0 !important;
}

/* DARK-THEME */
.dark-block {
    background: var(--color3);
    padding: 0px;
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
}
.dark-block .textBlock {
    padding: 70px 30px 50px 30px;
}

.lightBlock {
    position: relative;
}
.lightBlock .bgImage {
    border-radius: 2rem;
}

/* BUTTONS */
.btn {
    border-radius: 10px;
    /* text-transform: uppercase; */
    font-weight: 600;
    position: relative;
    overflow: hidden;
    /* letter-spacing: 1px; */
    font-size: 20px;
    line-height: 1;
    padding: 16px 30px;
}
.btn-group2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient( 120deg, transparent, rgb(255 223 175 / 60%), transparent );
  transition: all 850ms;
}
.btn.btn-secondary:before {
  background: linear-gradient(
    120deg,
    transparent,
    rgb(193 193 193 / 60%),
    transparent
  );
}


.btn:hover:before {
  left: 100%;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color1);
}
.btn-primary {
    color: var(--color0);
    background-color: transparent;
    border-color: var(--color0);
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: var(--color0);
    border-color: var(--color0);
    background: transparent;
}
.btn-secondary {
  background: var(--color1);
  border-color: transparent;
}
.btn-secondary:focus {
	background: var(--color1);
  border-color: transparent;
	box-shadow: -3px 3px 5px rgba(0,0,0,.2);
}
.btn-sm {
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 500;
}
.btn-sm [class^="icon-"] {
    font-size: 14px;
}
/* HEADER */



.is-top header {
  background: transparent;
  box-shadow: none;
	padding-top: 20px;

}
header {
    position: fixed;
    width: 100%;
    display: flex;
    top: 0;
    left: 0;
    background: var(--color1);
    flex-direction: row;
    z-index: 999;
    padding: 5px 20px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.logo {
    flex: 0 1 auto;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo svg {
    fill: var(--color2);
}
header .logo-emblem {
    width: 120px;
    margin-bottom: 20px;
    height: 0;
    margin-bottom: 0;
}
header .logo-text {
    width: 150px;
}
.is-top .logo {
  font-size: 2em;
}
.is-top header .logo-emblem {
    width: 120px;
    margin-bottom: 20px;
    height: 36px;
}



/* TOPBAR */
.topBar {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-bottom: 10px;
}
.topBar a {
    color: var(--color2);
    font-size: 13px;
    font-weight: 600;
}
.topBar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.topBar a:hover {
    color: var(--color2);
}

/* LANGUAGE SELECT */
.btn-lang {
    color: var(--color2);
    padding: 8px;
    font-size: 14px;
    font-weight: 400;
}
.dropdown-toggle::after {
    font-family: 'icomoon' !important;
    content: "\e91c";
    border: none!important;
}
.dropdown-toggle::after {
    font-size: 7px!important;
    vertical-align: middle;
}
.btn-lang:hover {
    color: var(--color3);
}
.btn-lang.btn.show {
    border: none;
}
.lang-select {

}
.lang-select .active {

}

/* BOOKING BUTTON*/
.btn-contactMain {
    color: var(--color2);
    font-weight: 500;
    font-size: 16px;
    border: 1px solid;
    padding: 16px 24px;
    border-radius: 16px;
    white-space: nowrap;
}

/* MAIN NAV */
.mainnav {
	text-align:right;
}
.mainnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
}
.mainnav>ul>li {
    position: relative;
    text-align: left;
}

.mainnav a {
    color: var(--color2);
    letter-spacing: 1px;
    padding-bottom: 3px;
    display: block;
    margin: 0;
    position: relative;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 400;
}
.mainnav a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 0%;
    height: 1px;
    background: #fff;
}
.mainnav li:hover a,
.mainnav .active a {
      color: #fff;
}
.mainnav li:hover a:after {
    width: 90%;
}


#trigger-overlay {
  display: none;
}



/* SLIM */
.slim {
    padding-top: 90px;
}
.slimheader {
    padding: 180px 0 0px;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    min-height: 100dvh;
}
img.shadow {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    box-shadow: none;
}
.slimheader h1 {
    margin-bottom: 50px;
    font-size: 72px;
}
.slimheader .desc {
    font-size: 20px;
    line-height: 30px;
    max-width: 500px;

}


/* HERO VIDEO */


.hero-video {
    position: relative;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}
.hero-video:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
}
.hero-video video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.hero-text {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 90%;
    left: 5%;
    color: #fff;
    padding: 70px 0;
    transform: translateY(-50%);
}

/* HERO CAROUSEL */
#heroCarousel {
    margin-bottom: 0;
}
#heroCarousel h2 {
    font-size:72px;
}
#heroCarousel .f-carousel__slide {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    }
#heroCarousel .f-carousel__slide_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;

    color: #fff;
}
#heroCarousel .shadow {
    position: absolute;
    inset: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}
#heroCarousel .f-carousel__dots {
    bottom: 10px;
}
#heroCarousel .f-carousel__dots li button {
    width: auto;
    padding: 0 5px;
}
#heroCarousel .f-carousel__dot {
    width: 50px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    transition: all .3s ease;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
}
#heroCarousel .is-current .f-carousel__dot {
    width: 80px;
}
.hero_carousel_title {
    opacity: 0;
    transform: translateX(-300px);
            transition: all 1s ease 1s;
    -webkit-transition: all 1s ease 1s;
	   -moz-transition: all 1s ease 1s;
	    -ms-transition: all 1s ease 1s;
	     -o-transition: all 1s ease 1s;
}
.is-selected .hero_carousel_title {
    opacity: 1;
    transform: translateX(0);
}
.hero_carousel_description {
    font-size: 20px;
    line-height: 30px;
    max-width: 500px;
        opacity: 0;
    transform: translateX(-300px);
            transition: all 1s ease 2s;
    -webkit-transition: all 1s ease 2s;
	   -moz-transition: all 1s ease 2s;
	    -ms-transition: all 1s ease 2s;
	     -o-transition: all 1s ease 2s;
}
.is-selected .hero_carousel_description {
    opacity: 1;
    transform: translateX(0);
}


/* CAROUSEL */
.carousel-h100 {
    min-height: 300px;
    height: 100%;
}
.carousel-h100.is-horizontal .f-carousel__nav .f-button.is-prev, 
.carousel-h100.is-horizontal .f-carousel__nav .f-button.is-next, 
.carousel-h100.is-horizontal .fancybox__nav .f-button.is-prev, 
.carousel-h100.is-horizontal .fancybox__nav .f-button.is-next {
    bottom: 0px;
    top: auto;
}
.carousel-h100.is-horizontal .f-carousel__nav .f-button.is-prev, 
.carousel-h100.is-horizontal .fancybox__nav .f-button.is-prev {
    left: auto;
    right: 40px;
}
.carousel-h100 .f-button svg {
    stroke: #fff;
}
.f-carousel__slide {
    background-position: center;
    background-size: cover;
    border-radius: 2rem;
}
.custom-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-nav li {
    border-bottom: 1px dashed var(--color5);
    padding: 10px 0;
    margin-top: 10px;
}
.custom-nav li:first-child {
    padding-top: 0;
    margin-top: 0;
}

.custom-nav button {
    background: none;
    border: none;
    display: flex;
    width: 100%;
    font-size: 32px;
    text-align: left;
    color: var(--color1);
}
.custom-nav button:hover, .custom-nav button.active {
    color: var(--color3);
}
.custom-nav-text {
    flex: 1;
}
.custom-nav-index {
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    width: 120px;
    font-size: 60px;
    letter-spacing: -2px;
    vertical-align: top;
    line-height: 1;
}

/* BLOCK ACCORDION */
.btn-title {
    font-size: 32px;
    display: block;
    margin-bottom: 5px;
}
.btn-text {
    color: var(--color4);
    font-size: 18px;
}
.accordion-button p {
    flex: 1;
    padding-right: 20px;
}
.accordion-item {
    border-right: none;
    border-left: none;
    border-color: var(--color2);
}
.accordion-button:not(.collapsed) {
    box-shadow: none;
    background: var(--color2);
    color: #000;
}
.accordion-button:focus {
    box-shadow: none;
}
/* SLIDER */
#slider {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 1.2em;
    height: 100dvh;
    background: var(--color1);
}
#slider:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, .3);
    inset: 0;
    z-index: -1;
    /*background: var(--color1);
    background: #1431228a;
       */
}
    .slider-info {
        padding: 70px 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
#vegasslider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}
#vegasslider:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
}
#hero {
	  position: relative;
	z-index: 2;
  min-height: 400px;
  background-size: cover;
  background-position: center;
	padding-bottom:20px;
	  background-attachment: inherit;
}
#hero .brand-subtitle {
  color: var(--black);
} 
#hero .brand-label {
  border-color: var(--color2);
  padding-top: 100px;
  color: var(--color2);
  font-size: 1em;
  border-color: var(--color2);
	top: auto;
  bottom: 0;
}
.brand-subtitle {
  color: var(--color2);
}
span.rotate {
 text-transform: uppercase;
  font-weight: bold;
  color: var(--color2);
  font-size: 2em;
	}

/* MOUSE ICON */	
.mouse {
  width: 30px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
}
.mouse::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from{
    opacity: 1;
    top: 10px;
  }
  to{
    opacity: 0;
    top: 30px;
  }
} 


/* NAV SOCIAL */
.topBar [class^="icon-"], .topBar [class*=" icon-"] {
    font-size: 16px;
    vertical-align: middle;
}

.topSocial {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}

.topSocial li a {
  display:block;
	text-align:center;
}
.topSocial li a:hover {
  opacity:1;
  color:#fff;
}

.slide-item {
  height: 600px;
  background-size: cover;
  background-position: center;
}
.hero-logo {
    text-align: center;
    width: 20vw;
}

/* SECTION */
.section {
    margin: 70px 0;
}

.textbg {
	padding:150px 0
}
.bgcover {
  background-size: cover;
}
.bgfixed {
  background-attachment: inherit;
}
.textbg .textblock {
	color:#fff;
	text-align:center;
}
.background2 {
    background-color: var(--color2);
    margin: 0;
    padding: 70px 0;
}


/* LEAD */
.lead {
    font-size: 48px;
    font-weight: 300;
    font-size: 3vw;
    line-height: 3.5vw;
}
/* BLOCK TILES */
.tile {
    background: var(--color2);
    padding: 30px;
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tile h6 {
    margin-bottom: auto;
    padding-bottom: 50px;

}
.tile h3 {
    line-height: 1;
    margin-bottom: 1rem;
    letter-spacing: -2px;
}
@media(max-width:1199px) {
    .tile h3 {
        font-size: 50px;
    }
}
@media(max-width:768px) {
    .tile h3 {
        font-size: 40px;
        line-height: 1.3em;
    }
}
.row-tiles>div:nth-child(2n) .tile
 {
    background: var(--color1);
    color: #fff;
}
.row-tiles>div:nth-child(1) .tile {
    background: var(--color3);
    /* color: #fff; */
}
.row-tiles>div {
    margin-bottom: 30px;
}

/* BLOCK FACTS */
.item-desc {
    color: var(--color4);
    font-size: 16px;
    line-height: 26px;
    border-top: 1px solid #BDB4AD;
    padding-top: 20px;
    margin-top: 20px;
}
.fact {
    margin-bottom: 60px;
}
.sticky-top {
    top: 90px;
}

/* BLOCK SERVICES */
.section-services {
    padding: 0;
    background: var(--color2);
    min-height: 30vw;
}
.section-image {
    position: absolute;
    inset: 0 0 0 50%;
    background-size: cover;
    background-position: center;
    min-height: 30vw;
}
.services-wrap {
    padding: 50px 50px 50px 0px;
}
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.services-list li {
    display: flex;
    gap: 20px;
    align-items: center;
}
.services-list img {
    max-width: 60px;
}
.service-desc span {
    display: block;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 10px;
}
@media (max-width:991px){
    .section-services {
        padding-top: 30vw;
    }
    .section-image {
        left: 0;
        bottom: auto;
    }
}


.section-services .item {
    text-align: center;
    margin-bottom: 30px;
    padding: 0 30px;
}
.item-title {
    font-weight: bold;
    line-height: 1.2;
    color: var(--color1);
}
.section-services .item img {
    margin-bottom: 10px;
    max-width: 110px;
}
/*Running Line */
.runningline-wrap {
    overflow: hidden;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}
.runningline {
    color: var(--color1);
    /* text-transform: uppercase; */
    margin: 40px 0;
    white-space: nowrap;
    font-size: 110px;
    font-weight: 300;
    line-height: 120%;
    animation: 20s linear 0s infinite alternate bounce;
}
@keyframes bounce {
  from {
    transform: translateX(0vw);
  }
  to {
    transform: translateX(-90vw);
  }
}
.runningline span {
    opacity: .7;
}
/* BLOCK TextImage Repeater */
.section-text {
    max-width: 450px;
    margin-bottom: 70px;
    color: var(--color4);
}
.section-text2 {
    color: var(--color4);
}
.tile2 {
    margin-bottom: 2rem;
}
.tile2-info {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.tile2-images {
    display: flex;
    gap: 10px;
    justify-content: end;
}
.tile2-images img {
    border-radius:2rem;
}

/*PLAN SECTION */
.plan-row {
    display: flex;
    flex-wrap: wrap;
    /* gap: 70px; */
    margin: -70px -70px 0;
}
.plan-item {
    margin-bottom: 30px;
    /* border-bottom: 1px dashed; */
    flex: 0 0 auto;
    width: 50%;
    padding: 70px 70px 0 70px;
}
.plan-wrap {
    margin-bottom: 50px;
}
@media (min-width:768px) {
.row-plan>div:nth-child(even) .plan-wrap {
    padding-left: 40px;
}
.row-plan>div:nth-child(odd) .plan-wrap {
    padding-right: 40px;
}
}

.h6 {
    font-size: 32px;
    font-weight: 400;
    color: var(--color1);
    /* padding-left: 30px; */
}
.square {
    color: var(--color4);
    font-size: 20px;
    font-weight: 500;
}
.plan-text {
    color: var(--color4);
}
.plan-image {
    margin-bottom: 1rem;
}
.plan-item {
    margin-bottom: 30px;
    /* border-bottom: 1px dashed; */
}

.anchorItem {
    padding-top: 100px;
    margin-top: -100px;
}

/* BLOCK TextIMAGE */
.blockEl {
    max-width: 380px;
    position: absolute;
    z-index: -1;
    top: -50px;
    left: 0;
    opacity: .5;
}

.blockEl.elRight {
    left: auto;
    right: 0;
    transform: none;
}
.blockEl.elBottom {
    transform: translate(0, 0);
    bottom: 0;
    top: auto;
    max-width: 500px;
}
.bgImage {
    background-size: cover;
    background-position: center;
    position: absolute;
    inset: 0;
}
.textLeft .bgImage {
    left: auto;
    width: 50%;
}
.textRight .bgImage {
    left: 0;
    width: 50%;
}
@media (max-width:991px){
    .textLeft .bgImage, .textRight .bgImage {
        position: relative;
        width: 100%;
        min-height: 50vw;
    }
}
@media (min-width:992px){
    .textRight .textBlock {
        padding-left: 30px;
    }
    .textLeft .textBlock {
        padding-right: 30px;
    }
}
.textImage {
    border-radius: 2em;
}
.textBlock {
}
.bgImage .textBlock {
    padding: 70px 30px;
    position: relative;
    z-index: 2;
}


/* */

.tab-content {
    background: #fff;
    padding: 20px;
    border-radius: 0 10px 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .3);
}
.nav-tabs .nav-link {
    background: #efefef;
    color: #000;
}
.nav-tabs {
    border-bottom: none;
    gap: 1px;
    padding-right: 6px;
}
@media (max-width:768px) {
    .nav-tabs {
        flex-wrap: nowrap;
        line-height: 1;
    }
}
.text-block {
    padding: 30px 0 20px;
}

/* BREADCRUMBS */
.breadcrumbs {
    /* font-size: .9em; */
    /*background: #eee;
    padding: 3px;*/
    border-radius: 8px;
    margin-bottom: 10px;
}

.border-btn {
    font-weight: bold;
    border: 1px solid var(--color3);
    box-shadow: -3px 3px 5px rgba(0, 0, 0, .2);
    font-size: 14px;
    line-height: 1;
    padding: 5px 16px 6px;
    border-radius: 0 0 0 8px;
    border-right: 0;
    vertical-align: middle;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: var(--color3);
    color: #fff;
}
@media (max-width:768px) {
    .breadcrumbs .border-btn {
        display: none;
    }
}
/* Effects */
.lineeffect {
  position: relative;
	justify-content: center; 
	background: #000;
}
.roomImage .lineeffect img {
	opacity:.8;
}

.lineeffect:before {
  border-bottom: 1px solid var(--color2);
  border-top: 1px solid var(--color2);
  transform: scale(0, 1);
}
.lineeffect:after {
  border-left: 1px solid var(--color2);
  border-right: 1px solid var(--color2);
  transform: scale(1, 0);
}
.lineeffect:before, .lineeffect:after {
  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}
.lineeffect:before, .lineeffect:after {
  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}


.threetextboxrow .lineeffect:before, .threetextboxrow .lineeffect:after {
  left: 15px !important;
  right: 15px !important;
}


.lineeffect:hover:before, .lineeffect:hover:after {
  opacity: 1;
  transform: scale(1);
}

/* BLOCK CONTACTS*/
.contacts-list {
    padding: 0;
    margin: 0;
    list-style: none;
    color: var(--color4);
}
.contacts-list p {
    margin-bottom: 4px;
}
.contacts-list a {
    color: var(--color1);
}

.contacts-list li {
    margin-bottom: 30px;
}
.contacts-list .h6 {
    font-size: 38px;
    color: var(--color1);
}

.contacts-block {
    font-size: 1.2em;
}
.contacts-block a {
    color: var(--color2);
}
.contacts-block a:hover {
    color: #fff;
}
.map {
    position: relative;
}
.map iframe {
    width: 100%;
}
.map-logo {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}
.map-contacts {
    padding: 70px 30px;
    color: var(--color2);
    background: var(--color1);
}
.map-contacts ul {
    list-style: none;
    padding: 0;
    font-size: 1.2em;
}
form.contact-form {

}
.policy-label {
    font-size: .9em;
    margin-bottom: 30px;
    padding-top: 13px;
    text-align: center;
}
.contactsIconList {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.contactsIconList li {
    width: 50%;
}
.contactsIconList li {
    width: calc(50% - 30px);
    display: flex;
    align-items: center;
    font-weight: bold;
}
.contactsIconList img {
    margin-right: 10px;
    border: 1px solid var(--color3);
    border-radius: 50%;
    padding: 5px;
}
@media (max-width:991px) {
    .contactsIconList li {
        width: 100%;
    }
}

/* FOOTER */
footer {
    background: #595859;
    padding: 50px 0;
    color: var(--color2);
    font-size: .9em;
    overflow: hidden;
}
footer ul li {
    margin-bottom: 20px;
}
.footer-logo {
    margin-bottom: 30px;
    align-items: center;
}
.footer-logo .logo-emblem, .footer-logo .logo-text {
    fill: var(--color2);
}

.copyright {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.footer-social {
    font-size: 2rem;
}
footer a {
    color:  var(--color2);
}
footer a:hover {
    color: #fff;
}
.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}
.footer-row>* {
    flex: 0 0 auto;
}
.logo-col {
    margin-right: auto;
    flex: 1;
}

footer ul {
    list-style: none;
    padding: 0;
}
.copyright {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: var(--color2);
    font-size: .9em;
}
.powerdby {
    line-height: 20px;
    color: var(--color2);
}
.powerdby img {
    vertical-align: text-bottom;
    height: 20px;
    margin-left: 10px;
}

/* GOHOME BTN*/
.gohome {
    position: fixed;
    right: 7px;
    bottom: 50px;
    z-index: 10;
    background: var(--color2);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 33px;
    box-shadow: 3px 4px 15px rgb(0 0 0 / 40%);
    opacity: 0;
}
.gohome.show {
  opacity: .8;
}

/* SLIM */

/* TexImageBlock */

/* FORM VALIDATION */

.text-error {
  font-size: 14px;
  line-height: normal;
  color: #f00;
	display:none;
}
.text-error.oc-visible {
	display:block;
}

/* FORM LABEL FLOAT */
.label-float {
  position: relative;
  padding-top: 13px;
      margin-bottom: 20px;
}

.label-float input, .label-float textarea {
    border: none;
    border-radius: 0;
    outline: none;
    min-width: 210px;
    padding: 18px 10px;
    font-size: 18px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance: none;
    background: none;
    border-bottom: 1px solid var(--color5);

}
.form-row.nowrap {
  flex-wrap: nowrap;
}

.label-float input:focus,
.label-float textarea:focus {
    border: 1px solid var(--color5);
    background: none;
    box-shadow: none;
}

.label-float input::placeholder,
.label-float textarea::placeholder
{
  color:transparent;
}

.label-float label {
    pointer-events: none;
    position: absolute;
    top: 27px;
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    background-color: var(--color2);
    padding: 5px;
    box-sizing: border-box;
    color: #000;
}
input#qtty {
  min-width: auto;
  width: 140px;
  text-align: center;
}
.label-float input:required:invalid + label,
.label-float textarea:required:invalid + label
{
  color: red;
}
.label-float input:focus:required:invalid,
.label-float textarea:focus:required:invalid,
{
  border: 2px solid red;
}
.label-float input:required:invalid + label:before,
.label-float textarea:required:invalid + label:before,
{
  content: '*';
}
.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label,
.label-float textarea:focus + label,
.label-float textarea:not(:placeholder-shown) + label
{
  /*
  font-size: 13px;
  top: 0;
  color: var(--color-light);
  */
font-size: 13px;
  top: 0;
  /* color: var(--color-light); */
  
  border-radius: 4px;
  padding: 1px 7px;
  color: #000;
  
}



/* GALLERY */
.imageGallery {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-auto-rows: 350px 250px;
    grid-auto-flow: dense;
}

.imageGallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 480px) {
  .imageGallery .item:first-child {
    grid-area: 1 / 1 / span 2 / span 2;
  } 
  
  .imageGallery .item:nth-child(3n) {
    grid-column: span 2;
  }
}

/*
.imageGallery {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.imageGallery .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

@media screen and (max-width: 768px) {
 .imageGallery .column {
    flex: 50%;
    max-width: 50%;
  }
}
*/

/* BOOKING BUTTON */
.mobileBooking-btn {
    display:none;
}

.partners-banners {
    background: #8cb9df;
    padding: 20px;
}

.easepick-wrapper {
    z-index: 100;
}

/* CONSULT FROM STATIC */
.section-form {
    background: var(--color2);
    margin: 0;
    padding: 70px 0;
    border-radius: 2rem 2rem 0 0;
}