html, body {
	color:#2f5055;
	font-size: 16px;
	line-height: 1.2;
	font-family: 'Stolzl Book', Arial, sans-serif;
	font-weight: 400;
	position: relative;
    min-height: 100%;
	height:100%;
}
body {
	margin: 0;
  	min-height: 100vh;
	display: flex;
    flex-direction: column;
}
@media (max-width: 767px) {
	html, body {
		font-size: 16px;
	}
}
h1, h2, h3, h4,h5 h6 {
	color:#1a3b40;
}
h1 a, h2 a, h3 a, h4 a, h5 a, .color-inherit {
	color: inherit;
}
h1 {
	font-family: 'Stolzl', Arial, sans-serif;
	font-weight:400;
	padding: 1rem 0 3rem;
	text-transform: uppercase;
	color:#1a3b40;
}
h2 {
	font-family: 'Stolzl', Arial, sans-serif;
	padding: 2rem 0;
	margin:0;
	text-transform: uppercase;
}
h3, h4, h5 {
	font-family: 'Stolzl', Arial, sans-serif;
	padding: 1rem 0;
	margin:0;
}

.page-container h1, .page-container .h1 {
	font-weight: 500;
	padding: 1rem 0 3rem;
	font-size: 2rem;
}
h2, .h2 {
    padding-bottom: 20px;
	font-weight: 400;

}
h3, .h3 {
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Stolzl';
	text-transform:uppercase;
}
h4, .h4 {
 	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.17;
}
h5 {
	font-weight: 400;
	padding: 2rem 0;
}
h6, .h6 {
	font-weight: 600;
}
@media (max-width: 767px) {
	h1, .h1 {
	}
	h3, .h3 {
	}
}
@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    	max-width: 1520px;
	}
}
.text-white {
	color: #ffffff !important;
}
.text-black {
	color: #00000 !important;
}
.text-shadow {
    text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.text-justify {
	text-align:justify;
}
.text-grey {
	color: #5b5b5b !important;
}
.text-site {
	color: #ff6200;
}
.bg-grey {
	background-color: #eee; /*#f3f6fc*/
}
.bg-site-dark {
	background-color: #175b5d;
}
.clearfix {
    clear: both;
}
.form-control {
	border: 1px solid #dee2e6 !important;
}
.cursor-pointer {
	cursor:pointer !important;
}
a {
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	color:#175b5d;
}
a:hover {
	color:#ff6200;
	transition:all 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.8;
	transition:all 0.3s ease-in-out;
}
a:hover img.no-hover-opacity {
	opacity: 1;
}
a img {
	opacity: 1;
	transition:all 0.3s ease-in-out;
}
.fw-300 {
	font-weight:300 !important;
}
.fw-700 {
	font-weight:700;
}
.fs-08rem {
	font-size:0.8rem;
}
.fs-3rem {
	font-size:3rem;
}
.fs-5rem {
	font-size:5rem;
}
.br-15 {
	border-radius:15px;
}
img, embed, iframe, object, video {
	max-width: 100%;
}
button:focus, button:active, .btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}
.btn-site {
	display: inline-block;
    background-color: #ff6200;
	color: #fff;
    font-weight: 700;
    padding: 15px 60px;
    cursor: pointer;
	border-radius:8px;
    font-size: 0.9rem;
	min-width: 300px;
}
.btn-site:hover {
    background-color: #175b5d;
	color: #fff;
}

.btn-site-2 {
    display: inline-block;
    color: #ff6600;
    font-weight: 700;
    padding: 15px 50px;
    cursor: pointer;
    border-radius: 8px;
    font-size: 0.9rem;
    border-color: #ff6600;
    border-width: 2px;
}
.btn-site-2:hover {
    color: #000;
    border-color: #000;
}


