

/* Start:/local/components/sf/restaurants/templates/.default/style.css?171886736819100*/
.restaurant__pickuplist {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
}

@media screen and (min-width:1440px) {
	.restaurant__pickuplist {
		gap: 24px
	}
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.restaurant__pickuplist {
		gap: 1.765vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant__pickuplist {
		gap: 5.333vw
	}
}

@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant__pickuplist {
		gap: 3.99975vw
	}
}

.restaurant__maps {
	width: 100%;
	background-color: #f6f6f6
}

@media screen and (min-width:1440px) {
	.restaurant__maps {
		height: 664px
	}
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.restaurant__maps {
		height: 48.824vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant__maps {
		height: 117.333vw
	}
}

@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant__maps {
		height: 87.99975vw
	}
}

.restaurant .toolbar__layout {
	display: grid;
	position: relative;
	gap: 32px;
	margin-bottom: 32px
}

@media screen and (min-width:1440px) {
	.restaurant .toolbar__layout {
		grid-template-columns: 352px 256px 190px
	}
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.restaurant .toolbar__layout {
		grid-template-columns: 25.882vw 18.824vw 13.971vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant .toolbar__layout {
		grid-template-columns: 93.867vw 68.267vw 50.667vw
	}
}

@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant .toolbar__layout {
		grid-template-columns: 70.40025vw 51.20025vw 38.00025vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant .toolbar__layout {
		grid-template-columns: repeat(8, 1fr);
		grid-template-rows: repeat(2, 1fr);
		row-gap: 20px;
		column-gap: 12px;
		margin-bottom: 16px
	}
}

.restaurant .toolbar .tabs-switch {
	grid-column-end: none
}

@media screen and (max-width:1023px) {
	.restaurant .toolbar .tabs-switch {
		grid-column: 1/span 8;
		grid-row: 1/span 1
	}
}

.restaurant .toolbar__search {
	position: relative
}

@media screen and (max-width:1023px) {
	.restaurant .toolbar__search {
		grid-column: 1/span 7;
		grid-row: 2/span 1
	}
}

@media screen and (max-width:1023px) {
	.restaurant .toolbar__filter {
		justify-self: end;
		z-index: 1;
		grid-column: 8/span 1;
		grid-row: 2/span 1
	}
}

.restaurant-block {
	position: relative;
	z-index: 1
}

.restaurant-form__result-wrap {
	position: absolute;
	right: 0;
	left: 0;
	display: none;
	z-index: 2;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	padding: 10px 10px 10px 0px;
	background-color: #fff;
}

.restaurant-form__result {
	max-height: 202px;
	overflow-y: auto;
}

.restaurant-form__result::-webkit-scrollbar {
    width: 4px;
}
.restaurant-form__result::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #E6E6E6;
}
.restaurant-form__result::-webkit-scrollbar-track {
    border-radius: 12px;
}

.suggest-result__item{
	padding: 10px 20px;
	cursor: pointer;
}
.suggest-result__item > div:nth-child(1){
	font-size: 15px;
}
.suggest-result__item > div:nth-child(2){
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.suggest-result__item > div:nth-child(2) > span{
	margin-right: 10px;
	color: #aaa;
	font-size: 13px;
}


/* ballon  */


.balloon__address,
.balloon__subaddress,
.balloon__metro,
.balloon__mode,
.balloon__phone,
.balloon__schedule {
	font-family: CorsicaLX, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #36242a
}

.balloon__subaddress{
	color: #777;
	margin-top: -10px;
}

.balloon__phone::before,
.balloon__schedule::before {
	font-family: CorsicaLX, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px
}

.balloon-modal {
	visibility: hidden
}

.balloon-modal--show {
	visibility: visible
}

.balloon-modal--show .balloon-modal__wrap {
	opacity: 1
}

.balloon-modal--show .balloon-modal__content {
	transform: scale(1);
	opacity: 1
}

.balloon-modal--show .balloon-modal__bg {
	opacity: 1
}

@media screen and (max-width:1023px) {
	.balloon-modal__curtain {
		position: absolute;
		width: 32px;
		height: 4px;
		top: 10px;
		right: 50%;
		transform: translateY(-50%);
		background: #e6e6e6;
		border-radius: 20px;
		z-index: 444
	}
}

.balloon-modal__wrap {
	position: absolute;
	top: 50%;
	left: calc((100vw - 1330rem)/ 2 + 100rem);
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 201;
	box-sizing: border-box
}

@media screen and (max-width:1023px) {
	.balloon-modal__wrap {
		width: 100%;
		display: block;
		top: unset;
		height: unset;
		bottom: 0;
		left: unset;
		transform: unset
	}
}

.balloon-modal__content {
	position: relative;
	background-color: #fff;
	border-radius: 12px;
	width: 352px;
	z-index: 203;
	transform: scale(.5);
	opacity: 0;
	transition: all 250ms ease;
	padding: 24px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
}

@media screen and (max-width:1023px) {
	.balloon-modal__content {
		box-sizing: border-box;
		transform: unset;
		opacity: unset;
		transform: translateY(100%);
		border-radius: 20px 20px 0 0;
		width: 100% !important;
		height: auto !important;
		max-height: 85vh
	}
}

@media screen and (max-width:1023px) {
	.balloon-modal__bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(54, 36, 42, .64);
		z-index: 201;
		transition: all 250ms ease;
		opacity: 0
	}
}

