.body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home {
	max-width: 980px;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home-map {
	overflow: hidden;
}

.f-center-image {
	display: none;
}

.main-product {
	margin-bottom: 60px;
}

/*
#tl-booking-form iframe:nth-child(2) {
	display: block !important;
	height: 500px !important;
	overflow: scroll;
}

#tl-booking-form iframe:nth-child(2)::-webkit-scrollbar {
	width: 2px;
	border-radius: 20px;
	background: green;
}

#tl-booking-form iframe:nth-child(2)::-webkit-scrollbar-thumb {
	background: #000;
}

#tl-booking-form iframe:nth-child(2)::-webkit-scrollbar-track {
	background: green;
}
*/
.content-dishes {}

.content-dishes__title {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

.content-dishes__block {
	margin-bottom: 20px;
}

.content-dishes__block:last-child {
	margin-bottom: 0;
}

.content-dishes__image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.content-dishes__image img {
	max-width: 100%;
	height: auto;
	display: block;
}

.content-dishes__name {
	text-align: center;
	font-style: italic;
}

.reviews-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px 20px;
	margin-bottom: 30px;
}

.reviews-list__image {
	margin-bottom: 10px;
}

.reviews-list__image a {
	display: block;
	-webkit-box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.5);
	padding: 2px;
	border: 2px solid #ccbdb2;
}

.reviews-list__image a img {
	display: block;
	width: 100%;
	height: auto;
}

.reviews-list__date {
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: 5px;
}

.reviews-list__name {
	font-size: 15px;
	text-align: center;
	font-style: italic;
}

.reviews-list__name a {
	text-decoration: none;
}

.reviews-list__name a:hover {
	text-decoration: underline;
}