@media (max-width: 767px) {
	.btn-site, .btn-site1 {
		width:100%;
	}
}
.wide-img {
    max-width: fit-content;
    height: 100vh;
    min-height: 600px;
}
.bg-full-image {
	background-size:cover !important;
	background-position:center center !important;
	min-height:max(600px,100vh);
	width: 100%;
}
.full-height {
	width: 100%;
	height:100vh !important;
	min-height:600px;
}
.page-image {
    float: left !important;
    max-width: 50%;
    margin-right: 2rem !important;
    margin-bottom: 2rem !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
}
@media (max-width: 700px) {
	.page-image {
		float: none !important;
    	display: block;
    	max-width: 700px;
    	width: 100% !important;
    	margin-right: auto !important;
    	margin-left: auto !important;		
	}

}
.hover-shadow {
	box-shadow: 0 0 20px #fff;
	transition:all 0.3s ease-in-out;
}
.hover-shadow:hover {
	box-shadow: 0 0 20px #d1d1d1;
	transition:all 0.3s ease-in-out;
}
.black-bg-bottom {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(19, 10, 7, 0.78) 0%, rgba(20, 11, 6, 0) 30%) center center / cover;
}
@media (max-width: 767px) {
	.min-vh-100 {
    	min-height: calc(100vh - 40px)!important;
	}
}
.page-container {
	 margin-top:60px;
	 margin-bottom:60px;
}

.page-container .breadcrumb-item, .page-container .breadcrumb-item.active, .breadcrumb a {
	color: #a4a4a4;
    font-weight: 500;
}
.site-color {
	color: #ff6200;
}
.site-color-2 {
	color: #007e5e;
}
.site-color-3 {
	color: #175b5d;
}
.blk3 {
	border: 1px solid #D7DADD;
	border-radius: 8px;
    position: relative;
	overflow:hidden;
	height: 100%;
	display:flex;
	flex-direction:column;
}
.city-blk {
	position:relative;
	display:block;
}
.city-blk .title {
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
	transition:all 0.3s ease-in-out;
}
.city-blk:hover .title {
	background-color: rgba(0, 0, 0, 0);
	transition:all 0.3s ease-in-out;
}

.img-b-radius, .img-b-radius img  {
	border-radius:15px;
}
.bg-slide-gradient {
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}