.balloon__wrap {
	position: relative
}

.balloon__header {
	position: absolute;
	width: 100%;
	top: 0;
	right: 0
}

.balloon__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	cursor: pointer;
	z-index: 1
}

.balloon__close:after,
.balloon__close:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 15px;
	height: 1.5px;
	margin: auto;
	background-color: #464646;
	transition: background-color .3s
}

.balloon__close:after {
	transform: rotate(-45deg)
}

.balloon__close:before {
	transform: rotate(45deg)
}

.balloon__content {
	display: grid;
	grid-template-columns: 100%;
	gap: 16px;
	width: 352px
}

@media screen and (max-width:1023px) {
	.balloon__content {
		width: 100%
	}
}

.balloon__address {
	position: relative;
	font-weight: 500;
}


.balloon__metro {
	position: relative;
	align-self: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

.balloon__metro span {
	position: relative;
	padding-left: 20px
}

.balloon__metro span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-52%);
	background-image: url(/local/images/metro-moscow.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center
}

.balloon__mode {
	color: #24c064
}

.balloon__schedule{
	position: relative;
	margin-top: 20px
}

.balloon__schedule::before {
	content: "График работы:";
	font-family: CorsicaLX, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: -24px;
	left: 0;
	color: #8f8488
}



.schedule{

}

.schedule-title{
	color: #8f8488;
	font-family: CorsicaLX, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.schedule-contents{
	margin-top: 10px;
	max-height: 100px;
	overflow-y: auto;
}

.schedule-dates{
	margin-top: 15px;
}

.schedule-items span, .schedule-dates span{
	font-family: CorsicaLX, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #36242a
}

.schedule-dates span{
	color: #ff9b00;
}

.schedule-items span:first-child, .schedule-dates span:first-child{
	width: 50px;
	display: inline-block;
}


.balloon__phone {
	position: relative;
	margin-top: 20px;
	color: #7e2832
}

.balloon__phone::before {
	content: "Телефон:";
	position: absolute;
	top: -24px;
	left: 0;
	color: #8f8488
}

.balloon__actions {
	width: 100%;
	display: flex;
	gap: 12px
}
@media (min-width: 1023px){
	.balloon__actions a{
		width: 50%;
	}
}

@media screen and (min-width:1440px) {
	.balloon__actions {
		flex-direction: row;
		justify-content: space-between
	}
}

@media screen and (max-width:1023px) {
	.balloon__actions {
		flex-direction: column;
		justify-content: space-between;
		width: 100%
	}
}


.balloon__options {
	position: relative;
	display: grid;
	row-gap: 12px;
	column-gap: 0px;
	grid-template-columns: repeat(8, 1fr)
}

@media screen and (max-width:1023px) {
	.balloon__options {
		margin-bottom: 16px
	}
}

@media screen and (min-width:1024px) {
	.balloon__options {
		margin-bottom: 16px
	}
}

/* restaurant-card */
.restaurant-card__address {
	font-family: CorsicaLX, Helvetica, sans-serif;
	color: #36242a;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5
}

.restaurant-card__subaddress {
	font-family: CorsicaLX, Helvetica, sans-serif;
	color: #36242a;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5
}

@media screen and (min-width:1440px) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 16px
	}
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 1.176vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 4.267vw
	}
}

