@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap&subset=cyrillic-ext');

@font-face {
	font-family: icons;
	font-display: swap;
	src: url(../fonts/icons.woff) format("woff"),url(../fonts/icons.woff2) format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: icons;
	font-display: swap;
	src: url(../fonts/icons.woff) format("woff"),url(../fonts/icons.woff2#icons) format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: block;
}

[class*=" _icon-"]:before, [class^="_icon-"]:before {
	font-family: icons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=" _icon-"]:before, [class^="_icon-"]:before {
	display: block;
}
.shopping-cart__price strike{
  margin-right: 7px;
 
  opacity: 0.5;
}
.shopping-cart__total-price strike{
margin-right: 7px;
 
 font-size: 28px;
  opacity: 0.5;
}
._icon-left:before {
	content: "\e90b";
}

._icon-right:before {
	content: "\e90c";
}

._icon-x:before {
	content: "\e90d";
}

._icon-twitter:before {
	content: "\e900";
}
.samovivoznone .samovivoz{
		display: none;
}
.samovivoznone .tabs-checkout-cart__item {
	width: 100%;
}
._icon-facebook:before {
	content: "";background-image: url(../img/telegram_icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}
._icon-whatsapp:before {
	content: "";background-image: url(../img/whatsapp.svg?t=555);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}
.header__center ._icon-facebook:before {
	
	/*background-image: url(../img/telegram_icon_.svg);*/
	background-image: url('../img/Vector-1.svg');
	
}
.header__center ._icon-whatsapp:before {
	/*background-image: url(../img/whatsapp_.svg?t=555);*/
	background-image: url('../img/Vector.svg');
}
.header__center ._icon-instagram::before {
    content: "\e902";
    color: #cfcfcf;
}

.header__center{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-ms-flex: 0 1 650px;
flex: 0 1 650px;
max-width: 148px;
margin-left: -157px;
}
._icon-instagram:before {
	content: "\e902";
}

._icon-feather:before {
	content: "\e903";
}

._icon-sheet:before {
	content: "\e904";
}

._icon-pepper:before {
	content: "\e905";
}

/*._icon-basket:before {
	content: "\e906";
}*/

._icon-basket:before {
	content: "";
	background-image: url(../img/icon_basket.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
}

._icon-tel:before {
	content: "\e907";
	background-image: url('../img/Vector-2.svg');
	background-size: contain;
	width: 24px;
	height: 24px;
	content: '';
}

._icon-basket-header:before {
	content: "\e908";
	background-image: url('../img/Vector-3.svg');
	background-size: contain;
	width: 24px;
	height: 24px;
	content: '';
	background-position: bottom;
	background-repeat: no-repeat;
}

._icon-drink:before {
	content: "\e909";
}

._icon-burger:before {
	content: "\e90a";
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:active, :focus {
	outline: 0;
}

a:active, a:focus {
	outline: 0;
}

aside, footer, header, nav, section {
	display: block;
}

body, html {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: Nunito,sans-serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

button, input, textarea {
	font-family: Nunito,sans-serif;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	font-size: 24px;
	background: #252228;
}

body._lock {
	overflow: hidden;
}
body .inp-error {
    border: 1px solid red;
    box-shadow: inset 0 1px 12px rgba(255, 0, 0, 0.8);
}
.wrapper {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nomain .main-slider {
    height: 80px;
    overflow: hidden;
}
._container {
	max-width: 1408px;
	margin: 0 auto;
}

.btn {
	display: block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffe27a;
	border-radius: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	text-align: center;
	color: #3b383d;
}
.btn:hover {
	background: #FEEFB9;
}
.btn._fw {
	width: 100%;
}
.vidosiok{
	object-fit: cover;
}
.select {
	position: relative;
}

.select__item {
	position: relative;
}

.select__title {
	color: #000;
	border: 1px solid #d9d9d9;
	background-color: #fff;
	cursor: pointer;
	border-radius: 4px;
}

.select__value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	height: 30px;
	padding: 0 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.select__value span {
	height: 1em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.select__value:before {
	content: "";
	display: inline-block;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 11px;
	height: 7px;
	background: url(../img/icons/select.svg) center/100% no-repeat;
}

.select__input {
	width: 100%;
	background-color: transparent;
	height: 100%;
}

.select__options {
	color: #000;
	display: none;
	position: absolute;
	top: 29px;
	border-radius: 0 0 4px 4px;
	min-width: 100%;
	left: 0;
	background-color: #fff;
	border-top: 0;
	border: 1px solid #d9d9d9;
	border-top: 0;
	font-size: 14px;
	padding: 10px 0 5px 0;
}

.select__option {
	cursor: pointer;
	padding: 5px 15px;
	margin: 0;
}

.select._active {
	z-index: 5;
}

.select._active .select__value:before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.select._active .select__options {
	display: block;
}

input[type=email], input[type=tel], input[type=text], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 0!important;
	width: 100%;
	display: block;
	padding: 0 20px;
}
.display_flex_important{
	display: flex!important;
}
textarea.input {
	resize: none;
	padding: 0 0;
}

.checkbox {
	position: relative;
}

.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.checkbox__input:checked+.checkbox__text:before {
	background: #fff url(../img/icons/check.svg) center no-repeat;
}

.checkbox__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -.3px;
	line-height: calc(20 / 16);
	cursor: pointer;
}

.checkbox__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}

.checkbox a {
	color: #fff;
	text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
	border: 1px solid #ee1212;
}

.options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.options__item {
	position: relative;
	cursor: pointer;
}

.options__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	left: 0;
	top: 0;
	visibility: hidden;
}

.options__input:checked+.options__text:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.options__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	letter-spacing: -.3px;
	line-height: calc(20 / 16);
}

.options__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 0 14px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: 20px;
	height: 18px;
	background: #fff;
	border: 1px solid #a7a9ac;
}
.mob {
		display: none;
	}
.options__text:after {
	content: "";
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #77243a;
	position: absolute;
	left: 5px;
	top: 4px;
}

.rating-block {
	display: table;
	font-size: 0;
}

.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.rating.edit .star {
	cursor: pointer;
}

.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url(../img/icons/bg_rating.svg) 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}

.rating__activeline {
	position: absolute;
	width: 0;
	height: 14px;
	top: 0;
	left: 0;
	background: url(../img/icons/bg_rating_active.svg) 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}

.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}

.quantity {
	width: 125px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 50px;
	background: #fff;
	border-radius: 32px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 22px 0 22px;
}

.quantity__button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	position: relative;
	cursor: pointer;
}

.quantity__button::after, .quantity__button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin: -1px 0 0 -4.5px;
	background: #3b383d;
	width: 12px;
    height: 2px;
}
.quantity__button_plus.quantity__button:hover:after, .quantity__button_plus.quantity__button:hover:before {
    
    background: #8CC63E;
	
    
}
.quantity__button_minus.quantity__button:hover:after, .quantity__button_minus.quantity__button:hover:before {
    
    background: #FF6E5A;

    
}

.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.quantity__input input {
	font-weight: 600;
	font-size: 18px;
	line-height: 177.77778%;
	text-align: center;
	color: #5d6978;
	height: 100%;
	width: 100%;
	color: #3b383d;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}

ol.counter li {
	position: relative;
	padding: 0 0 0 45px;
}

ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}

.cell.full {
	width: 100%;
}

._ibg {
	position: relative;
}

._ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

body.ie ._ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

body.ie ._ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}

.video embed, .video iframe, .video object, .video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg embed, .videobg iframe, .videobg object, .videobg video {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}

.moretext__more span {
	font-style: normal;
}

.moretext__more span:first-child {
	display: block;
}

.moretext__more span:last-child {
	display: none;
}

.moretext__more.active span {
	font-style: normal;
}

.moretext__more.active span:first-child {
	display: none;
}

.moretext__more.active span:last-child {
	display: block;
}

#map {
	background: url(../img/icons/loading.gif) center/50px no-repeat;
}

._swiper {
	overflow: hidden;
}

._swiper .swiper-wrapper {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.swiper-slide-active{
	z-index: 9999999;
}
.swiper-container-android .swiper-slide, .swiper-container-android .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.swiper-button-lock {
	display: none!important;
}

.slick-slider {
	position: relative;
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slick-slider .slick-slide {
	position: relative;
}

.tab__item {
	display: none;
}

.tab__item.active {
	display: block;
}

._tabs-block {
	display: none;
}

._tabs-block._active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1);
}

.nicescroll-rails {
	z-index: 1000!important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px!important;
	bottom: 80px!important;
}

.baloon button {
	display: none!important;
}

.baloon:after {
	display: none!important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0!important;
	max-width: 300px!important;
	padding: 0!important;
	left: 0!important;
	width: 100%!important;
	overflow: visible!important;
}

.baloon-content.gm-style-iw>.gm-style-iw-d {
	overflow: hidden!important;
	max-width: none!important;
}

.baloon-content.gm-style-iw:after {
	display: none!important;
}

.baloon-close {
	top: 18px!important;
}
.icon-cart__body._active {
   display: block!important;
}
._custom-scroll {
	position: fixed;
	right: 0;
	top: 0;
	width: 3px;
	height: 100%;
	z-index: 1000;
}

._custom-scroll__line {
	background-color: rgba(0,0,0,.5);
	border-radius: 3px 0 0 3px;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.lg-actions .lg-next {
	background: #ffe27a;
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.25);
	box-shadow: 0 4px 20px rgba(0,0,0,.25);
	border-radius: 32px;
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	left: 92%;
	top: 49%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 1080;
}

.lg-actions .lg-next::before {
	content: "";
	display: block;
	position: absolute;
	top: 28px;
	left: 25px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #3b383d;
	border-right: 1px solid #3b383d;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

.lg-actions .lg-prev {
	background: #ffe27a;
	-webkit-box-shadow: 0 4px 20px rgba(0,0,0,.25);
	box-shadow: 0 4px 20px rgba(0,0,0,.25);
	border-radius: 32px;
	cursor: pointer;
	display: block;
	margin-top: -10px;
	position: absolute;
	top: 0;
	left: 3%;
	display: block;
	width: 64px;
	height: 64px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 1080;
}

.lg-actions .lg-prev::before {
	content: "";
	display: block;
	position: absolute;
	top: 28px;
	left: 29px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #3b383d;
	border-right: 1px solid #3b383d;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

._no-webp .lg-toolbar .lg-close {
	background: #ffe27a url(../img/x.png) 20px 19px no-repeat;
}

.lg-toolbar .lg-close {
	position: absolute;
	top: 15%;
	left: 93%;
	width: 64px;
	height: 64px;
	background: #ffe27a;
	border-radius: 32px;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
}

.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}

.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}

.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none!important;
	outline: medium none;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
	color: #fff;
}

.lg-toolbar .lg-close {
	background: url(../img/icons/close.svg) center no-repeat;
}

.lg-toolbar .lg-download {
	display: none;
}

.lg-sub-html {
	background-color: rgba(0,0,0,.45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}

.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}

.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}

#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}

.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	-webkit-transition: -webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	-o-transition: -o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	-webkit-transition: opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
	transition: opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
	-o-transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;
	transition: transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear,-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s;
}

.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px,0,0);
	transform: translate3d(10px,0,0);
}

.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(.5,.5,.5);
	transform: scale3d(.5,.5,.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	-o-transition: -o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	-webkit-transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	transition: opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	-o-transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;
	transition: transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1),-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s!important;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	opacity: 1;
}

.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	-webkit-transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	-o-transition: -o-transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition: -webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
	-o-transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .25s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .25s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	-webkit-transition-duration: 0s!important;
	-o-transition-duration: 0s!important;
	transition-duration: 0s!important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
	border-radius: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
	-webkit-transition: bottom .25s ease;
	-o-transition: bottom .25s ease;
	transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}

