:root {
	--color-white: #FFFFFF;
	--color-black: #000000;
	--color-text: #F6F6F8;
	--color-gold: #B09567;
	--color-gold2: #D1B382;
	--color-gray: #5A5A5A;
}
* {
	margin: 0;
	padding: 0;
	font-feature-settings: "lnum";
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-tap-highlight-color: transparent;
	border-radius: 0;
}
html {
    font-size: 0.6944444444444444vw;
}
body {
	font-family: T2 Rooftop;
	background: linear-gradient(270.45deg, #323232 -1.1%, #555555 41.04%, #2C2C2C 104.55%);
    padding-top: 11.2rem;
    background-size: 100% 11.2rem;
	background-repeat: no-repeat;
}
body.home:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-black);
	//background: linear-gradient(270.45deg, #323232 -1.1%, #555555 41.04%, #2C2C2C 104.55%);
}
body.home {
	background: unset;
    padding-top: unset;
}
body.modal-open {
	/*position: fixed;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
}
:focus-visible {
	outline: none;
}
img,
video {
	pointer-events: none;
	-webkit-appearance: none;
}
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobile {
	display: none !important;
}
.hidden {
	opacity: 0;
}
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: T2 Halvar Breit;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.2rem;
	text-transform: uppercase;
	padding: 2.35rem 2.3rem;
	border-radius: 1rem;
	box-sizing: border-box;
	text-align: center;
}
.btn.btn-white {
	color: var(--color-black);
	background-color: var(--color-white);
}
.btn.btn-gray {
	color: var(--color-white);
	background-color: var(--color-gray);
}
.btn.btn-gold {
    color: var(--color-white);
	background: linear-gradient(91.59deg, #7C623B -3.62%, #9F8458 14.76%, #C1A675 43.78%, #A78C5F 86.34%, #90744B 106.24%);
}
.slick-dots {
	display: flex;
    justify-content: center;
    gap: 1.8rem;
}
.slick-dots li {
	display: flex;
	width: 0.6rem;
    height: 0.6rem;
}
.slick-dots button {
	font-size: 0;
    width: 100%;
    height: 100%;
    background-color: #CFB28B;
    border-radius: 1.425rem;
    border: none;
}
.slick-dots li.slick-active {
	width: 1.8rem;
}

.row {
	display: flex;
}
.section-top {
	overflow: hidden;
	display: none;
}
.home .section-top {
	display: block;
	position: relative;
	height: 76rem;
	background: linear-gradient(279.41deg, #323232 12.32%, #555555 47.62%, #2C2C2C 100.83%);
}
.section-top-bg {
	display: none;
}
.home .section-top-bg {
	position: absolute;
	bottom: 0;
	left: -1.4rem;
	width: 82.2rem;
	height: 66.1rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
}
.header {
    position: absolute;
	top: 0;
	display: flex;
    justify-content: space-between;
	align-items: center;
    width: 100%;
	height: 8rem;
	padding: 0 6rem 0 2.85rem;
	box-sizing: border-box;
	z-index: 2;
}
.logo {
	width: 17.8rem;
	height: 3.2rem;
}
.main-menu {
	display: flex;
    gap: 1.5rem;
}
.main-menu li {
	padding-right: 1.7rem;
}
.main-menu li:last-child {
	padding-right: 0
}
.main-menu li a {
	position: relative;
	font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.2rem;
	color: var(--color-gold);
}
.main-menu li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -1.7rem;
	transform: translateY(-50%);
	display: block;
	width: 0.2rem;
	height: 0.2rem;
	background-image: url('../../images/menu-dot.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-menu li:last-child a:after {
	display: none;
}
.main-menu li.current-menu-item a {
	color: var(--color-white);
}

.info {
	position: absolute;
	top: 18.1rem;
	right: 0;
	width: 66.5rem;
}
.info h1 {
    display: flex;
    flex-direction: column;
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 5.4rem;
    line-height: 90%;
    color: var(--color-white);
    margin-bottom: 2.2rem;
    text-transform: uppercase;
}
.info h1 span {
	background: linear-gradient(91.59deg, #7C623B -3.62%, #9F8458 14.76%, #C1A675 43.78%, #A78C5F 86.34%, #90744B 106.24%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.info .info-text {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
	font-size: 1.3rem;
    line-height: 1.8rem;
    color: var(--color-text);
    padding-right: 14.7rem;
    margin-bottom: 1.5rem;
}
.info .t2-selection-link {
	display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 100%;
    letter-spacing: 0.024rem;
    color: var(--color-gold);
    margin-bottom: 2.4rem;
}
.info .info-buttons {
	display: flex;
    gap: 0.8rem;
}

main {
    position: relative;
	background-color: var(--color-white);
    border-radius: 3rem 3rem 0 0;
	margin-top: -3.2rem;
	overflow: hidden;
    z-index: 1;
}
.home main {
	border-radius: 0;
	margin-top: 0;
}

.routes-choice {
	min-width: 57.7rem;
	max-width: 57.7rem;
	height: 76rem;
	background-image: url('../../images/routes-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.routes-choice h2 {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 3.6rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--color-gold2);
	margin: 3.9rem 0 8.2rem;
}
.offers-slider-wrapper {
	position: relative;
}
.offers-slider {
	width: 45.4rem;
    margin: 0 auto;
	overflow: hidden;
	opacity: 0;
}
.offers-slider.slick-initialized {
	opacity: 1;
}
.offers-slider .slick-list {
	padding-top: 3rem !important;
}
.offers-slide {
	position: relative;
	display: inline-flex;
	width: 38.8rem;
	height: 42.6rem;
	-webkit-transform: scale(0.92);
    transform: scale(0.82);
	margin: 0 -16rem;
	z-index: 1;
	border-radius: 1.6rem;
	overflow: hidden;
	cursor: default;
}
.offers-slide .offers-slide-image {
	display: inline-flex;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 1.6rem;
	overflow: hidden;
	/*-webkit-mask-image: radial-gradient(ellipse 3.8rem 3.8rem at 50% top, #0000 3.8rem, #000 0);
	mask-image: radial-gradient(ellipse 3.8rem 3.8rem at 50% top, #0000 3.8rem, #000 0);*/
}
.offers-slide.slide-hide {
	display: none !important;
}
.offers-slide:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 22rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 1.6rem;
	z-index: 0;
}
.offers-slide.slick-current {
	-webkit-transform: scale(1);
    transform: scale(1);
	z-index: 2;
	overflow: visible;
	cursor: pointer;
}
.offers-slide.slick-current .offers-slide:after {
	border-radius: 2rem;
}
.offers-slide.slick-current .offers-slide-image {
	border-radius: 2rem;
}
.offers-slide span {
	position: absolute;
    top: -3rem;
    left: calc(50% - 3rem);
    background: linear-gradient(60.46deg, #795F38 6.33%, #BFA373 90.66%);
    color: #fff;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    font-family: T2 Halvar Stencil Breit;
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.offers-slide-info {
	position: absolute;
    bottom: 2.9rem;
    width: 28.1rem;
    left: 5.35rem;
	z-index: 1;
}
.offers-slide-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 100%;
    text-align: center;
    color: var(--color-white);
	margin-bottom: 2rem;
}
.offers-slide-text {
	font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.8rem;
    text-align: center;
    color: var(--color-text);
}
.offers-slider-arrow-prev {
	position: absolute;
    left: 3.9rem;
    top: 50%;
}
.offers-slider-arrow-next {
	position: absolute;
    right: 3.9rem;
    top: 50%;
}
.offers-slider-dots .slick-dots {
    margin-top: 4.9rem;
}




.restaurants {
	position: relative;
	width: 100%;
}
.map {
	height: 100%;
	background-color: var(--color-white) !important;
}
.leaflet-tile-pane {
	filter: grayscale(1);
}
.leaflet-container a.leaflet-popup-close-button {
	display: none;
}
.leaflet-popup-content-wrapper {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 0px 0px 10px #000 !important;
}
.leaflet-popup-content-wrapper .dg-popup__container {
	text-transform: uppercase;
}
.leaflet-map-pane .leaflet-popup-tip-container_svg {
    fill: #fff !important;
}
.leaflet-pane.leaflet-popup-pane .dg-popup__container {
	white-space: nowrap;
}
.dg-attribution.leaflet-control .dg-attribution__copyright {
	display: none !important;
}
.page-template-page-routes .leaflet-marker-pane img {
	border-radius: 50%;
    border: 0.42rem solid var(--color-white);
    box-sizing: border-box;
}
.page-template-page-routes .leaflet-marker-pane img.scale {
	width: 100px !important;
    height: 100px !important;
	margin-left: -50px !important;
	margin-top: -50px !important;
	z-index: 10000 !important;
}

.leaflet-control-container .leaflet-top.leaflet-left {
	top: unset;
	bottom: 10px;
}
body.home .leaflet-control-container .leaflet-top.leaflet-left {
	top: 10px;
	bottom: unset;
	left: unset;
	right: 10px;
}
body.page-template-page-offers .leaflet-control-container .leaflet-top.leaflet-left {
	top: 10px;
	bottom: unset;
}
.map-header {
	position: absolute;
	top: 2rem;
	left: 2rem;
	padding: 2.5rem 2.95rem;
	background-color: var(--color-white);
	border-radius: 2rem;
	box-shadow: 4rem 0 8.4rem 0 #00000040;
	box-sizing: border-box;
	z-index: 1;
}
.map-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 3.2rem;
    color: var(--color-black);
	margin-bottom: 1.5rem;
}
.map-subtitle {
	font-weight: 500;
    font-size: 1.8rem;
    line-height: 100%;
    color: var(--color-gray);
}
.map-title p,
.map-subtitle p {
	white-space: nowrap;
}