@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 3.20025vw
	}
}

@media screen and (min-width:1440px) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 14px
	}
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 1.029vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 3.733vw
	}
}

@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant-card__address, .restaurant-card__subaddress {
		font-size: 2.79975vw
	}
}

.restaurant-card__metro,
.restaurant-card__mode,
.restaurant-card__phone,
.restaurant-card__schedule {
	font-family: CorsicaLX, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #36242a
}

.restaurant-card__phone::before,
.restaurant-card__schedule::before {
	font-family: CorsicaLX, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px
}

.card {
	display: block;
	position: relative;
	box-sizing: border-box;
	min-width: 100%;
	word-wrap: break-word;
	border-radius: 16px;
	background-clip: border-box;
	white-space: normal;
	padding: 16px 16px
}

.card-shadow {
	box-shadow: 0 4px 24px -1px rgba(54, 36, 42, .1), 0 2px 8px -1px rgba(54, 36, 42, .06)
}

.restaurant-card {
	display: block;
	position: relative;
	box-sizing: border-box;
	word-wrap: break-word;
	border-radius: 16px;
	background-clip: border-box;
	white-space: normal;
	box-shadow: 0 4px 24px -1px rgba(54, 36, 42, .1), 0 2px 8px -1px rgba(54, 36, 42, .06)
}

@media screen and (min-width:1440px) {
	.restaurant-card {
		padding: 24px 24px
	}
}

@media screen and (min-width:1024px) and (max-width:1439px) {
	.restaurant-card {
		padding: 1.765vw 1.765vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant-card {
		padding: 5.333vw 5.333vw
	}
}

@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant-card {
		padding: 3.99975vw 3.99975vw
	}
}

.divider {
	display: block;
	width: 100%;
	flex: 1 1 100%;
	height: 1px;
	transition: inherit;
	background-color: #e6e6e6
}

.divider--vertical {
	align-self: stretch;
	border-width: 0 thin 0 0;
	display: inline-flex;
	height: inherit;
	margin-left: -1px;
	max-height: 100%;
	max-width: 0;
	vertical-align: text-bottom;
	width: 0
}

.divider--inset:not(.divider--vertical) {
	max-width: calc(100% - 72px);
	margin-inline-start: 72px
}

.restaurant-card__divider {
	display: block;
	width: 100%;
	flex: 1 1 100%;
	height: 1px;
	transition: inherit;
	background-color: #e6e6e6
}

.restaurant-card {
	min-height: 100%;
	width: 100%;
	display: grid;
	gap: 20px
}

.restaurant-card__wrap {
	width: 100%;
	margin-bottom: 20px
}