.stickers {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.8rem;
	color: #fff;
}
.stickers div {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stickers div.special {
    background-color: #bf0000;
}
.hotcat-1:after {
	content: "\F586";
	font-family: bootstrap-icons !important;
	color: #ff6200;
	display: block;
}
.hotcat-2:after {
	content: "\F586\F586";
	font-family: bootstrap-icons !important;
	color: #ff6200;
	display: block;
}
.hotcat-3:after {
	content: "\F586\F586\F586";
	font-family: bootstrap-icons !important;
	color: #ff6200;
	display: block;
}
.hotcat-4:after {
	content: "\F586\F586\F586\F586";
	font-family: bootstrap-icons !important;
	color: #ff6200;
	display: block;
}
.hotcat-5:after {
	content: "\F586\F586\F586\F586\F586";
	font-family: bootstrap-icons !important;
	color: #ff6200;
	display: block;
}
.card-text-info {
	font-size:0.8rem;
	font-family: 'Stolzl';
	color: #666;
}
.material-symbols-outlined {
	font-size: 1rem;
}
.hotel-list-img {
	border-radius: 0.25rem 0 0 0;
	max-width:250px;
}
@media (max-width: 991px) {
	.hotel-list-img {
		border-radius: 0.25rem 0.25rem 0 0;
		max-width: 100%;
	}

}
.hotel-items  {
	width: calc(100% - 350px);
}
@media (max-width: 991px) {
	.hotel-items {
		width: 100%;
	}

}
.offers-table tr > th {
    background-color: #175b5d ;
    color: #fff;
    font-weight: 300;
    padding: 1rem;
}
.black-wrap {
    position: absolute;
    top: 0;
    width: calc(100% - 0.5rem);
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
}
.dropdown-menu.show {
	visibility: visible;
    opacity: 1;
}
@media (min-width: 992px) {
    .modal-xxl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xxl {
        --bs-modal-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .modal-xxl {
        --bs-modal-width: 1340px;
    }
}
@media (min-width: 1600px) {
    .modal-xxxl {
        --bs-modal-width: 1540px;
    }
}
.fancybox__container {
	--fancybox-zIndex: 99999;
}
input[type=text], input[type=number], select, textarea {
	background-color:#fff;
	border-color: #dbdfe6;
}

/**********************FILTER*******************/
#filter {
	min-width:300px;
	width:300px;
	padding: 1rem;
	font-size:0.9rem;
}
#filter input[type=text], #filter input[type=number], #filter select, #filter textarea {
	font-size:0.9rem;
	background-color:#fff;
	border-color: #dbdfe6;
}
#filter label {
	font-weight: 400;
    font-family: 'Stolzl', Arial, sans-serif;
	display: flex;
    align-items: start;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #175b5d;
}
.form-check-input {
	margin-top:0;
}
.range-slider {
	--cui-range-slider-track-in-range-bg: rgba(23,91,91, 0.5);
}
.form-check-input {
	font-size: 1rem;
}
.form-check-input:checked {
    background-color: #ff6600;
    border-color: #ff6600;
}
#filter-show-btn {
	display:none;
	position: fixed;
  	top: 100px;
  	right: 20px;
  	z-index: 999;
  	width: 50px;
  	height: 50px;
  	opacity: 0.75;
  	background-color: #ff6200;
  	color: #fff;
  	padding-top: 10px;
  	font-size: 25px;
  	font-weight: 600;
  	cursor: pointer;
  	text-align: center;
}
#filter-close-btn {
	display:none;
	z-index: 999;
	width: 50px;
	height: 50px;
	opacity: 0.75;
	color: #000;
	padding-top: 10px;
	font-size: 25px;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
	position: absolute;
	right: -6px;
	top: -8px;
}
@media (max-width: 991px) {
	#filter {
   		z-index: 99;
    	transition: 1s;
    	transform: translateX(-300px);
		position: fixed;
		left: 0;
		top: 0px;
		overflow-y: auto;
		max-height: 100vh;
		overflow-x: hidden;
	}
	#filter.ff-show {
		transform: translateX(0px);
	}
	#filter-show-btn {
		display:block;
	}
	#filter-close-btn {
		display:block;
	}

}
/**********************navbar-top*******************/

#top-menu {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
	color: #fff;
}
.navbar {
	--bs-navbar-color: #222222;
}
.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:focus {
	border: transparent !important;
	box-shadow: none;
}
#navbar-main .dropdown-menu {
	transition:all 0.3s linear;
	border:none;
	padding:20px;
	margin-left: -20px;
}

#navbar-main .navbar-nav .nav-link {
	font-weight: 400;
    transition: all 0.3s ease-in-out;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-family: stolzl, arial, sans-serif;
    color: inherit;
}
@media (max-width: 991px) {
	#navbar-main .navbar-nav .nav-link {
		font-size:16px;
		text-transform: uppercase;
		color:#1e1e1e !important;
	}
}

#navbar-main .navbar-nav .nav-link:hover, .text-black #navbar-main .navbar-nav .nav-link:hover, #dropdown-lang-menu:hover  {
	color:#ff6200;
	transition:all 0.3s ease-in-out;
}
#navbar-main .navbar-nav {
    position: relative;
}
#navbar-main .navbar-nav .nav-item.dropdown {
    position: initial;
}