.lg-outer .lg-toggle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}

.lg-outer .lg-toggle-thumb:after {
	content: "\e1ff";
}

.lg-outer .lg-toggle-thumb:hover {
	color: #fff;
}

.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}

.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}

.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
}

.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}

._no-webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}

._no-webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.png) no-repeat scroll 0 0;
}

.lg-outer .lg-has-html5 .lg-video-play {
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}

._no-webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 0 transparent;
}

._no-webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}

.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	-webkit-transition: opacity 80ms ease 0s;
	-o-transition: opacity 80ms ease 0s;
	transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
	background-color: #a90707;
	height: 5px;
	width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}

.lg-autoplay-button:after {
	content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
	-o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
	-o-transition: transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
	-o-transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
	transition: left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	-webkit-transition: -webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	-o-transition: -o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	-webkit-transition: opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	transition: opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	-o-transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;
	transition: transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s,-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s!important;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#lg-zoom-in:after {
	content: "\e311";
}

#lg-actual-size {
	font-size: 20px;
}

#lg-actual-size:after {
	content: "\e033";
}

#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}

#lg-zoom-out:after {
	content: "\e312";
}

.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}

.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}

.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
	transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
	-o-transition: opacity .15s ease 0s,transform .15s ease 0s;
	transition: opacity .15s ease 0s,transform .15s ease 0s;
	transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
}

.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}

.lg-outer .lg-pager {
	background-color: rgba(255,255,255,.5);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
	box-shadow: 0 0 0 8px rgba(255,255,255,.7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow .3s ease 0s;
	-o-transition: box-shadow .3s ease 0s;
	-webkit-transition: -webkit-box-shadow .3s ease 0s;
	transition: -webkit-box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s;
	transition: box-shadow .3s ease 0s,-webkit-box-shadow .3s ease 0s;
	width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	-webkit-box-shadow: 0 0 0 8px #fff inset;
	box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}

.lg-fullscreen:after {
	content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0,0,0,.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
	-o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
	transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-ms-transform: translate3d(0,0,0);
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
	visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}

.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate3d(0,5px,0);
	-webkit-transform: translate3d(0,5px,0);
	transform: translate3d(0,5px,0);
	-webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	-o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	-webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
	transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
	-o-transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
	transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}

.lg-outer .lg-dropdown>li:last-child {
	margin-bottom: 0;
}

.lg-outer .lg-dropdown>li:hover .lg-icon, .lg-outer .lg-dropdown>li:hover a {
	color: #333;
}

.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0,0,0,.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}

.lg-outer #lg-share {
	position: relative;
}

.lg-outer #lg-share:after {
	content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}

.group:after, .group:before {
	display: table;
	content: "";
	line-height: 0;
}

.group:after {
	clear: both;
}

.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999991050;
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.lg-outer.lg-visible {
	opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	-webkit-transition-duration: inherit!important;
	-o-transition-duration: inherit!important;
	transition-duration: inherit!important;
	-webkit-transition-timing-function: inherit!important;
	-o-transition-timing-function: inherit!important;
	transition-timing-function: inherit!important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	-webkit-transition-duration: 0s!important;
	-o-transition-duration: 0s!important;
	transition-duration: 0s!important;
	opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}

.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.lg-outer .lg-item {
	background: url(../img/icons/loading.gif) no-repeat scroll center center transparent;
	display: none!important;
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block!important;
}

.lg-outer.lg-css .lg-current {
	display: inline-block!important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}

.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.lg-outer .lg-item.lg-complete {
	background-image: none;
}

.lg-outer .lg-item.lg-current {
	z-index: 1060;
}

.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: 90%;
	height: 90%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}

.lg-outer .lg-empty-html {
	display: none;
}

.lg-outer.lg-hide-download #lg-download {
	display: none;
}

.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background: rgba(37,34,40,.8);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	opacity: 0;
	-webkit-transition: opacity .15s ease 0s;
	-o-transition: opacity .15s ease 0s;
	transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
	opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	-webkit-transition: none 0s ease 0s!important;
	-o-transition: none 0s ease 0s!important;
	transition: none 0s ease 0s!important;
}

.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
	opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	-webkit-transition: opacity .1s ease 0s;
	-o-transition: opacity .1s ease 0s;
	transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	-webkit-transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	transition: opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
	-o-transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s,-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	-webkit-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	-o-transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
	transition: left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 30px 10px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility .8s ease 0s;
	-o-transition: visibility .8s ease 0s;
	transition: visibility .8s ease 0s;
	visibility: hidden;
	z-index: 9999999;
}

.popup::before {
	content: "";
	background: rgba(37,34,40,.8);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity .8s ease 0s;
	-o-transition: opacity .8s ease 0s;
	transition: opacity .8s ease 0s;
}

.popup.show {
	visibility: visible;
	overflow: auto;
}

.popup.show::before {
	opacity: 1;
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup._active {
	overflow: auto;
	visibility: visible;
}

.popup._active::before {
	opacity: 1;
}

.popup._active .popup__body {
	-webkit-transition: all .3s ease .2s;
	-o-transition: all .3s ease .2s;
	transition: all .3s ease .2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.popup__body {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	background: #3b383d;
	padding: 65px;
	width: 100%;
	max-width: 632px;
	border-radius: 24px;
}

.popup__close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 30;
	background: url(../img/icons/close.svg) 0 0 no-repeat;
}

.popup__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 56px 0;
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	text-align: center;
	color: #fff;
}

.popup__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.popup__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffe27a;
	border-radius: 32px;
	width: 138px;
	height: 48px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #3b383d;
}

.popup__item {
	background: #fff;
	border-radius: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 16px 8px 16px;
	width: 100%;
	height: 48px;
	margin: 0 0 32px 0;
	font-size: 16px;
	line-height: 200%;
	color: rgba(59,56,61,.5);
}

.popup__item:last-child {
	margin: 0 0 56px 0;
}

.popup__block-reviewsent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__block-checkout-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.block-reviewsent__image {
	margin: 0 0 24px 0;
}

.block-reviewsent__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 56px 0;
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	text-align: center;
	color: #fff;
	margin: 0 0 24px 0;
}

.block-reviewsent__subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	text-align: center;
	color: #fff;
	margin: 0 0 24px 0;
}

.block-reviewsent__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffe27a;
	border-radius: 32px;
	width: 72px;
	height: 48px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #3b383d;
}

.block-checkout-cart__image {
	margin: 0 0 24px 0;
}

.block-checkout-cart__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 56px 0;
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	text-align: center;
	color: #fff;
}

.block-checkout-cart__subtitle {
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	text-align: center;
	color: #fff;
	margin: 0 0 24px 0;
}

.block-checkout-cart__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffe27a;
	border-radius: 32px;
	width: 240px;
	height: 48px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #3b383d;
}

.header {
	position: fixed;
	z-index: 99999999;
	width: 100%;
}

.header__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 80px;
	padding: 0 40px 0 40px;
	background-color: rgb(37 34 40 / 30%);
	z-index: 51;
}

.header__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 650px;
	flex: 0 1 650px;
}

.header__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 216px;
	flex: 0 1 216px;
}

.header__logo img {
	width: 64px;
	height: 32px;
}

.header__menu {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 455px;
	flex: 0 1 455px;
}

.header__shopping-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 34px 0 0;
}

.header__contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 34px;
}

.menu__food {
	display: none;
}

.menu__shopping-cart {
	display: none;
}

.menu__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*margin: 0 -32px;*/
}

.menu__list li {
	padding: 0 32px;
}

.menu__link {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.menu__link:hover {
	color: #ffe27a;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.shopping-cart__icon {
	cursor: pointer;
	position: relative;
	font-size: 20px;
	margin: 0 12px 0 0;
	color: #fff;
}

.shopping-cart__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 66.66667%;
	text-align: center;
	color: #3b383d;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: -7px;
	background: #ffe27a;
	border-radius: 10px;
}

.shopping-cart__text {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #fff;
	cursor: pointer;
}

.contacts__icon {
	margin: 0 12px 0 0;
	font-size: 24px;
	color: #fff;
}

.contacts__number {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #fff;
}

.icon-cart__body {
	display: none;
}

.icon-menu {
	display: none;
}

.footer {
	position: relative;
	min-height: 80px;
	padding: 24px 0 24px 0;
	z-index: 200;
}

.footer__bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	background: -webkit-gradient(linear,left bottom,left top,from(rgba(114,114,114,.2)),to(rgba(114,114,114,.2)));
	background: -o-linear-gradient(bottom,rgba(114,114,114,.2),rgba(114,114,114,.2));
	background: linear-gradient(0deg,rgba(114,114,114,.2),rgba(114,114,114,.2));
	opacity: .2;
}

.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.footer__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0 40px;
}

.footer__image img {
	width: 64px;
	height: 32px;
	-o-object-fit: cover;
	object-fit: cover;
}

.footer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.footer__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__address {
	margin: 0 50px 0 0;
}

.footer__contacts {
	margin: 0 50px 0 0;
}

.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.address-footer__title {
	display: none;
}

.address-footer__subttile {
	font-size: 14px;
	line-height: 171.42857%;
	color: #fff;
	opacity: .5;
}

.contacts-footer__title {
	display: none;
}

.contacts-footer__subtitle {
	font-size: 14px;
	line-height: 171.42857%;
	color: #fff;
	opacity: .5;
}

.social-footer__icon {
	width: 24px;
	height: 24px;
	color: rgba(255,255,255,.3);
	margin: 0 26px 0 0;
}

.social-footer__icon:last-child {
	margin: 0 42px 0 0;
}

.main-slider {
	height: auto;
}

.slide__image-one {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slide__image-one img {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: grow 15s linear forwards alternate infinite;
	animation: grow 15s linear forwards alternate infinite;
}

@-webkit-keyframes grow {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

@keyframes grow {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}

.slide__image-two {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slide__image-two img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: scale 15s linear forwards alternate infinite;
	animation: scale 15s linear forwards alternate infinite;
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}

.slide__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
left: 0;
top: 0;
z-index: 99999999999;
width: 100%;
}

.slide__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0;
}

.slide__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #ffffff80;
	min-height: 80px;
	border-radius: 50px;
	padding: 16px 16px 16px 32px;
}

.slide__image-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.slide__image-logo-one {
	margin: 0 0 56px 0;
	width: 208px;
	height: 104px;
	color: #fff;
	-o-object-fit: cover;
	object-fit: cover;
}

/*
.slide__image-logo-two {
	width: 440px;
	height: 226px;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 0 48px 0;
}

*/

.slide__image-logo-two {
	margin: 0 0 56px 0;
	width: 208px;
	height: 104px;
	color: #fff;
	-o-object-fit: cover;
	object-fit: cover;
display: none;
}

.slide__button {
	width: 193px;
	height: 64px;
}

.block-slide__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-slide__smile {
	margin: 0 10px 0 0;
	width: 24px;
	height: 24px;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-slide__image-burger {
	width: 24px;
	height: 24px;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 10px 0 0;
}

.block-slide__text {
	font-weight: 600;
	font-size: 18px;
	line-height: 177.77778%;
	color: #3b383d;
	margin: 0 10px 0 0;
}

.block-slide__button {
	width: 124px;
	height: 48px;
}

.menu-slider {
	position: relative;
	z-index: 5;
	height: auto;
	background: #252228;
	margin: 112px 0 0 0;
}

.menu-slider__content {
	background: #2e2b30;
	border-radius: 48px;
}

.tabs-menu__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 56px 0 0 0;
	margin: 0 -45px 0 -45px;
}