.catalog-filter__toggler {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background: #cc0000;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cc0000), to(#ac0000));
	background: -webkit-linear-gradient(#cc0000, #ac0000);
	background: -moz-linear-gradient(#cc0000, #ac0000);
	background: -ms-linear-gradient(#cc0000, #ac0000);
	background: -o-linear-gradient(#cc0000, #ac0000);
	background: linear-gradient(#cc0000, #ac0000);
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	color: #fff;
	margin-top: -15px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 5px;
	display: none;
}

.catalog-filter__toggler:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	flex-shrink: 0;
	margin-left: 10px;
}

.catalog-filter__toggler.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.catalog-filter__toggler i {
	width: 25px;
	flex-shrink: 0;
}

.catalog-filter__toggler svg {
	display: block;
	width: 100%;
	height: auto;
}

.catalog-filter__toggler path {}

.catalog-filter__toggler span {
	margin-left: 10px;
}

.cus-check {
	flex-shrink: 0;
}

.news-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.news-list .news-line {
	display: none !important;
}

.news-list .news-item {
	width: auto !important;
	margin: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	padding-bottom: 20px !important;
	border-bottom: 1px dashed #131212 !important;
}

.news-image .center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 100%;
}

.news-image .image img {
	max-width: 100%;
	max-height: 100%;
}

.h-font {
	margin-top: 15px;
	margin-bottom: 20px;
}

.h-font-2 {
	margin-bottom: 20px;
}

.page-404 {
	padding: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-404 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.page-404__title {
	font-size: 40px;
}

.page-404__text {
	font-size: 18px;
	line-height: 1.4;
}

.window-body .h-font {
	color: #fff;
}

@media (max-width: 1024px) {
	.body {
		max-width: 100%;
		padding: 0 20px;
	}

	#tl-search-form {
		height: auto;
	}

	.content {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}

	.h-font {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: -20px;
		overflow: hidden;
	}

	.h-font-2 {
		overflow: hidden;
	}

	.main {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.main * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.main img {
		max-width: 100%;
		display: block;
	}
	.content-reviews{
		.braided-img-container{
			img {
				width: 100%;
				max-width: 100%;
				display: block;
			}
		}
	}

	.main .content-main {
		width: 100%;
		order: 1;
		margin-bottom: 40px;
	}

	.main .content-main-news {
		width: 100%;
		margin-bottom: 40px;
	}

	.main .content-left {
		order: 2;
		width: 50%;
		margin-right: auto;
		position: relative;
		padding: 20px;
	}

	.main .content-left > div {
		margin-left: 0 !important;
	}

	.main .content-right {
		order: 3;
		width: calc(50% - 20px);
		border: 1px dotted #5e2d35;
		padding: 20px;
	}

	.main .link-video {
		position: relative;
		margin: 20px auto 10px;
		top: auto;
	}

	.main .content-number-fond .content-left {
		width: 100%;
		border: 0;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		position: relative;
		margin-top: -20px;
	}

	.main .content-number-fond .content-right {
		width: 100%;
		border: 0;
		padding: 0;
		margin-top: 20px;
	}

	.main .content-booking .content-left {
		display: none;
	}

	.main .content-booking .content-right {
		width: 100%;
		border: 0;
		padding: 0;
		margin-top: 20px;
	}

	.main .content-reviews {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: nowrap;
	}

	.main .content-reviews .content-left {
		width: 25%;
		flex-shrink: 0;
		order: -1;
		margin-right: 20px;
	}

	.main .content-reviews .content-main-fluid {
		flex-grow: 1;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.main .content-reviews .brd-img-float-left {
		margin: 0;
		flex-shrink: 0;
		width: 300px;
		margin-right: 20px;
		align-self: flex-start;
	}

	.main .content-reviews .western {
		text-align: left !important;
	}

	.home {
		margin-bottom: 30px;
		height: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: none !important;
	}

	.home * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.home-map {
		display: none !important;
	}

	.list-floors {
		display: none !important;
	}

	.list-floors-info {
		margin-top: 30px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 20px;
	}

	.list-floors-info > * {
		display: block !important;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: auto !important;
		padding-left: 0 !important;
	}

	.list-floors-info .floor-S {
		order: 5;
	}

	.home .list-floors-info .floors .floot-info img {
		width: 100%;
		height: auto;
	}

	.home .list-floors-info .floors .floot-info {
		width: auto;
		height: 100%;
	}

	.home .links {
		position: relative;
		top: auto;
		margin-top: 20px;
		width: 100%;
		margin: 20px auto 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		gap: 30px;
	}

	.home .links-images {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		gap: 10px;
	}

	.home .links .moneys {
		margin: 0;
	}

	.content-main iframe {
		width: 100% !important;
	}

	#scroll-top {
		bottom: 50px;
	}

	.main .content-main-large {
		width: 100%;
		margin-right: 0;
	}

	.catalog-list {
		width: 100%;
	}

	.catalog-list .catalog-objects {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.catalog-list .catalog-objects .object {
		width: auto;
		margin: 0;
	}

	.catalog-list .catalog-objects .object .foto img {
		width: 100%;
	}

	.main-product .price {
		text-align: center;
	}

	.main-product .price + p {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}

	.review-scroll {
		width: 100%;
		height: auto;
	}

	.map {
		width: 100%;
	}

	.map iframe {
		width: 100% !important;
	}

	.link-floors {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		width: 100%;
		margin-bottom: 30px;
	}

	.link-floors p {
		width: 100%;
		text-align: center;
		font-size: 18px;
	}

	.link-floors a,
	.link-floors span {
		margin: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}

	.page-404 {
		padding: 40px 20px;
	}

	.awards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.body {
		padding-top: 60px;
		font-size: 14px;
	}

	body.shadow-overlay {
		overflow: hidden;
	}

	.list-floors-info {
		display: block;
	}

	.list-floors-info .floor-S {
		display: none !important;
	}

	.list-floors-info > * {
		margin-bottom: 30px !important;
	}

	.list-floors-info > *:last-child {
		margin-bottom: 0 !important;
	}

	.main .content-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.main .content-right {
		width: 100%;
	}

	.h-font {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	.main .content-number-fond .content-left {
		margin-top: -10px;
	}

	.main .content-number-fond .content-right {
		width: 100%;
		border: 0;
		padding: 0;
		margin-top: 0;
	}

	.main .content-reviews {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.main .content-reviews .content-main-fluid {
		width: 100%;
		order: -10;
		flex-direction: column-reverse;
		display: flex;
		/*display: block;*/
	}

	.main .content-reviews .brd-img-float-left {
		width: 100%;
		margin-bottom: 30px;
	}

	.main .content-reviews .content-left {
		width: 100%;
		margin-right: 0;
	}

	.home .links {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	



	.catalog-list .catalog-objects {
		display: block;
	}

	.catalog-list .catalog-objects:last-child {
		margin-bottom: 0;
	}

	.catalog-list .catalog-objects .object {
		width: 100%;
		margin: 0 0 30px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		gap: 10px;
		border-bottom: 1px dotted #5e2d35;
		padding-bottom: 30px;
	}

	.catalog-list .catalog-objects .object:last-child {
		padding-bottom: 0;
		border-bottom: 0;
	}

	.catalog-list .catalog-objects .object h3 {
		font-size: 18px;
	}

	.catalog-filter #list-type,
	.catalog-filter #list-section {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}

	.catalog-filter #list-type li {
		padding: 0;
	}
	
	

	.reviews-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.reviews-list__name {
		font-size: 16px;
	}

	.catalog-filter__toggler {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: -15px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}

	.catalog-filter__toggler.active {
		margin-bottom: 15px;
	}

	.catalog-filter__block {
		display: none;
	}

	.news-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.link-floors {
		gap: 15px;
	}

	.link-floors p {
		font-size: 16px;
	}

	.link-floors a,
	.link-floors span {
		width: 36px;
		height: 36px;
		font-size: 18px;
	}

	.page-404__title {
		font-size: 30px;
	}

	.page-404__text {
		font-size: 14px;
	}

	

	.window .window-close {
		margin-right: 20px;
	}

	.window-body,
	.window-body * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.window-body .h-font span:before,
	.window-body .h-font span:after {
		display: none !important;
	}

	.window-body #video > img {
		width: 100% !important;
		height: auto !important;
	}

	.awards {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.center-context-mobile {
		text-align: center;
	}

	.rooms-margin {
		margin-bottom: 10px !important;
	}
}

.x-tl-booking-widget {
	background: #795548 !important;
}

.x-tl-booking-widget_hover {
	display: none;
}

.x-tl-booking-widget-container.x-tl-booking-widget-container_pulled-right {
	top: 40% !important;
}

@media (max-width: 767px) {
	#scroll-top {
		background: url("/local/templates/alexresidence/img/arrow-top.svg") no-repeat scroll top center;
		background-color: #f4f0ed !important;
		opacity: 1;
		border: 3px solid #ffffff;
		border-radius: 80px;
		background-size: 30px;
        background-position: center;
		padding-top: 0;
		width: 50px;
		height: 50px;
		right: 5px;
		bottom: 60px;
	}
	#scroll-top::after {
		content: none;
	}

	.online-chat-root.online-chat-root-Verbox .trigger-background {
		background: #795548 !important;
	}
}