@media (max-width: 576px) {
.mobile {
	display: flex !important;
}
.desk {
	display: none !important;
} 
html {
    font-size: 2.666666666666667vw;
}
.header {
	height: 5.8rem;
    padding: 0 1.81rem 0 2rem;
}
.header-logo {
	width: 9.372rem;
    height: 1.95rem;
}
.top-menu {
	display: none;
}
.header-selects {
	gap: 0.7rem;
}
.city-current {
	font-size: 1.2rem;
    padding: 0.6rem 1.44rem 0.6rem 0.6rem;
}
.city-current:after {
	width: 0.48rem;
    height: 0.18rem;
    right: 0.6rem;
}
.language-current {
	font-size: 1.2rem;
    padding: 0.6rem 1.44rem 0.6rem 0.6rem;
}
.language-current:after {
	width: 0.48rem;
    height: 0.18rem;
    right: 0.6rem;
}

.top-menu-burger {
	width: 3.4rem;
	height: 3.4rem;
	display: flex;
	justify-content: center;
    align-items: center;
}
.top-menu-burger svg:last-child {
	display: none;
}
.top-menu-mobile {
	position: fixed;
    top: 5.8rem;
    left: 0;
	flex-direction: column;
	justify-content: flex-end;
    gap: 1.8rem;
    width: 100%;
    height: calc(100% - 5.8rem);
    background-color: #8D9491;
    padding: 0 4.1rem 4.3rem;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
    z-index: -1;
	/*transition: opacity 0.5s;*/
}
.top-menu-mobile .menu {
	flex-direction: column;
    gap: 3rem;
}
.top-menu-mobile .menu li a {
	font-family: Fraunces;
    /*font-size: 5.4rem;*/
	font-size: 4.4rem;
    line-height: 110%;
    letter-spacing: -0.04em;
    color: #ffffff;
}
.top-menu-mobile .rating-filters {
	margin-bottom: 3.04rem;
}
.top-menu-mobile .rating-filters a {
	font-size: 2rem;
    line-height: 120%;
    border: 0.1rem solid #ffffff33;
    color: #ffffff99;
    padding: 1.321rem 1.824rem;
    border-radius: 5.4rem;
}
.top-menu-mobile .header-in {
	width: 3rem;
    height: 3rem;
}
body.menu-open .top-menu-burger svg:first-child {
	display: none;
}
body.menu-open .top-menu-burger svg:last-child {
	display: block;
}
body.menu-open .header {
	background-color: #8D9491;
}
body.menu-open .top-menu-mobile {
	display: flex;
	opacity: 1;
	visibility: visible;
	z-index: 20;
}

.section-header-empty {
    height: 5.8rem;
}

.mainpage-bg {
	height: 72rem;
	border-radius: 0 0 1.5rem 1.5rem;
}
.mainpage-bg:after {
	width: 20.31rem;
    height: 31.319rem;
	background-image: url('../images/ellipse-m.svg');
}
.city-logo {
	width: 27.081rem;
    top: 28.822rem;
}
.city-text {
	font-size: 1.4rem;
    top: 46.3rem;
    left: 5.2rem;
    width: 25.9rem;
}
.city-text br {
	display: none;
}

.section-rating {
	flex-direction: column;
	gap: 4.812rem;
	padding: 8.34rem 3rem 6.852rem;
    margin-top: -1.5rem;
}
.section-rating:after {
	top: 31.538rem;
    left: -12.385rem;
    transform: rotate(52deg);
	width: 37.5rem;
    height: 61.2rem;
}
.rating-title {
	font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 2.36rem;
}
.rating-text {
	font-size: 1.4rem;
    line-height: 120%;
    width: 32.52rem;
    margin-bottom: 4rem;
}

.rating-filters {
	width: 30.3rem;
    gap: 0.4rem;
}
.rating-filters a {
	font-size: 1.3rem;
    padding: 1.6rem;
    border-radius: 4.5rem;
    line-height: 0.6;
}

.rating {
	width: 31.5rem;
    min-width: unset;
}
.rating-table {
	/*margin-bottom: 3.636rem;*/
}
.rating-row {
	padding: 2.4rem 0;
}
.rating-number {
	font-size: 1.2rem;
    line-height: 240%;
	min-width: 4.2rem;
}
.rating-name {
	font-size: 3.2rem;
    line-height: 120%;
}
.rating-change {
	font-size: 1.2rem;
}
.rating-change.up {
	letter-spacing: -0.18em;
}

.restaraunts-link {
	font-size: 1.4rem;
    letter-spacing: 0.01em;
    margin-left: 0;
}
.restaraunts-link-load_more {
	margin-top: 3.636rem;
}

.section-quotes {
	padding: 12.372rem 2.6rem 7.4rem 3rem;
}
body.single-restaurant .section-quotes {
	padding: 12.372rem 0 7.4rem 0;
}
body.single-restaurant .quote-wrapper {
	padding: 0 3rem;
    box-sizing: border-box;
}
.quotes-slider-mobile .slick-list {
	/*overflow: visible;*/
	padding-top: 6.4rem;
}

.quotes-slider-wrapper .slider-arrow-prev,
.quotes-slider-wrapper .slider-arrow-next {
	display: none;
}

.quotes-slider .slick-list {
    padding-top: 6.4rem;
}

.quotes-wrapper + .slider-dots {
	position: relative;
	text-align: center;
	margin-top: 3.8rem;
	z-index: 9;
}
.quotes-wrapper + .slider-dots ul {
	display: flex;
    justify-content: center;
    gap: 0.6rem;
}
.quotes-wrapper + .slider-dots ul li {
	display: flex;
}
.quotes-wrapper + .slider-dots ul li button {
	font-size: 0;
    border: none;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #8D949180;
    border-radius: 1.5rem;
}
.quotes-wrapper + .slider-dots ul li.slick-active button {
	width: 2.4rem;
    background-color: #8D9491;
}

.section-quotes.section-quotes-1 .quotes {
	padding-left: 0;
}
.quote {
	justify-content: space-between;
	gap: 1.528rem;
}
.quote:before {
	width: 5.056rem;
    height: 3.727rem;
    top: -6.345rem;
    left: 0;
}
.quote-text {
	width: 31.9rem;
    font-weight: 400;
    font-size: 2.7rem;
    letter-spacing: -0.03em;
	min-height: auto;
}
.quote-caption {
	gap: 2.1rem;
}
.quote-photo {
	width: 8rem;
	min-width: 8rem;
    height: 8rem;
}
.quote-chef {
	padding-top: 2.2rem;
    gap: 0.65rem;
}
.quote-chef-name {
	font-size: 1.6rem;
}
.quote-chef-description {
	font-size: 1.2rem;
    line-height: 120%;
}


.section-chefs {
	min-height: unset;
	flex-direction: column;
    gap: 0;
    padding: 6.4rem 3.3rem 0 3rem;
}
.chefs-title {
	font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 2.4rem;
}
.chefs-text {
	width: auto;
	font-size: 1.4rem;
    line-height: 120%;
    margin-bottom: 2.4rem;
}
.chefs-text p {
	margin-bottom: 1.2rem;
}
.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: 1;
}