@media (min-width: 992px) and (max-width: 1439px) {
	#navbar-main .navbar-nav .nav-link {
		/*max-width: 160px;*/
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media (min-width: 992px) {
	.dropdown-menu {
		display:block;
		visibility: hidden;
    	opacity: 0;
		background-color:#fff;
	}
	#navbar-main .dropdown:hover > ul.dropdown-menu, #navbar-main .dropdown-menu.show {
		opacity: 1;
		visibility:visible;
		margin-top: -20px;
		transition:all 0.2s linear;
		display:block;
	}
	#navbar-main .navbar-nav .nav-link, #navbar-main .navbar-nav .dropdown-item {
		padding-bottom: 20px;
		padding-top: 20px;
		padding-right: 20px;
	}
	#navbar-main .navbar-nav .dropdown-menu .dropdown-item {
		padding:10px;
	}
	.text-black #navbar-main .navbar-nav .nav-link, #navbar-main .navbar-nav .dropdown-item, .text-black #navbar-main .dropdown-menu .dropdown-item {
		color:inherit;
	}

}
#navbar-main .dropdown-menu .dropdown-item {
	font-weight:500;
	background: none;
	font-size:0.9;
}
#navbar-main .dropdown-item:hover,  #navbar-main .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #ff6200;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}
@media (max-width: 991px) {
	.navbar-nav .dropdown-menu {
		background: none;
		border: 0;
	}
}
#navbar-main.offcanvas.offcanvas-end {
	width: 80%;
}
#navbar-main.offcanvas.show {
	background: linear-gradient(135deg, rgb(255, 255, 255) 0%, #F5F8FF 50%, rgb(255, 255, 255) 100%);
}
#navbar-main.offcanvas.show .dropdown-menu .dropdown-item {
	color: inherit;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 10px;
}
#navbar-main .btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}
#top-menu .navbar-toggler {
	color: #fff;
}
#top-menu.text-black .navbar-toggler {
		color: inherit;
}
/**********************navbar-top*******************/
/**********************swiper**********************/
.swiper {
	display: block;
    max-width: 100%;
	min-height:0;
	min-width:0;
}
.swiper-slide {
  height: auto !important;
  background-color: #fff;
}
.wide-swiper, .wide-swiper-autoplay {
      width: 100%;
      height: 100%;
}
.wide-swiper .swiper-slide, .wide-swiper-autoplay .swiper-slide {
	background-size:cover;
}
.wide-swiper .swiper-slide picture, .wide-swiper-autoplay .swiper-slide picture {
	width:100%;
	height:calc(100vh - 75px);
	min-height:500px;
	display:block;
}
@media (max-width: 991px) {
	.wide-swiper .swiper-slide picture, .wide-swiper-autoplay .swiper-slide picture {
		height:calc(100vh - 170px);
	}
}
.wide-swiper .swiper-slide img, .wide-swiper-autoplay .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
}
.slider-text {
	color:#fff;
	min-width:380px;
	margin-top: 18vh;
	margin-bottom: 2rem;
}

.wide-swiper .swiper-pagination-wrap, .wide-swiper-autoplay .swiper-pagination-wrap {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 99;
}
.wide-swiper .swiper-pagination, .wide-swiper-autoplay .swiper-pagination  {
	text-align: right;
    position: relative;
}
.slider-text-wrapper-absolute {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.saba-swiper .swiper-pagination-bullet, .wide-swiper .swiper-pagination-bullet, .wide-swiper-autoplay .swiper-pagination-bullet {
	width: 10px;
	height:10px;
	border-radius: 100px;
	background-color: #e3e3e3;
    margin-right: 10px !important;
	margin-bottom: 2rem !important;
	opacity: 1;
}
@media (max-width: 767px) {
	.saba-swiper .swiper-pagination-bullet, .wide-swiper .swiper-pagination-bullet, .wide-swiper-autoplay .swiper-pagination-bullet {
		margin-bottom: 0.5rem !important;
	}
}
.saba-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .wide-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active, .wide-swiper-autoplay .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #67A2FF;
}
.saba-swiper .swiper-button-prev:after, .saba-swiper .swiper-button-next:after, .wide-swiper .swiper-button-next:after, .wide-swiper-autoplay .swiper-button-prev:after, .wide-swiper-autoplay .swiper-button-next:after {
/*	color: #ffffff !important;*/
	font-size: 2rem !important;
}
.saba-swiper .swiper-pagination-bullet-active, .wide-swiper .swiper-pagination-bullet:hover, .wide-swiper-autoplay .swiper-pagination-bullet-active, .wide-swiper-autoplay .swiper-pagination-bullet:hover  {
	opacity: 1;
}