.restaurants-slider {
	position: absolute;
    bottom: 1.398rem;
	left: 0;
    width: 100%;
    overflow: hidden;
	opacity: 0;
}
.restaurants-slider.slick-initialized {
	opacity: 1;
}
.restaurants-slide {
	position: relative;
    display: flex;
    width: 29.5rem;
    height: 17rem;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.85rem;
    overflow: hidden;
}
.restaurants-slide h2 {
    position: absolute;
    bottom: 1.532rem;
    left: 1.785rem;
	/*font-family: Raleway;*/
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 100%;
    color: var(--color-white);
}
.restaurants-slider .slick-slide {
    position: relative;
    margin-left: 1.7rem;
}
.restaurants-slider.slick-initialized .slick-slide {
    display: block;
}
.restaurants-slider .slick-list {
	padding-left: 1.7rem;
    margin-right: -7.2rem;
}
.restaurant-card .label {
	display: block;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 13px;
    vertical-align: middle;
    text-transform: uppercase;
    background: #CFB28B;
    border-radius: 5px;
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 99;
    color: #202327;
}


.section-other-offers {
	background-color: var(--color-black);
	padding: 4rem 2rem 1.9rem;
}
.other-offers-wrapper {
	display: flex;
    flex-direction: column;
    gap: 1.8rem;
}
.other-offers {
	display: flex;
	gap: 1.8rem;
}
.other-offers a,
.other-offers-link {
	width: 100%;
	border-radius: 2rem;
	overflow: hidden;
}
.other-offers a {
	height: 24.8rem;
}

