body, input, select, .logo {
	color: #5C636C;
}
b {
	font-weight: 600;
}
h4 {
	font-size: 20px;
	color: #5C636C;
}

.m-0 {
	margin: 0!important;
}
.ml-10 {
	margin-left: 10px;
}
.mr-2 {
	margin-right: 2em;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-1 {
	margin-bottom: 1em;
}
.mb-10  {
	margin-bottom: 10px;
}
.mb-20  {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.my-20  {
	margin-top: 20px;
	margin-bottom: 20px;
}
.p-0 {
	padding: 0;
}
.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.p-20 {
	padding: 20px;
}
.p-25 {
	padding: 25px;
}
.pr-20 {
	padding-right: 20px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-10 {
	padding-bottom: 10px;
}
.w-40 {
	width: 40%;
}
.w-50 {
	width: 50%;
}
.w-60 {
	width: 60%;
}
.w-100 {
	width: 100%;
}
.v_jc-e {
	justify-content: flex-end;
}
.v_grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}
.v_block {
	display: block;
}
.v_jc-fe {
	justify-content: flex-end;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
*.text-red {
	color: #DC4234;
}
*.text-red-1 {
	color: #C0392B;
}
*.text-default-color {
	color: #5C636C;
}
.no-decoration {
	text-decoration: none;
}
.with-decoration {
	text-decoration: underline;
}

.fs-16 {
	font-size: 16px;
}
.fs-18 {
	font-size: 18px;
}
.fs-20 {
	font-size: 20px;
}
.fw-600 {
	font-weight: 600;
}

.icon {
	transition: .3s ease-out;
}
.reset-btn {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: none;
	box-shadow: none;
	outline: none!important;
	text-transform: initial;
	padding: 0;
	margin: 0;
}
.reset-btn:hover {
	background: none;
	border: none;
	color: initial;
}
.v_btn.outline {
	background: transparent;
	border: 1px solid #3C4652;
	color: #3C4652;
}
.num-input-wrapper {
	height: 40px;
	width: 102px;
	color: #5C636C;
	font-weight: 600;
	font-size: 16px;
	padding: 0px 14px;
	background: white;
}
.num-input-wrapper input {
	width: 50%;
}
.num-input-wrapper button {
	color: #D5D4D0;
	width: 25%;
}
.num-input-wrapper button:hover {
	background: none;
	color: #3C4652;
}

.text-input,
.text-input-1 {
	padding: 9px 12px;
	background: white;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #5C636C;
	height: 40px;
	position: relative;
	z-index: 1;
}
.text-input-1 {
	color: #87919E;
	background: #F8F8F8;
	padding: 9px;
}
.text-input.with-label,
.text-input-1.with-label {
	height: 50px;
}

.text-input.with-label input,
.text-input-1.with-label input,
.text-input select,
.text-input-1 select,
.text-input .value,
.text-input-1 .value{
	width: 100%;
	font-weight: 600;
	font-size: 16px;
}
.select-input-wrapper {
	flex: 1;
}
.select-input-wrapper select{
	background: none;
	border: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	position: relative;
	z-index: 1;
	left: -1px;
}
.select-input-wrapper .icon {
	position: absolute;
	right: 9px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
}
.text-input.with-label .label,
.text-input-1.with-label .label {
	display: block;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
}
.text-input.with-icon ,
.text-input-1.with-icon  {
	display: flex;
	align-items: center;
}
.text-input.with-icon .content,
.text-input-1.with-icon .content {
	flex: 1;
	padding-right: 30px;
}
.text-input.with-icon .icon,
.text-input-1.with-icon .icon {
	flex-shrink: 0;
	color: #D5D4D0;
}
.text-input.with-icon:hover .icon,
.text-input-1.with-icon:hover .icon {
	color: #3C4652;
}
/* Chrome, Safari, Edge, Opera */
.num-input-wrapper input::-webkit-outer-spin-button,
.num-input-wrapper input::-webkit-inner-spin-button,
.child-input input::-webkit-outer-spin-button,
.child-input input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.num-input-wrapper input[type=number],
.child-input input[type=number]{
	-moz-appearance: textfield;
}

.date-input-wrapper {
	position: relative;
}
.date-input-wrapper input[type="date"] {
	background: none;
	border: none;
	outline: none;
}
.date-input-wrapper input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	bottom: 0;
	color: transparent;
	cursor: pointer;
	height: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;

}

label {
	font-size: 16px;
	color: #5C636C;
}


.checkbox-input {
	width: 18px;
	height: 18px;
	position: relative;
	background: white;
	color: #5C636C!important;
}
.checkbox-input.round {
	border-radius: 100%;
}
.checkbox-input input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: none;
	outline: none;
	z-index: 1;
	cursor: pointer;
}
.checkbox-input .icon {
	opacity: 0;
}
.checkbox-input input[type="checkbox"]:checked + .icon,
.checkbox-input input[type="radio"]:checked + .icon {
	opacity: 1;
}





*.with-border-gray {
	border: 1px solid #E3E3E3!important;
}
*.with-border-radius-2 {
	border-radius: 2px;
}
*.with-border-radius-3 {
	border-radius: 3px;
}
*.with-shadow {
	box-shadow: 0px 0px 15px 0px #0000001A;
}
*.light-gray-bg {
	background: #FBFBFB;
}
*.white-bg {
	background: #fff;
}


.v_page > .v_content:after {
	content: '';
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 121px;
	height: 210px;
	background: url('../img/logo-mini-2.png') no-repeat;
	background-size: 100%;
	z-index: 0;
}
.v_page-home .v_content:after {
	display: none;
}





/*room card*/
.room-card {
	border-bottom: 2px solid #0000000D;
	padding-bottom: 37px;
	margin-bottom: 37px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	z-index: 2;
}
.room-card .img-wrapper {
	width: 315px;
	height: 216px;
	margin-right: 20px;
}

.room-card .img-wrapper img,
.room-card .slider {
	width: 100%;
	height: 100%;
}
.room-card .img-wrapper img {
	object-fit: cover;
}
.room-card .slider-item {
	width: 100%;
	height: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}
.room-card .swiper-button-prev .icon,
.room-card .swiper-button-next .icon {
	color: white;
}
.room-card .swiper-button-prev .icon {
	transform: rotate(-180deg);
}


.room-card .content-wrapper {
	align-items: flex-start;
	width: calc(100% - 335px);
}

.room-card .title {
	width: 100%;
}
.room-card .title-with-icon {
	flex-wrap: nowrap;
}
.room-card .title-with-icon .title {
	width: initial;
}
.room-card .title-with-icon .remove-room {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
}
.room-card .seats-cnt {
	width: 40%;
	padding-right: 20px;
}

.room-card .sale-percent,
.price-wrapper .sale-percent{
	background: #F36F21;
	color: white;
	padding: 5px 8px;
}
.room-card .old-price,
.price-wrapper .old-price{
	text-decoration: line-through;
	font-size: 16px;
}
.room-card .price,
.price-wrapper .price {
	font-size: 30px;
	font-weight: 700;
}
.room-card.booking .grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.room-card.booking .grid-3 b,
.room-card.booking-sidebar .grid-2 b {
	display: block;
}
.room-card.booking .price-block .title {
	width: initial;
}


.room-card.booking-sidebar .img-wrapper {
	margin-right: 0;
	width: 100%;
	height: 200px;
	margin-bottom: 20px;
}
.room-card.booking-sidebar .content-wrapper {
	width: 100%;
}
.room-card.booking-sidebar .grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.room-card.booking-sidebar.last {
	border-bottom: 4px solid #0000000D;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar .price-block .title {
	font-size: 16px;
	margin-right: 1em;
}
.booking-sidebar .title {
	margin-bottom: 0;
}
/*room card*/


.show-more .text {
	text-decoration: underline;
}
.show-more .cnt {
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #E3E3E3;
	color: #757575;;
	font-weight: 600;
}






.booking-form-home-wrapper {
	order: 3;
	width: 22%;
	min-height: 100vh;
	position: relative;
	background: white;
	margin-left: auto;
	margin-right: auto;
}
.booking-form-home-wrapper:after,
.v_main-menu-wrapper:after {
	content: '';
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	width: 243px;
	height: 414px;
	background: url(../svg/logo-mini2.svg) no-repeat;
	background-size: contain;
	z-index: 0;
	opacity: .3;
}
.v_main-menu-wrapper:after {
	width: 100px;
	height: 200px;
	background-size: cover;
}
/*booking form*/
.booking-form {
	/*width: 260px;*/
	position: relative;
	z-index: 1;
	background: white;
}
/*booking form*/
.booking-form-results-wrapper {
	width: 100%;
}
.search-wrapper-block {
	background: #FBFBFB;
}

/*auth form*/
.auth-form {
	position: relative;
	z-index: 1;
	max-width: 230px;
}
form *.form-title {
	font-size: 18px;
	font-weight: 600;
}
.auth-form a {
	color: #3C4652FA;
}
.auth-form a:hover {
	text-decoration: none;
}
/*auth form*/


/*booking-full-form*/
.booking-full-form .form-title,
.booking-full-form .form-subtitle {
	font-size: 25px;
	font-weight: 700;
}
.booking-full-form .form-subtitle {
	font-size: 18px;
}
.booking-full-form .grid-4,
.booking-full-form .grid-3,
.booking-full-form .grid-2{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 15px;
}
.booking-full-form .grid-3 {
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.booking-full-form .grid-2 {
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}
/*booking-full-form*/
.label {
	font-size: 12px;
}


/*add room modal*/
.open-add-room-modal {
	display: block;
}
#addRoomModal {
	background: white;
	width: 100%;
	max-width: 420px;
	padding: 22px;
}
#addRoomModal .grid-2 {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 35px;
}
#addRoomModal .room-item {
	border-bottom: 1px solid #0000000D;
	padding-bottom: 22px;
	margin-bottom: 13px;
}
#addRoomModal .room-item:last-child {
	border-bottom: none;
}
.add-children-btn {
	font-weight: 600;
	color: #3C4652;
	background: white;
	border: 1px solid #3C4652;
	font-size: 13px;
	text-transform: none;
	height: 40px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.add-children-btn:hover {
	color: white;
}
.add-children-btn.hidden {
	opacity: 0;
	visibility: hidden;
}
.room-item:first-child .remove-room-btn {
	display: none;
}

.remove-room-btn {
	cursor: pointer;
}
.plus-child-btn {
	width: 30px;
	height: 30px;
	margin-left: 15px;
	cursor: pointer;
}
.remove-children-btn {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	cursor: pointer;
}
.remove-children-btn .icon {
	transform: rotate(45deg);
}
.child-input {
	background: #f1f1f1;
	height: 40px;
	padding: 0 14px;
	width: 89px;
}
.child-input input {
	font-size: 16px;
	width: calc(100% - 30px);

}
.add-room-btn {
	height: 40px;
	cursor: pointer;
}

/*add room modal*/



/*home filters*/
.open-home-filters-btn {
	cursor: pointer;
}
.home-filters {
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-out;
	overflow: hidden;
	max-height: 0px;
}
.home-filters.open {
	opacity: 1;
	visibility: visible;
	overflow: auto;
	max-height: 320px;
}
/*home filters*/


/* width */
.filters-wrapper::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.filters-wrapper::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #FFFFFF33;
	border-radius: 2px;
}