.swiper-button-next::after, .swiper-button-prev::after {
	color: #000;
	padding: 15px;
	opacity: 0.5;
}
.swiper-button-white.swiper-button-next::after, .swiper-button-white.swiper-button-prev::after {
	color: #fff;
	padding: 15px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0 !important;
}

@media (min-width: 992px) {
	.swiper-button-prev { left:-50px !important;transition: all .3s ease;}
	.swiper-button-next { right:-50px !important;transition: all .3s ease;}
	.swiper:hover .swiper-button-prev { left:0px !important;}
	.swiper:hover .swiper-button-next { right:0px !important;}
}

.swiper-button-prev { left:0px;}
.swiper-button-next { right:0px;}

.saba-swiper-prev, .saba-swiper-next {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    overflow: hidden;
    outline: none;
    border: 0;
    padding: 0;
    width: 50%;
    height: 100%;
    background-color: transparent;
    cursor: url(/assets/img/design/cursor-arrow-left.cur.png) 22 17, pointer;
}
.saba-swiper-next {
    left: auto;
    right: 0;
    cursor: url(/assets/img/design/cursor-arrow-right.cur.png) 22 17, pointer;
}

@media (max-width: 990px) {
	.saba-swiper-prev, .saba-swiper-next {
		display:none;
	}

}
.swiper-carousel3-button-next, .swiper-carousel3-button-prev {
    font-size: 2rem;
    padding: 0rem 0.5rem;
    display: inline-block;
	cursor:pointer;
}
.carousel-10-next, .carousel-10-prev {
    position: absolute;
    top: calc(50% - 0.75rem);;
    z-index: 99;
    cursor: pointer;
}
.carousel-10-next {
    right: 0px !important;
}
.carousel-10-prev {
    left: 0px !important;
}
.carousel-10-next:after, .carousel-10-prev:after {
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
	color: #6a6a6a;
    background-color: #fff;
    font-size: 1.5rem !important;
    font-weight: 600;
	opacity:0.8;
}
.carousel-10-next:after {
    content: 'next';
	border-radius: 0.375rem 0 0 0.375rem;
	padding: 5px 5px 5px 10px;
}
.carousel-10-prev:after {
    content: 'prev';
	border-radius: 0 0.375rem 0.375rem 0;
	padding: 5px 10px 5px 5px;
}
.swiper-button-disabled {
	opacity:0
}

/**********************swiper**********************/
/**********************swiper-auto-width**********************/
.swiper-auto-width1 .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 80%;
    }
.swiper-auto-width .swiper-slide {
	width:auto;
}

/**********************swiper-auto-width**********************/
.mess-result {
	display: none;
}
.mess-result-sucess {
    color: #000;
    background-color: #b6f3d1;
	padding: 1.5rem;
}
#scroll_top {
    display: none;
    position: fixed;
	bottom:20px;
	right:20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    opacity: 0.75;
    background-color: #1A1919;
    color: #fff;
    padding-top: 10px;
    font-size: 25px;
    font-weight: 800;
    cursor: pointer;
	text-align:center;
}
#scroll_top:hover, #tocall:hover {
 	opacity: 1;
}
#tocall {
	display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
	bottom:20px;
	left:20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    cursor: pointer;
	text-align:center;
	color:#fff;
	border-radius: 50%;
	background: #908244;
}
#tocall img {
    z-index: 9;
    position: relative;
}
.btn-pulse-animation {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #908244;
    z-index: 1;
	-webkit-animation: pulse-animation 3.2s ease-in-out infinite;
    -moz-animation: pulse-animation 3.2s ease-in-out infinite;
    -ms-animation: pulse-animation 3.2s ease-in-out infinite;
    -o-animation: pulse-animation 3.2s ease-in-out infinite;
    animation: pulse-animation 3.2s ease-in-out infinite;
}