.view-choise {
	position: absolute;
    top: 1.2rem;
    right: 1.2rem;
	display: flex;
    align-items: center;
    gap: 1.2rem;
    background-color: #ECECEC;
    padding: 1.6rem 2rem 1.6rem;
	box-sizing: border-box;
    border-radius: 2.7rem;
	z-index: 10;
}
.view-choise svg {
	opacity: 0.2;
}
.view-choise .active svg {
	opacity: 1;
}
.view-choise .view-choise-tile.active svg rect {
	stroke: #B09567;
}
.view-choise .view-choise-map.active svg path {
	fill: #B09567;
}



.restaurants-tile {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7.2rem;
}
.restaurants-tile h1 {
	font-weight: 400;
    font-size: 4.2rem;
    line-height: 109%;
    letter-spacing: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3.8rem;
}
.restaurants-tile-list {
	display: flex;
	flex-wrap: wrap;
    gap: 1.7rem;
	width: 123.1rem;
}
.restaurants-tile-item {
	position: relative;
    display: flex;
    width: 29.5rem;
    height: 34rem;
    border-radius: 0.85rem;
	overflow: hidden;
}
.restaurant-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #363636;
	opacity: 0.3;
	z-index: 1;
}
.restaurant-card:after {
	content: "";
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8.923rem;
    background: linear-gradient(0deg, #363636 0%, rgba(54, 54, 54, 0) 100%);
	z-index: 2;
}
.restaurants-tile-item:nth-child(1),
.restaurants-tile-item:nth-child(3) {
    height: 17rem;
}
.restaurants-tile-item:nth-child(2n + 5) {
	top: -17rem;
}
.restaurants-tile-item .restaurants-tile-item-image {
	width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: center;
    background-size: cover;
	transition: 0.4s transform ease;
}
.restaurants-tile-item:hover .restaurants-tile-item-image {
	transform: scale(1.1);
}
.restaurants-tile-item h2 {
	position: absolute;
    left: 1.785rem;
	right: 1.785rem;
    bottom: 1.534rem;
	/*font-family: Raleway;*/
    font-weight: 600;
    font-size: 2.04rem;
    line-height: 100%;
    color: #fff;
}
.restaurant-card h2 {
	z-index: 5;
}


.restaurants-map {
    height: calc( 100vh - 8rem );
    min-height: 62.4rem;
    background-color: #ccc;
	display: none;
}
.restaurants-map #map {
	position: relative;
	width: 100%;
	height: 100%;
}