/* Handle */
.filters-wrapper::-webkit-scrollbar-thumb {
	background: #C8C8C8;
	border-radius: 2px;
}

/* Handle on hover */
/*.filters-wrapper::-webkit-scrollbar-thumb:hover {*/
/*	background: #b30000;*/
/*}*/
.filter-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #5C636C33
}
.filter-item:last-child {
	border-bottom: none;
}
.filter-item .title {
	font-size: 18px;
}


.open-filters-btn {
	cursor: pointer;
}
.results-page-filters-wrapper {
	padding-right: 30px;
}
.results-page-filters {
	max-height: 1040px;
	overflow: auto;
	padding-left: 20px;
}


.open-search-wrapper-block-btn {
	display: none;
	cursor: pointer;
	justify-content: space-between;
	width: 100%;
	border-bottom: 2px solid #0000000D;
	align-items: center;
}


#filter-wrapper-block .top {
	display: none;
}


.v_page-home > .v_header {
	display: none;
}

.sidebar,
.content {
	position: relative;
	z-index: 1;
}


.input-file-wrapper {
	position: relative;
	background: white;
}
.input-file-wrapper .icon {
	cursor: pointer;
}
.input-file-wrapper input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	display: block;
	height: 100%;
}
.input-file-wrapper.empty input {
	z-index: 1;
}
.input-file-wrapper.empty .actions {
	display: none;
}
.input-file-wrapper .input-block {
	cursor: pointer;
}