/**************** SWIPER CENTRUM ****************/
@media (min-width: 576px) {
	.swiper-centrum-carousel {
		padding: 40px 00px !important;
	}
	.swiper-centrum-carousel .swiper-slide-active {
    	transform: scale(1.5) !important;
		opacity: 1 !important;
	}
	.swiper-centrum-carousel .swiper-slide {
    	transition: all 0.5s ease;
		opacity: 0.5;
	}
	.swiper-centrum-carousel .sl-info {
    	display:none;
	}
	.swiper-centrum-carousel .swiper-slide-active .sl-info {
   		display:block;
	}
}
.swiper-centrum-carousel .sl-info {
	font-size: 1.5rem;
}
/**************** SWIPER CENTRUM ****************/
/**************** SWIPER CENTRUM 2025 ****************/
.swiper-container-centrum-2025 {
    width: 100%;
    overflow-x: clip;
}
.swiper-centrum-2025 {
	max-width: 120%;
    width: 120%;
    display: flex !important;
    justify-content: center;
	padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.swiper-centrum-2025 .swiper-wrapper {
    width: 120%;
}
.swiper-centrum-2025 > .swiper-slide__content {
  position:absolute;
  top:0;
}

.swiper-centrum-2025 .swiper-slide {
  display:flex;
  align-items: center;
  justify-content:center;
  transition:all 200ms linear;
  transform: scale(0.9) !important;
}
.swiper-centrum-2025 .swiper-slide.swiper-slide-active {
    transform: scale(1.1) !important;
}

/**************** SWIPER CENTRUM 2025 ****************/
/**************** SWIPER THUMB ****************/
.swiper-thumb .swiper-slide img {
	opacity: 0.5;
}
.swiper-thumb .swiper-slide.swiper-slide-thumb-active img {
	opacity: 1;
}
/**************** SWIPER THUMB ****************/

.btn-modal-close-white {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important;
}
.image-filter {
 	background: linear-gradient(to top, rgba(19, 10, 7, 0.78) 0%, rgba(20, 11, 6, 0) 30%);
	width: 100%;
	height:100%;
    position: absolute;
    top: 0;
    left: 0;
 }

.accordion-button:focus {
	border-color: none;;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3e%3c/svg%3e");
}
.accordion-button.collapsed::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
}
.qu .accordion-button {
	font-weight:700;
	padding-top:1px;
	color:inherit;
	border:0;
	background:none;
	box-shadow: none;
}

.form-control {
    padding: 10px 25px;
    background-color: transparent;
	border: 1px solid #a3a3a3;
	border-radius:0;
}
.form-control:focus, .form-select, .form-select:focus {
	box-shadow:none;
	border: 1px solid #a3a3a3;
	background-color:#fff;
}
.form-control::placeholder{
	color: #D6D6D6;
}
input.error, textarea.error {
	border: 1px solid #ff0000;
}
/************************YANDEX MAP********************/
.hint-bg {
	color:#fff;
}
.mhint {
	display: flex;
    flex-direction: row;
	width: 360px;
	max-width: 100%;
	overflow:hidden;
	font-size:0.9rem;
	white-space:normal;
	line-height: 1.2rem;
	font-family: 'Stolzl Book', Arial, sans-serif;
}
.hint-cont {
	padding:10px;
}
.hint-title {
	font-weight: 600;
}
.hint-price {
	font-size:1rem;
	color:#ff6200;
	font-weight: 600;
}
.mbaloon {
	font-size:0.9rem;
	white-space:normal;
	line-height: 1.2rem;
	font-family: 'Stolzl Book', Arial, sans-serif;
	max-width:100%;
	width:250px;
}

/**************************FOOTER*****************/
footer {
	padding: 20px 0;
	font-size:0.8rem;
}
footer a {
	color: inherit;
	font-size:0.8rem;
}
footer .footer-menu a {
    color: inherit;
    text-transform: uppercase;
}