.tabs-menu__item {
	padding: 0 45px 0 45px;
	cursor: pointer;
	font-weight: 400;
	font-size: 28px;
	line-height: 114.28571%;
	color: #fff;
	opacity: .3;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.tabs-menu__item:hover {
	color: #FEEFB9;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 1;
}
.popup_timing  .popup__body {
 max-width: 365px;
  background: #fff;
  font-family: Myriad Pro;
  padding: 50px 11px;
}
.popup_timing  .popup__body p {
  font-size: 17px;
  letter-spacing: 1px;
  
}
.popup_timing  .popup__body p.timp3 {
  font-weight: 700;
  line-height: 25px;
  
}
.popup_timing  .popup__body p.timp4 {
  cursor: pointer;
  background: #ffe27a;
  padding: 16px 45px;
  margin-top: 10px;
  border-radius: 25px;
}
.popup_timing  .popup__body img {
  margin: 14px 0;
}
.tabs-menu__item._active {
	color: #ffe27a;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 1;
}

.tabs-menu__tabs-menu-catalog {
	margin: 250px 0 56px 0;
	padding: 0 80px 0 80px;
}

.tabs-menu__tabs-menu-catalog-item {
	margin: 0 0 56px 0;
	padding: 96px 120px 56px 120px;
}

.tabs-menu__tabs-menu-catalog-item-snacks {
	margin: 0 0 56px 0;
	padding: 96px 56px 56px 56px;
}

.tabs-menu__tabs-menu-catalog-drink {
	margin: 0 0 56px 0;
	padding: 96px 240px 56px 240px;
}

.tabs-menu-catalog__title {
	display: none;
}

.tabs-menu-catalog__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	position: relative;
}

.tabs-menu-catalog__row.product__row {
    justify-content: center;
}

.tabs-menu-catalog__column {
    position: relative;
    z-index: 15;
    overflow: hidden;
    padding: 250px 0 0 0;
    margin: -260px 0 260px 0;
    width: 46%;
    max-width: 564px;
}

.tabs-menu-catalog__row .tabs-menu-catalog__column:last-child {
	margin-bottom: 120px;
}

.tabs-menu-catalog__blog {
	background: #3b383d;
	border-radius: 32px;
	padding: 0 32px 24px 32px;
	position: relative;
}

.tabs-menu-catalog__image-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tabs-menu-catalog__image-burger {
	width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 10;
margin: -89px 0 16px 0;
transition: transform 0.3s ease-in-out 0s;
max-width: 416px;
max-height: 320px;
}

.tabs-menu-catalog__image-flag-1 {
	position: absolute;
	z-index: 16;
	top: -168px;
	left: 195px;
}

.tabs-menu-catalog__image-flag-2 {
	position: absolute;
	z-index: 16;
	top: -165px;
	left: 195px;
}

.tabs-menu-catalog__image-flag-3 {
	position: absolute;
	z-index: 16;
	top: -180px;
	left: 375px;
}

.tabs-menu-catalog__image-flag-4 {
	position: absolute;
	z-index: 16;
	top: -185px;
	left: 270px;
}

.tabs-menu-catalog__image-flag-5 {
	position: absolute;
	z-index: 16;
	top: -207px;
	left: 245px;
}

.tabs-menu-catalog__image-flag-6 {
	position: absolute;
	z-index: 16;
	top: -175px;
	left: 210px;
}

.tabs-menu-catalog__image-flag-7 {
	position: absolute;
	z-index: 16;
	top: -205px;
	left: 280px;
}

.tabs-menu-catalog__image-flag-8 {
	position: absolute;
	z-index: 16;
	top: -175px;
	left: 225px;
}

.tabs-menu-catalog__image-flag-9 {
	position: absolute;
	z-index: 16;
	top: -205px;
	left: 180px;
}

.tabs-menu-catalog__image-flag-10 {
	position: absolute;
	z-index: 16;
	top: -180px;
	left: 337px;
}

.tabs-menu-catalog__image-flag-11 {
	position: absolute;
	z-index: 16;
	top: -212px;
	left: 210px;
}

.tabs-menu-catalog__men {
	position: absolute;
	top: -150px;
	left: -12%;
	z-index: -1;
}

.tabs-menu-catalog__mickey-mouse {
	position: absolute;
	top: -128px;
	left: 77%;
	z-index: -1;
}

.tabs-menu-catalog__statue {
	position: absolute;
	top: -205px;
	left: 9%;
	z-index: -1;
}

.tabs-menu-catalog__cowboy {
	position: absolute;
	top: -108px;
	left: 58.5%;
	z-index: -1;
	transform: rotate(-17deg);
}

.tabs-menu-catalog__skis {
	position: absolute;
	top: -160px;
	left: 8%;
	z-index: -1;
}

.tabs-menu-catalog__mountains {
	position: absolute;
	top: -180px;
	left: -8%;
	z-index: -2;
}

.tabs-menu-catalog__taj-mahal {
	position: absolute;
	top: -177px;
	left: -2%;
	z-index: -1;
}

.tabs-menu-catalog__rickshaw {
	position: absolute;
	top: -140px;
	left: 63%;
	z-index: -1;
}

.tabs-menu-catalog__palm {
	position: absolute;
	top: -140px;
	left: 6%;
	z-index: -1;
}

.tabs-menu-catalog__hookah {
	position: absolute;
	top: -140px;
	left: 63%;
	z-index: -1;
}

.tabs-menu-catalog__beer {
	position: absolute;
	top: -140px;
	left: 6%;
	z-index: -1;
}

.tabs-menu-catalog__hat {
	position: absolute;
	top: -162px;
	left: 62%;
	z-index: -1;
}

.tabs-menu-catalog__baguette {
	position: absolute;
	top: -140px;
	left: 6%;
	z-index: -1;
}

.tabs-menu-catalog__eiffel-tower {
	position: absolute;
	top: -210px;
	left: 70%;
	z-index: -1;
}

.tabs-menu-catalog__hat-mexico {
	position: absolute;
	top: -143px;
	left: 8%;
	z-index: -1;
}

.tabs-menu-catalog__maracas {
	position: absolute;
	top: -147px;
	left: 65%;
	z-index: -1;
}

.tabs-menu-catalog__сoliseum {
	position: absolute;
	top: -188px;
	left: 5%;
	z-index: -1;
}

.tabs-menu-catalog__tower-of-pisa {
	position: absolute;
	top: -210px;
	left: 65%;
	z-index: -1;
}

.tabs-menu-catalog__santa-claus {
	position: absolute;
	top: -163px;
	left: 10%;
	z-index: -1;
}

.tabs-menu-catalog__сhristmas-tree {
	position: absolute;
	top: -185px;
	left: 66%;
	z-index: -1;
}

.tabs-menu-catalog__balalaika {
	position: absolute;
	top: -210px;
	left: 0;
	z-index: -1;
}

.tabs-menu-catalog__bear {
	position: absolute;
	top: -140px;
	left: 69%;
	z-index: -1;
}

.card-tabs-menu-catalog__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 8px 0;
}

.card-tabs-menu-catalog__text {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 8px 0 0;
}
.card-tabs-menu-catalog__text a, .card-item__text a, .tabs-menu-catalog-item__text-sause a, .tabs-menu-catalog-item__title-drink a{
	
	color: #fff;
	
}
.card-tabs-menu-catalog__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.card-tabs-menu-catalog__icon-pepper {
	color: #ff6e5a;
	margin: 0 9px 0 0;
}

.card-tabs-menu-catalog__icon-sheet {
	color: #8cc63e;
	margin: 0 9px 0 0;
}

.card-tabs-menu-catalog__icon-feather {
	color: #fff;
}

.card-tabs-menu-catalog__subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 171.42857%;
	color: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin: 0 0 20px 0;
}

.card-tabs-menu-catalog__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 96px;
}

.card-tabs-menu-catalog__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #ff6e5a;
	margin: 0 48px 0 0;
}

.card-tabs-menu-catalog__price s {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #ffe27a;
	margin: 0 8px 0 0;
}

.card-tabs-menu-catalog__price span {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #ffe27a;
}

.card-tabs-menu-catalog__composition {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 32px;
	width: 107px;
	height: 48px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
	margin: 0 16px 0 0;
}
.card-tabs-menu-catalog__composition:hover {
	
	border: 1px solid #FEEFB9;
	
	color: #FEEFB9;
	
}

.card-tabs-menu-catalog__composition-block img {
	border-radius: 0 0 32px;
	position: absolute;
	top: 90px;
	left: 180px;
	z-index: 11;
}

.card-tabs-menu-catalog__composition-block._active {
	right: -17px;
}

.card-tabs-menu-catalog__list {
	position: absolute;
	top: 200px;
	left: 270px;
	z-index: 12;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 350px;
}

.card-tabs-menu-catalog__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 171.42857%;
	color: #000;
}

.card-tabs-menu-catalog__link::before {
	content: "";
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 5px;
	height: 5px;
	min-width: 5px;
	border-radius: 50%;
	background: #000;
	margin: 9px 5px 0 0;
}

.card-tabs-menu-catalog__composition-btn {
	margin: 20px 0 0 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #000;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 72px;
	height: 48px;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 32px;
}

.card-tabs-menu-catalog__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 165px;
	height: 48px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
}

.card-tabs-menu-catalog__button::before {
	font-weight: 600;
	font-size: 24px;
	color: #3b383d;
	margin: -2px 10px 0 0;
}

.card-tabs-menu-catalog__button-price {
	display: none;
}

.tabs-menu-catalog-item__title-main {
	display: none;
}

.tabs-menu-catalog-item__title {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 0 32px 0;
}

.tabs-menu-catalog-item__row {
	margin: -15px 0 -15px 0;
	padding: 0 0 96px 0;
}

.tabs-menu-catalog-item__row:last-child {
	padding: 0;
}

.tabs-menu-catalog-item__row-snacks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
	padding: 0 0 96px 0;
}

.tabs-menu-catalog-item__column {
	padding: 15px 0 15px 0;
}

.tabs-menu-catalog-item__column-snacks {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	padding: 15px;
}

.tabs-menu-catalog-item__blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	border-radius: 24px 24px 24px 24px;
}

.tabs-menu-catalog-item__blog-snacks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	border-radius: 24px 24px 24px 24px;
}

.tabs-menu-catalog-item__image {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.tabs-menu-catalog-item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px 0 0 24px;
}

.tabs-menu-catalog-item__image-snacks {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
}

.tabs-menu-catalog-item__image-snacks img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px 0 0 24px;
}

.tabs-menu-catalog-item__content {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	background: #3b383d;
	border-radius: 0 24px 24px 0;
	-webkit-box-shadow: 0 4px 60px rgba(0,0,0,.1);
	box-shadow: 0 4px 60px rgba(0,0,0,.1);
	padding: 40px 40px 40px 40px;
}

.tabs-menu-catalog-item__content-snacks {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	background: #3b383d;
	border-radius: 0 24px 24px 0;
	-webkit-box-shadow: 0 4px 60px rgba(0,0,0,.1);
	box-shadow: 0 4px 60px rgba(0,0,0,.1);
	padding: 40px 24px 40px 40px;
}

.tabs-menu-catalog-item__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
}

.tabs-menu-catalog-item__row-sauce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: -76px;
}

.tabs-menu-catalog-item__column-sauce {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
	padding: 76px;
}