.editable-input-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}
.editable-input-wrapper .label {
	font-size: 16px;
	color: #B7BDCB;
	font-weight: 400;
	width: 50%;
	max-width: 160px;
}
.editable-input-wrapper .content {
	width: 50% !important;
	max-width: 200px;
}
.editable-input-wrapper .content-wrapper,
.editable-input-wrapper .input-wrapper {
	height: 40px;
	width: 100%;
	position: relative;
	z-index: 1;
	background: white;
}
.editable-input-wrapper .input-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	transition: .3s ease-out;
	opacity: 0;
}
.editable-input-wrapper .input-wrapper.open {
	z-index: 3;
	opacity: 1;
}
.editable-input-wrapper input {
	max-width: 242px;
	margin-right: 20px;
}

.edit-btn {
	width: 30px;
	height: 30px;
	color: #E3E3E3;
	margin-left: auto;
}
.edit-btn:hover {
	color: #3C4652;
}




/*tabs*/
.b-tabs-wrapper {
	width: 100%;
	position: relative;
	z-index: 1;
}
.b-tabs-wrapper .tab-nav {
	width: 100%;
	overflow: auto;
	flex-wrap: nowrap;
}
/* width */
.tab-nav::-webkit-scrollbar {
	width: 0;
}

/* Track */
.tab-nav::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 2px;
	width: 0;
	height: 0;
}