@media screen and (max-width:1023px) {
	.restaurant-card__wrap {
		height: 546px;
		min-height: 546px;
		bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__wrap {
		height: 244px;
		min-height: 244px;
		bottom: 0
	}
}

@media screen and (max-width:1023px) {
	.restaurant-card {
		grid-template-columns: 100%;
		grid-auto-rows: auto
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card {
		grid-template-columns: repeat(12, 1fr);
		grid-template-rows: repeat(5, auto)
	}
}

.restaurant-card--open .restaurant-card__mode {
	color: #24c064
}

.restaurant-card--close .restaurant-card__mode {
	color: #36242a
}

.restaurant-card__address {
	position: relative
}

@media screen and (max-width:1023px) {
	.restaurant-card__address {
		font-weight: 400;
		grid-row: 2/span 1
	}
}

@media screen and (max-width:1023px) and (max-width:1023px) {
	.restaurant-card__address {
		margin-top: 3.2vw
	}
}

@media screen and (max-width:1023px) and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant-card__address {
		margin-top: 2.4vw
	}
}

@media screen and (max-width:1023px) {
	.restaurant-card__address::before {
		content: "Адрес:";
		position: absolute;
		top: -24px;
		left: 0;
		font-size: 14px;
		font-weight: 400;
		color: #8f8488
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__address {
		font-weight: 500;
		grid-column: 1/span 4;
		grid-row: 1/span 1
	}
}

.restaurant-card__metro {
	position: relative;
	align-self: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px
}

@media screen and (max-width:1023px) {
	.restaurant-card__subaddress {
		grid-row: 3/span 1
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__subaddress {
		grid-column: 1/span 4;
		grid-row: 2/span 1
	}
}

.restaurant-card__metro span {
	position: relative;
	padding-left: 20px
}

.restaurant-card__metro span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	transform: translateY(-52%);
	background-image: url(/local/images/metro-moscow.svg);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: center center
}

@media screen and (max-width:1023px) {
	.restaurant-card__mode {
		font-weight: 500;
		grid-row: 1/span 1
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__mode {
		font-weight: 400;
		grid-column: 5/span 3;
		grid-row: 2/span 1
	}
}

.restaurant-card__actions {
	display: flex;
	gap: 12px;
	align-self: flex-start;
	justify-self: end
}

@media screen and (max-width:1023px) {
	.restaurant-card__actions {
		grid-row: 11/span 1;
		flex-direction: column;
		justify-content: space-between;
		width: 100%;
		margin-top: 16px
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__actions {
		flex-direction: row;
		grid-column: 8/span 5;
		grid-row: 1/span 2;
		margin-top: 8px
	}
}

.restaurant-card__divider {
	background-color: #e6e6e6
}

@media screen and (max-width:1023px) {
	.restaurant-card__divider--desk {
		display: block;
		grid-row: 7/span 1
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__divider--desk {
		grid-column: 1/span 12;
		grid-row: 3/span 1
	}
}

.restaurant-card__divider--mob {
	display: none
}

@media screen and (max-width:1023px) {
	.restaurant-card__divider--mob {
		display: block;
		grid-row: 5/span 1
	}
}

.restaurant-card__divider--mob-two {
	display: none
}

@media screen and (max-width:1023px) {
	.restaurant-card__divider--mob-two {
		display: block;
		grid-row: 9/span 1
	}
}

.restaurant-card__schedule {
	position: relative;
	display: flex;
	flex-direction: column
}

@media screen and (max-width:1023px) {
	.restaurant-card__schedule {
		grid-row: 6/span 1
	}
}

@media screen and (max-width:1023px) and (max-width:1023px) {
	.restaurant-card__schedule {
		margin-top: 3.2vw
	}
}

@media screen and (max-width:1023px) and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant-card__schedule {
		margin-top: 2.4vw
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__schedule {
		grid-column: 1/span 2;
		grid-row: 4/span 1
	}
}

@media screen and (min-width:1024px) and (min-width:1440px) {
	.restaurant-card__schedule {
		margin-top: 20px
	}
}

@media screen and (min-width:1024px) and (min-width:1024px) and (max-width:1439px) {
	.restaurant-card__schedule {
		margin-top: 1.471vw
	}
}

.restaurant-card__schedule::before {
	content: "График работы:";
	position: absolute;
	top: -24px;
	left: 0;
	color: #8f8488
}

.restaurant-card__phone {
	position: relative
}

@media screen and (max-width:1023px) {
	.restaurant-card__phone {
		grid-row: 8/span 1
	}
}

@media screen and (max-width:1023px) and (max-width:1023px) {
	.restaurant-card__phone {
		margin-top: 3.2vw
	}
}

@media screen and (max-width:1023px) and (min-width:1024px) and (max-width:1023px) and (orientation:portrait) {
	.restaurant-card__phone {
		margin-top: 2.4vw
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__phone {
		grid-column: 5/span 2;
		grid-row: 4/span 1
	}
}

@media screen and (min-width:1024px) and (min-width:1440px) {
	.restaurant-card__phone {
		margin-top: 20px
	}
}

@media screen and (min-width:1024px) and (min-width:1024px) and (max-width:1439px) {
	.restaurant-card__phone {
		margin-top: 1.471vw
	}
}

.restaurant-card__phone::before {
	content: "Телефон:";
	position: absolute;
	top: -24px;
	left: 0;
	color: #8f8488
}

.restaurant-card__options {
	position: relative;
	row-gap: 16px;
	column-gap: 16px
}

@media screen and (max-width:1023px) {
	.restaurant-card__options {
		display: grid;
		grid-template-columns: repeat(10, 1fr);
		grid-row: 10/span 1;
		justify-self: flex-start
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__options {
		grid-template-columns: repeat(6, 1fr);
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		grid-column: 10/span 3;
		grid-row: 4/span 1
	}
}

.restaurant-card__more {
	position: relative
}

@media screen and (max-width:1023px) {
	.restaurant-card__more {
		grid-row: 4/span 1
	}
}

@media screen and (min-width:1024px) {
	.restaurant-card__more {
		grid-column: 1/span 4;
		grid-row: 5/span 1
	}
}



@media screen and (max-width: 1023px){
	.restaurant .toolbar__search {
	    grid-column: 1/span 8;
	}
}

.notfound{
	font-size: 12px;
    color: #777;
    padding: 5px 20px;
}

@media (max-width: 1023px){
	.r-remove{
		right: 48px !important;
		width: 36px !important;
		height: 36px !important;
		top: calc(50% - 18px) !important;
		z-index: 1 !important;
	}
	.r-remove::after, .r-remove::before{
		width: 33% !important;
	}
}

/*
[class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%) url(/path-to-svg/yellowfilter.svg#yellowfilter);
          filter: grayscale(100%) url(/path-to-svg/yellowfilter.svg#yellowfilter);
}
*/
/* End */


/* Start:/local/components/sf/restaurants/templates/.default/restaurant-card.css?167700532211045*/
@charset "UTF-8";
.restaurant-cards__address{
    font-family:var(--font-family-base);
    color:#36242a;
    font-style:normal;
    font-weight:500;
    line-height:1.5
}
@media screen and (min-width:1440px){
    .restaurant-cards__address{
        font-size:16px
    }
}
@media screen and (min-width:1024px) and (max-width:1439px){
    .restaurant-cards__address{
        font-size:1.176vw
    }
}
@media screen and (max-width:1023px){
    .restaurant-cards__address{
        font-size:4.267vw
    }
}
@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait){
    .restaurant-cards__address{
        font-size:3.20025vw
    }
}
@media screen and (min-width:1440px){
    .restaurant-cards__address{
        font-size:14px
    }
}
@media screen and (min-width:1024px) and (max-width:1439px){
    .restaurant-cards__address{
        font-size:1.029vw
    }
}
@media screen and (max-width:1023px){
    .restaurant-cards__address{
        font-size:3.733vw
    }
}
@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait){
    .restaurant-cards__address{
        font-size:2.79975vw
    }
}
.restaurant-cards__metro,.restaurant-cards__mode,.restaurant-cards__phone,.restaurant-cards__schedule{
    font-family:var(--font-family-base);
    font-size:14px;
    line-height:20px;
    color:#36242a
}
.restaurant-cards__phone::before,.restaurant-cards__subaddress{
    font-family:var(--font-family-base);
    font-size:12px;
    line-height:16px
}
.card{
    display:block;
    position:relative;
    box-sizing:border-box;
    min-width:100%;
    word-wrap:break-word;
    border-radius:16px;
    background-clip:border-box;
    white-space:normal;
    padding:16px 16px
}
.card-shadow{
    box-shadow:0 4px 24px -1px rgba(54,36,42,.1),0 2px 8px -1px rgba(54,36,42,.06)
}
.restaurant-cards{
    display:block;
    position:relative;
    box-sizing:border-box;
    word-wrap:break-word;
    border-radius:16px;
    background-clip:border-box;
    white-space:normal;
    box-shadow:0 4px 24px -1px rgba(54,36,42,.1),0 2px 8px -1px rgba(54,36,42,.06)
}
@media screen and (min-width:1440px){
    .restaurant-cards{
        padding:24px 24px
    }
}
@media screen and (min-width:1024px) and (max-width:1439px){
    .restaurant-cards{
        padding:1.765vw 1.765vw
    }
}
@media screen and (max-width:1023px){
    .restaurant-cards{
        padding:5.333vw 5.333vw
    }
}
@media screen and (min-width:1024px) and (max-width:1023px) and (orientation:portrait){
    .restaurant-cards{
        padding:3.99975vw 3.99975vw
    }
}
.divider{
    display:block;
    width:100%;
    flex:1 1 100%;
    height:1px;
    transition:inherit;
    background-color:#e6e6e6
}
.divider--vertical{
    align-self:stretch;
    border-width:0 thin 0 0;
    display:inline-flex;
    height:inherit;
    margin-left:-1px;
    max-height:100%;
    max-width:0;
    vertical-align:text-bottom;
    width:0
}
.divider--inset:not(.divider--vertical){
    max-width:calc(100% - 72px);
    margin-inline-start:72px
}
.restaurant-cards__divider{
    display:block;
    width:100%;
    flex:1 1 100%;
    height:1px;
    transition:inherit;
    background-color:#e6e6e6
}
.restaurant-cards{
    min-height:100%;
    width:100%;
    display:grid;
    gap:20px
}
.restaurant-cards__wrap{
    width:100%;
    margin-bottom:20px
}
@media screen and (max-width:1023px){
    .restaurant-cards{
        grid-template-columns:100%;
        grid-auto-rows:auto
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards{
        grid-template-columns:repeat(12,1fr);
        grid-template-rows:repeat(4,auto)
    }
}
.restaurant-cards--close .restaurant-cards__schedule{
    color:#36242a
}
@media screen and (max-width:1023px){
    .restaurant-cards--noprops .restaurant-cards__actions{
        grid-row:9/span 1
    }
}
.restaurant-cards__address{
    font-size:16px;
    position:relative
}
@media screen and (max-width:1023px){
    .restaurant-cards__address{
        font-weight:500;
    }
}
@media screen and (max-width:1023px) and (min-width:1024px) and (max-width:1023px) and (orientation:portrait){
    .restaurant-cards__address{
        margin-top:2.4vw
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__address{
        font-weight:500;
    }
}
.restaurant-cards__subaddress{
    margin-top:5px;
    font-size:14px;
    line-height:18px;
    color:#8f8488
}

.restaurant-cards__metro{
    margin-top: 10px;
    position:relative;
    align-self:baseline;
    display:flex;
    flex-wrap:wrap;
}

.restaurant-cards__metro span{
    position:relative;
    padding-left:20px;
    margin-right: 10px;
}
.restaurant-cards__metro span::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    width:16px;
    height:16px;
    transform:translateY(-52%);
    background-image:url(/local/images/metro-moscow.svg);
    background-size:16px 16px;
    background-repeat:no-repeat;
    background-position:center center
}
@media screen and (max-width:1023px){
    .restaurant-cards__mode{
        font-weight:500;
        grid-row:1/span 1
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__mode{
        font-weight:400;
        grid-column:5/span 3;
        grid-row:2/span 1
    }
}
.restaurant-cards__actions{
    display:flex;
    gap:12px;
    align-self:flex-start;
    justify-self:end
}
@media screen and (max-width:1023px){
    .restaurant-cards__actions{
        grid-row:9/span 1;
        flex-direction:column;
        justify-content:space-between;
        width:100%;
        margin-top:16px
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__actions{
        flex-direction:row;
        grid-column:8/span 5;
        grid-row:1/span 2
    }
}
.restaurant-cards__divider{
    background-color:#e6e6e6
}
@media screen and (max-width:1023px){
    .restaurant-cards__divider--desk{
        display:block;
        grid-row:4/span 1
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__divider--desk{
        grid-column:1/span 12;
        grid-row:2/span 1
    }
}
.restaurant-cards__divider--mob{
    display:none
}
@media screen and (max-width:1023px){
    .restaurant-cards__divider--mob{
        display:block;
        grid-row:6/span 1
    }
}
.restaurant-cards__divider--mob-two{
    display:none
}
@media screen and (max-width:1023px){
    .restaurant-cards__divider--mob-two{
        display:block;
        grid-row:7/span 1
    }
}
.restaurant-cards__schedule{
    position:relative;
}
@media screen and (max-width:1023px){
    .restaurant-cards__schedule{
        font-style:16px;
        grid-row:5/span 1;
        margin-top:20px;
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__schedule{
        grid-column:1/span 5;
        grid-row:3/span 1
    }
}
@media screen and (min-width:1024px) and (min-width:1440px){
    .restaurant-cards__schedule{
        margin-top: -5px;
    }
}
@media screen and (min-width:1024px) and (min-width:1024px) and (max-width:1439px){
    .restaurant-cards__schedule{
        margin-top: -5px;
    }
}
.restaurant-cards__schedule-content{
    display:flex;
    flex-direction:column;
    max-height: 100px;
    overflow-y: auto;
}
.restaurant-cards__schedule-content::-webkit-scrollbar {
    width: 4px;
}
.restaurant-cards__schedule-content::-webkit-scrollbar-track {
    border-radius: 12px;
}
.restaurant-cards__schedule-content::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background-color: #E6E6E6;
}
.restaurant-cards__phone{
    position:relative
}
@media screen and (max-width:1023px){
    .restaurant-cards__phone{
        grid-row:6/span 1
    }
}
@media screen and (max-width:1023px) and (max-width:1023px){
    .restaurant-cards__phone{
        margin-top:5.333vw
    }
}
@media screen and (max-width:1023px) and (min-width:1024px) and (max-width:1023px) and (orientation:portrait){
    .restaurant-cards__phone{
        margin-top:3.99975vw
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__phone{
        grid-column:6/span 2;
        grid-row:3/span 1
    }
}
@media screen and (min-width:1024px) and (min-width:1440px){
    .restaurant-cards__phone{
        margin-top:20px
    }
}
@media screen and (min-width:1024px) and (min-width:1024px) and (max-width:1439px){
    .restaurant-cards__phone{
        margin-top:1.471vw
    }
}
.restaurant-cards__phone::before{
    content:"Телефон:";
    position:absolute;
    top:-24px;
    left:0;
    color:#8f8488
}
.restaurant-cards__options{
    position:relative;
    row-gap:12px;
    column-gap:12px
}
@media screen and (max-width:1023px){
    .restaurant-cards__options{
        display:grid;
        grid-template-columns:repeat(7,1fr);
        grid-row:8/span 1;
        justify-self:flex-start
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__options{
        grid-template-columns:repeat(6,1fr);
        display:flex;
        flex-wrap:wrap;
        justify-content:flex-end;
        grid-column:9/span 4;
        grid-row:3/span 1
    }
}
.restaurant-cards__more{
    position:relative
}
@media screen and (max-width:1023px){
    .restaurant-cards__more{
        grid-row:3/span 1
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__more{
        grid-column:1/span 4;
        grid-row:4/span 1
    }
}
.restaurant-cards--loader{
    position:absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    top:0;
    right:0;
    width:100%;
    height:100%;
    max-height:100vh;
    background:rgba(255,255,255,.84);
    z-index:2
}
.restaurant-cards--loader:after{
    content:"";
    position:absolute;
    border-radius:50%;
    width:48px;
    height:48px;
    border-top:2px solid #f0e5e6;
    border-right:2px solid #f0e5e6;
    border-bottom:2px solid #f0e5e6;
    border-left:2px solid rgba(255,255,255,.84);
    animation:load8 1.1s infinite linear;
    z-index:3
}
.options-item{
    position:relative;
    width:32px;
    height:32px;
    background-size: 50%;
    background-repeat:no-repeat;
    background-position:center;
    background-color: #eee;
    border-radius: 50%;
}


@media screen and (max-width:1023px){
    .restaurant-cards__title{
        grid-row:2/span 1
    }
}
@media screen and (min-width:1024px){
    .restaurant-cards__title{
        grid-column:1/span 5;
        grid-row:1/span 1
    }
}

.restaurant-cards__status{
    grid-column: 6/span 3;
    grid-row: 1/span 1;
    font-size: 14px;
    position: relative;
    margin-top: 4px;
}
@media screen and (max-width:1023px){
    .restaurant-cards__status{
        grid-row:1/span 1;
        grid-column: 1/span 1;
        margin-top: 0;
    }
}
.restaurant-cards__status:before{
    position: absolute;
    content: '';
    left: -12px;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ccc;
}
.restaurant-cards--open .restaurant-cards__status{
    color: #00c800;
}
.restaurant-cards--open .restaurant-cards__status:before{
    background-color: #00c800;
}
/* End */
/* /local/components/sf/restaurants/templates/.default/style.css?171886736819100 */
/* /local/components/sf/restaurants/templates/.default/restaurant-card.css?167700532211045 */