.map-type .restaurants-map {
	display: flex;
}
.map-type .restaurants-tile {
	display: none;
}
.map-type .restaurants-header {
	position: absolute;
}
.map-type .restaurants-header h1 {
	opacity: 0;
}



.modal-wrapper {
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-height: 100vh;
    overflow-y: auto;
	z-index: 101;
	display: none;
}
.modal-wrapper::-webkit-scrollbar {
	width: 0;
}
.modal {
    width: 78rem;
    border-radius: 3rem;
    background-color: var(--color-white);
    padding: 3.8rem;
    box-sizing: border-box;
}
.modal-close {
	position: absolute;
    right: 3.8rem;
    top: 3.8rem;
}
.modal-content {
	display: flex;
    flex-direction: column;
    gap: 3rem;
}
.modal-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 54px;
    line-height: 90%;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: var(--color-black);
}
.modal-tiles {
	display: flex;
    gap: 0.9rem;
	height: 19.2rem;
}
.modal-tile {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-color: #5A5A5A1A;
    border-radius: 2rem;
    padding: 2.2rem;
    box-sizing: border-box;
    width: 100%;
}
.modal-tile-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 90%;
    text-transform: uppercase;
    color: var(--color-black);
}
.modal-tile-text {
	font-weight: 500;
    font-size: 1.4rem;
    line-height: 120%;
    color: var(--color-black);
}
.modal-link {
	font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.2rem;
	border-radius: 2rem;
	height: 9rem;
}

.modal-over {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    opacity: 0.7;
    z-index: 100;
	display: none;
}
body.modal-open .modal-wrapper,
body.modal-open .modal-wrapper + .modal-over {
	display: block;
}