/* Handle */
.tab-nav::-webkit-scrollbar-thumb {
	background: transparent;
	width: 0;
	height: 0;
}
.b-tabs-wrapper .tab-link {
	transition: .3s ease-out;
	padding: 11px;
	margin: 8px;
	position: relative;
	cursor: pointer;
	flex-shrink: 0;
	color: #5C636C;
	text-decoration: none;
}
.b-tabs-wrapper .tab-link:hover {
	color: #DC4234;
}
.b-tabs-wrapper .tab-link.active:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #DC4234;
}
.b-tabs-wrapper .tab-content {
	display: none;
	width: 100%;
}
.b-tabs-wrapper .tab-content.active {
	display: block;
}
/*tabs*/




/*lk*/
.profile-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
/*lk*/



/*table*/
.table-1-wrapper {
	width: 100%;
	overflow: auto;
}
.table-1 {
	width: 100%;
}
.table-1 th,
.table-1 td {
	color: #5C636C;
	padding-top: 15px;
	padding-bottom: 15px;
}
.table-1 th {
	border-bottom: 2px solid #E5E5E5;
}
.table-1 td {
	border-top: 1px solid #E5E5E5;
	border-bottom: none;
}

/*table*/





/*modal*/
.fancybox__content>.carousel__button.is-close {
	top: -10px;
	right: -40px;
}
/*modal*/



.v_page > .v_main-menu-wrapper {
	width: 18%;
}
.v_page > .v_content {
	width: 82%;
}
.v_page-home > .v_content {
	width: 60%;
}


.v_page-home .v_bg-block a.fs-20 {
	font-size: 20px;
}
.v_page-home .v_bg-block a.fs-16 {
	font-size: 16px;
}


.lk-content .table-mobile {
	display: none;
}

.check-user-type {
	padding-top: 45px;
	align-content: flex-start;
}

@media(min-width: 1400px) {
	.content-with-sidebar .content {
		width: calc(100% - 320px);
		padding-right: 20px;
	}
	.content-with-sidebar .sidebar {
		width: 320px;
		display: block;
	}
	.booking-form-results-wrapper .booking-form {
		max-width: 353px;
	}
}