.tabs-menu-catalog-item__blog-sauce {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs-menu-catalog-item__text-sause {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 1px 0 0 0;
}
.card-item__price.souss{
	width: 100%;
margin: 0;
text-align: center;
display: block;
}
.tabs-menu-catalog-item__quantity {
	display: none;
}

.tabs-menu-catalog-item__title-sauce {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 0 32px 0;
}

.tabs-menu-catalog-item__row-drink {
	background: #3b383d;
	border-radius: 24px;
	padding: 32px;
	margin: 0 0 96px 0;
}

.tabs-menu-catalog-item__row-drink:last-child {
	margin: 0;
}

.tabs-menu-catalog-item__column-drink::after {
	content: "";
	opacity: .2;
	display: block;
	border: 1px solid #000;
	margin: 32px 0 32px 0;
}

.tabs-menu-catalog-item__column-drink:last-child::after {
	display: none;
}

.tabs-menu-catalog-item__blog-drink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tabs-menu-catalog-item__image-drink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tabs-menu-catalog-item__image-drink img {
	width: 64px;
	height: 64px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	margin: 0 16px 0 0;
}

.tabs-menu-catalog-item__text-drink {
	margin: 0 20px 0 0;
}

.tabs-menu-catalog-item__title-drink {
	font-weight: 400;
	font-size: 28px;
	line-height: 142.85714%;
	color: #fff;
}

.tabs-menu-catalog-item__subtitle-drink {
	font-weight: 400;
	font-size: 14px;
	line-height: 171.42857%;
	color: #fff;
}

.tabs-menu-catalog-item__title-main-drink {
	display: none;
}

.tabs-menu-catalog-item__title-drinks {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 0 32px 0;
}

.card-item__title {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: 0 0 32px 0;
	padding: 0 25px 0 0;
}

.card-item__text {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 0 16px 0;
}

.card-item__subtext {
	font-weight: 400;
	font-size: 14px;
	line-height: 171.42857%;
	color: #fff;
}

.card-item__detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-item__price {
	width: 85px;
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #ff6e5a;
	margin: 0 15px 0 0;
	color: #ffe27a;
}

.card-item__price-drink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #ff6e5a;
	min-width: 95px;
	margin: 0 24px 0 0;
}

.card-item__price-drink s {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #ffe27a;
	margin: 0 8px 0 0;
}

.card-item__price-drink span {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #ffe27a;
}

.card-item__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 165px;
	height: 48px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
}

.card-item__button::before {
	font-weight: 600;
	font-size: 24px;
	color: #3b383d;
	margin: 0 10px 0 0;
}

.card-item__button-price {
	display: none;
}

.card-item__bth {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	margin: 0 0 0 -64px;
}

.card-item__bth::before {
	font-weight: 600;
	font-size: 24px;
	color: #3b383d;
}

.interior {
	margin: 32px 0 56px 0;
}

.interior__content {
	position: relative;
	background: #2e2b30;
	border-radius: 48px;
	z-index: 5;
	padding: 56px 120px 56px 120px;
}

.interior__title {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 0 32px 0;
}

.block-interior-gallery__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px 0 -15px;
}

.block-interior-gallery__column-1 {
	padding: 0 15px 0 15px;
	margin: -15px 0 -15px 0;
}

.block-interior-gallery__column-2 {
	padding: 0 15px 0 15px;
	margin: -15px 0 -15px 0;
}

.block-interior-gallery__column-3 {
	padding: 0 15px 0 15px;
	margin: -15px 0 -15px 0;
}

.block-interior-gallery__items {
	padding: 15px 0 15px 0;
}

.block-interior-gallery__item-one {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
}

.block-interior-gallery__item-one img {
	border-radius: 24px;
	height: 328px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-interior-gallery__item-two {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
}

.block-interior-gallery__item-two img {
	border-radius: 24px;
	height: 464px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.block-interior-gallery__item-three {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
}

.block-interior-gallery__item-three img {
	border-radius: 24px;
	height: 600px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contacts {
	margin: 32px 0 56px 0;
}

.contacts__content {
	position: relative;
	background: #2e2b30;
	border-radius: 48px;
	z-index: 5;
	padding: 56px 120px 56px 120px;
}
.politica .contacts__content {
	color: #fff;
}
.politica h1{
	margin-bottom: 30px;
}
.politica .textpolit{
	font-size: 14px;
}
.contacts__title {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 0 32px 0;
}

.contacts__subtitle {
	margin: 0 0 40px 0;
}

.contacts__address {
	font-weight: 400;
	font-size: 16px;
	line-height: 200%;
	color: #fff;
	opacity: .5;
	margin: 0 0 8px 0;
}

.contacts__image {
	margin: 0 0 32px 0;
}

.contacts__image img {
	border-radius: 24px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contacts__map {
	border-radius: 24px;
	width: 100%;
	height: 710px;
	margin: 0 0 42px 0;
}

.contacts__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 282px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
	margin: 0 0 40px 0;
}

.contacts__button span {
	margin: 0 0 0 5px;
	color: #d35555;
}

.contacts__telephon::before {
	content: "";
	display: block;
	opacity: .2;
	border: 1px solid #000;
	margin: 0 0 32px 0;
}

.address-contact__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.address-contact__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #fff;
	margin: 0 16px 0 0;
}

.address-contact__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 158px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
}

.tel-contact__title {
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
	opacity: .5;
	margin: 0 0 16px 0;
}

.tel-contact__subtitle,
.tel-contact__subtitle a,
.tel-contact__subtitle a:hover {
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #fff;
	margin: 0 0 32px 0;
}

.tel-contact__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tel-contact__telephon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 138px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
	margin: 0 25px 0 0;
}

.tel-contact__comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 181px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
}

.shopping-cart__content {
	position: relative;
	border-radius: 48px 0 0 48px;
	width: 600px;
	padding: 48px;
}

.shopping-cart__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 56px 0;
	position: relative;
    z-index: 1;
}

.shopping-cart__title-text {
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	color: #fff;
	margin: 0 16px 0 0;
}

.wrapper__icon-x {
    position: relative;
    z-index: 10;
}

.shopping-cart__icon-x {
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 58px;
}
.pagestr .shopping-cart__icon-x {
 position: absolute !important;
right: -39px;
top: 37px;
z-index: 99999999;
}
.pagestr .tabs-menu-catalog__column {
   
   // overflow: inherit;
   margin-left: auto;
margin-right: auto;
margin-top: 12px ;
}
.pagestr  .tabs-menu-catalog__image-burger {
  
  width: calc(100% + 64px);
height: auto;
-o-object-fit: cover;
object-fit: cover;
position: relative;
z-index: 10;
margin: 0 0 0 -32px;

max-width: calc(100% + 64px);
max-height: 440px;
}
.pagestr .tabs-menu-catalog__image-main {
    margin-bottom: 44px;
}
.pagestr .tabs-menu__tabs-menu-catalog {
    margin: 100px 0 56px 0;
    padding: 0 80px 0 80px;
}
.pagestr  .tabs-menu-catalog__blog {
    background: #3b383d;
    border-radius: 32px;
    padding: 0 32px 24px 32px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.pagestr .tabs-menu-catalog__column {
    
    padding: 80px 0 0 0;
  width: 60%;
max-width: 664px;
}
.closeline {
	position: relative;
}
.pagestr .card-tabs-menu-catalog__text {
   
    margin: 0 8px 8px 0;
}
.dnone{
display: none;	
}
.shopping-cart__column::after {
	content: "";
	display: block;
	opacity: .2;
	border: 1px solid #000;
	margin: 40px 0 40px 0;
}

.shopping-cart__column:last-child::after {
	content: "";
	margin: 40px 0 56px 0;
}

.shopping-cart__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopping-cart__row img {
	width: 64px;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 16px 0 0;
}

.shopping-cart__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopping-cart__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.shopping-cart__text-cart {
	width: 130px;
	font-weight: 400;
	font-size: 24px;
	line-height: 133.33333%;
	color: #fff;
	margin: 0 10px 0 0;
}

.shopping-cart__quantity {
	margin: 0 10px 0 0;
	
}
.shopping-cart__body .shopping-cart__quantity {
	
	display: flex !important;
}
.DISCOUNT_PRICE_PERCENT_FORMATED{
	color: #FEEFB9;
  font-size: 13px;
  margin-right: 10px;
}
.wrapp__card-item__button .shopping-cart__quantity {
    margin: 0;
}

.wrapp__card-item__button {
    width: 165px;
    display: flex;
    justify-content: center;
}

.shopping-cart__price {
	font-weight: 400;
	font-size: 16px;
	line-height: 177.77778%;
	color: #fff;
	color: #FEEFB9;
	font-size: 18px;
}
.shopping-cart__price strike {
	color: #FEEFB9;
	font-size: 18px;
	color: #fff;
	font-size: 16px;
}
.shopping-cart__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.shopping-cart__total-price {
	font-weight: 400;
	font-size: 36px;
	line-height: 88.88889%;
	color: #fff;
	margin: 0 32px 0 0;
}

.shopping-cart__button {
    width: 198px;
    height: 48px;
    cursor: pointer;
	
}
.shopping-cart__button.qrsummbtn {
   line-height: 18px;
	color: red;
	font-weight: 700;
}
.minsumqr {
 font-size: 14px;
  color: #f73473;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}
.checkout-cart__content {
	position: relative;
	border-radius: 48px 0 0 48px;
	width: 600px;
	padding: 48px;
}

.checkout-cart__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 56px 0;
}

.checkout-cart__title-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	font-size: 36px;
	line-height: 111.11111%;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 440px;
	flex: 0 1 440px;
	color: #fff;
	margin: 0 16px 0 0;
}

.checkout-cart__title-text::before {
	cursor: pointer;
	width: 16px;
	height: 16px;
	color: #fff;
	margin: 0 26px 0 0;
}

.checkout-cart__icon-x {
	cursor: pointer;
	width: 16px;
	height: 16px;
	color: #fff;
}

.tabs-checkout-cart__title {
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
	margin: 0 0 16px 0;
}

.tabs-checkout-cart__nav {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 262px;
	height: 48px;
	background: #595959;
	border-radius: 24px;
	margin: 0 0 16px 0;
}

.tabs-checkout-cart__item {
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
	min-width: 128px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #595959;
	padding: 0 24px 0 24px;
	border-radius: 24px;
}

.tabs-checkout-cart__item._active {
	color: #3b383d;
	background: #ffe27a;
}

.tabs-checkout-cart__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabs-checkout-cart__address {
	margin: 0 0 24px 0;
}

.tabs-checkout-cart__address::before {
	content: "";
	opacity: .2;
	display: block;
	border: 1px solid #000;
	margin: 22px 0 12px 0;
}
body #ORDER_PROP_2{
	height: 48px;
}
.tabs-checkout-cart__map {
	width: 100%;
	height: 272px;
	border-radius: 16px;
	margin: 0 0 24px 0;
}

.tabs-checkout-cart__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 179px;
	height: 48px;
	border: 1px solid rgba(255,255,255,.3);
	border-radius: 32px;
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
	margin: 0 auto 20px;
}

.tabs-checkout-cart__tabs-pay::before {
	/*content: "";
	opacity: .2;
	display: block;
	border: 1px solid #000;
	margin: 0 0 20px 0;*/
}

.tabs-checkout-cart__button-cart {
	width: 262px;
	height: 48px;
    cursor: pointer;
}

.tabs-checkout-cart__form-checkout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 32px 0;
}
.tabs-checkout-cart__tabs-pay {
  text-align: center;
}
.tabs-checkout-cart__delivery-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 171.42857%;
	color: rgba(255,255,255,.5);
	text-align: center;
}

.tabs-checkout-cart__delivery-text a {
	color: #ffe27a;
	margin: 0 0 0 5px;
}

.tabs-checkout-cart__delivery-text::after {
	content: "";
	opacity: .2;
	display: block;
	border: 1px solid #000;
	margin: 32px 0 56px 0;
	margin: 22px 0 26px 0;
}