.section-routes {
	position: relative;
}
.map-routes {
	min-height: calc(100vh - 8rem);
}
.routes-choice-bar {
	position: absolute;
	top: 4rem;
	left: 3rem;
	display: flex;
    flex-direction: column;
    gap: 0.8rem;
	padding: 1.3rem 0.9rem;
	border-radius: 2.7rem;
	background-color: var(--color-white);
	box-shadow: 0px 0px 8.5px 0px #38383840;
}
.routes-choice-bar a {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 3.4rem;
	height: 3.4rem;
	font-family: T2 Halvar Stencil Breit;
	font-weight: 800;
	font-size: 2.04rem;
	line-height: 100%;
	background-color: #5a5a5a33;
	color: var(--color-white);
	border-radius: 50%;
}
.routes-choice-bar a.active {
	background: linear-gradient(60.46deg, #795F38 6.33%, #BFA373 90.66%);
}

.routes-list {
	position: absolute;
    top: 2rem;
    right: 2rem;
    width: 55.7rem;
    height: calc(100% - 4rem);
    border-radius: 2rem;
    overflow-y: auto;
}
.routes-list::-webkit-scrollbar {
	width: 0;
}

.routes-list .route {
	display: none;
}
.routes-list .route.active {
	display: block;
}


.route-items {
	display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.route-item {
	background-color: var(--color-white);
    border-radius: 2rem;
    padding: 2rem 2rem 3.2rem;
	box-sizing: border-box;
	overflow: hidden;
}
.route-item-titul {
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 12.8rem 8.6rem 3.2rem;
}
.route-item-titul:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 31.2rem;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.route-item-titul .route-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 9rem;
    height: 9rem;
    font-family: T2 Halvar Stencil Breit;
    font-weight: 800;
    font-size: 5.4rem;
    line-height: 100%;
    background: linear-gradient(60.46deg, #795F38 6.33%, #BFA373 90.66%);
    border-radius: 50%;
    color: var(--color-white);
    margin-bottom: 2.8rem;
	z-index: 1;
}
.route-item-info {
	padding: 3.8rem 2rem 0;
	z-index: 1;
}
.route-item-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 100%;
    margin-bottom: 2.5rem;
}
.route-item-titul .route-item-title {
    font-size: 4.2rem;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 3.1rem;
}
.route-item-text {
	font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.1rem;
    color: var(--color-gray);
    margin-bottom: 2.1rem;
}
.route-item-titul .route-item-text {
    text-align: center;
    color: var(--color-white);
    margin-bottom: 0;
}
.route-item-link {
	display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 100%;
    color: #CFB28B;
    letter-spacing: 0.024rem;
}

.route-item-slider-wrapper {
	position: relative;
}
.route-item-slider {
	height: 29.5rem;
    border-radius: 1rem;
	overflow: hidden;
}
.route-item-slider .slick-list,
.route-item-slider .slick-track {
	height: 100%;
}
.route-item-slider-prev,
.route-item-slider-next {
	position: absolute;
    top: 14.75rem;
    transform: translateY(-50%);
}
.route-item-slider-prev {
	left: 2rem;
}
.route-item-slider-next {
	right: 2rem;
}
.route-item-slider-prev.slick-disabled,
.route-item-slider-next.slick-disabled {
	/*display: none !important;*/
	opacity: 0.5;
    cursor: default;
}

.route-item-slider-dots {
	margin-bottom: 0.3rem;
}
.route-item-slider-dots .slick-dots {
	display: flex;
    justify-content: center;
    margin-top: 2.4rem;
    gap: 1.2rem;
}
.route-item-slider-dots .slick-dots button {
	font-size: 0;
    width: 0.4rem;
    height: 0.4rem;
    background-color: #CFB28B;
    border: none;
    border-radius: 1.425rem;
}
.route-item-slider-dots .slick-dots .slick-active button {
	width: 1.2rem;
}



/*** Бар ***/

.restaurant-gallery {
	position: relative;
	width: 119.4rem;
	max-width: 100%;
	padding: 8rem 0 7.6rem;
	margin: 0 auto 0;
}
.restaurant-gallery-slider {
	display: flex;
	gap: 1rem;
}
.restaurant-gallery-item {
	width: calc((100% - 19.6rem) / 3);
	overflow: hidden;
	/*cursor: zoom-in;*/
    height: 44.8rem;
	border-radius: 1rem;
}
.restaurant-gallery-slider-1 .restaurant-gallery-item {
	width: 100%;
}
.restaurant-gallery-slider-2 .restaurant-gallery-item {
	width: calc((100% - 1rem) / 2);
}
.restaurant-gallery-slider-3 .restaurant-gallery-item,
.restaurant-gallery-slider-4 .restaurant-gallery-item {
	width: calc((100% - 2rem) / 3);
}
.restaurant-gallery-item.restaurant-gallery-item-extra {
	display: none;
}
.restaurant-gallery-items-group {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 16.6rem;
	height: 44.8rem;
}
.restaurant-gallery-slider-3 .restaurant-gallery-items-group,
.restaurant-gallery-slider-4 .restaurant-gallery-items-group {
	width: calc((100% - 2rem) / 3);
}
.restaurant-gallery-items-group .restaurant-gallery-item {
	width: 100%;
}
.restaurant-gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s transform ease;
}
.restaurant-gallery-item:hover img {
	transform: scale(1.1);
}