@media (max-width: 1600px) {
	.v_page-home .v_bg-block a:not(.fs-16) {
		font-size: 22px;
	}
}
@media(max-width: 1399px) {

	#search-wrapper-block,
	#filter-wrapper-block{
		display: none;
		width: 260px;
	}
	.content-with-sidebar .content {
		width: 100%;
	}
	.content-with-sidebar .sidebar {
		order: -1;
		width: 100%;
	}
	.content-with-sidebar.sidebar-last .sidebar {
		order: initial;
		margin-top: 2em;
		margin-bottom: 4em;
	}
	.content-with-sidebar {
		position: relative;
		z-index: 1;
	}
	.open-search-wrapper-block-btn {
		display: block;
		color: #5C636C;
		width: 100%;
		padding-bottom: 20px;
	}
	.open-search-wrapper-block-btn:hover .icon.edit{
		color: #5C636C;
	}
	.open-search-wrapper-block-btn .icon.edit {
		color: #E3E3E3;
	}
	.booking-form-results-wrapper .booking-form {
		max-width: 100%;
	}
	.open-filters-btn-wrapper {
		display: flex!important;
		cursor: pointer;
		color: #5C636C;
	}

	#filter-wrapper-block {
		background: #3C4652FA;
		width: 100%;
		margin: 0;
	}
	#filter-wrapper-block * {
		color: white;
	}
	#filter-wrapper-block .icon * {
		color: #3C4652;
	}
	#filter-wrapper-block .top {
		display: flex;
		justify-content: space-between;
		padding: 10px 0 10px 20px;
	}
	#filter-wrapper-block .top * {
		color: white;
	}
	.v_page-home .v_bg-block a:not(.fs-16) {
		font-size: 20px;
	}

	.v_page > .v_content {
		width: calc(100% - 280px);
	}
	.v_page > .v_main-menu-wrapper {
		width: 280px;
	}
	.v_page-home > .v_content {
		width: calc(100% - 580px);
	}
	.v_page-home > .v_content > .v_box {
		padding: 0;
	}
	.booking-form-home-wrapper {
		width: 300px;
	}



}
@media(max-width: 1200px) {
	.v_grid-3 {
		grid-template-columns: 1fr 1fr;
	}
	.booking-full-form .grid-2,
	.profile-form {
		grid-gap: 0;
		grid-template-columns: 1fr;
	}
}
@media(max-width: 1024px) {

}
@media(max-width: 920px) {
	.v_header {
		box-shadow: 0px 0px 20px 0px #0000001A;
	}
	.v_page-home > .v_header {
		display: flex;
		background: transparent;
		position: absolute;
		top: 0;
		left: 0;
		height: 80px;
		color: white;
		box-shadow: none;
	}

	.v_page-home .v_bg-block {
		padding-top: 5em;
	}
	.v_page-home > .v_header .logo,
	.v_page-home > .v_header .v_burger {
		color: white;
	}
	.booking-form-home-wrapper:after {
		width: 142px;
		height: 246px;
	}
	.open-filters-btn-wrapper {
		display: flex;
	}
	.v_page > .v_content {
		width: 100%;
	}
	.v_page-home > .v_content > .v_box {
		padding: 7em 0;
	}
}
@media(max-width: 768px) {
	.room-card .content-wrapper,
	.room-card .img-wrapper {
		width: 100%;
	}
	.room-card .w-50 {
		width: 100%;
	}
	.room-card .address {
		padding: 20px 0;
	}
	.room-card .text-right {
		text-align: initial;
	}
	.room-card .img-wrapper {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.room-card .price-wrapper {
		justify-content: center;
	}
	.room-card .price {
		text-align: center;
	}
	.room-card .v_btn {
		max-width: 229px;
	}


}
@media(max-width: 648px) {
	.booking-full-form .grid-4,
	.booking-full-form .grid-3{
		grid-template-columns: 1fr 1fr;
	}
	.lk-content .table-1-wrapper {
		display: none;
	}
	.lk-content .table-mobile {
		display: block;
	}
	.table-mobile .item {
		margin-bottom: 15px;
	}
	.table-mobile .name {
		font-size: 14px;
		color: #B7BDCB;
		padding-right: 10px;
	}
	.table-mobile .value {
		color: #5C636C;
		font-size: 14px;
	}
}
@media(max-width: 570px) {
	.v_grid-3,
	.room-card.booking .grid-3{
		grid-template-columns: 1fr;
	}
	.room-card .w-50 {
		width: 100%;
	}
	.room-card.booking .grid-3 b {
		display: initial;
	}
	.room-card.booking .price-block {
		justify-content: center;
	}
	.room-card.booking .price-block .title {
		display: none;
	}
	label,
	input,
	.label,
	.editable-input-wrapper .value{
		font-size: 14px!important;
	}
	.editable-input-wrapper label.label {
		display: none;
	}
	.home-contacts-grid .col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.v_page-home h1 {
		font-size: 35px;
	}
	.v_page-home .v_bg-block a:not(.fs-16) {
		font-size: 18px;
		text-decoration: none;
	}
	.v_page-home .v_bg-block a.fs-16 {
		font-size: 14px;
	}
	.v_main-menu-wrapper .logo svg {
		width: 60px;
	}
	.v_page .t-white {
		text-align: center;
		width: 100%;
	}
	.show-more .text {
		font-size: 12px;
	}
	.content .price-block .title {
		font-size: 16px;
	}
	.v_page .content > h2 {
		text-align: center;
	}
	.booking-full-form .form-title {
		font-size: 20px;
	}
	.booking-full-form .form-subtitle {
		font-size: 18px;
	}
	.editable-input-wrapper .label {
		width: 40%;
	}
	.editable-input-wrapper .content {
		width: 60%!important;
		max-width: initial;
	}
	.editable-input-wrapper .value {
		margin-right: 10px;
	}
	.room-card.booking .content-wrapper .w-40 {
		width: 100px;
	}
	.room-card.booking .content-wrapper .w-60 {
		width: calc(100% - 100px);
		margin-left: auto;
	}
}

@media (max-width: 370px) {
	.fancybox__content>.carousel__button.is-close {
		top: 0;
		right: 0;
		color: #3C4652;
		box-shadow: none;
	}
	.fancybox__content>.carousel__button.is-close svg {
		filter: none;
	}
	.w-100-mobile {
		width: 100px;
		min-width: 200px;
	}
	.mb-10-mobile {
		margin-bottom: 10px;
	}
	.num-input-wrapper + span.fs-16 {
		font-size: 14px;
	}
}

.lk-menu-wrapper {
	padding: 0.5em 1em;
	justify-content: space-between;
}
.lk-menu-wrapper .link {
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	height: 40px;
	color: #3C4652;
	text-decoration: none;
}
.lk-menu-wrapper .link.lk {
	flex: 1;
	margin-right: 19px;
	/*width: 170px;*/
}
.lk-menu-wrapper .link.card {
	width: 40px;
	position: relative;
}
.lk-menu-wrapper .link.card .icon {
	display: block;
	margin-right: 9px;
}
.lk-menu-wrapper .cnt {
	font-weight: 600;
	font-size: 12px;
	line-height: 1;
	color: #FFFFFF;
	background: #F36F21;
	border-radius: 30px;
	height: 16px;
	min-width: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.v_ai-s {
	align-items: flex-start;
}

.select-input-wrapper.small {
	height: 40px;
}
.select-input-wrapper.small select {
	font-weight: 400;
}

/*loader*/
.is-loading {
	opacity: 0.8;
}
.is-loading .ui-spinner {
	opacity: 1;
}
body .ui-spinner {
	opacity: 0;
}
.page-content-spinner-block {
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	margin: -32px 0 0 -32px;
	width: 64px;
	height: 64px;
	pointer-events: none;
}
.spinner-block {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	pointer-events: none;
	z-index: 1000000;
}
.ui-spinner {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: url(../img/spinner.svg) no-repeat 0 0;
	background-size: contain;
	border-radius: 50%;
	opacity: 0;
	transition: opacity .2s;
	-webkit-animation: spinner 1.3s linear infinite;
	animation: spinner 1.3s linear infinite;
}
/*loader end*/


.g-with-tooltip {
	position: relative;
}
.g-with-tooltip .g-tooltip {
	position: absolute;
	top: -15px;
	left: -50%;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	background: white;
	padding: 10px;
	transition: opacity .3s ease-out, visibility .3s ease-out;
	box-shadow: 0px 0px 15px 0px #0000001A;
	filter: drop-shadow(0px 0px 15px 0px #0000001A);
	box-sizing: border-box;
	min-width: 150px;
	z-index: 99;
	text-align: center;
}
.g-with-tooltip:hover .g-tooltip {
	opacity: 1;
	visibility: visible;
}
.g-with-tooltip .g-tooltip:after {
	content: " ";
	position: absolute;
	bottom: -10px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
}
.g-with-tooltip .g-tooltip .img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	margin-right: 20px;
}
.g-with-tooltip .g-tooltip .name {
	font-size: 14px;
	font-weight: 400;
	display: block;
	text-decoration: none;
}
.g-with-tooltip .g-tooltip .position {
	font-size: 12px;
	color: #939393;
}
.g-with-tooltip .g-tooltip .val {
	font-size: 10px;
	color: black;
	text-decoration: none;
}
.g-with-tooltip .g-tooltip .g-small-title {
	font-size: 8px;
}



/*select*/
.g-custom-select-wrapper{
	width: 100%;
	/*position: relative;*/
	/*z-index: 3;*/
}

.g-custom-select,
.g-custom-select-block{
	width: 100%;
	/*position: relative;*/
	z-index: 2;
}
.g-custom-select .selected,
.g-custom-select-block .selected{
	/*background: white;*/
	/*border: 1px solid #E5E5E5;*/
	width: 100%;
	/*height: 40px;*/
	/*padding: 0 20px;*/
	cursor: pointer;
	font-weight: 600;
	color: #5C636C;
	font-size: 16px;
	/*color: #231F20;*/
}
.g-custom-select .selected:after,
.g-custom-select-block .selected:after {
	/*content: '';*/
	/*background: url("/local/templates/desktop/css/../svg/arrow-down.svg");*/
	/*width: 18px;*/
	/*height: 18px;*/
	/*display: block;*/
}
.g-custom-select .options,
.g-custom-select-block .options{
	width: 100%;
	/*box-shadow: 0px 0px 10px 0px #0000001A;*/
	border-top: 1px solid #e3e3e3;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	background: white;
}
.g-custom-select .option,
.g-custom-select-block .option {
	padding: 10px 12px;
	/*background: white;*/
	display: block;
	cursor: pointer;
	transition: .3s ease-out;
	width: 100%;
	color: #5C636C;
	font-size: 16px;
	/*color: #231F20;*/
}
.g-custom-select .option:hover,
.g-custom-select-block .option:hover,
.g-custom-select .option.active {
	/*color: #0D6D7B;*/
}
/*select*/




.tippy-box[data-theme~='white'] {
	background-color: white;
	color: #5C636C;
	box-shadow: 0px 0px 15px 0px #0000001A;
}
.tippy-box[data-theme~='white'][data-placement^='top'] > .tippy-arrow::before {
	border-top-color: white;
}
.tippy-box[data-theme~='white'][data-placement^='bottom'] > .tippy-arrow::before {
	border-bottom-color: white;
}
.tippy-box[data-theme~='white'][data-placement^='left'] > .tippy-arrow::before {
	border-left-color: white;
}
.tippy-box[data-theme~='white'][data-placement^='right'] > .tippy-arrow::before {
	border-right-color: white;
}




.back-btn {
	color: #F36F21;
	font-size: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.back-btn .icon {
	margin-right: 20px;
	display: block;
	flex-shrink: 0;
}

.date-input-wrapper .content {
	position: static;
}
.date-input-wrapper .label {
	margin-bottom: 20px;
}
.date-input-wrapper input {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	padding: 10px 10px 0px 10px;
}





/*booking anon new*/
.room-card-booking-anon {
	border: none;
	margin-bottom: 0;
}
.room-card-booking-anon .room-info {
	width: 70%;
}
.room-card-booking-anon .price-block {
	margin-left: auto;
}
.room-card-booking-anon .price-block .title {
	margin: 1em 0 .5em 0 ;
}
.room-card-booking-anon .price-block  .price-info {
	color: #C7C6C3;
	font-size: 14px;
}
.booking-anon-new .select-input-wrapper {
	position: relative;
}
@media (max-width: 1340px) {
	.room-card-booking-anon .room-info {
		width: 100%;
	}
}
@media (max-width: 1024px) {
	.room-card-booking-anon .img-wrapper {
		width: 100%;
		margin-bottom: 1em;
	}
	.room-card-booking-anon .content-wrapper {
		width: 100%;
	}
}
/*booking anon new*/

.alert{
	border: none;
	border-radius: 1px;
	font-size: 14px;
	padding: 10px;
	margin-bottom: 10px;
}
.alert-success {
	color: #3C763D;
	background-color: #F2F2F2;
	border-color: #F2F2F2;
}
.alert-warning {
	color: #8A6D3B;
	background-color: #FCF8E3;
	border-color: #FAEBCC;
}
.alert-danger {
	color: #A94442!important;
	background-color: #F2DEDE;
	border-color: #EBCCD1;
}
.alert p {
	margin: 0;
}
font.errortext {
	color: #A94442
}
.contragent-info {
	display: none!important;
}
.contragent-general {
	display: none;
}