
body .tl-fancybox-slide .tl-fancybox-content{
  background-color: #fff;
}
.tl-fancybox-return-small{
  color: #000;
}
body .tl-fancybox-container *{
  color: #000;
}
.flexbox--row {
	flex-direction: row;
}
.flexbox--column {
	flex-direction: column;
}
.flexbox {
	display: flex;
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}
.header__block-item.media {
	text-align: right;
}
.gm-style {
	height: 900px !important;
}

.con h1 {
	font-size: 2rem;
}

@media screen and (max-width: 992px) {
	.block_information .lang-wrap {
		display: none !important
	}
}
@media screen and (max-width: 960px) {
	.header__block-item.icons {
		order: 1;
	}
	.header__block-item.logo {
		order: 0;
	}
	.header__block-item.booking {
		margin-right: 0 !important;
		order: 3;
		flex: 0 0 50% !important;
		max-width: 50% !important;
		text-align: right;
	}
	.header__block-item.media {
		order: 2;
		display: flex;
		align-items: center;
		padding-top: 14px;
	}
	.qr {
		text-align: right;
	}
	.header__block-item.logo,
	.header__block-item.icons {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.header__block-item.media {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.header_logo img {
		max-width: 100px !important;
	}
}
@media screen and (max-width: 768px) {
	header .col-lg-4.col-sm-5.col-7 {
		max-width: 33% !important;
	}
}
@media screen and (max-width: 585px) {
	.gm-style {
		width: auto! important;
	}
}

.cookie__close {
	font-size: 28px;
	line-height: 0;
	position: absolute;
	right: 8px;
	cursor: pointer;
}

.cookie__title {
	font-weight: 600;
	margin-bottom: 15px;
	color: #000;
	font-size: 16px;
}

.cookie__block {
	z-index: 100;
	position: fixed;
	max-width: 340px;
	background: #fff;
	padding: 15px 20px;
	border-radius: 2px;
	bottom: 15px;
	left: 15px;
	box-shadow: 0 3px 11px 0 #dedede;
}

.header__block-item.booking {
	width: 14%;
	margin-right: auto;
}
.header__block-item.logo,
.header__block-item.icons {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.header__block-item.media {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}


/* STOCK SLIDER BLOCK */

.stock__card {
 	width: 500px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	transition: all .2s ease-in-out;
}
.stock__card.collapsed {
	width: 230px;
}
.stock__card .stock__card__inner__text {
	transition: all .3s ease-in-out;
	transform: translateY(0);
	opacity: 100;
	width: 460px;
}
.stock__card.collapsed .stock__card__inner__text {
	overflow: hidden;
	opacity: 0;
	height: 0;
	transform: translateY(150%);
}
.stock__card.collapsed .stock__toggle__btn {
	display: block;
}
.stock__card__inner {
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 15px;
	padding: 40px 20px;
	width: 100%;
	height: 100%;
	background: linear-gradient(34.61deg, #25140d -4.9%, rgba(126, 72, 99, 0) 69.1%) no-repeat border-box, 
	linear-gradient(200.2deg, #25140d -13.04%, rgba(126, 72, 99, 0) 71.43%) no-repeat border-box;
}
.stock__card__inner__head {
	font-style: normal;
	font-weight: 700;
	font-size: 23px;
	line-height: 101%;
	color: #FFFFFF;
	max-width: 190px;
}
.stock__card__inner__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 109%;
	color: #FFFFFF;
}
.stock__toggle__btn {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}
.stock__toggle__btn * {
	transition: all .2s ease-in-out;
}
.stock__toggle__btn:hover svg circle {
	fill: #491903;
}
.stock__toggle__btn:hover svg line {
	stroke: #FFFFFF;
}
.stock__toggle__btn svg {
	pointer-events: none;

}

@media (max-width: 768px) {
	.stock__card {
		width: 100%;
	}
	.stock__card.collapsed {
		width: auto;
	}
	.stock__card.collapsed .stock__card__inner__text {
		overflow: hidden;
		opacity: 100;
		height: auto;
		transform: translateY(0);
	}
	.stock__card .stock__card__inner__text {
		width: 100%;
	}
	.stock__card.collapsed .stock__toggle__btn {
		display: none;
	}
	#stock {
		padding-right: 20px;
	}
}
.popup__container input,
.popup__container textarea {
	width: 100%;
	border: 1px solid gray;
	padding: 7px 10px;
	outline: none;
}
.popupPop .react-ui-iqq6b0,
.popupPop .react-ui-xkv7ts,
.popupForm .react-ui-xkv7ts {
	width: auto;
}
.popup__container input:focus,
.popup__container textarea:focus,
.popup__container input:focus-visible,
.popup__container textarea:focus-visible {
	outline: none;
}