* {
	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.5208333333333333vw;
}
/*Literata*/
body {
	font-family: Tenor Sans;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 120%;
	color: #212121;
	background: linear-gradient(257.94deg, #E3E3E3 5.7%, #FCFCFC 68.31%);
}
ul,
li {
	list-style: none;
	display: flex;
}
a {
	text-decoration: none;
	transition: all 0.2s;
}
:focus-visible {
	outline: none;
}
/*
@-moz-document url-prefix() {
	* {
		scrollbar-width: auto;
	}
}
*::-webkit-scrollbar {
	width: 1.2rem;
	background-color: transparent;
	border-radius: 2rem;
}
*::-webkit-scrollbar-thumb {
	background-color: #14141433;
	border-radius: 2rem;
}
*/
img,
video {
	pointer-events: none;
	-webkit-appearance: none;
}
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
picture {
	display: block;
	width: 100%;
	height: 100%;
}

.none {
    display: none !important;
}

.mobile {
	display: none !important;
}

.container {
	width: 192rem;
	margin: 0 auto;
}



.quotes-slider .slick-track,
.quotes-slider-mobile .slick-track {
	display: flex !important;
}
.quotes-slider .slick-slide,
.quotes-slider-mobile .slick-slide {
	height: inherit !important;
}

.slides-1 + .slider-dots {
	opacity: 0;
}

.section-header-empty {
	height: 10rem;
}

.header {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	display: flex;
	align-items: center;
    justify-content: space-between;
	height: 10rem;
	background-color: #212121;
	color: #FFFFFF;
	padding: 0 2.6rem 0 4.8rem;
	box-sizing: border-box;
    z-index: 10;
	transition: background-color 0.5s;
}
body.transparent .header {
	background-color: transparent;
}
body.scrolled .header {
	background-color: #212121;
}

.header-logo {
	display: block;
    width: 18.743rem;
    height: 3.9rem;
}

.header-right {
	display: flex;
    align-items: center;
    gap: 6.9rem;
}

.top-menu ul {
	display: flex;
	gap: 6.3rem;
}
.top-menu ul a {
	font-size: 2rem;
	line-height: 120%;
	color: #ffffff;
}

.header-selects {
	display: flex;
    align-items: center;
    gap: 1rem;
}

.city-menu {
	position: relative;
}
.city-current {
	position: relative;
    font-size: 2rem;
    line-height: 120%;
	border: 0.1rem solid #FFFFFF4D;
    border-radius: 1rem;
    padding: 1rem 2.4rem 1rem 1rem;
    /*cursor: pointer;*/
	cursor: default;
}
/*
.city-current:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 0.9rem;
	height: 0.5rem;
	background-image: url('../images/select-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.city-menu.open .city-current:after {
	transform: translateY(-50%) rotate(180deg);
}
*/
.city-list-wrapper {
    position: absolute;
    top: 5.3rem;
    right: 0;
	display: none;
	padding: 0.8rem 0.6rem 0.8rem 0;
    border: 1px solid #8D94914D;
    border-radius: 1rem;
    background-color: #fff;
	z-index: 25;
}
.city-list {
	display: flex;
    flex-direction: column;
    gap: 1.3rem;
    width: 17.9rem;
    max-height: 25.3rem;
    padding: 1.2rem 0 1.2rem 2rem;
    box-sizing: border-box;
    overflow-y: auto;
}
.city-list::-webkit-scrollbar {
	width: 0.3rem;
	background-color: transparent;
	border-radius: 1rem;
}
.city-list::-webkit-scrollbar-thumb {
	background-color: #A4B7AF80;
	border-radius: 1rem;
}
.city-menu.open .city-list-wrapper {
	display: block;
}
.city-list a {
	font-size: 2rem;
    line-height: 120%;
    color: #212121;
}
.city-list a.active {
	color: #A4B7AF;
}

.language-menu {
	position: relative;
}
.language-current {
	position: relative;
    font-size: 2rem;
    line-height: 120%;
	border: 0.1rem solid #FFFFFF4D;
    border-radius: 1rem;
    padding: 1rem 2.4rem 1rem 1rem;
    cursor: pointer;
}
.language-menu.languages-1 .language-current {
	cursor: default;
}

.language-current:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 0.9rem;
	height: 0.5rem;
	background-image: url('../images/select-arrow.svg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.language-menu.open .language-current:after {
	transform: translateY(-50%) rotate(180deg);
}

.language-menu.languages-1 .language-current:after {
	display: none;
}

.language-list-wrapper {
    position: absolute;
    top: 5.3rem;
    right: 0;
	display: none;
	padding: 0.8rem 0.6rem 0.8rem 0;
    border: 1px solid #8D94914D;
    border-radius: 1rem;
    background-color: #fff;
	z-index: 25;
}
.language-list {
	display: flex;
    flex-direction: column;
    gap: 1.3rem;
    width: 9rem;
    max-height: 25.3rem;
    padding: 1.2rem 0 1.2rem 2rem;
    box-sizing: border-box;
    overflow-y: auto;
}
.language-list::-webkit-scrollbar {
	width: 0.3rem;
	background-color: transparent;
	border-radius: 1rem;
}
.language-list::-webkit-scrollbar-thumb {
	background-color: #A4B7AF80;
	border-radius: 1rem;
}
.language-menu.open .language-list-wrapper {
	display: block;
}
.language-list a {
	font-size: 2rem;
    line-height: 120%;
    color: #212121;
}
.language-list a.active {
	color: #A4B7AF;
}

.top-menu-mobile {
	display: none;
}



.mainpage-bg {
	position: relative;
	height: 108rem;
	border-radius: 0 0 3rem 3rem;
	background-image: url('../images/mainpage-bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	overflow: hidden;
	z-index: 1;
}
.mainpage-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3A3E3C;
	opacity: 0.6;
}
.mainpage-bg:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(52deg);
	width: 48.521rem;
	height: 74.823rem;
	background-image: url('../images/ellipse.svg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 0.5;
}

.city-logo {
	position: absolute;
	top: 36.7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 64.7rem;
	/*height: 31rem;*/
	height: auto;
}
.city-text {
	position: absolute;
	top: 72.5rem;
	left: 77.2rem;
	width: 54.2rem;
	font-size: 2.4rem;
	line-height: 120%;
	color: #ffffff;
}

.section-rating {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 17.7rem 10rem 11.5rem;
	margin-top: -3rem;
	background: linear-gradient(258.1deg, #D9D9D9 8.74%, #E8E8E8 95.69%), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><filter id="noise"><feTurbulence type="fractalNoise" baseFrequency="0.7" numOctaves="3" stitchTiles="stitch"/><feColorMatrix values="0 0 0 0 0.5 0 0 0 0 0.5 0 0 0 0 0.5 0 0 0 0.7 0"/></filter><rect width="100%" height="100%" filter="url(#noise)" fill="#808080" opacity="0.25"/></svg>');
	background-size: cover;
	overflow: hidden;
}
.section-rating:after {
	content: "";
	position: absolute;
	top: -1.685rem;
    left: 50%;
    transform: translate(-50%, 0) rotate(52deg);
	width: 74.898rem;
    height: 115.498rem;
	background-image: url('../images/rating-ellipse.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 0.5;
}


.rating-title {
	font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 110%;
    letter-spacing: -0.05em;
	margin-bottom: 3.2rem;
}
.rating-text {
	width: 44.5rem;
	margin-bottom: 7.3rem;
}
.rating-filters {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 0.48rem;
	width: 37.92rem;
	z-index: 1;
}
.rating-filters a {
	font-size: 2rem;
    line-height: 150%;
    text-transform: uppercase;
	border: 0.1rem solid #8D94914D;
    border-radius: 5.4rem;
    padding: 1.92rem;
	color: #21212199;
}
.rating-filters a.active {
	color: #FFFFFF;
	background-color: #A4B7AF;
	cursor: default;
}
.rating {
	/*width: 82.6rem;
	min-width: 82.6rem;*/
	width: 104.7rem;
    min-width: 104.7rem;
	z-index: 1;
}
.rating-table {
	/*margin-bottom: 6rem;*/
}
.rating-row {
	display: flex;
	justify-content: space-between;
	gap: 1.2rem;
    border-bottom: 0.1rem dashed #9EA19F;
    padding: 4rem 0;
}
.rating-row:first-child {
	border-top: 0.1rem dashed #9EA19F;
}
.rating-number {
	font-size: 2rem;
    line-height: 120%;
	height: fit-content;
    color: #79807D;
	min-width: 6.4rem;
}
.rating-name {
	width: 100%;
	font-family: Literata;
    font-size: 5.4rem;
    line-height: 70%;
	color: #212121;
}
.rating-change {
	font-size: 2rem;
	line-height: 100%;
	height: fit-content;
	color: #79807D;
	padding: 0.8rem;
	border-radius: 0.5rem;
	text-transform: uppercase;
	white-space: nowrap;
	display: none;
}
.rating-change.up {
	background-color: #ECFFDE;
}
.rating-change.down {
	background-color: #FFEED4;
}
.rating-change.new {
	background-color: #FFFFFF;
}


.restaraunts-link {
	display: inline-block;
	letter-spacing: 0.01em;
    text-transform: uppercase;
	color: #B66541;
	margin-left: 4rem;
}
.restaraunts-link-load_more {
	margin-top: 6rem;
}


.section-quotes {
	padding: 9.9rem 0 8.1rem;
	background: linear-gradient(173.11deg, #1E1E1E -54.64%, #414141 111.05%), linear-gradient(164.23deg, #444444 -3.97%, #5B5B5B 101.14%);
}

.section-quotes.section-quotes-1 .quotes {
	padding-left: 47.2rem;
}
.quote {
	position: relative;
	display: flex;
    flex-direction: column;
    gap: 1.2rem;
	height: 100%;
}
.quote:before {
	content: "";
	position: absolute;
	top: -0.9rem;
	left: -7.9rem;
	width: 5.5rem;
	height: 4rem;
	background-image: url('../images/quote.svg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.quote-text {
	width: 112.9rem;
    color: #ffffff;
    font-family: Literata;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 120%;
}

.quote-caption {
	display: flex;
    gap: 2.8rem;
	/*min-height: 16.5rem;*/
}
.quote-photo {
	width: 16.9rem;
	min-width: 16.9rem;
	height: 16.9rem;
}
.quote-chef {
	display: flex;
    flex-direction: column;
    gap: 1.3rem;
	padding-top: 4.6rem;
}
.quote-chef-name {
	font-size: 3.2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #ffffff;
}
.quote-chef-description {
	color: #ffffff80;
}


.section-chefs {
	position: relative;
	display: flex;
    justify-content: space-between;
    gap: 49.7rem;
	min-height: 106rem;
	padding: 11.4rem 10rem 0;
	box-sizing: border-box;
	overflow: hidden;
}

.chefs-info-wrapper .slider-arrow-prev,
.chefs-info-wrapper .slider-arrow-next {
	display: none;
}

.chefs-title {
	font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 120%;
    letter-spacing: -0.05em;
	margin-bottom: 3.4rem;
}
.chefs-text {
	position: relative;
	width: 58.2rem;
	margin-bottom: 3.4rem;
	transition: opacity 1s;
	z-index: 1;
}
.chefs-text p {
	margin-bottom: 2rem;
}
.chefs-text p:last-child {
	margin-bottom: 0;
}
.chefs-link {
	position: relative;
	letter-spacing: 0.01em;
    text-transform: uppercase;
	color: #B66541;
	transition: opacity 1s;
	z-index: 1;
}
.section-chefs.active-0 .chefs-text,
.section-chefs.active-1 .chefs-text,
.section-chefs.active-0 .chefs-link,
.section-chefs.active-1 .chefs-link {
	opacity: 0;
}

.chef-info-wrapper {
	position: relative;
	width: 64.1rem;
	min-width: 64.1rem;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 1s;
	z-index: 1;
}
.chef-info-wrapper .chef-info {
	position: relative;
    z-index: 1;
}
.chef-info-wrapper:nth-child(1) {
	/*left: -77.5rem;*/
	left: -83rem;
}
.chef-info-wrapper:nth-child(2) {
	left: -54.2rem;
}
.chef-info-wrapper:nth-child(3) {
	left: -30rem;
}
.chef-info-wrapper:nth-child(4) {
	/*left: 0;*/
	left: -6rem;
}
.chef-info-wrapper:nth-child(5) {
	/*left: 2rem;*/
	left: 12rem;
}
.chef-info-wrapper:nth-child(6) {
	/*left: -8.5rem;*/
	left: -12rem;
}
.chef-info-wrapper:nth-child(7) {
	left: 12.6rem;
}


.section-chefs.active-0 .chef-info-wrapper:nth-child(1),
.section-chefs.active-1 .chef-info-wrapper:nth-child(2),
.section-chefs.active-2 .chef-info-wrapper:nth-child(3),
.section-chefs.active-3 .chef-info-wrapper:nth-child(4),
.section-chefs.active-4 .chef-info-wrapper:nth-child(5),
.section-chefs.active-5 .chef-info-wrapper:nth-child(6),
.section-chefs.active-6 .chef-info-wrapper:nth-child(7) {
	opacity: 1;
	height: auto;
	transition: opacity 1s;
	overflow: visible;
}


.chef-name {
	font-family: Literata;
    font-size: 5.4rem;
    line-height: 100%;
	margin-top: 3.6rem;
	margin-bottom: 3.9rem;
}
.chef-description {
	margin-bottom: 3.5rem;
}

.chef-link-wrapper {
	position: relative;
	display: inline-block;
}
.chef-link {
	position: relative;
	letter-spacing: 0.01em;
    text-transform: uppercase;
	color: #FFFFFF;
	margin-left: 3.8rem;
	z-index: 9;
}
.chef-link-wrapper span {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 2.2rem;
	height: 23.4rem;
	background-image: url('../images/indicator.svg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 1;
}
.chef-info-wrapper:nth-child(6) .chef-link, 
.chef-info-wrapper:nth-child(7) .chef-link {
	margin-left: 0;
}
.chef-info-wrapper:nth-child(6) .chef-link-wrapper span,
.chef-info-wrapper:nth-child(7) .chef-link-wrapper span {
	left: unset;
	right: -5rem;
}

.chefs-slider {
	position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
	height: 76rem;
}

.chefs-slider:after {
	content: "";
	position: absolute;
	top: -41.685rem;
	transform: rotate(52deg);
	/*width: 74.898rem;
	height: 115.498rem;*/
	width: 94.9rem;
    height: 135.5rem;
	background-image: url('../images/chefs-ellipse.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.section-chefs.active-0 .chefs-slider:after {
	left: -5.786rem;
}
.section-chefs.active-1 .chefs-slider:after {
	left: 17.514rem;
}
.section-chefs.active-2 .chefs-slider:after {
	left: 36.114rem;
}
.section-chefs.active-3 .chefs-slider:after {
	left: 61.714rem;
}
.section-chefs.active-4 .chefs-slider:after {
	left: 83.814rem;
}
.section-chefs.active-5 .chefs-slider:after {
	left: 73.614rem;
}
.section-chefs.active-6 .chefs-slider:after {
	left: 94.714rem;
}

.chefs-slider-item {
	position: absolute;
	bottom: 0;
	width: auto;
	height: 40rem;
	transform: translateX(-50%);
	text-align: center;
	transition: all 1s;
}
.chefs-slider-item img {
	height: 100%;
    width: auto;
	object-fit: contain;
}

/*
.chefs-slider-item:nth-child(1) {
	left: calc(100% * 1 / 14);
}
.chefs-slider-item:nth-child(2) {
	left: calc(100% * 3 / 14);
}
.chefs-slider-item:nth-child(3) {
	left: calc(100% * 5 / 14);
}
.chefs-slider-item:nth-child(4) {
	left: calc(100% * 7 / 14);
}
.chefs-slider-item:nth-child(5) {
	left: calc(100% * 9 / 14);
}
.chefs-slider-item:nth-child(6) {
	left: calc(100% * 11 / 14);
}
.chefs-slider-item:nth-child(7) {
	left: calc(100% * 13 / 14);
}
*/


.section-chefs.active-0 .chefs-slider .chefs-slider-item:nth-child(1) {
	left: calc(100% * 1.5 / 15);
	z-index: 7;
	height: 76rem;
}
.section-chefs.active-0 .chefs-slider .chefs-slider-item:nth-child(2) {
	left: calc(100% * 4 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-0 .chefs-slider .chefs-slider-item:nth-child(3) {
	left: calc(100% * 6 / 15);
    height: 54.4rem;
    z-index: 5;
}
.section-chefs.active-0 .chefs-slider .chefs-slider-item:nth-child(4) {
	left: calc(100% * 8 / 15);
    height: 50.8rem;
    z-index: 4;
}
.section-chefs.active-0 .chefs-slider .chefs-slider-item:nth-child(5) {
	left: calc(100% * 10 / 15);
    height: 47.2rem;
    z-index: 3;
}
.section-chefs.active-0 .chefs-slider .chefs-slider-item:nth-child(6) {
	left: calc(100% * 12 / 15);
    height: 43.6rem;
    z-index: 2;
}
.section-chefs.active-0 .chefs-slider .chefs-slider-item:nth-child(7) {
	left: calc(100% * 14 / 15);
	z-index: 1;
}

.section-chefs.active-1 .chefs-slider .chefs-slider-item:nth-child(1) {
	left: calc(100% * 1 / 15);
	z-index: 6;
}
.section-chefs.active-1 .chefs-slider .chefs-slider-item:nth-child(2) {
	left: calc(100% * 3.5 / 15);
    height: 76rem;
    z-index: 7;
}
.section-chefs.active-1 .chefs-slider .chefs-slider-item:nth-child(3) {
	left: calc(100% * 6 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-1 .chefs-slider .chefs-slider-item:nth-child(4) {
	left: calc(100% * 8 / 15);
    height: 53.5rem;
    z-index: 5;
}
.section-chefs.active-1 .chefs-slider .chefs-slider-item:nth-child(5) {
	left: calc(100% * 10 / 15);
    height: 49rem;
    z-index: 4;
}
.section-chefs.active-1 .chefs-slider .chefs-slider-item:nth-child(6) {
	left: calc(100% * 12 / 15);
    height: 44.5rem;
    z-index: 3;
}
.section-chefs.active-1 .chefs-slider .chefs-slider-item:nth-child(7) {
	left: calc(100% * 14 / 15);
	z-index: 2;
}

.section-chefs.active-2 .chefs-slider .chefs-slider-item:nth-child(1) {
	left: calc(100% * 1 / 15);
	z-index: 5;
}
.section-chefs.active-2 .chefs-slider .chefs-slider-item:nth-child(2) {
	left: calc(100% * 3 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-2 .chefs-slider .chefs-slider-item:nth-child(3) {
	left: calc(100% * 5.5 / 15);
    height: 76rem;
    z-index: 7;
}
.section-chefs.active-2 .chefs-slider .chefs-slider-item:nth-child(4) {
	left: calc(100% * 8 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-2 .chefs-slider .chefs-slider-item:nth-child(5) {
	left: calc(100% * 10 / 15);
    height: 52rem;
    z-index: 5;
}
.section-chefs.active-2 .chefs-slider .chefs-slider-item:nth-child(6) {
	left: calc(100% * 12 / 15);
    height: 46rem;
    z-index: 4;
}
.section-chefs.active-2 .chefs-slider .chefs-slider-item:nth-child(7) {
	left: calc(100% * 14 / 15);
	z-index: 3;
}

.section-chefs.active-3 .chefs-slider .chefs-slider-item:nth-child(1) {
	left: calc(100% * 1 / 15);
	z-index: 4;
}
.section-chefs.active-3 .chefs-slider .chefs-slider-item:nth-child(2) {
	left: calc(100% * 3 / 15);
    height: 49rem;
    z-index: 5;
}
.section-chefs.active-3 .chefs-slider .chefs-slider-item:nth-child(3) {
	left: calc(100% * 5 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-3 .chefs-slider .chefs-slider-item:nth-child(4) {
	left: calc(100% * 7.5 / 15);
    height: 76rem;
    z-index: 7;
}
.section-chefs.active-3 .chefs-slider .chefs-slider-item:nth-child(5) {
	left: calc(100% * 10 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-3 .chefs-slider .chefs-slider-item:nth-child(6) {
	left: calc(100% * 12 / 15);
    height: 49rem;
    z-index: 5;
}
.section-chefs.active-3 .chefs-slider .chefs-slider-item:nth-child(7) {
	left: calc(100% * 14 / 15);
	z-index: 4;
}

.section-chefs.active-4 .chefs-slider .chefs-slider-item:nth-child(1) {
	left: calc(100% * 1 / 15);
	z-index: 3;
}
.section-chefs.active-4 .chefs-slider .chefs-slider-item:nth-child(2) {
	left: calc(100% * 3 / 15);
    height: 46rem;
    z-index: 4;
}
.section-chefs.active-4 .chefs-slider .chefs-slider-item:nth-child(3) {
	left: calc(100% * 5 / 15);
    height: 52rem;
    z-index: 5;
}
.section-chefs.active-4 .chefs-slider .chefs-slider-item:nth-child(4) {
	left: calc(100% * 7 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-4 .chefs-slider .chefs-slider-item:nth-child(5) {
	left: calc(100% * 9.5 / 15);
    height: 76rem;
    z-index: 7;
}
.section-chefs.active-4 .chefs-slider .chefs-slider-item:nth-child(6) {
	left: calc(100% * 12 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-4 .chefs-slider .chefs-slider-item:nth-child(7) {
	left: calc(100% * 14 / 15);
	z-index: 5;
}

.section-chefs.active-5 .chefs-slider .chefs-slider-item:nth-child(1) {
	left: calc(100% * 1 / 15);
	z-index: 2;
}
.section-chefs.active-5 .chefs-slider .chefs-slider-item:nth-child(2) {
	left: calc(100% * 3 / 15);
    height: 44.5rem;
    z-index: 3;
}
.section-chefs.active-5 .chefs-slider .chefs-slider-item:nth-child(3) {
	left: calc(100% * 5 / 15);
    height: 49rem;
    z-index: 4;
}
.section-chefs.active-5 .chefs-slider .chefs-slider-item:nth-child(4) {
	left: calc(100% * 7 / 15);
    height: 53.5rem;
    z-index: 5;
}
.section-chefs.active-5 .chefs-slider .chefs-slider-item:nth-child(5) {
	left: calc(100% * 9 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-5 .chefs-slider .chefs-slider-item:nth-child(6) {
	left: calc(100% * 11.5 / 15);
    height: 76rem;
    z-index: 7;
}
.section-chefs.active-5 .chefs-slider .chefs-slider-item:nth-child(7) {
	left: calc(100% * 14 / 15);
	z-index: 6;
}

.section-chefs.active-6 .chefs-slider .chefs-slider-item:nth-child(1) {
	left: calc(100% * 1 / 15);
	z-index: 1;
}
.section-chefs.active-6 .chefs-slider .chefs-slider-item:nth-child(2) {
	left: calc(100% * 3 / 15);
    height: 43.6rem;
    z-index: 2;
}
.section-chefs.active-6 .chefs-slider .chefs-slider-item:nth-child(3) {
	left: calc(100% * 5 / 15);
    height: 47.2rem;
    z-index: 3;
}
.section-chefs.active-6 .chefs-slider .chefs-slider-item:nth-child(4) {
	left: calc(100% * 7 / 15);
    height: 50.8rem;
    z-index: 4;
}
.section-chefs.active-6 .chefs-slider .chefs-slider-item:nth-child(5) {
	left: calc(100% * 9 / 15);
    height: 54.4rem;
    z-index: 5;
}
.section-chefs.active-6 .chefs-slider .chefs-slider-item:nth-child(6) {
	left: calc(100% * 11 / 15);
    height: 58rem;
    z-index: 6;
}
.section-chefs.active-6 .chefs-slider .chefs-slider-item:nth-child(7) {
	left: calc(100% * 13.5 / 15);
	height: 76rem;
	z-index: 7;
}



.footer {
	/*height: 45.2rem;*/
	display: flex;
	background-color: #8D9491;
	padding: 10rem 10rem 9.3rem;
}
.footer-column {
	width: 29.6rem;
	min-width: 29.6rem;
}
.footer-column:first-child {
	width: 59rem;
	min-width: 59rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-column:last-child {
	width: 100%;
    min-width: auto;
	text-align: right;
}

.footer-copyright {
	font-size: 2rem;
    line-height: 120%;
    color: #ffffff80;
}
.footer-text {
	width: 38.1rem;
    font-size: 2rem;
    line-height: 120%;
    color: #ffffff80;
    padding: 4.8rem 0 7.6rem;
}
.footer-text a {
	color: #FFEED4;
}
.footer-logo {
	display: block;
    width: 18.743rem;
    height: 3.9rem;
}
.footer-column .menu {
	display: flex;
    flex-direction: column;
    gap: 2.3rem;
}
.footer-column .menu li a {
	font-size: 2rem;
    line-height: 120%;
    color: #ffffff;
}
.footer-in {
	display: inline-flex;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
}
.footer-in svg {
	width: 4rem;
    height: 4rem;
}



/*** chefspage ***/
.page-title {
	margin: 11.4rem 0 10.7rem;
    text-align: center;
}
.page-title h1 {
	font-family: Fraunces;
    font-weight: 400;
    font-size: 9.6rem;
    line-height: 110%;
    letter-spacing: -0.04em;
}
.section-chefs-list {
	padding: 0 3.4rem 0 16.8rem;
    margin-bottom: 13.3rem;
}
.chefs-list {
	display: flex;
    flex-wrap: wrap;
    gap: 6.4rem 5rem;
}
.chefs-list-item {
	width: calc((100% - 15rem) / 4);
}
.chefs-list-item-image {
	width: 24.8rem;
    height: 24.8rem;
    margin-bottom: 4.2rem;
}
.chefs-list-item-name {
	font-size: 3.2rem;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
	color: #212121;
}
.chefs-list-item-post {
	font-size: 2.4rem;
    line-height: 120%;
    color: #21212199;
    margin-bottom: 0.6rem;
}
.chefs-list-item-description {
	color: #A4B7AF;
}


/*** chefpage ***/
.section-chef-single {
	position: relative;
    min-height: 94rem;
    padding: 7rem 10.9rem 12.6rem 12.5rem;
    box-sizing: border-box;
}
.chef-single-image {
    position: absolute;
    bottom: 0;
    left: 12.5rem;
	width: 70.8rem;
    height: 87rem;
}
.chef-single-image:after {
	content: "";
    position: absolute;
    top: -18.685rem;
    left: -21.886rem;
    transform: rotate(52deg);
    width: 94.9rem;
    height: 135.5rem;
    background-image: url('../images/chefs-ellipse.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.chef-single-info {
	width: 74.5rem;
    float: right;
}
.chef-single-title {
	font-family: Fraunces;
    font-weight: 400;
    font-size: 9.6rem;
    line-height: 110%;
    letter-spacing: -0.04em;
    margin: 6.2rem 0 3.2rem;
}
.chef-single-description {
	font-size: 3.2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #21212180;
    margin-bottom: 3.2rem;
}
body.chefpage .section-rating:after {
	top: -1.685rem;
    left: 71.714rem;
	transform: rotate(52deg);
}

.quotes-slider-wrapper {
	position: relative;
}
.quotes-slider .slick-list {
	padding-top: 1rem;
}
.quotes-slider-wrapper .quote-wrapper {
	display: flex;
    justify-content: center;
}
.quotes-slider-wrapper .slider-arrow-prev {
	position: absolute;
    left: 4rem;
    top: 50%;
    transform: translateY(-50%);
}
.quotes-slider-wrapper .slider-arrow-next {
	position: absolute;
    right: 4rem;
    top: 50%;
    transform: translateY(-50%);
}
.quotes-slider-wrapper + .slider-dots {
	text-align: center;
    margin-top: 4.9rem;
}
.quotes-slider-wrapper + .slider-dots ul {
	display: flex;
    justify-content: center;
    gap: 0.6rem;
}
.quotes-slider-wrapper + .slider-dots ul li {
	display: flex;
}
.quotes-slider-wrapper + .slider-dots ul li button {
	font-size: 0;
    border: none;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #ffffff80;
    border-radius: 1.5rem;
}
.quotes-slider-wrapper + .slider-dots ul li.slick-active button {
	width: 2.4rem;
    background-color: #ffffff;
}

body.chefpage .section-rating {
	border-radius: 0 0 3rem 3rem;
}

.section-favorite {
	background: linear-gradient(78.1deg, #D9D9D9 8.74%, #E8E8E8 95.69%);
	padding: 14.4rem 10rem 16.9rem;
	margin-top: -3rem;
}
.section-favorite h2 {
    font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 120%;
    letter-spacing: -0.05em;
	margin-bottom: 6.7rem;
}
.section-favorite h2 span {
	font-size: 4.2rem;
    line-height: 120%;
    color: #21212180;
}
.chefs-list-slider-wrapper {
	position: relative;
}
.chefs-list-slider {
	overflow: hidden;
}
.chefs-list-slider .slick-list {
	margin: 0 -2.5rem;
}
.chefs-list-slider .slick-slide {
	margin: 0 2.5rem;
}
.chefs-list-slider-wrapper .slider-arrow-prev {
	position: absolute;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
}
.chefs-list-slider-wrapper .slider-arrow-next {
	position: absolute;
    right: -6rem;
    top: 50%;
    transform: translateY(-50%);
}
.chefs-list-slider-wrapper + .slider-dots {
	text-align: center;
    margin-top: 4.9rem;
}
.chefs-list-slider-wrapper + .slider-dots ul {
	display: flex;
    justify-content: center;
    gap: 0.6rem;
}
.chefs-list-slider-wrapper + .slider-dots ul li {
	display: flex;
}
.chefs-list-slider-wrapper + .slider-dots ul li button {
	font-size: 0;
    border: none;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #8d949180;
    border-radius: 1.5rem;
}
.chefs-list-slider-wrapper + .slider-dots ul li.slick-active button {
	width: 2.4rem;
    background-color: #8D9491;
}


/*** aboutpage ***/
.aboutpage-bg {
	position: relative;
	height: 108rem;
	border-radius: 0 0 3rem 3rem;
	background-image: url('../images/aboutpage-bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	overflow: hidden;
	z-index: 1;
}
.aboutpage-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #3A3E3C;
	opacity: 0.6;
}
.aboutpage-bg:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(52deg);
	width: 48.521rem;
	height: 74.823rem;
	background-image: url('../images/ellipse.svg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 0.5;
}

.about-title {
	position: absolute;
	top: 36.9rem;
	left: 65.7rem;
	
}
.about-title h1 {
	font-family: Fraunces;
    font-weight: 400;
    font-size: 18.6rem;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #ffffff;
}
.about-text {
	position: absolute;
	top: 61rem;
	left: 77.2rem;
	width: 54.2rem;
	font-size: 2.4rem;
	line-height: 120%;
	color: #ffffff;
	z-index: 2;
}
.about-text p {
	margin-bottom: 2rem;
}
.about-text p:last-child {
	margin-bottom: 0;
}
.about-text a {
	color: #FFEED4;
}

.section-about {
	position: relative;
	display: flex;
    justify-content: space-between;
	margin-top: -3rem;
	padding: 24.3rem 49.2rem 21.3rem 10rem;
	/*background: linear-gradient(78.1deg, #D9D9D9 8.74%, #E8E8E8 95.69%);*/
	overflow: hidden;
	z-index: 0;
}
.section-about:after {
	content: "";
	position: absolute;
	top: -0.7025rem;
	left: 54.119rem;
	transform: rotate(52deg);
	width: 55.7rem;
	height: 81.1rem;
	background-image: url('../images/about-ellipse.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	z-index: -1;
}
.about-logo {
	width: 39.5rem;
    height: 8.219rem;
}
.about-description-title h2 {
	font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 110%;
    letter-spacing: -0.05em;
}
.about-description-title h2 span {
	display: block;
    color: #8D9491;
}

.about-description {
	width: 65.6rem;
}
.about-description p {
	margin-bottom: 2rem;
}
.about-description p:last-child {
	margin-bottom: 0;
}

.section-mission {
	display: flex;
    justify-content: center;
	background: linear-gradient(173.11deg, #1E1E1E -54.64%, #414141 111.05%), linear-gradient(164.23deg, #444444 -3.97%, #5B5B5B 101.14%);
    padding: 10.2rem 0 13.4rem;
}
.mission-wrapper {
	width: 112.9rem;
}
.mission-title {
	font-size: 3.2rem;
    line-height: 120%;
    text-transform: uppercase;
    color: #A4B7AF;
    margin-bottom: 3.6rem;
}
.mission-text {
	font-family: Literata;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 120%;
    color: #ffffff;
}
.mission-caption {
	width: 75.2rem;
	color: #ffffff;
    margin-top: 3.5rem;
}
.mission-caption a {
	color: #FFEED4;
}

.section-methodology {
	position: relative;
	padding: 14.5rem 10rem;
    display: flex;
    justify-content: space-between;
	overflow: hidden;
}
.section-methodology:after {
	content: "";
	position: absolute;
	top: -1.685rem;
	left: 71.714rem;
	transform: rotate(52deg);
	width: 87.7rem;
	height: 128.3rem;
	background-image: url('../images/methodology-ellipse.png');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	z-index: -1;
}
.methodology-title {
	width: 59.4rem;
    min-width: 59.4rem;
	padding-top: 0.4rem;
}
.methodology-title h2 {
	font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 110%;
    letter-spacing: -0.05em;
    margin-bottom: 3.2rem;
}
.methodology-title h2 span {
	display: block;
    color: #8D9491;
}
.methodology-text {
	width: 54.2rem;
}
.methodology-list {
	width: 104.7rem;
}
.methodology-item {
	display: flex;
    justify-content: space-between;
    padding: 4rem 0;
    border-top: 0.1rem dashed #9EA19F;
}
.methodology-item:last-child {
    border-bottom: 0.1rem dashed #9EA19F;
}
.methodology-item-number {
	font-size: 2rem;
    line-height: 150%;
	color: #79807D;
}
.methodology-item-info {
	width: 99.5rem;
}
.methodology-item-title {
	font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 2.4rem;
}
.methodology-item-text {
	
}


.section-recommended {
	background: linear-gradient(78.1deg, #D9D9D9 8.74%, #E8E8E8 95.69%);
    padding: 7.8rem 10rem 11.4rem;
}
.section-recommended h2 {
	font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 110%;
    letter-spacing: -0.05em;
	margin-bottom: 3.2rem;
}
.section-recommended h2 span {
	color: #8D9491;
}
.recommended-text {
	width: 92rem;
	margin-bottom: 8.6rem;
}

.recommended-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommended-list-item {
	position: relative;
	display: block;
	width: 54rem;
	height: 32rem;
	border-radius: 1rem;
	overflow: hidden;
}
.recommended-list-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(33, 33, 33, 0) 55.62%, rgba(33, 33, 33, 0.8) 80.03%);
}
.recommended-list-item-name {
	position: absolute;
    bottom: 4.72rem;
    width: 100%;
    font-family: Literata;
    font-weight: 400;
    font-size: 5.4rem;
    line-height: 100%;
    color: #ffffff;
    text-align: center;
    padding: 0 3.7rem;
    box-sizing: border-box;
}

.recommended-list-slider {
	overflow: hidden;
}
.recommended-list-slider .slick-list {
	margin: 0 -2.5rem;
}
.recommended-list-slider .slick-slide {
	margin: 0 2.5rem;
}

.recommended-list-slider-wrapper {
	position: relative;
}
.recommended-list-slider-wrapper .slider-arrow-prev {
	position: absolute;
    left: -6rem;
    top: 50%;
    transform: translateY(-50%);
}
.recommended-list-slider-wrapper .slider-arrow-next {
	position: absolute;
    right: -6rem;
    top: 50%;
    transform: translateY(-50%);
}
.recommended-list-slider-wrapper + .slider-dots {
	text-align: center;
    margin-top: 4.2rem;
}
.recommended-list-slider-wrapper + .slider-dots ul {
	display: flex;
    justify-content: center;
    gap: 0.6rem;
}
.recommended-list-slider-wrapper + .slider-dots ul li {
	display: flex;
}
.recommended-list-slider-wrapper + .slider-dots ul li button {
	font-size: 0;
    border: none;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #8d949180;
    border-radius: 1.5rem;
}
.recommended-list-slider-wrapper + .slider-dots ul li.slick-active button {
	width: 2.4rem;
    background-color: #8D9491;
}


/*** restarauntpage ***/
.section-restaurant-single {
    display: flex;
    justify-content: space-between;
	padding: 5.3rem 10.9rem 16.8rem 4.8rem;
}
.restaurant-single-images-sidebar {
	width: 88.7rem;
    min-width: 88.7rem;
}
.restaurant-single-image {
	width: 100%;
	height: 72.8rem;
}

.restaurant-single-images-slider-wrapper {
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
}
.restaurant-single-images-slider-wrapper .slider-arrow-prev {
	position: absolute;
    left: 2.75rem;
    top: 50%;
    transform: translateY(-50%);
}
.restaurant-single-images-slider-wrapper .slider-arrow-next {
	position: absolute;
    right: 2.75rem;
    top: 50%;
    transform: translateY(-50%);
}
.restaurant-single-images-slider-wrapper + .slider-dots {
	text-align: center;
    margin-top: 2.4rem;
}
.restaurant-single-images-slider-wrapper + .slider-dots ul {
	display: flex;
    justify-content: center;
    gap: 0.6rem;
}
.restaurant-single-images-slider-wrapper + .slider-dots ul li {
	display: flex;
}
.restaurant-single-images-slider-wrapper + .slider-dots ul li button {
	font-size: 0;
    border: none;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #8d949180;
    border-radius: 1.5rem;
}
.restaurant-single-images-slider-wrapper + .slider-dots ul li.slick-active button {
	width: 2.4rem;
    background-color: #8D9491;
}

.restaurant-single-info {
	width: 74.5rem;
    min-width: 74.5rem;
}
.restaurant-single-info .restaraunts-link {
	display: inline-block;
    margin-left: 0;
	margin-top: 5.7rem;
    margin-bottom: 6.2rem;
}
.restaurant-single-info h1 {
	font-family: Fraunces;
    font-weight: 400;
    font-size: 9.6rem;
    line-height: 110%;
    letter-spacing: -0.04em;
    margin-bottom: 3.2rem;
}
.restaurant-single-info .restaurant-single-text p {
	margin-bottom: 2rem;
}
.restaurant-single-info .restaurant-single-text p:last-child {
	margin-bottom: 0;
}

.section-restaraunts-info {
	display: flex;
    justify-content: space-between;
	padding: 0 10rem 10.5rem;
}
.restaurant-single-chefs {
	width: 83rem;
}
.restaurant-single-chefs h2 {
	font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 110%;
    letter-spacing: -0.05em;
    margin-bottom: 6.5rem;
}
.restaurant-single-chefs h2 span {
	font-size: 4.2rem;
    line-height: 120%;
    letter-spacing: 0em;
    color: #21212180;
}
.restaurant-single-chefs .chefs-list {
	margin-bottom: 6.4rem;
}
.restaurant-single-chefs .chefs-list-item {
    width: calc((100% - 5rem) / 2);
}

.restaurant-single-contacts {
	width: 75.4rem;
}
.restaurant-single-contacts h2 {
	font-family: Literata;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 110%;
    letter-spacing: -0.05em;
    margin-bottom: 6.4rem;
}
.restaurant-single-contacts-info {
	display: flex;
    flex-wrap: wrap;
    gap: 6.4rem;
    margin-bottom: 18rem;
}
.restaurant-single-contacts-info-item {
	width: 34.5rem;
}
.restaurant-single-contacts-info-item-title {
	font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 1.3rem;
}
.restaurant-single-contacts-info-item-text {
	color: #21212180;
}
.restaurant-single-contacts-info-item-text a {
	color: #B66541;
	overflow-wrap: anywhere;
}
.restaurant-single-contacts-map {
	position: relative;
	width: 100%;
    height: 28rem;
	border-radius: 2rem;
	overflow: hidden;
}
.restaurant-single-contacts-map img {
	filter: grayscale(1);
}
.restaurant-single-contacts-map span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 6.6rem;
	height: 6.6rem;
	background-image: url( '../images/pin.svg' );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

body.restaurantpage .section-recommended h2 {
	line-height: 120%;
	margin-bottom: 6.7rem;
}
body.restaurantpage .section-recommended h2 span {
	font-size: 4.2rem;
}


@media (min-width: 577px) {
.section-quotes.section-quotes-2 {
	padding: 13.3rem 0 6.6rem;
}
.section-quotes.section-quotes-2 .quotes {
	display: flex;
    justify-content: space-between;
    padding: 0 12.2rem 0 18.1rem;
}
.section-quotes.section-quotes-2 .quote {
	width: 65.7rem;
    gap: 1.8rem;
    justify-content: space-between;
}
.section-quotes.section-quotes-2 .quote-text {
	width: 100%;
	font-weight: 400;
    font-size: 2.7rem;
    letter-spacing: -0.03em;
}
.section-quotes.section-quotes-2 .quote-caption {
	gap: 0.8rem;
}
.section-quotes.section-quotes-2 .quote-photo {
    width: 13.4rem;
	min-width: 13.4rem;
    height: 13.4rem;
}
.section-quotes.section-quotes-2 .quote-chef {
    gap: 0.85rem;
    padding-top: 3.172rem;
}
.section-quotes.section-quotes-2 .quote-chef-description {
	font-size: 2rem;
    line-height: 120%;
}


.section-quotes.section-quotes-3 {
	padding: 13.3rem 0 6.6rem;
}
.section-quotes.section-quotes-3 .quotes {
	display: flex;
    justify-content: space-between;
    padding: 0 13.7rem 0 10.2rem;
}
.section-quotes.section-quotes-3 .quote {
	width: 50rem;
    gap: 1.8rem;
    justify-content: space-between;
}
.section-quotes.section-quotes-3 .quote:before {
	width: 5.056rem;
    height: 3.727rem;
    top: -6.3rem;
    left: 0;
}
.section-quotes.section-quotes-3 .quote-text {
	width: 100%;
	font-weight: 400;
    font-size: 2.7rem;
    letter-spacing: -0.03em;
}
.section-quotes.section-quotes-3 .quote-caption {
	gap: 0.8rem;
}
.section-quotes.section-quotes-3 .quote-photo {
    width: 13.4rem;
	min-width: 13.4rem;
    height: 13.4rem;
}
.section-quotes.section-quotes-3 .quote-chef {
    gap: 0.85rem;
    padding-top: 3.172rem;
}
.section-quotes.section-quotes-3 .quote-chef-description {
	font-size: 2rem;
    line-height: 120%;
}
}

/*** 404 ***/
body.error404 {
	position: relative;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(41.32deg, #2B2B2B -3.72%, #5B5B5B 85.98%);
	overflow: hidden;
}
body.error404:after {
	
}
body.error404 .footer {
	background-color: transparent;
	padding: 0 4.8rem 3.9rem;
}
body.error404 .footer .footer-copyright {
	width: auto;
}
.section-404 {
	position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.wrapper-404 {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64.7rem;
}
.wrapper-404:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(52deg);
	width: 82.2rem;
	height: 108rem;
	background-image: url('../images/ellipse-404.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.logo-404 {
	margin-bottom: 4.8rem;
}
.info-text-404 {
    color: #ffffff;
    padding-left: 13.5rem;
	margin-bottom: 4rem;
}
.info-link-404 {
    letter-spacing: 0.01em;
	padding-left: 13.3rem;
    color: #ECFFDE;
    text-transform: uppercase;
}



/*** citypage ***/
body.citypage {
	position: relative;
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	background: linear-gradient(41.32deg, #182B23 -3.72%, #779084 85.98%);
	overflow: hidden;
}
body.citypage:after {
	
}
body.citypage .footer {
	background-color: transparent;
	padding: 0 4.8rem 3.9rem;
}
body.citypage .footer .footer-copyright {
	width: auto;
}
.section-citypage {
	position: absolute;
    width: 100vw;
    height: 100vh;
	padding-top: 10rem;
    overflow: hidden;
}
.citypage-bg {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64.7rem;
}
.citypage-bg:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(52deg);
	width: 82.2rem;
	height: 108rem;
	background-image: url('../images/ellipse-city.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.logo-citypage {
	width: 64.7rem;
	height: 13.7rem;
	margin-bottom: 4.8rem;
}
.info-text-citypage {
    color: #ffffff;
    padding-left: 13.5rem;
	margin-bottom: 4rem;
}
.info-link-citypage {
    letter-spacing: 0.01em;
	padding-left: 13.3rem;
    color: #ECFFDE;
    text-transform: uppercase;
}

.wrapper-citypage {
	display: flex;
	justify-content: space-between;
	padding: 15.3rem 10rem;
}
.wrapper-citypage-logo {
	width: 67.7rem;
}
.logo-citypage {
	width: 64.7rem;
	height: 13.7rem;
	margin-bottom: 4.8rem;
}