.restaurant-back-arrow {
	position: absolute;
    left: 0;
    bottom: -44px;
}

.restaurant-data {
	width: 70rem;
	max-width: 100%;
    margin: 0 auto 4.8rem;
}
.restaurant-data-border-bottom {
	border-bottom: 1px solid #5A5A5A;
}
.restaurant-title {
	font-family: T2 Rooftop;
    font-weight: 400;
    font-size: 4.2rem;
    line-height: 110%;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-gold);
	text-align: center;
    margin-bottom: 4rem;
}
.restaurant-description {
	font-family: T2 Rooftop;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: var(--color-gray);
	margin-bottom: 4.8rem;
}
.restaurant-description p {
	margin-bottom: 2rem;
}
.restaurant-description p:last-child {
	margin-bottom: 0;
}



.restaurant-negroni-variations {
	display: flex;
    border: 0.1rem solid #EAE8DC;
    border-radius: 1.5rem;
    flex-direction: column;
    align-items: center;
    padding: 3.6rem 4rem 4.6rem;
	margin-bottom: 6rem;
}
.restaurant-negroni-variations-title {
	font-family: 'Angst';
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: #081627;
    text-align: center;
    margin-bottom: 4.9rem;
}
.restaurant-negroni-variations-title span {
	font-family: Snell Roundhand;
    font-size: 3rem;
    line-height: 2.8rem;
    color: #CD122D;
}
.restaurant-negroni-variations-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4.9rem;
    width: 100%;
}
.restaurant-negroni-variations-list.restaurant-negroni-variations-list-one {
	justify-content: center;
}
.restaurant-negroni-variation {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 24.9rem;
}
.restaurant-negroni-variation-image {
	width: 21rem;
	height: 15.5rem;
	margin-bottom: 3rem;
	border-radius: 1rem;
    overflow: hidden;
}
.restaurant-negroni-variation-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.restaurant-negroni-variation-name {
	font-size: 2rem;
    font-weight: 600;
    line-height: 2.348rem;
	margin-bottom: 1.4rem;
	text-align: center;
}
.restaurant-negroni-variation-text {
	font-size: 1.4rem;
	line-height: 1.644rem;
}
.restaurant-negroni_variation-ingredients {
	display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 21.4rem;
}
.restaurant-negroni-variation-ingredient {
	display: flex;
    justify-content: space-between;
	gap: 1rem;
	font-size: 1.4rem;
    line-height: 1.644rem;
	border-bottom: 0.1rem dotted #777;
}
.restaurant-negroni-variation-ingredient.quantity-none {
	border-bottom: none;
}
.restaurant-negroni-variation-ingredient span {
	/*text-wrap: nowrap;*/
}
.restaurant-negroni-variation-ingredient-dotted {
	position: relative;
    width: 100%;
    overflow: hidden;
	display: none;
}
.restaurant-negroni-variation-ingredient-dotted:after {
	content: "........................................................................................";
	position: absolute;
	width: 100%;
}
.restaurant-negroni-variation-ingredient-quantity {
	display: flex;
    align-items: flex-end;
	font-size: 1.4rem;
    line-height: 1.644rem;
    color: #928D7C;
	/*text-wrap: nowrap;*/
	text-align: right;
}


.restaurant-guests {
	margin-bottom: 5.4rem;
}

.restaurant-guests .schedule-guest-list {
	width: 100%;
}
.restaurant-guests .schedule-guest-item {
    width: calc((100% - 4.2rem) / 2);
}