.chefs-link {
	font-size: 1.4rem;
    line-height: 120%;
    letter-spacing: 0.01em;
}

.chefs-info-wrapper {
	position: relative;
	top: -11.5rem;
	order: 3;
	margin-bottom: -8rem;
	z-index: 9;
}
.chefs-info {
	width: 37.5rem;
    margin-left: -3rem;
	background-color: #f00;/***/
	background-color: #ffffff;
	padding-bottom: 8.9rem;
    border-radius: 11.6rem 11.6rem 0 0;
}
.chefs-info-wrapper .slider-arrow-prev {
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.chefs-info-wrapper .slider-arrow-next {
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.chefs-info-wrapper + .slider-dots {
	position: relative;
	top: -13rem;
	text-align: center;
	margin-top: 4.9rem;
	order: 4;
	margin-bottom: -9rem;
	z-index: 9;
}
.chefs-info-wrapper + .slider-dots ul {
	display: flex;
    justify-content: center;
    gap: 0.6rem;
}
.chefs-info-wrapper + .slider-dots ul li {
	display: flex;
}
.chefs-info-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-info-wrapper + .slider-dots ul li.slick-active button {
	width: 2.4rem;
    background-color: #8D9491;
}

.chef-info-wrapper {
	width: auto;
	min-width: unset;
	opacity: 1;
    height: auto;
}
.chef-name {
	font-size: 3.2rem;
    line-height: 120%;
    text-align: center;
	margin-bottom: 1.6rem;
}
.chef-description {
	width: 17.3rem;
	font-size: 1.4rem;
    line-height: 120%;
    text-align: center;
	color: #21212180;
	/*margin-bottom: 2.4rem;*/
	margin: 0 auto 2.4rem;
}
.chef-link-wrapper {
	display: flex;
    justify-content: center;
}
.chef-link-wrapper span {
	display: none;
}
.chef-link {
	font-size: 1.4rem;
    line-height: 120%;
    margin-left: 0;
	color: #B66541;
}


.chefs-slider {
	z-index: -1;/***/
    position: relative;
	width: 37.5rem;
	height: unset;
	margin-left: -3rem;
	z-index: 8;
	order: 2;
}
.chefs-slider:after {
	width: 37.5rem;
    height: 60.1rem;
	left: -6.522rem !important;
    top: -6rem !important;
    z-index: -1;
}
.chefs-slider-item {
	position: relative;
	bottom: unset;
	left: unset !important;
	display: flex !important;
    justify-content: center;
	width: 100%;
	height: 44rem !important;
	transform: unset;
}

.chefs-slider .slick-list {
	margin: 0;
}
.chefs-slider .slick-slide {
	margin: 0;
	margin: 0 -10rem;
}
.chefs-slider .slick-slide.slick-current {
	z-index: 9 !important;
}


.footer {
	flex-wrap: wrap;
    gap: 3.3rem 3.1rem;
	padding: 4rem 2.1rem 3.2rem 3rem;
}
.footer-column {
    width: 12.7rem !important;
    min-width: unset !important;
}
.footer-copyright {
	width: 11.7rem;
    font-size: 1.4rem;
}
.footer-text {
	display: none;
}
.footer-text.mobile {
	display: block !important;
	width: auto;
    font-size: 1.4rem;
	padding: 0 0 4rem;
}
.footer-logo {
	width: 18.743rem;
    min-width: 18.743rem;
    height: 3.9rem;
	display: none;
}
.footer-column .menu {
	gap: 1.2rem;
}
.footer-column .menu li a {
	font-size: 1.4rem;
}
.footer-column.mobile {
	flex-direction: column;
    width: 100% !important;
}
.footer-column:last-child {
	width: 50% !important;
}
.footer-in {
    width: 6rem;
    min-width: 6rem;
    height: 6rem;
}
.footer-in svg {
	width: 3rem;
    height: 3rem;
}
.footer-logo-in {
	display: flex;
    align-items: center;
    justify-content: space-between;
}


/*** aboutpage ***/
.aboutpage-bg {
	height: 72rem;
	border-radius: 0 0 1.5rem 1.5rem;
}
.aboutpage-bg:after {
	width: 20.31rem;
    height: 31.319rem;
	background-image: url('../images/ellipse-m.svg');
}
.about-title {
	top: 27.4rem;
    left: 6.2rem;
}
.about-title h1 {
	font-size: 8.6rem;
}
.about-text {
    top: 38.8rem;
    left: 6.2rem;
    width: 25.9rem;
	font-size: 1.4rem;
}
.about-text p {
	margin-bottom: 1.2rem;
}

.section-about {
	flex-direction: column;
    gap: 2.4rem;
    padding: 8.2rem 3rem 6.4rem;
}
.section-about:after {
	top: 2.088rem;
	left: -12.385rem;
	width: 42.4rem;
	height: 61.2rem;
	background-image: url('../images/about-ellipse-mobile.png');
}
.about-logo {
	width: 100%;
    height: auto;
}
.about-description-title h2 {
	font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: 0;
}
.about-description {
	width: 32.52rem;
    font-size: 1.4rem;
    line-height: 120%;
}
.about-description p {
	margin-bottom: 1.2rem;
}

.section-mission {
	padding: 6.028rem 2.6rem 7.1rem 3rem;
}
.mission-wrapper {
	width: auto;
}
.mission-title {
	font-weight: 400;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 2.472rem;
}
.mission-text {
	font-weight: 400;
    font-size: 2.7rem;
    letter-spacing: -0.03em;
}
.mission-text br {
	display: none;
}
.mission-caption {
	width: 27rem;
	font-size: 1.4rem;
    line-height: 120%;
    letter-spacing: 0;
    margin-top: 2.5rem;
}

.section-methodology {
	padding: 6.8rem 3rem;
    flex-direction: column;
    gap: 4.312rem;
}
.section-methodology:after {
	top: 31.538rem;
	left: -12.385rem;
	transform: rotate(52deg);
	width: 42.4rem;
	height: 61.2rem;
	background-image: url('../images/methodology-ellipse-mobile.png');
}
.methodology-title {
	width: auto;
    min-width: auto;
}
.methodology-title h2 {
	font-size: 4.2rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    margin-bottom: 2.4rem;
}
.methodology-text {
	width: auto;
    font-size: 1.4rem;
    line-height: 120%;
}
.methodology-list {
	width: auto;
}
.methodology-item {
	padding: 2.4rem 0;
}
.methodology-item-number {
	font-size: 1.2rem;
}
.methodology-item-info {
	width: 28.38rem;
}
.methodology-item-title {
	font-size: 1.6rem;
}
.methodology-item-text {
    font-size: 1.4rem;
    line-height: 120%;
}

.section-recommended {
	padding: 6rem 3rem;
}
.section-recommended h2 {
	font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: 0;
	margin-bottom: 2.4rem;
}
.section-recommended h2 span {
	display: block;
}
.recommended-text {
	width: 100%;
    font-size: 1.4rem;
    line-height: 120%;
	margin-bottom: 4.2rem;
}

.recommended-list-item {
	width: 100%;
	height: 18.7rem;
}
.recommended-list-item-name {
	bottom: 2rem;
	font-size: 2.7rem;
    line-height: 120%;
    letter-spacing: -0.03em;
}

.recommended-list-slider-wrapper .slider-arrow-prev,
.recommended-list-slider-wrapper .slider-arrow-next {
	display: none;
}
.recommended-list-slider-wrapper + .slider-dots {
	margin-top: 2.4rem;
}


/*** chefspage ***/
.page-title {
	margin: 8rem 0 5.4rem;
}
.page-title h1 {
	font-size: 5.4rem;
	padding: 0 3rem;
    text-align: left;
}
.section-chefs-list {
	padding: 0 3rem 8rem;
    margin-bottom: 0;
}
.chefs-list {
	gap: 4.9rem 1.9rem;
}
.chefs-list-item {
	width: calc((100% - 1.9rem) / 2);
}
.chefs-list-item-image {
	width: 13.4rem;
    height: 13.4rem;
    margin-bottom: 2.4rem;
}
.chefs-list-item-name {
	font-size: 1.6rem;
}
.chefs-list-item-post {
	font-size: 1.4rem;
}
.chefs-list-item-description {
	font-size: 1.4rem;
    line-height: 120%;
}


/*** restarauntpage ***/
.section-restaurant-single {
	flex-direction: column;
    padding: 2.6rem 2rem 5.4rem;
}
.restaurant-single-images-sidebar {
	width: 100%;
    min-width: auto;
}
.restaurant-single-image {
	height: 27.5rem;
}
.restaurant-single-images-slider-wrapper .slider-arrow-prev,
.restaurant-single-images-slider-wrapper .slider-arrow-next {
	display: none !important;
}
.restaurant-single-info {
	width: 100%;
    min-width: auto;
	padding: 0 1rem;
    box-sizing: border-box;
}
.restaurant-single-info .restaraunts-link {
	margin-top: 5.4rem;
    margin-bottom: 3.2rem;
}
.restaurant-single-info h1 {
	font-size: 5.4rem;
    margin-bottom: 2.4rem;
}
.restaurant-single-info h1 span {
	display: block;
}
.restaurant-single-text {
	font-size: 1.4rem;
    line-height: 120%;
}

.section-restaraunts-info {
	flex-direction: column-reverse;
    gap: 7.8rem;
    padding: 0 3rem 6.3rem;
}
.restaurant-single-contacts {
	width: 100%;
}
.restaurant-single-contacts h2 {
	font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 3.2rem;
}
.restaurant-single-contacts-info {
	margin-bottom: 7.4rem;
}
.restaurant-single-contacts-info-item {
	width: 14.55rem;
}
.restaurant-single-contacts-info-item-title {
	font-size: 1.6rem;
}
.restaurant-single-contacts-info-item-text {
	font-size: 1.4rem;
    line-height: 120%;
}
.section-restaraunts-info {
	flex-direction: column-reverse;
    gap: 7.8rem;
    padding: 0 3rem 6.3rem;
}
.restaurant-single-contacts {
	width: 100%;
}
.restaurant-single-contacts h2 {
	font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 3.2rem;
}
.restaurant-single-contacts-info {
	gap: 3.2rem 2.4rem;
	margin-bottom: 7.4rem;
}
.restaurant-single-contacts-info-item {
	width: 14.55rem;
}
.restaurant-single-contacts-info-item-title {
	font-size: 1.6rem;
}
.restaurant-single-contacts-info-item-text {
	font-size: 1.4rem;
    line-height: 120%;
}
.restaurant-single-contacts-map {
	height: 11.7rem;
}
.restaurant-single-contacts-map span {
	width: 3.3rem;
    height: 3.3rem;
}

.restaurant-single-chefs {
	width: 100%;
}
.restaurant-single-chefs h2 {
	font-weight: 400;
    font-size: 3.2rem;
    line-height: 120%;
    letter-spacing: 0;
    margin-bottom: 4.2rem;
}
.restaurant-single-chefs h2 span {
	display: block;
    font-size: 2.1rem;
    letter-spacing: -0.03em;
}
body.restaurantpage .section-recommended h2 {
	margin-bottom: 4rem;
}
body.restaurantpage .section-recommended h2 span {
	font-size: 2.1rem;
    line-height: 120%;
    letter-spacing: -0.03em;
}


/*** chefpage ***/
.section-chef-single {
	display: flex;
    flex-direction: column-reverse;
    gap: 4.596rem;
    padding: 5.1rem 2.5rem 0 3rem;
    overflow: hidden;
}
.chef-single-image {
	position: relative;
    left: -3rem;
    width: 35.7rem;
    height: 43.9rem;
    margin-bottom: -7rem;
}
.chef-single-info {
	width: 100%;
}
.chef-single-title {
	font-size: 5.4rem;
    margin: 3.2rem 0 2.4rem;
}
.chef-single-description {
	font-size: 1.6rem;
    margin-bottom: 2.4rem;
}
.chef-single-image:after {
	width: 37.5rem;
	height: 60.1rem;
	left: -6.522rem !important;
	top: -6rem !important;
	z-index: -1;
}

.section-favorite {
	padding: 7.8rem 3rem 6.2rem;
}
.section-favorite h2 {
	font-weight: 400;
    font-size: 3.2rem;
    letter-spacing: 0;
    margin-bottom: 4.2rem;
}
.section-favorite h2 span {
	display: block;
    font-size: 2.1rem;
    letter-spacing: -0.03em;
}

.restaurant-single-chefs .chefs-list {
	margin-bottom: 0;
}

.chefs-list-slider-wrapper .slider-arrow-prev,
.chefs-list-slider-wrapper .slider-arrow-next {
	display: none;
}


/*** 404 ***/
.wrapper-404 {
	width: 27.1rem;
    left: 3rem;
    transform: translate(0, -50%);
}
.wrapper-404:after {
	width: 37.5rem;
    height: 68.8rem;
	background-image: url('../images/ellipse-404-mobile.png');
}
.logo-404 {
	margin-bottom: 3rem;
}
.info-text-404 {
    font-size: 1.4rem;
    line-height: 120%;
	padding-left: 0;
}
.info-text-404 br {
	display: none;
}
.info-link-404 {
	font-size: 1.4rem;
    line-height: 120%;
    padding-left: 0;
}