.tabs-pay__subtext {
	font-weight: 400;
	font-size: 12px;
	line-height: 173.33333%;
	color: rgba(255,255,255,.5);
}

.tabs-pay__subtext::after {
	content: "";
	opacity: .2;
	display: block;
	border: 1px solid #000;
	margin: 12px 0 20px 0;
}

.tabs-pay__nav-pay {
	cursor: pointer;
	cursor: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 262px;
	height: 48px;
	background: #595959;
	border-radius: 24px;
	margin: 0 auto 5px;
}

.nav-pay-tabs__item {
	font-weight: 400;
	font-size: 18px;
	line-height: 177.77778%;
	color: #fff;
	min-width: 128px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #595959;
	padding: 0 24px 0 24px;
	border-radius: 24px;
}

.nav-pay-tabs__item._active {
	color: #3b383d;
	background: #ffe27a;
}

.form-checkout__item {
	width: 100%;
	height: 48px;
	background: #fff;
	border-radius: 32px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	color: rgba(59,56,61,.5);
	margin: 0 0 20px 0;
	padding: 0 8px 0 8px;
}

/*.form-checkout__item:last-child {
	height: 80px;
	padding: 8px 8px 0 8px;
	margin-bottom: 1px;
}*/

.form-checkout__item-col {
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	color: rgba(59,56,61,.5);
	margin: 0 16px 0 0;
	border-radius: 32px;
	width: 100%;
	height: 48px;
	background: #fff;
	margin: 0 16px 20px 0;
}

.form-checkout__item-col:last-child {
	margin: 0;
}

.form-checkout__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.page {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

/*@media (min-width:767.98px) {*/
	.icon-cart__body {
		display: block;
		position: absolute;
		z-index: 7;
		width: 100%;
		min-height: 100vh;
		height: 100vh;
		overflow: auto;
		top: 0;
		right: -100%;
		-webkit-transition: right .3s ease 0s;
		-o-transition: right .3s ease 0s;
		transition: right .3s ease 0s;
		border-radius: 0 24px 24px 0;
		background: #3b383d;
		border-radius: 48px 0 0 48px;
		max-width: 615px;
		box-shadow: 0px 8px 15px 7px rgba(6, 10, 9, 0.75);
	}

	.icon-cart__body._active {
		//right: -68%;
		right: 0;
		
	}
/*}*/

@media (min-width:991.98px) {
	.quantity__button:hover::after, .quantity__button:hover::before {
		//background-color: rgba(0,0,0,.5);
	}
}

@media (min-width:992px) {
	.select__option:hover {
		background: #d9d9d9;
	}

	.checkbox a:hover {
		text-decoration: none;
	}
}

@media (min-width:1025px) {
	.lg-outer .lg-thumb-item {
		-webkit-transition: border-color .25s ease;
		-o-transition: border-color .25s ease;
		transition: border-color .25s ease;
	}
}

@media (max-width:1420px) {
	._container {
		max-width: 1180px;
	}

	.header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 150px;
		flex: 0 1 150px;
	}

	.tabs-menu__nav {
		margin: 0 -15px 0 -15px;
	}

	.tabs-menu__item {
		padding: 0 24px 15px;
	}

	.tabs-menu__tabs-menu-catalog-drink {
		padding: 50px 56px 56px 56px;
	}

	.tabs-menu-catalog__row {
		//justify-content: center;
		justify-content: space-between;
	}

	.tabs-menu-catalog__column {
		/*-webkit-box-flex: 0;
		-ms-flex: 0 1 600px;
		flex: 0 1 600px;*/
	}

	.tabs-menu-catalog__image-flag-10 {
		top: -160px;
	}

	.tabs-menu-catalog__balalaika {
		left: -6%;
	}

	.tabs-menu-catalog__bear {
		left: 65%;
	}

	.card-tabs-menu-catalog__price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tabs-menu-catalog-item__column-snacks {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}

	.tabs-menu-catalog-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.tabs-menu-catalog-item__row-sauce {
		margin: -50px;
	}

	.tabs-menu-catalog-item__column-sauce {
		padding: 50px;
	}

	.interior__content {
		border-radius: 48px;
		padding: 56px 50px 56px 50px;
	}

	.contacts__content {
		border-radius: 48px;
		padding: 56px 50px 56px 50px;
	}
}

@media (max-width:1160px) {
	.tabs-menu-catalog__column {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 600px;
		flex: 0 1 600px;
	}
	._container {
		max-width: 970px;
	}
	.tabs-menu-catalog__row {
		justify-content: center;
		
	}
	.tabs-menu__item {
		padding: 0 15px 15px;
	}
	.header__content {
		padding: 0 20px 0 20px;
	}

	.header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 100px;
		flex: 0 1 100px;
	}

	.header__shopping-cart {
		padding: 0 20px 0 0;
	}

	.header__contacts {
		padding: 0 0 0 20px;
	}

	.menu__list {
		margin: 0 -22px;
	}

	.menu__list li {
		padding: 0 22px;
	}
}

@media (max-width:991.98px) {
	._container {
		max-width: 750px;
	}

	.select__title {
		font-size: 18px;
	}

	.select__options {
		font-size: 18px;
	}

	.header__left {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.header__logo {
		margin: 0 50px 0 0;
	}

	.header__right {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		flex-direction: row-reverse;
	}
	.header__shopping-cart{
		padding-right: 0;
	}
	.header__contacts{
		padding-left: 0;
		padding-right: 40px;
	}

	.shopping-cart__text {
		display: none;
	}

	.contacts__number {
		display: none;
	}

	.footer__image {
		padding: 0 0 0 20px;
	}

	.footer__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__address {
		margin: 0 30px 0 0;
	}

	.footer__contacts {
		margin: 0 30px 0 0;
	}

	.social-footer__icon {
		margin: 0 15px 0 0;
	}

	.social-footer__icon:last-child {
		margin: 0 30px 0 0;
	}

	.menu-slider__content {
		border-radius: 48px;
		padding: 0;
	}

	.tabs-menu__tabs-menu-catalog-item {
		padding: 50px 80px 0 80px;
	}

	.tabs-menu__tabs-menu-catalog-item-snacks {
		padding: 50px 56px 56px 56px;
	}

	.tabs-menu-catalog-item__blog {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tabs-menu-catalog-item__image img {
		border-radius: 24px 24px 0 0;
	}

	.tabs-menu-catalog-item__image-snacks img {
		border-radius: 24px 0 0 24px;
	}

	.tabs-menu-catalog-item__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		border-radius: 0 0 24px 24px;
	}

	.tabs-menu-catalog-item__content-snacks {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		border-radius: 0 24px 24px 0;
	}

	.tabs-menu-catalog-item__blog-drink {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.tabs-menu-catalog-item__image-drink {
		margin: 0 0 16px 0;
	}

	.card-item__text {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.card-item__detail {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card-item__price-drink {
		display: none;
	}

	.block-interior-gallery__row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -8px 0 -8px;
	}

	.block-interior-gallery__column-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		padding: 0 8px 0 8px;
		margin: -8px 0 -8px 0;
	}

	.block-interior-gallery__column-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		padding: 0 8px 0 8px;
		margin: -8px 0 -8px 0;
	}

	.block-interior-gallery__column-3 {
		display: none;
	}
}

@media (max-width:767.98px) {
	.header__center{
	
flex: 0 1 650px;
max-width: 100px;
margin-left: 0px;
}
	._container {
		max-width: none;
		padding: 0 10px;
	}

	.lg-actions .lg-next {
		display: none;
	}

	.lg-actions .lg-prev {
		display: none;
	}

	.lg-toolbar .lg-close {
		left: 89%;
	}

	.header__content {
		min-height: 48px;
		padding: 0 12px 0 17px;
	}

	.header__logo {
		display: none;
	}

	.menu__food {
		display: block;
	}

	.menu__food li {
		margin: 0 0 32px 0;
	}

	.menu__food::after {
		content: "";
		display: block;
		border: 1px solid #fff;
		background-color: #fff;
		width: 100%;
		opacity: .2;
	}

	.menu__body {
		position: absolute;
		z-index: 7;
		width: 100%;
		min-height: 672px;
		overflow: auto;
		top: 0;
		left: -100%;
		-webkit-transition: left .3s ease 0s;
		-o-transition: left .3s ease 0s;
		transition: left .3s ease 0s;
		margin: 48px 0 0 0;
		border-radius: 0 24px 24px 0;
		background: rgba(59,56,61,.6);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		padding: 32px 32px 32px 49px;
	}

	.menu__body._active {
		left: -17px;
	}

	.menu__shopping-cart {
		display: block;
		font-weight: 400;
		font-size: 24px;
		line-height: 133.33333%;
		color: #fff;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		margin: 32px 0 0 0;
	}

	.menu__shopping-cart:hover {
		color: #ffe27a;
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
	}

	.menu__shopping-cart::after {
		content: "";
		display: block;
		border: 1px solid #fff;
		background-color: #fff;
		width: 100%;
		opacity: .2;
		margin: 32px 0 32px 0;
	}

	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: -17px 0;
	}

	.menu__list li {
		padding: 17px 0;
	}

	.menu__list li:first-child {
		display: none;
	}

	.icon-menu {
		display: block;
		position: absolute;
		top: 18px;
		left: 17px;
		width: 16px;
		height: 12px;
		cursor: pointer;
		z-index: 5;
	}
.header__menu_burger {
    padding: 22px;
    margin-left: -14px;
}
	.icon-menu span {
		-webkit-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		top: calc(50% - 1px);
		left: 0;
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
	}

	.icon-menu span:first-child {
		top: 0;
	}

	.icon-menu span:last-child {
		top: auto;
		bottom: 0;
	}

	.header__menu_burger._active .icon-menu span {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	}

	.header__menu_burger._active .icon-menu span:first-child {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: calc(50% - 1px);
	}

	.header__menu_burger._active .icon-menu span:last-child {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 1px);
	}

	.footer__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 32px;
	}

	.footer__image {
		padding: 0 0 32px 0;
	}

	.footer__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer__column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.footer__address {
		margin: 0 0 32px 0;
	}

	.footer__contacts {
		margin: 0 0 35px 0;
	}

	.footer__social {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		margin: 0 0 32px 0;
	}

	.address-footer__title {
		display: block;
		font-size: 14px;
		line-height: 171.42857%;
		color: #fff;
		opacity: .5;
	}

	.address-footer__subttile {
		font-weight: 400;
		font-size: 16px;
		line-height: 200%;
		color: #fff;
		opacity: 1;
	}

	.contacts-footer__title {
		display: block;
		font-size: 14px;
		line-height: 171.42857%;
		color: #fff;
		opacity: .5;
	}

	.contacts-footer__subtitle {
		font-weight: 400;
		font-size: 16px;
		line-height: 200%;
		color: #fff;
		opacity: 1;
	}

	.social-footer__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		font-size: 18px;
		margin: 0 60px 0 0;
	}