.restaurant-guests-title {
	font-family: 'Angst';
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: #081627;
    text-align: center;
    margin-bottom: 5.4rem;
}
.restaurant-guests-title span {
	font-family: Snell Roundhand;
    font-size: 3rem;
    line-height: 2.8rem;
    color: #CD122D;
}

.restaurant-guests-button {
	display: table;
    width: 31.5rem;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.2rem;
    letter-spacing: 0.1em;
    background-color: #FF0037;
    color: #D0CAAE;
    margin: 0 auto 10.2rem;
    padding: 2.4rem 0;
    border-radius: 4rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


.restaurant-bartender {
	padding-bottom: 5.8rem;
    margin-bottom: 7.8rem;
    border-bottom: 0.1rem solid #928D7C;
}
.restaurant-bartender-title {
	font-family: 'Angst';
    font-size: 2.6rem;
    line-height: 2.8rem;
    color: #081627;
    text-align: center;
    margin-bottom: 4.5rem;
}
.restaurant-bartender-title span {
	font-family: Snell Roundhand;
    font-size: 3rem;
    line-height: 2.8rem;
    color: #CD122D;
}

.restaurant-bartender-wrapper {
	display: flex;
    gap: 4.9rem;
}
.restaurant-bartender-image {
	width: 22.8rem;
    height: 22.8rem;
    border-radius: 50%;
    overflow: hidden;
}
.restaurant-bartender-image img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.restaurant-bartender-info {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    width: calc(100% - 28.7rem);
	margin-top: 0.4rem;
}
.restaurant-bartender-name {
	font-size: 2rem;
    font-weight: 600;
    line-height: 2.348rem;
}
.restaurant-bartender-description {
	font-size: 1.5rem;
    line-height: 1.95rem;
}

.restaurant-info {
	display: flex;
    flex-direction: column;
    gap: 1.4rem;
	margin-bottom: 5.4rem;
}
.restaurant-info-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 2.1rem;
    line-height: 100%;
    color: var(--color-gold);
    margin-bottom: 4.8rem;
}
.restaurant-info > div {
	position: relative;
    font-size: 1.6rem;
    line-height: 2.2rem;
    display: flex;
	color: var(--color-gray);
    align-items: center;
    padding-left: 3.5rem;
}
.restaurant-info > div a {
	font-size: 1.6rem;
    line-height: 2.2rem;
	color: var(--color-gray);
	text-decoration: underline;
}
.restaurant-info div.restaurant-info-phone a {
	text-decoration: none;
}
.restaurant-info > div svg {
	position: absolute;
    left: 0;
}
/*
.restaurant-info .restaurant-info-address svg {
    width: 1.097rem;
    height: 1.517rem;
}
.restaurant-info .restaurant-info-site svg {
    width: 1.2rem;
    height: 1.2rem;
}
.restaurant-info .restaurant-info-phone svg {
    width: 1.4rem;
    height: 1.4rem;
}
.restaurant-info .restaurant-info-worktime svg {
    width: 1.2rem;
    height: 1.2rem;
}
*/

.restaurant-map {
	height: 24.9rem;
	margin-bottom: 4.8rem;
	border-radius: 2rem;
}
.restaurant-map #map {
	height: 100%;
}


.restaurant-restaurants-other {
	position: relative;
	padding-bottom: 10.7rem;
}
.restaurant-restaurants-other-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 100%;
    color: var(--color-gold);
    /*text-align: center;*/
	margin-bottom: 2.9rem;
}
.restaurant-restaurants-other-slider {
	display: flex;
	justify-content: center;
    gap: 4rem;
	width: 100%;
	margin-bottom: 4.8rem;
	overflow: hidden;
}
.restaurant-restaurants-other-slider .slick-list {
	min-width: 100%;
}
.restaurant-restaurants-other-slider-group {
	display: flex !important;
    flex-direction: column;
    gap: 4rem;
    width: 33rem;
	height: 45rem;
}
.restaurant-restaurants-other-slider-item {
	position: relative;
	display: flex;
	width: 100%;
    height: 20.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
	overflow: hidden;
}
.restaurant-restaurants-other-slider-item h2 {
	position: absolute;
	bottom: 1.8rem;
	left: 2.1rem;
	font-family: T2 Rooftop;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 2.3rem;
	color: var(--color-white);
}
.restaurant-restaurants-other-slider .slick-list {
	margin: 0 -2rem;
}
.restaurant-restaurants-other-slider .slick-slide {
	padding: 0 2rem;
}

.restaurant-restaurants-other-slider-prev {
	position: absolute;
    left: -4rem;
    top: 27.5rem;
}
.restaurant-restaurants-other-slider-next {
	position: absolute;
    right: -4rem;
    top: 27.5rem;
}

.restaurant-restaurants-other-slider-dots .slick-dots {
	list-style: none;
    display: flex;
    gap: 1.2rem;
    justify-content: center;
}
.restaurant-restaurants-other-slider-dots .slick-dots li button {
	font-size: 0;
    border: none;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 1.9rem;
}
.restaurant-restaurants-other-slider-dots .slick-dots li.slick-active button {
	width: 1.2rem;
}


.restaurant-modal-over {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 1000;
}
.restaurant-modal-wrapper {
	display: none;
}
.restaurant-modal {
	position: fixed;
    top: 10vh;
    left: 10%;
    width: 80%;
    height: 80vh;
    /*background-color: #D0CAAE;*/
	background: linear-gradient(270.45deg, #323232 -1.1%, #555555 41.04%, #2C2C2C 104.55%);
    padding: 4rem;
    box-sizing: border-box;
    border-radius: 1.6rem;
    z-index: 1001;
}
.restaurant-modal-close {
	position: absolute;
    top: 2rem;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
}
.restaurant-modal-close:hover svg rect {
	fill: var(--color-gold);
}
.restaurant-modal-slider {
	width: 100%;
    height: 100%;
}
.restaurant-modal-slider .slick-list,
.restaurant-modal-slider .slick-track {
	height: 100%;
}
.restaurant-modal-slide {
	width: 100%;
    height: 100%;
}
/*
.restaurant-modal-slide img {
	width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 1rem;
	margin: auto;
}
*/
.restaurant-modal-slide img {
	width: auto;
    max-width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 1.5rem;
}
.restaurant-modal-slider-prev {
	position: absolute;
    top: 50%;
    left: -5rem;
}
.restaurant-modal-slider-next {
	position: absolute;
    top: 50%;
    right: -5rem;
    transform: rotate(180deg);
}
.restaurant-modal-slider-prev:hover svg path ,
.restaurant-modal-slider-next:hover svg path {
	stroke: var(--color-gold);
}
.restaurant-modal-slider-prev.slick-disabled,
.restaurant-modal-slider-next.slick-disabled {
	display: none !important;
}


.restaurant-chef-recommendations-wrapper {
	display: flex;
    gap: 7.3rem;
	margin-bottom: 4.8rem;
}
.restaurant-chef-recommendations-column {
	width: 29.3rem;
}
.restaurant-chef-title {
	font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 2.1rem;
    line-height: 100%;
    color: var(--color-gold);
    margin-bottom: 2.4rem;
}
.restaurant-chef-recommendations {
    font-family: T2 Rooftop;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 100%;
    color: var(--color-gray);
	padding-left: 1.6rem;
}
.restaurant-chef-recommendations li {
	list-style: disc;
	margin-bottom: 1.2rem;
}
.restaurant-chef-recommendations li:last-child {
	margin-bottom: 0;
}

.want-selection {
	margin-bottom: 4.8rem;
    width: 100%;
    padding: 3.9rem 2.3rem;
    font-family: T2 Halvar Breit;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    border-radius: 2rem;
}


.arrow-up {
	position: fixed;
    bottom: 6.3rem;
    right: 5.5rem;
    z-index: 1;
	display: none;
}


.restaurant-discount {
	font-family: T2 Rooftop;
    font-size: 1.4rem;
    line-height: 2.1rem;
    font-weight: 500;
    color: #B09567;
    background-color: #B095671A;
	text-align: center;
    padding: 2rem 0;
	margin-bottom: 2.4rem;
	box-sizing: border-box;
}
.restaurant-discount span {
	text-transform: lowercase;
}