.header__center  .social-footer__icon {
		
		margin: 0 21px 0 0;
	}
	.social-footer__icon:last-child {
		margin: 0;
	}

	.menu-slider__content {
		border-radius: 0;
		padding: 0;
	}

	.tabs-menu__nav {
		display: none;
	}

	.tabs-menu__tabs-menu-catalog {
		margin: 0 0 32px 0;
		padding: 0;
	}

	.tabs-menu__tabs-menu-catalog-item {
		padding: 62px 8px 0 8px;
		margin: 0 0 32px 0;
	}

	.tabs-menu__tabs-menu-catalog-item-snacks {
		padding: 32px 8px 0 8px;
		margin: 0 0 32px 0;
	}

	.tabs-menu__tabs-menu-catalog-drink {
		padding: 32px 8px 0 8px;
		margin: 0 0 32px 0;
	}

	.tabs-menu-catalog__title {
		font-weight: 400;
		font-size: 28px;
		line-height: 142.85714%;
		text-align: center;
		color: #fff;
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 70px 0;
		padding: 32px 0 0 0;
	}

	.tabs-menu-catalog__column {
	    flex: 0 1 100%;
	    padding: 200px 0 0 0;
	    margin: 0 8px 0px 8px;
	}

	.tabs-menu-catalog__image-flag-2 {
		left: 250px;
	}

	.tabs-menu-catalog__image-flag-10 {
		top: -170px;
	}

	.tabs-menu-catalog__palm {
		left: 4%;
	}

	.card-tabs-menu-catalog__detail {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-tabs-menu-catalog__price {
		display: none;
	}

	.card-tabs-menu-catalog__composition {
		width: 100%;
		height: 48px;
		margin: 0 0 16px 0;
	}

	.card-tabs-menu-catalog__button {
		display: none;
	}

	.card-tabs-menu-catalog__button-price {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 48px;
		font-weight: 400;
		font-size: 18px;
		line-height: 177.77778%;
	}

	.card-tabs-menu-catalog__button-price::before {
		font-weight: 600;
		font-size: 24px;
		color: #3b383d;
		margin: 0 10px 0 0;
	}
.card-tabs-menu-catalog__button {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 48px;
		font-weight: 400;
		font-size: 18px;
		line-height: 177.77778%;
	}
.add_basket  .mob span{
	color: red;
}	
.add_basket  .mob strike{
	font-size: 14px;
    margin-right: 6px;
}
	.card-tabs-menu-catalog__button::before {
		font-weight: 600;
		font-size: 24px;
		color: #3b383d;
		margin: 0 10px 0 0;
	}
	.tabs-menu-catalog-item__title-main {
		font-weight: 400;
		font-size: 28px;
		line-height: 142.85714%;
		text-align: center;
		color: #fff;
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 50px 0;
		padding: 32px 0 0 0;
	}

	.tabs-menu-catalog-item__title {
		font-size: 26px;
		line-height: 153.84615%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabs-menu-catalog-item__row {
		margin: -8px 0 -8px 0;
		padding: 0 0 32px 0;
	}

	.tabs-menu-catalog-item__row-snacks {
		margin: -8px 0 -8px 0;
		padding: 0 0 112px 0;
	}

	.tabs-menu-catalog-item__column {
		padding: 8px 0 8px 0;
	}

	.tabs-menu-catalog-item__column-snacks {
		padding: 8px 0 8px 0;
	}

	.tabs-menu-catalog-item__content {
		padding: 16px;
	}

	.tabs-menu-catalog-item__content-snacks {
		padding: 16px;
	}

	.tabs-menu-catalog-item__row-sauce {
		margin: -20px -8px -20px -8px;
	}

	.tabs-menu-catalog-item__column-sauce {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
		padding: 20px 8px 20px 8px;
	}

	.tabs-menu-catalog-item__title-sauce {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabs-menu-catalog-item__content-drink {
		width: 100%;
	}

	.tabs-menu-catalog-item__title-main-drink {
		font-weight: 400;
		font-size: 28px;
		line-height: 142.85714%;
		color: #fff;
		margin: 0 0 16px 0;
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 32px 0 0 0;
	}

	.tabs-menu-catalog-item__title-main-drink {
		margin: 0 0 16px 0;
		display: none;
	}

	.tabs-menu-catalog-item__title-drinks {
		font-size: 26px;
		line-height: 153.84615%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.tabs-menu-catalog-item__title-drinks {
		margin: 0 0 16px 0;
	}

	.card-item__price {
		display: none;
	}

	.card-item__button {
		display: none;
	}
.desktop {
		display: none;
	}
	.mob {
		display: block;
	}
	.card-item__button-price {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 48px;
		font-weight: 400;
		font-size: 18px;
		line-height: 177.77778%;
	}
	.section_item_5  .card-item__button-price {
    padding: 0 15px;
}
.card-item__button {
   display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		height: 48px;
		font-weight: 400;
		font-size: 18px;
		line-height: 177.77778%;
		min-width: 120px;
}
	.card-item__button-price::before {
		font-weight: 600;
		font-size: 24px;
		color: #3b383d;
		margin: 0 10px 0 0;
	}
.card-item__button::before {
		font-weight: 600;
		font-size: 24px;
		color: #3b383d;
		margin: 0 10px 0 0;
	}
	.interior {
		margin: 112px 0 36px 0;
	}

	.interior__content {
		border-radius: 48px;
		margin: 0 10px 0 10px;
		padding: 32px 10px 8px 10px;
	}

	.interior__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		font-size: 28px;
		line-height: 142.85714%;
		margin: 0 0 16px 0;
	}

	.contacts {
		margin: 112px 0 36px 0;
	}

	.contacts__content {
		border-radius: 48px;
		margin: 0 10px 0 10px;
		padding: 32px 30px 16px 30px;
	}

	.contacts__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		font-size: 28px;
		line-height: 142.85714%;
		margin: 0 0 16px 0;
	}

	.contacts__map {
		height: 500px;
	}

	.shopping-cart {
		margin: 112px 10px 56px 10px;
	}

	.shopping-cart__content {
		position: relative;
background: #2e2b30;
border-radius: 48px 0 0 48px;
z-index: 5;
width: 100%;
padding: 16px 16px 32px 16px;
	}

	.shopping-cart__title {
		//min-width: 100%;
		//-webkit-box-pack: center;
		//-ms-flex-pack: center;
		//justify-content: center;
	}
.shopping-cart__title {
  
    margin: 0 0 3px 0;
   
}
	.shopping-cart__title-text {
		margin: 0 0 16px 0;
		font-size: 28px;
		line-height: 142.85714%;
	}

	.shopping-cart__title-text span {
		display: none;
		
	}

	.shopping-cart__icon-x {
		//display: none;
		top: 42px;
	}

	.shopping-cart__row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.shopping-cart__left {
		margin: 0 0 6px 0;
	}

	.shopping-cart__quantity {
		margin: 0 10px 0 0;
	}

	.checkout-cart {
		margin: 112px 20px 56px 10px;
	}

	.checkout-cart__content {
		position: relative;
		background: #2e2b30;
		border-radius: 48px;
		z-index: 5;
		width: 100%;
		padding: 16px 16px 32px 16px;
	}

	.checkout-cart__title {
		min-width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 0 30px 0;
	}

	.checkout-cart__title-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin: 0 0 16px 0;
		font-size: 28px;
		line-height: 142.85714%;
	}

	.checkout-cart__title-text span {
		display: none;
	}

	.checkout-cart__title-text::before {
		display: none;
	}

	.checkout-cart__icon-x {
		display: none;
	}
}

@media (max-width:650px) {
	.tabs-menu-catalog__image-flag-3 {
		left: 350px;
	}
}

@media (max-width:600px) {
	.tabs-menu-catalog__image-flag-3 {
		left: 300px;
	}

	.tabs-menu-catalog__image-flag-4 {
		left: 240px;
	}

	.tabs-menu-catalog__image-flag-7 {
		left: 250px;
	}

	.tabs-menu-catalog__image-flag-10 {
		top: -150px;
		left: 290px;
	}

	.tabs-menu-catalog__men {
		top: -170px;
		left: -5%;
	}

	.tabs-menu-catalog__mickey-mouse {
		left: 75%;
	}

	.tabs-menu-catalog__statue {
		left: 5%;
	}

	.tabs-menu-catalog__skis {
		left: -3%;
	}

	.tabs-menu-catalog__mountains {
		left: -5%;
	}

	.tabs-menu-catalog__taj-mahal {
		left: 0;
	}

	.tabs-menu-catalog__rickshaw {
		left: 70%;
	}

	.tabs-menu-catalog__palm {
		left: -6%;
	}

	.tabs-menu-catalog__beer {
		left: -2%;
	}

	.tabs-menu-catalog__baguette {
		left: 0;
	}

	.tabs-menu-catalog__hat-mexico {
		left: 0;
	}

	.tabs-menu-catalog__сoliseum {
		left: -2%;
	}

	.tabs-menu-catalog__santa-claus {
		left: 0;
	}

	.tabs-menu-catalog__balalaika {
		left: -15%;
	}

	.tabs-menu-catalog-item__title-main {
		margin: 0 0 16px 0;
	}

	.tabs-menu-catalog-item__title {
		margin: 0 0 16px 0;
	}

	.tabs-menu-catalog-item__row-drink {
		padding: 16px;
	}

	.block-interior-gallery__item-one img {
		height: 136px;
	}

	.block-interior-gallery__item-two img {
		height: 184px;
	}

	.block-interior-gallery__item-three img {
		height: 216px;
	}
}

@media (max-width:550px) {
	.contacts__subtitle {
		margin: 0 0 24px 0;
	}

	.contacts__button {
		width: 100%;
		margin: 0 0 24px 0;
	}

	.address-contact__text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.address-contact__title {
		margin: 0 0 16px 0;
		font-size: 20px;
		line-height: 160%;
	}

	.address-contact__button {
		width: 100%;
	}
}

@media (max-width:510px) {
	.shopping-cart__row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.shopping-cart__right {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.shopping-cart__quantity {
		margin: 0 16px 0 0;
	}

	.shopping-cart__price {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		min-width: 131px;
	}
}

@media (max-width:479.98px) {
	.lg-toolbar .lg-close {
		left: 87%;
	}

	.popup__body {
		padding: 32px;
	}

	.popup__title {
		margin: 0 0 24px 0;
		font-size: 28px;
		line-height: 142.85714%;
	}

	.popup__button {
		width: 100%;
	}

	.popup__btn {
		width: 100%;
		height: 58px;
	}

	.popup__item {
		margin: 0 0 16px 0;
	}

	.popup__item:last-child {
		padding: 56px 0 0 0;
		height: 145px;
		margin: 0 0 24px 0;
	}

	.block-reviewsent__title {
		font-size: 28px;
		line-height: 142.85714%;
		margin: 0 0 8px 0;
	}

	.block-reviewsent__button {
		width: 100%;
	}

	.block-reviewsent__btn {
		width: 100%;
		height: 48px;
	}

	.block-checkout-cart__title {
		margin: 0 0 24px 0;
		font-size: 28px;
		line-height: 142.85714%;
	}

	.block-checkout-cart__button {
		width: 100%;
	}

	.block-checkout-cart__btn {
		width: 100%;
		height: 48px;
	}

	.footer__container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.footer__content {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		margin: 0;
		padding: 0;
	}

	.footer__row {
		margin: 0;
		padding: 0;
	}

	.footer__row:last-child {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer__column {
		position: relative;
		left: 40%;
	}

	.slide__block-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin: 0 0 25px 0;
	}

	.slide__block {
		background: rgba(59,56,61,.6);
		border-radius: 32px;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		padding: 16px 16px 16px 16px;
	}

	.slide__image-logo {
		margin: 0 0 270px 0;
	}

	.slide__image-logo-one {
		margin: 0;
	}

	.block-slide__text {
		color: #fff;
		font-size: 12px;
		line-height: 200%;
	}

	.block-slide__button {
		/*display: none;*/
	}

	.tabs-menu-catalog__image-flag-1 {
		left: 110px;
	}

	.tabs-menu-catalog__image-flag-2 {
		top: -150px;
		left: 130px;
	}

	.tabs-menu-catalog__image-flag-3 {
		left: 230px;
	}

	.tabs-menu-catalog__image-flag-4 {
		left: 190px;
	}

	.tabs-menu-catalog__image-flag-5 {
		left: 190px;
	}

	.tabs-menu-catalog__image-flag-6 {
		left: 190px;
	}

	.tabs-menu-catalog__image-flag-7 {
		left: 190px;
	}

	.tabs-menu-catalog__image-flag-8 {
		left: 190px;
	}

	.tabs-menu-catalog__image-flag-9 {
		left: 170px;
	}

	.tabs-menu-catalog__image-flag-10 {
		left: 240px;
	}

	.tabs-menu-catalog__image-flag-11 {
		left: 200px;
		top: -205px;
	}

	.tabs-menu-catalog__men {
		top: -170px;
		left: -9%;
	}

	.tabs-menu-catalog__mickey-mouse {
		left: 76%;
	}

	.tabs-menu-catalog__statue {
		left: -3%;
	}

	.tabs-menu-catalog__cowboy {
		left: 70%;
		top: -110px;
		width: 130px;
		height: 130px;
	}

	.tabs-menu-catalog__mountains {
		left: -8%;
	}

	.tabs-menu-catalog__mountains {
		top: -160px;
		left: -7%;
		width: 300px;
		height: 200px;
	}

	.tabs-menu-catalog__taj-mahal {
		width: 150px;
		height: 150px;
		top: -130px;
	}

	.tabs-menu-catalog__rickshaw {
		width: 130px;
		height: 130px;
		top: -130px;
	}

	.tabs-menu-catalog__palm {
		left: -10%;
	}

	.tabs-menu-catalog__beer {
		left: -6%;
	}

	.tabs-menu-catalog__baguette {
		left: -4%;
	}

	.tabs-menu-catalog__maracas {
		left: 60%;
	}

	.tabs-menu-catalog__сoliseum {
		left: -5%;
	}

	.tabs-menu-catalog__santa-claus {
		left: -5%;
	}

	.tabs-menu-catalog__balalaika {
		left: -20%;
	}

	.tabs-menu-catalog__bear {
		left: 60%;
	}

	.card-tabs-menu-catalog__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.card-tabs-menu-catalog__text {
		margin: 0 0 5px 0;
	}

	.tabs-menu-catalog-item__blog-snacks {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tabs-menu-catalog-item__image-snacks img {
		border-radius: 24px 24px 0 0;
		height: 176px;
	}

	.tabs-menu-catalog-item__content-snacks {
		border-radius: 0 0 24px 24px;
	}

	.tabs-menu-catalog-item__image-sauce {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.tabs-menu-catalog-item__image-sauce img {
		width: 164px;
		height: 164px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.tabs-menu-catalog-item__text-sause {
		margin: 8px 0 0 0;
	}

	.tabs-menu-catalog-item__title-sauce {
		display: none;
	}

	.tabs-menu-catalog-item__title-drink {
		font-size: 20px;
		line-height: 160%;
	}

	.tabs-menu-catalog-item__subtitle-drink {
		font-size: 12px;
		line-height: 200%;
	}

	.interior__title {
		position: absolute;
		top: -60px;
		left: 35%;
	}

	.contacts {
		position: relative;
	}

	.contacts__title {
		position: absolute;
		top: -60px;
		left: 35%;
	}

	.contacts__image {
		margin: 0 0 24px 0;
	}

	.contacts__map {
		height: 246px;
		margin: 0 0 24px 0;
	}

	.contacts__telephon::before {
		content: "";
		margin: 0 0 24px 0;
	}

	.tel-contact__title {
		font-size: 16px;
		line-height: 200%;
		margin: 0 0 8px 0;
	}

	.tel-contact__subtitle {
		font-size: 20px;
		line-height: 160%;
		margin: 0 0 24px 0;
	}

	.tel-contact__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tel-contact__telephon {
		width: 100%;
		margin: 0 0 16px 0;
	}

	.tel-contact__comment {
		width: 100%;
	}

	.shopping-cart__content {
		padding: 32px 16px 140px 16px;
	}

	.shopping-cart__title-text {
		//position: absolute;
		top: -60px;
		left: 37%;
	}

	.shopping-cart__total {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.shopping-cart__total-price {
		margin: 0 0 16px 0;
	}

	.shopping-cart__button {
		width: 100%;
	}

	.checkout-cart__content {
		padding: 32px 16px 32px 16px;
	}

	.checkout-cart__title-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		position: absolute;
		top: -60px;
		left: 20%;
	}

	.tabs-checkout-cart__address::before {
		content: "";
		margin: 16px 0 16px 0;
	}

	.tabs-checkout-cart__button {
		margin: 0 0 16px 0;
	}

	.tabs-checkout-cart__tabs-pay::before {
		content: "";
		margin: 0 0 16px 0;
	}

	.tabs-checkout-cart__button-cart {
		width: 100%;
	}

	.tabs-checkout-cart__form-checkout {
		margin: 0 0 16px 0;
	}

	.tabs-checkout-cart__delivery-text::after {
		content: "";
		margin: 16px 0 16px 0;
	}

	.tabs-pay__subtext::after {
		content: "";
		margin: 16px 0 16px 0;
	}

	.tabs-pay__nav-pay {
		margin: 0 0 16px 0;
	}

	.form-checkout__item {
		margin: 0 0 16px 0;
	}

	/*.form-checkout__item:last-child {
		height: 80px;
		padding: 8px 8px 0 8px;
	}*/

	.form-checkout__item-col {
		margin: 0 0 16px 0;
	}

	.form-checkout__item-col:last-child {
		margin: 0 0 16px 0;
	}

	.form-checkout__items {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width:445px) {
	.slide__image-logo-two {
		width: 320px;
		height: 200px;
	}
}

@media (max-width:400px) {
	.lg-toolbar .lg-close {
		top: 16%;
		left: 86%;
	}

	.footer__column {
		left: 27%;
	}

	.tabs-menu-catalog__title {
		margin: 0 0 1px 0;
	}

	.tabs-menu-catalog__image-burger {
		width: 254px;
		height: auto;
		margin: -80px 0 16px 0;
	}

	.tabs-menu-catalog__image-flag-1 {
		width: 70.5px;
		height: 64.9px;
		top: -120px;
	}

	.tabs-menu-catalog__image-flag-2 {
		top: -120px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-3 {
		top: -110px;
		left: 200px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-4 {
		top: -110px;
		left: 150px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-5 {
		top: -120px;
		left: 150px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-6 {
		top: -110px;
		left: 150px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-7 {
		top: -120px;
		left: 150px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-8 {
		top: -110px;
		left: 150px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-9 {
		top: -125px;
		left: 150px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-10 {
		top: -110px;
		left: 170px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__image-flag-11 {
		top: -120px;
		left: 170px;
		width: 70.5px;
		height: 64.9px;
	}

	.tabs-menu-catalog__men {
		top: -100px;
		left: -5%;
		width: 118.75px;
		height: 137.42px;
	}

	.tabs-menu-catalog__mickey-mouse {
		top: -92px;
		left: 76%;
		width: 92px;
		height: 92px;
	}

	.tabs-menu-catalog__cowboy {
		left: 65%;
	}

	.tabs-menu-catalog__rickshaw {
		top: -110px;
		left: 60%;
	}

	.tabs-menu-catalog__palm {
		width: 130px;
		height: 130px;
		left: -6%;
		top: -100px;
	}

	.tabs-menu-catalog__hookah {
		width: 130px;
		height: 130px;
		left: 65%;
		top: -100px;
	}

	.tabs-menu-catalog__beer {
		width: 130px;
		height: 130px;
		top: -90px;
		left: -5%;
	}

	.tabs-menu-catalog__hat {
		width: 130px;
		height: 130px;
		top: -110px;
		left: 65%;
	}

	.tabs-menu-catalog__baguette {
		width: 130px;
		height: 130px;
		top: -100px;
		left: 0;
	}

	.tabs-menu-catalog__eiffel-tower {
		left: 64%;
	}

	.tabs-menu-catalog__hat-mexico {
		width: 130px;
		height: 130px;
		top: -110px;
		left: 2%;
	}

	.tabs-menu-catalog__maracas {
		width: 130px;
		height: 130px;
		top: -100px;
		left: 65%;
	}

	.tabs-menu-catalog__сoliseum {
		width: 230px;
		height: 200px;
		top: -140px;
	}

	.tabs-menu-catalog__tower-of-pisa {
		left: 60%;
		height: 200px;
		top: -190px;
	}

	.tabs-menu-catalog__сhristmas-tree {
		left: 60%;
	}

	.tabs-menu-catalog__balalaika {
		left: -30%;
	}

	.tabs-menu-catalog__bear {
		width: 130px;
		height: 130px;
		top: -90px;
	}

	.tabs-menu-catalog-item__image-sauce img {
		width: 144px;
		height: 144px;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.interior__title {
		left: 30%;
	}

	.contacts__title {
		left: 30%;
	}

	.shopping-cart__title-text {
		left: 33%;
	}

	.shopping-cart__row {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.checkout-cart__title-text {
		left: 9%;
	}
}

@media (max-width:350px) {
	.footer__column {
		left: 18%;
	}
}

@media (max-width:324px) {
	.checkout-cart__title-text {
		left: 2%;
	}
}

@media (min-width:767.98px) and (max-width:1820px) {
	.icon-cart__body._active {
		//left: 65%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:1653px) {
	.icon-cart__body._active {
		//left: 62%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:1522px) {
	.icon-cart__body._active {
		//left: 59%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:1383px) {
	.icon-cart__body._active {
		//left: 56%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:1300px) {
	.icon-cart__body._active {
		//left: 53%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:1220px) {
	.icon-cart__body._active {
		left: 50%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:1141px) {
	.icon-cart__body._active {
		left: 47%;
	}
}

@media (min-width:767.98px) and (max-width:1080px) {
	.icon-cart__body._active {
		left: 44%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:1020px) {
	.icon-cart__body._active {
		left: 41%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:963px) {
	.icon-cart__body._active {
		left: 38%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:920px) {
	.icon-cart__body._active {
		left: 35%;
		left: auto;
	}

	.icon-cart__body._active {
		left: 32%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:835px) {
	.icon-cart__body._active {
		left: 29%;
		left: auto;
	}
}

@media (min-width:767.98px) and (max-width:800px) {
	.icon-cart__body._active {
		left: 26%;
		left: auto;
	}
}

._webp .lg-toolbar .lg-close {
	background: #ffe27a url(../img/x.webp) 20px 19px no-repeat;
}

._webp .lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../img/vimeo-play.webp) no-repeat scroll 0 -58px transparent;
}

._webp .lg-outer .lg-has-html5 .lg-video-play {
	background: transparent url(../img/video-play.webp) no-repeat scroll 0 0;
}

._webp .lg-outer .lg-has-youtube .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 0 transparent;
}

._webp .lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../img/youtube-play.webp) no-repeat scroll 0 -60px transparent;
}

.main-slider__slide {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 50px;
}

.main-slider__slider, 
.main-slider__slide {
	min-height: 580px;
}

body, 
html {
	overflow: auto !important;
	height: auto !important;
	padding: 0 !important;
}

.main-slider {
	z-index: 100;
}

.menu-slider {
	z-index: 200;
}

.tabs-menu-catalog__blog:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, #3B383D 0%, #4E4A51 0.01%, #3B383D 100%);
	z-index: 0;
	opacity: 0;
	transition: opacity 0.2s linear;
	border-radius: 32px;
}

.tabs-menu-catalog__blog:hover .tabs-menu-catalog__image-main picture:nth-child(2) img {
	transition: transform 0.3s ease-in-out 0s;
}

.tabs-menu-catalog__blog:hover .tabs-menu-catalog__image-burger,
.tabs-menu-catalog__blog:hover .tabs-menu-catalog__image-main picture:nth-child(2) img {
	transform: scale(1.03);
}

.tabs-menu-catalog__blog:hover:before {
	opacity: 1;
}

.tabs-menu-catalog__blog div {
	position: relative;
}

.card-tabs-menu-catalog__composition-block.open_block img {
	bottom: -72px;
	left: auto;
	top: auto;
	right: -228px;
}

.card-tabs-menu-catalog__composition-block.open_block .card-tabs-menu-catalog__list {
	width: 100%;
}

.card-tabs-menu-catalog__composition-block .card-tabs-menu-catalog__list, 
.card-tabs-menu-catalog__composition-block img {
	transition: all 0.1s ease-in-out;
}

@keyframes bounce {
	0% {
		transform: translateY(-100%);
		opacity: 0;
	}

	5% {
		transform: translateY(-100%);
		opacity: 0;
	}

	50% {
		transform: translateY(0);
		padding-left: 15px;
	}

	100% {
		transform: translateY(-50%);
	}
}

.card-tabs-menu-catalog__composition-block .wrapper__composition-block {
    right: -550px;
    bottom: -400px;
    transform: rotate(60deg);
    z-index: 10;
    transition: all 0.1s ease-in-out;
    opacity: 0;
}

.card-tabs-menu-catalog__composition-block.open_block .wrapper__composition-block {
    bottom: -70px;
    right: -71px;
    transform: rotate(-10deg);
    transition: all 0.1s ease-in-out;
    opacity: 1;
}

.card-tabs-menu-catalog__composition-block {
    z-index: 10;
    width: 100%;
    height: auto;
}

.card-tabs-menu-catalog__link {
	text-align: left;
}

.tabs-menu-catalog__blog .wrapper__composition-block {
    background-color: #fee27a;
    transform: rotate(42deg);
    border-radius: 32px;
    padding: 50px 80px 70px 70px;
    position: absolute;
    z-index: 10;
    width: 100%;
    max-width: 460px;
}

.card-tabs-menu-catalog__list.yellow_catalog__list {
    position: static;
    transform: rotate(9deg);
}


/* All media
=============================
 */


@media (max-width: 1280px) {
	.decor_img {
		display: none;
	}
}

@media (max-width: 768px) {

	.wrapp__card-item__button {
	    width: 100%;
	}

	.wrapp__card-item__button .quantity {
	    width: 100%;
	}

}


@media (max-width: 640px) {

	.tabs-menu-catalog__blog .wrapper__composition-block {
	    width: auto;
	    padding: 50px 80px 70px 70px;
	}

}
@media (max-width: 520px) {
	.pagestr .tabs-menu-catalog__column {
		padding: 0px 0 0 0;
	}
	.pagestr .shopping-cart__icon-x {
		
		right: -19px;
top: -11px;
		
	}
	.pagestr .tabs-menu__tabs-menu-catalog {
    margin: 100px 0 56px 0;
    padding: 0 36px;
}
.pagestr .tabs-menu-catalog__title {
    margin: 0 0 70px 0;
}
}
@media (max-width: 410px) {

	.tabs-menu-catalog__blog .wrapper__composition-block {
	    width: 134%;
        padding: 40px 50px 70px 35px;
	}

}


.tabs-menu__mobile.slick-slider{
	display:none;
	position: fixed;
	top: -92px;
	left: 0;
	right: 0;
	z-index: 201;
	background: rgba(59, 56, 61, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);

}
.tabs-menu__mobile .slick-prev,
.tabs-menu__mobile .slick-next{
	display: none;
}
.tabs-menu__mobile .tabs-menu__item span{
	font-family: Nunito,sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	white-space: nowrap;
}
.tabs-menu__mobile .slick-slide img{
	display: block;
	width: 48px;
	height: 48px;
	margin: 0;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 100%;
}
.tabs-menu__mobile .slick-slide._active img{
	border: 2px solid #FFE27A;
}
.tabs-menu__mobile.slick-initialized .slick-slide{
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	padding: 10px 10px 10px;
}

@media (max-width: 767.98px){
	.tabs-menu__mobile.slick-slider {
		display: block;
	}
}
.block-slide__content_{
	margin-bottom: 30px;
	margin-top: 100px;
}
.block-slide__content_ p{
	color: #FFFFFF;
	font-family: Nunito,sans-serif;
	text-align: center;
}
p.slogan1{
	font-style: normal;
font-weight: 600;
font-size: 42px;
line-height: 32px;

/* or 76% */
margin-bottom: 10px;


}
p.slogan2{
	font-style: normal;
font-weight: 600;
font-size: 27px;
line-height: 32px;


}
p.adres{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 17px;
}
.block-slide__button,
.btn_booking{
	width: 100%;
	margin-top: 20px;
}
 .btn_booking{
	height: 48px;
	background: #01010138;
	border: 1px solid #fff;
	color: #fff;
}
.btn_booking:hover{
	
	background: #01010138;
	border: 1px solid #fff;
	
}
@media (max-width: 479.98px) {
	.popup_booking .popup__item:last-child{
		padding: 8px 16px 8px 16px;
		height: 48px;
	}
	p.slogan1 {
  
  font-size: 30px;

}
p.adres {
  font-size: 18px;
  
}
p.slogan2 {
  
  font-size: 22px;
  
}
}

@media (max-width: 1669px) {
	.header__center{
		margin-left: 0;
		justify-content: space-around;
	}
	.menu__list li {
		padding: 0px 10px;
	}
	.social-footer__icon{
		margin-right: 0!important;
	}
	.contacts__number{
		white-space: nowrap;
	}
}
@media (max-width: 1296px) {
	.menu__link {
		font-size: 20px;
	}
}
@media (max-width: 767.98px){
	.menu__food li{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.menu__shopping-cart{
		font-size: 20px;
		margin-top: 10px;
	}
	.menu__shopping-cart::after{
		margin: 10px 0;
	}
	.menu__list li{
		padding: 0;
		margin-top: 10px;
	}
}


.header__left,
.header__menu,
.header__center,
.header__right{
	flex: auto;
	margin: 0;
}
@media(max-width: 767.98px){
	.header__right{
		justify-content: right;
	}
	.header__left{
		display: none;
	}
}

.not-available{
	background: #f0edf2;
	pointer-events: none;
	color: #979499;
	font-size: 15px;
}
.not-available:before{
	display: none;
}

.contacts__number small{
	display: block;
	font-size: 12px;
	text-align: center;
	line-height: 12px;
	margin-bottom: -12px;
}

.header__schedule{
	display: none;
}
@media(max-width: 767.98px){
	.header__schedule{
		display: block;
		font-size: 12px;
		text-align: center;
		color: #fff;
		margin-left: 30px;
	}
}

@media (max-width: 479.98px){
	.tel-contact__comment{
		padding: 0 30px;
	}
}

html.unscroll{
	overflow-y: hidden!important;
	touch-action: none;
	-ms-touch-action: none;
}

.icon-cart__body._active:after{
	content: '';
	display: block;
	clear: both;
}

.tabs-checkout-cart__content{
	margin-bottom: 16px;
}
@media (max-width: 479.98px){
	.tabs-pay__nav-pay{
		width: 100%;
	}
}

.tabs-menu__nav-bottom{
	margin-bottom: 30px;
	padding-bottom: 30px;
	z-index: 16;
	position: relative;
}
.section_item_1{
	margin-bottom: -122px;
}
@media (max-width: 1160px){
	margin-bottom: -120px;
}

@media (max-width: 768px){
	.tabs-menu-catalog__column a:not(.add_basket){
		pointer-events: none;
	}
}

@media (max-width: 479.98px) {
	.slide__image-logo {
		margin: 160px 0 110px 0;
	}
}

@media (max-width: 991.98px) {
	.card-item__price-drink {
		 display: flex;
	}
}

.popup_cheeze{
	z-index: 99999999999;
}
.popup_cheeze .popup__body{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 50px 20px 30px;
}
.cheeze-image img{
	max-width: 100%;
}
.cheeze-title{
	font-size: 40px;
}
.cheeze-subtitle{
	font-size: 20px;
}
.cheeze-subtitle span{
	color: #ff4e00;
	font-size: 21px;
}
.cheeze-button{
	width: 255px;
	height: 50px;
	font-size: 21px;
	margin: 30px auto 20px;
}
.cheeze-label{
	font-size: 10px;
	color: #c2c2c2;
}


.page_text img{
	max-width: 100%;
	height: auto;
}
.nomain .main-slider{
	background: #000;
}
.nomain .main-slider .main-slider__body{
	display: none;
}
@media (max-width: 479.98px) {
	.page_title{
		top: -90px;
		left: 0;
	}
}

.hot-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}
.hot-row img{
	margin-right: 15px;
}
.hot-left{
	display: flex;
	align-items: center;
	justify-content: start;
}
.hot-desc{
	font-size: 14px;
	line-height: 16px;
	color: #fff;
}
.hot-title{
	font-size: 20px;
	color: #ffe27a;
	margin-bottom: 8px;
}
.super-hot{
	width: 110px;
	height: 70px;
	font-size: 22px;
	background: #ffe27a;
	color: #000;
	border-radius: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.super-hot.active{
	background: #a41e25;
	color: #fff;
}
@media (max-width: 479.98px) {
	.hot-desc{
		font-size: 12px;
	}
	.hot-title{
		font-size: 14px;
	}
}

.main-slider-labels{
	position: absolute;
	z-index: 2;
	right: 50px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	row-gap: 50px;
}
.main-slider__body{
	position: relative;
	z-index: 1;
}
.popup_2gis .popup__body{
	max-width: 90vw;
	max-height: 90vh;
}
.popup_2gis .popup__body img{
	max-width: 80vw;
	max-height: 80vh;
	display: block;
	margin: 0 auto;
}
.main-slider-2gis{
	border: 5px solid #fff;
	border-radius: 100%;
}

@media (max-width: 767.98px) {
	.main-slider-labels{
		right: 0;
		width: 100%;
		bottom: 50px;
		flex-direction: row;
		column-gap: 20px;
		height: auto;
	}
	.main-slider-labels img{
		width: 100px;
		height: 100px;
	}
	.main-slider-2gis{
		border: 3px solid #fff;
	}
}

.menu__tabs-menu .tabs-menu__item{
	padding: 0 25px;
}
.menu__tabs-menu .tabs-menu__item a{
	color: #ffffff;
	position: relative;
}
.menu__tabs-menu .tabs-menu__item._tabs-item-with-image:before{
	content: '';
	display: block;
	position: absolute;
	width: 35px;
	height: 35px;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/rolls.png) no-repeat;
	background-size: contain;
	background-position: center;
}
._tabs-item-with-image{
	opacity: 1;
	position: relative;
}
._tabs-item-with-image a{
	opacity: 0.3;
}
._tabs-item-with-image span{
	position: absolute;
	bottom: -80%;
	font-size: 9px;
	color: #ffe27a;
	display: block;
	left: 50%;
	transform: translateX(-50%);
}
.tabs-menu__mobile .tabs-menu__item a{
	font-family: Nunito, sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	color: #FFFFFF;
	white-space: nowrap;
}

.tabs-menu__mobile.slick-slider{
	top: auto;
	bottom: 0;
}

@media (max-width: 767.98px) {
	.menu-slider{
		background: none;
		z-index: 201;
	}
	.menu-slider__menu{
		background: #252228;
	}
}

.header__center.soc a{
	font-size: 0;
}
.footer__social.social-footer a{
	width: auto;
	display: flex;
	gap: 10px;
	align-items: center;
	font-size: 16px;
}
.contacts-footer__subtitle{
	white-space: nowrap;
}
.footer__column{
	gap: 10px;
}

@media (max-width: 767.98px) {
	.footer__container{
		padding-bottom: 100px;
	}
	.footer__column{
		left: 0;
		gap: 0;
	}
	.footer{
		z-index: 202;
	}
}