@import 'fonts/fonts.css';

body {
	margin: 0;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	background-color: #222220
}

:before,
:after {
	box-sizing: border-box
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0
}

p {
	margin: 0
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.container {
	width: 100%;
	max-width: 1220px;
	margin: 0 auto
}

.inner {
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative
}

.header {
	padding-top: 30px;
	padding-bottom: 55px;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
	background: transparent;
	z-index: 990;
}

.header .logo {
	width: 20%;
	display: block;
}

.header .logo .logo_img {
	width: 100%;
	height: auto;
	display: block;
}

.header .nav_menu {
	width: 50%;
	padding-top: 15px
}

.header .nav_menu .nav {
	max-width: 240px;
	margin-left: auto;
	margin-right: 0
}

.header .nav_menu .nav ul {
	display: block;
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-start: 0
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0
}

nav a {
	display: block;
	text-decoration: none;
	outline: none;
	transition: .4s ease-in-out
}

.topmenu {
	backface-visibility: hidden
}

.topmenu>li {
	display: inline-block;
	position: relative;
	margin-right: 15px
}

.topmenu>li>a {
	font-weight: 700;
	color: #fff
}

.down:after {
	content: "\f107";
	margin-left: 8px;
	font-family: FontAwesome
}

.submenu {
	background: #161615;
	border: 0 solid #003559;
	border-radius: 5px;
	padding: 15px;
	position: absolute;
	left: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 995;
	width: 250px;
	transform: perspective(600px) rotateX(-90deg);
	transform-origin: 0 0;
	transition: .6s ease-in-out
}

.topmenu>li:hover .submenu {
	visibility: visible;
	opacity: 1;
	transform: perspective(600px) rotateX(0deg)
}

.submenu li {
	padding-left: 15px
}

.submenu li a {
	color: #fff;
	text-decoration: none;
	padding: 5px
}

.submenu li a:hover {
	color: #1A5962
}

.header .nav_menu .nav .nav_link {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	text-decoration: none;
	color: #FFF;
	margin-left: 14px;
	margin-right: 14px;
	transition: all .3s linear
}

.header .nav_menu .nav .nav_link:hover {
	color: #1A5962;
	transition: all .3s linear
}

.header .nav_menu .nav .nav_link:first-child {
	margin-left: 0
}

.header .nav_menu .nav .nav_link:last-child {
	margin-right: 0
}

.header .booking {
	/*width: 22%;*/
	display: flex;
	flex-wrap: wrap
}

.header .booking .phone_link {
	background: #1B1B1B;
	box-shadow: 0 0 15.1515px rgba(189, 45, 67, 0.5);
	border-radius: 7.57576px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	padding-top: 10px;
	transition: all .3s linear
}

.header .booking .phone_link:hover {
	background: #1A5962;
	transition: all .3s linear
}

.header .booking .booking_btn {
	width: 180px;
	height: 50px;
	background: #1A5962;
	border: 1px solid #1A5962;
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding-top: 15px;
	transition: all .3s linear
}

.header .booking .booking_btn.signin {
	width: 50px;
	margin-left: 16px;
	background: url(/files/site2023/signin.png) #1A5962 no-repeat center center/cover;
}

.header .booking .booking_btn:hover {
	color: #1A5962;
	border: 1px solid #FFF;
	background-color: #FFF;
	background-image: url(/files/site2023/signin_h.png);
	transition: all .3s linear
}

.header .booking .booking_btn.cart-btn {
	width: 50px;
	margin-left: 16px;
	border-color: #fff;
	background: url(/files/site2023/cart.png) #fff no-repeat center center/cover;
}

.header .booking .booking_btn.cart-btn:hover {
	color: #1A5962;
	border: 1px solid #1A5962;
	background-color: #1A5962;
	background-image: url(/files/site2023/cart_h.png);
	transition: all .3s linear
}

.slider {
	background: url(/files/site2023/slider_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 110px
}

.slider .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-bottom: 0
}

.slider .title {
	padding-left: 15px;
	padding-right: 15px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 40px
}

.slider .slaid {
	text-align: center;
	margin-right: 10px
}

.slider .slaid .item {
	text-align: center;
	max-width: 225px;
	position: relative
}

.slider .slaid .item .back_description {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all .3s linear;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	padding-top: 130px
}

.slider .slaid .item .back_description:hover {
	opacity: 1;
	transition: all .3s linear
}

.slider .slaid .item .back_description .more {
	display: block;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #C7434F;
	text-shadow: 0 0 30px rgba(199, 67, 79, 0.52)
}

.slider .slaid .item .slaid_img {
	height: auto;
	border-radius: 30px
}

.slider .bx-wrapper .bx-controls-direction a {
	width: 20px;
	height: 52px;
	top: 47%
}

.slider .bx-wrapper .bx-prev {
	left: -35px;
	background: url(/files/site2023//arr_prev.png)
}

.slider .bx-wrapper .bx-prev:hover {
	background: url(/files/site2023//arr_prevwh.png);
	transition: all .3s linear
}

.slider .bx-wrapper .bx-next {
	right: -35px;
	background: url(/files/site2023//arr_next.png)
}

.slider .bx-wrapper .bx-next:hover {
	background: url(/files/site2023//arr_nextwh.png);
	transition: all .3s linear
}

.slider .bx-wrapper .bx-pager.bx-default-pager a {
	width: 13px;
	height: 13px;
	border: 3px solid #cd424e;
	border-radius: 50%;
	background: #FFF;
	margin: 0 7px;
	transition: all .3s linear
}

.slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #262121;
	transition: all .3s linear
}

.slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #262121;
	border: 3px solid #262121;
	width: 13px;
	height: 13px
}

.slider-item {
	overflow: hidden
}

.slider-item .bx-wrapper {
	border: none;
	background: transparent;
	box-shadow: none;
	margin-bottom: 0
}

.slider-item .slaid .item {
	width: 100% !important;
	margin-bottom: 0 !important
}

.slider-item .bx-controls.bx-has-pager {
	height: 30px;
	position: absolute;
	bottom: 20px;
	width: 100%
}

.slider-item .bx-pager {
	padding-top: 0;
	bottom: 0
}

.slider-item .bx-pager-link {
	background: #313131;
	width: 13px !important;
	height: 13px !important;
	border-radius: 100px !important
}

.slider-item .bx-pager-link.active {
	background: #B63847 !important;
	box-shadow: 0 0 10px #B63847
}

.footer {
	padding-top: 30px;
	padding-bottom: 15px;
	background: url(/files/site2023/bf.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.footer .col_1 {
	width: 30%
}

.footer .col_2 {
	width: 33%;
	max-width: 390px
}

.footer .col_1 .logo_img {
	width: 100%;
	height: auto;
	max-width: 320px;
	margin-bottom: 20px
}

.footer .col_1 .f_nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.footer .col_1 .f_nav .fnav_link {
	color: #fff;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-decoration-line: underline;
	transition: all .3s linear;
	color: #9C9C9C
}

.footer .col_1 .f_nav .fnav_link:hover {
	color: #FFF;
	transition: all .3s linear
}

.footer .col_2 .f_nav {
	color: #fff;
	padding-top: 20px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.footer .col_2 .f_nav .f_link {
	display: inline-block;
	width: 26%
}

.footer .col_2 .f_nav .f_link a {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 15px;
	align-items: center;
	text-decoration: none;
	color: #DCDCDC;
	transition: all .3s linear
}

.footer .col_2 .f_nav .f_link:nth-child(4) {
	width: 48%
}

.footer .col_2 .f_nav .f_link:nth-child(5) {
	width: 45%
}

.footer .col_2 .f_nav .f_link a:hover {
	color: #1A5962;
	transition: all .3s linear
}

.footer .col_2 .infotext {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #9C9C9C
}

.footer .col_3 {
	width: 25%;
	text-align: right;
	padding-top: 20px
}

.footer .col_3 .call_link {
	display: block;
	margin-bottom: 10px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	align-items: center;
	text-align: right;
	text-decoration: none;
	color: #1A5962;
	transition: all .3s linear
}

.footer .col_3 .call_link:hover {
	color: #FFF;
	transition: all .3s linear
}

.footer .col_3 .booking {
	margin-bottom: 15px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 14px;
	align-items: center;
	text-align: right;
	color: #8F8F8F
}

.footer .col_3 .socials {
	max-width: 120px;
	margin-left: auto;
	margin-right: 0;
	display: flex;
	justify-content: flex-end
}

.footer .col_3 .socials a {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px
}

.footer .col_3 .socials a:first-child {
	margin-left: 0
}

.footer .col_3 .socials a:last-child {
	margin-right: 0
}

.footer .col_3 .socials a .soc_img {
	width: 100%;
	height: auto
}

.menu_text {
	padding-top: 30px;
	padding-bottom: 45px
}

.menu_text .tabs {
	width: 100%
}

.menu_text .tabs .tab_head {
	padding-bottom: 40px;
	margin: 0 -10px;
}

.menu_text .tabs .tab_head .tab_link {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	align-items: center;
	text-transform: uppercase;
	display: inline-block;
	color: #505050;
	text-decoration: none;
	transition: all .3s linear;
	background: none;
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 10px;
}

.menu_text .tabs .tab_head .tab_link:hover {
	color: #1A5962;
	transition: all .3s linear
}

.menu_text .tabs .tab_head .tab_link.active {
	color: #FFF
}

.menu_text .tabs .tab_content {
	display: block;
	opacity: 1;
	height: auto
}

.menu_text .tabs .tab_content .content_head {
	display: block;
}

.menu_text .tabs .tab_content .content_head .search_block {
	width: 20%;
	display: flex;
	justify-content: space-between
}

.menu_text .tabs .tab_content .search_block .s_input,
.menu_text .tabs .tab_content .search_block .s_input {
	width: 80%;
	height: 50px;
	border: 1px solid #B7B7B7;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	outline: none;
	background: transparent;
	padding-left: 25px;
	border-right: 0;
	color: #fff
}

.menu_text .tabs .tab_content .search_block .s_inputbtn,
.menu_text .tabs .tab_content .search_block .s_inputbtn {
	width: 20%;
	height: 50px;
	background: #1A5962;
	border: 1px solid #1A5962;
	box-shadow: 0 0 15px #1A5962;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	background: url(/files/site2023/search.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s linear
}

.menu_text .tabs .tab_content .search_block .s_inputbtn:hover,
.menu_text .tabs .tab_content .search_block .s_inputbtn:hover {
	border: 1px solid #FFF;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.51);
	background: url(/files/site2023/search_wh.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .3s linear
}

.header .booking .mini-cart {
	position: relative;
	margin-left: 20px;
}

.header .booking .mini-cart * {
	font-family: 'SuisseIntl-Regular', sans-serif;
}

.header .booking .mini-cart ul {
	padding: 0;
	list-style: none;
}

.header .booking .mini-cart .button {
	display: inline-block;
	background: #1A5962;
	border-radius: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	appearance: none;
	outline: none;
	border: none;
	padding: 0.875em 1.875em;
}

.header .booking .mini-cart .cart-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #1B1B1B;
	box-shadow: 0 0 15.1515px rgb(189 45 67 / 50%);
	border-radius: 7.57576px;
	width: 50px;
	height: 50px;
}

.header .booking .mini-cart .cart-items-count {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 2em;
	height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(20%, -20%);
	transform: translate(20%, -20%);
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	background-color: #1A5962;
	border-radius: 50%;
	padding: 0.3em;
}

.header .booking .mini-cart .cart-icon svg {
	width: 40%;
	height: auto;
}

.header .booking .mini-cart .widget_shopping_cart_content {
	display: none;
	position: absolute;
	right: 0;
	top: 120%;
	padding: 1.4em;
	text-align: center;
	border-radius: 20px;
	background: url(/files/site2023/item_minbg.png);
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0 2em 1.5em rgba(0, 0, 0, 0.5);
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart {
	display: block;
	max-height: 70vh;
	overflow-y: auto;
	overflow-x: hidden;
	width: 300px;
	color: #fff;
	text-align: left;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart::-webkit-scrollbar {
	display: none;
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li {
	position: relative;
	width: 100%;
	margin-bottom: 2em;
	font-size: 18px;
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove {
	font-size: 0;
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li a.remove::before {
	content: 'Удалить';
	font-size: 10px;
	color: #fa4a5a;
	display: inline-block;
	text-align: center;
	padding: 0.3em 0.7em;
	border-radius: 50px;
	border: 1px solid #fa4a5a;
	margin-bottom: 0.5em;
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li img {
	width: 4em;
	height: 4em;
	-o-object-fit: cover;
	object-fit: cover;
	float: right;
	margin-left: 1.2em;
	border-radius: 10px;
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li span.product-name {
	display: block;
	font-size: 1em;
	margin-bottom: 0.5em;
}

.header .booking .mini-cart .widget_shopping_cart_content ul.woocommerce-mini-cart li span.quantity {
	font-size: .875em;
	font-weight: 500;
	color: #fa4a5a;
}

.header .booking .mini-cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
	margin-bottom: 1.4em;
}

.header .booking .mini-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
	font-size: 0;
	font-weight: 400;
}

.header .booking .mini-cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong::before {
	content: 'Итого: ';
	font-size: .8rem;
}

.header .booking .mini-cart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
	color: #fa4a5a;
	font-weight: 600;
}

.header .booking .mini-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
	display: block;
	text-align: center;
}

.header .booking .mini-cart .widget_shopping_cart_content .button {
	white-space: nowrap;
}

.header .booking .mini-cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
	display: none;
}

.item_wrap .add_to_cart_button {
	background: #1A5962;
	border-radius: 5px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	appearance: none;
	outline: none;
	border: none;
	padding: .875em 1.875em;
}


.menu_text .tabs .tab_content .content_head .filters_links .link,
.menu_text .tabs .tab_content .content_head .filters_links .link {
	min-width: 14%;
	margin-left: 10px;
	margin-right: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	align-items: center;
	text-decoration: none;
	color: #FFF
}


.menu_text .tabs .tab_content .menu-search {
	position: relative;
}

.menu_text .tabs .tab_content .menu-search .search-container {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 50px;
	width: 300px;
	background: transparent;
	border: 1px solid #1A5962;
	border-radius: 5px;
	padding: 10px 20px;
}

.menu_text .tabs .tab_content .menu-search .search-container .input-search {
	width: 100%;
	color: #fff;
	background: transparent;
	border: none;
	appearance: none;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
}

.menu_text .tabs .tab_content .menu-search .search-container .input-search::placeholder {
	color: #fff;
	background: transparent;
	border: none;
	appearance: none;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
}

.menu_text .tabs .tab_content .menu-search .search-container .input-search::-moz-placeholder {
	color: #fff;
	background: transparent;
	border: none;
	appearance: none;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
}

.menu_text .tabs .tab_content .menu-search .search-container .input-search::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	background: transparent;
	border: none;
	appearance: none;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-appearance: textfield;
}

.menu_text .tabs .tab_content .menu-search .search-clear {
	display: none;
	margin-left: 10px;
	margin-right: -5px;
	outline: none;
	background: none;
	appearance: none;
	border: none;
}

.menu_text .tabs .tab_content .menu-search .search-clear svg {
	height: 100%;
	width: auto;
}

.menu_text .tabs .tab_content .menu-search .search-loader {
	display: none;
	margin-left: 10px;
	margin-right: -10px;
	height: 100%;
}

.menu_text .tabs .tab_content .menu-search .search-loader svg {
	height: 100%;
	width: auto;
}

.menu_text .tabs .tab_content .menu-search .search-submit {
	height: 80%;
	margin-left: 20px;
	background: none;
	border: none;
	appearance: none;
	cursor: pointer;
}

.menu_text .tabs .tab_content .menu-search .search-container .search-submit svg {
	height: 100%;
	width: auto;
}

.menu_text .tabs .tab_content .menu-search .search-results {
	display: none;
	position: absolute;
	width: 420px;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(calc(100% + 20px));
	transform: translateY(calc(100% + 20px));
	z-index: 10;
	background: #000;
	padding: 20px;
	border-radius: 5;
}

.menu_text .tabs .tab_content .menu-search .search-results p {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	cursor: pointer;
	transition: all .3s ease-out;
}

.menu_text .tabs .tab_content .menu-search .search-results p:not(:last-of-type) {
	margin-bottom: .745em;
	padding-bottom: .745em;
	border-bottom: 1px solid #1A5962;
}

.menu_text .tabs .tab_content .menu-search .search-results p:hover {
	color: #1A5962;
}


.menu_text .tabs .tab_content .preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

body.menu-loading .menu_text .tabs .tab_content .preloader {
	opacity: 1;
	visibility: visible;
}

.menu_text .tabs .tab_content .menu-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.menu_text .tabs .tab_content .menu-head .menu-view-toggle {
	text-align: center;
	font-family: 'SuisseIntl-Regular', sans-serif;
	background: transparent;
	border: 1px solid #1A5962;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	color: #FFF;
	padding: 1em 1.875em;
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.menu_text .tabs .tab_content .menu-head .menu-view-toggle svg {
	width: 1.3em;
	height: auto;
	margin-right: 1em;
}

.menu_text .tabs .tab_content .menu-head .menu-view-toggle svg.tile_view {
	display: inline-block;
}

.menu_text .tabs .tab_content .menu-head .menu-view-toggle svg.list_view {
	display: none;
}

body.menu-list-view .menu_text .tabs .tab_content .menu-head .menu-view-toggle svg.list_view {
	display: inline-block;
}

body.menu-list-view .menu_text .tabs .tab_content .menu-head .menu-view-toggle svg.tile_view {
	display: none;
}

.menu_text .tabs .tab_content .menu-head .adw_woosearch {
	width: 300px;
}

.menu_text .tabs .tab_content .menu-backward {
	display: none;
	margin: 40px 0;
}

.menu_text .tabs .tab_content .menu-backward .menu-backward-inner {
	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;
}

.menu_text .tabs .tab_content .menu-backward .backward-button {
	font-family: 'SuisseIntl-Regular', sans-serif;
	appearance: none;
	border: none;
	background: #1A5962;
	box-shadow: 0 0 14.9668px #1A5962;
	border-radius: 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
	padding: 1em 1.875em;
	cursor: pointer;
}

.menu_text .tabs .tab_content .menu-backward .menu-selected {
	color: #fff;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
}

.menu_text .tabs .tab_content .con_filters {
	padding-top: 35px;
	display: none;
	margin: 0 -10px;
}

.menu_text .tabs .tab_content .con_filters.active {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.menu_text .tabs .tab_content .con_filters .f_btns {
	border-radius: 20px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	align-items: center;
	text-align: center;
	padding: 1em;
	text-decoration: none;
	color: #FFF;
	background: transparent;
	cursor: pointer;
	border: 0;
	margin: 10px;
	width: calc((100% / 3) - 20px);
	height: 340px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	display: block;
}

.menu_text .tabs .tab_content .con_filters .f_btns::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.4;
	z-index: -1;
	-webkit-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

.menu_text .tabs .tab_content .con_filters .f_btns:hover::after {
	opacity: 0.2;
}

.menu_text .tabs .tab_content .con_filters .f_btns.show,
.menu_text .tabs .tab_content .con_filters .f_btns.show {
	display: block
}

.menu_text .tabs .tab_content .con_filters .f_btns.active,
.menu_text .tabs .tab_content .con_filters .f_btns.active {
	color: #1A5962
}

.menu_text .tabs .tab_content .con_filters .gr_cross,
.menu_text .tabs .tab_content .con_filters .gr_cross {
	position: absolute;
	right: 15px;
	top: 12px;
	display: none
}

.menu_text .tabs .filter_tags {
	position: relative;
	padding-left: 10px;
	margin-top: 10px
}

.menu_text .tabs .filter_btn {
	display: block;
	width: 155px;
	height: 50px;
	text-align: center;
	font-family: 'SuisseIntl-Regular', sans-serif;
	background: #1A5962;
	box-shadow: 0 0 14.9668px #1A5962;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #FFF;
	padding: 15px 60px 15px 20px
}

.clear_button-menu {
	display: block;
	width: 155px;
	height: 50px;
	text-align: center;
	font-family: 'SuisseIntl-Regular', sans-serif;
	background: #1A5962;
	box-shadow: 0 0 14.9668px #1A5962;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #FFF;
	padding: 15px 25px;
	border: 0;
	cursor: pointer;
	margin-top: 10px
}

.menu_text .tabs .filter_btn span {
	position: relative
}

.menu_text .tabs .filter_btn span:after {
	position: absolute;
	top: -5px;
	right: -45px;
	content: url(/files/site2023/filter.png)
}

.menu_text .tabs .filter_menu {
	display: none
}

.menu_text .tabs .filter_menu.active {
	display: block;
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 99;
	background: #161615;
	width: 270px;
	border-radius: 5px;
	padding: 5px
}

.menu_text .tabs .filter_menu .inn span {
	color: #fff;
	display: inline-block;
	background: #505050;
	border-radius: 10px;
	font-size: 13px;
	padding: 0 9px;
	margin: 3px 5px;
	cursor: pointer
}

.menu_text .tabs .filter_menu .inn span.select {
	background: #1A5962
}

.filter_area {
	display: flex;
	align-items: center
}

.tags_input {
	margin-left: 10px
}

.tags_input p {
	display: inline-block;
	border: 1px solid #1A5962;
	border-radius: 50px;
	padding: 0 10px;
	margin: 0 5px 5px;
	cursor: pointer
}

.tags_input p:hover {
	border-color: #6DAB58
}

.tags_input span {
	margin-left: 5px
}

.tags_input span.term_remove:before {
	content: '\2716';
	color: #696969;
	font-size: 12px
}

.tags_input span:hover:before {
	color: #1A5962
}

.menu_text .tabs .tab_content .show_more,
.menu_text .tabs .tab_content .show_more,
.fotootchet.detail .show_more,
.account_orders .show-more {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 194px;
	height: 47px;
	background: #1A5962;
	box-shadow: 0 0 14.9668px #1A5962;
	border-radius: 100px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	padding-top: 15px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	margin-top: 30px;
	transition: all .3s linear
}

.menu_text .tabs .tab_content .show_more:hover,
.menu_text .tabs .tab_content .show_more:hover {
	background: #FFF;
	color: #1A5962;
	box-shadow: 0 0 14.9668px rgba(255, 255, 255, 0.4);
	transition: all .3s linear
}

.menu_text .tabs .tab_content .menu-body {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.menu_text .tabs .tab_content .item_wrap.setHeight .item {
	height: var(--card_height);
}

.menu_text .tabs .tab_content .item_wrap,
.menu_text .tabs .tab_content .item_wrap,
.magazin_page .item_wrap {
	width: 31%
}

.item_wrap .main_item .image {
	position: relative;
}

.item_wrap[data-label="special"] .item::before,
.item_wrap[data-label="special"] .main_item .image::before {
	content: '';
	display: block;
	width: 84px;
	height: 84px;
	border-radius: 100%;
	position: absolute;
	top: 3%;
	right: 5%;
	background: url(/files/site2023/potra4eno_special.png) no-repeat center center/cover;
}

.item_wrap.hide {
	display: none !important;
}

.menu_text .tabs .tab_content .item {
	width: 100%;
	transition: all .3s linear;
	border-radius: 25px;
	background: #121314;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	height: 100%;
	display: flex;
	flex-direction: column;
}


.menu_text .tabs .tab_content .item .image {
	width: 100%;
	position: relative;
	z-index: 10
}

.menu_text .tabs .tab_content .item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	cursor: pointer;
}

.menu_text .tabs .tab_content .item .desc {
	background: url(/files/site2023/item_minbg.png);
	background-size: 600px;
	background-position: center;
	background-repeat: repeat;
	position: relative;
	z-index: 8;
	top: 0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 30px 20px 35px 35px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.menu_text .tabs .tab_content .item_wrap_noimg .item .desc {
	justify-content: start;
}

.menu_text .tabs .tab_content .item .desc:after,
.menu_text .tabs .tab_content .item .desc:after {
	position: absolute;
	bottom: -6px;
	left: 22%;
	content: url(/files/site2023/rect.png);
	display: none !important;
}

.menu_text .tabs .tab_content .item .desc .title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #FFF;
	margin: 1em 0;
	display: block;
}

.menu_text .tabs .tab_content .item .desc .ingr {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
	color: #1A5962;
	display: block;
}

.item .desc .categories .cat_link {
    font-family: 'SuisseIntl-Regular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #6DAB58;
    text-decoration: none;
}

.menu_text .tabs .tab_content .item .desc .ingr.mobile,
.menu_text .tabs .tab_content .item .desc .ingr.mobile {
	display: none;
}

.menu_text .tabs .tab_content .item .desc .price_items {
	display: block;
	margin-top: 15px;
}

.menu_text .tabs .tab_content .item .desc .price_items .price {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.menu_text .tabs .tab_content .item .desc .price_items .price span,
.menu_text .tabs .tab_content .item .desc .price_items .price span {
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
	color: #FFF
}

.menu_text .tabs .tab_content .item .desc .price_items .price .price_line {
	display: block;
}

/* .menu_text .tabs .tab_content .item .desc .price_items .more_info,
.menu_text .tabs .tab_content .item .desc .price_items .more_info,
.return-to-shop a {
	display: block;
	width: 133px;
	height: 40px;
	background: #1A5962;
	border: 1px solid #1A5962;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF!important;
	transition: all .3s linear;
	margin-top: 10px;
    /*padding-top: 12px;*/
}

*/ .desc .more_info a.added_to_cart {
	color: #1A5962;
	display: block;
	font-size: 12px;
	text-transform: none;
}

.menu_text .tabs .tab_content .item .desc .price_items .more_info:hover {
	background: #E2414F;
	color: #fff !important;
	text-decoration: none !important;
	transition: all .3s linear
}

.price_items .more_info a {
	color: #fff;
	display: block;
	padding: 11px 0;
}

.menu_text .tabs .tab_content .favorite_dish {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.menu_text .tabs .tab_content .item .desc .price_items p.more_info {
	display: block;
	text-align: center;
	margin-top: 2em;
	border: 1px solid #1A5962;
	border-radius: 5px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	appearance: none;
	outline: none;
	padding: 1.2em 1.875em;
	cursor: pointer;
	background: transparent;
	transition: all .3s ease-out;
}

.item_wrap * {
	font-family: 'SuisseIntl-Regular', sans-serif;
}

.item_wrap .product-highlights {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: start;
	flex-direction: column;
}

.item_wrap .product-highlights .text-tag {
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #fff;
	margin: 0;
	padding: 0.875em 1.75em;
	border-radius: 10px 0;
	z-index: 1;
}

.item_wrap .product-highlights .text-tag:nth-of-type(odd) {
	background: #1A5962;
}

.item_wrap .product-highlights .text-tag:nth-of-type(even) {
	background: #f73d4c;
}

.item_wrap .product-highlights .text-tag:not(:last-of-type) {
	margin-bottom: 1em;
	border-radius: 0 10px 10px 0;
}

.menu_text .tabs .tab_content .item .desc .kalories {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 0;
}

.menu_text .tabs .tab_content .item .desc .kalories .kkal,
.menu_text .tabs .tab_content .item .desc .kalories .kbju {
	width: 48%;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	color: #1A5962;
	margin-bottom: 10px
}

.menu_text .tabs .tab_content .item .desc .kalories .kkal {
	width: 45%
}

.main_pagesl {
	margin-top: 0
}

.contacts_page {
	margin-top: 142px
}

body.menu-list-view .menu_text .tabs .tab_content .con_filters.active {
	flex-direction: column;
	margin: -10px 0;
}

body.menu-list-view .menu_text .tabs .tab_content .con_filters .f_btns {
	background-image: none !important;
	height: unset;
	width: 100%;
	font-size: 18px;
	margin: 10px 0;
}

body.menu-list-view .menu_text .tabs .tab_content .menu-body,
body.menu-list-view .menu_text .tabs .tab_content .menu-body {
	flex-direction: column;
}

body.menu-list-view .menu_text .tabs .tab_content .item_wrap {
	width: 100%;
}

body.menu-list-view .menu_text .tabs .tab_content .item_wrap .dish_img,
body.menu-list-view .menu_text .tabs .tab_content .item_wrap .main_item .image,
body.menu-list-view .menu_text .tabs .tab_content .item .desc .price_items p.more_info,
body.menu-list-view .menu_text .tabs .tab_content .item .desc .categories,
body.menu-list-view .menu_text .tabs .tab_content .item .desc .kalories {
	display: none;
}

body.menu-list-view .menu_text .tabs .tab_content .item .desc .price_items {
	margin: 0;
}

body.menu-list-view .menu_text .tabs .tab_content .item .desc .price_items .price {
	justify-content: end;
	flex-direction: column;
}

body.menu-list-view .menu_text .tabs .tab_content .item .desc .price_items .add_to_cart_button {
	margin-top: 1em;
}

body.menu-list-view .menu_text .tabs .tab_content .item .desc {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

body.menu-list-view .menu_text .tabs .tab_content .item .desc .desc-col {
	width: 75%;
	padding-right: 2em;
}

body.menu-list-view .menu_text .tabs .tab_content .item .desc .title {
	margin: 0;
}

body.menu-list-view .menu_text .tabs .tab_content .item .desc .ingr {
	margin-top: 20px;
	margin-bottom: 0;
}

body.menu-list-view .item_wrap .product-highlights {
	display: none;
}


section.cart {
	padding: 7vh 0;
	min-height: 75vh;
	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%;
}

.wrapper {
	width: 100%;
}

section.cart .section-background img {
	height: 15vh;
}

section.cart .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	word-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

section.cart table.shop_table {
	width: 100%;
	margin: 0;
	text-align: left;
	border-style: hidden;
	border-collapse: collapse;
	border-radius: 15px;
	overflow: hidden;
}

section.cart table.shop_table .hidden {
	display: none;
}

section.cart table.shop_table .product-remove {
	text-align: center;
}

section.cart table.shop_table .product-quantity .quantity {
	width: 3em;
}

section.cart table.shop_table .product-quantity .quantity .qty {
	width: 100%;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	text-align: center;
	padding: .5em;
	border-radius: 7px;
}

section.cart table.shop_table .product-thumbnail img {
	width: 7em;
	height: auto;
	border-radius: 15px;
}

section.cart table.shop_table tbody .product-name {
	color: #fa4a5a;
	font-weight: 500;
}

section.cart table.shop_table .product-remove a {
	color: #fa4a5a;
}

section.cart table.shop_table th,
section.cart table.shop_table td {
	padding: 1em;
}

section.cart table.shop_table thead {
	background-color: rgba(0, 0, 0, 0.1);
}

section.cart table.shop_table tbody tr.cart_item {
	background-color: rgba(0, 0, 0, 0.05);
}

section.cart h1,
section.cart h2,
section.guest-orders h1,
section.guest-orders h2,
section.checkout h1,
section.checkout h2 {
	text-align: center;
	margin-bottom: 1.875em;
}

section.cart .button,
section.checkout .button {
	display: inline-block;
	background: #1A5962;
	border-radius: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	appearance: none;
	outline: none;
	border: none;
	padding: 0.875em 1.875em;
}

section.cart .woocommerce-notices-wrapper {
	display: none;
}

section.cart p,
section.cart td,
section.cart tr {
	color: #fff;
}

section.cart .cart-collaterals {
	width: 50%;
	background-color: rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 2em;
	text-align: center;
	border-radius: 15px;
	margin-top: 3em;
}

section.cart .cart-collaterals .wc-proceed-to-checkout {
	margin-top: 1.75em;
}

section.cart .cart-collaterals .wc-proceed-to-checkout p {
	text-align: center;
	color: #fff;
}

section.cart .cart-collaterals .woocommerce-shipping-totals,
section.cart .cart-collaterals .cart_totals .cart-subtotal {
	display: none;
}

section.cart .cart-collaterals .order-total th,
section.cart .cart-collaterals .order-total td {
	display: block;
	width: 100%;
	text-align: center;
}

section.guest-orders {
	text-align: center;
}

section.guest-orders a.button {
	margin-top: 2em;
}

section.guest-orders .order-history-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 600px;
	margin: 0 auto;
	padding: 2em;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.1);
}

section.guest-orders .order-history-list p:nth-child(odd) {
	width: 70%;
}

section.guest-orders .order-history-list p:nth-child(even) {
	width: 30%;
	text-align: right;
}

section.guest-orders .order-history-list p.price {
	color: #fa4a5a;
}

section.guest-orders .order-history-list p {
	margin-bottom: .875em;
}

section.guest-orders .order-history-list p.history-empty {
	width: 100%;
	text-align: center;
}

section.checkout {
	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;
	min-height: 75vh;
	position: relative;
	padding: 7vh 0;
}

section.checkout .hidden {
	display: none;
}

section.checkout h2 {
	text-align: center;
}

section.checkout .loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

section.checkout .loader.active {
	visibility: visible;
	opacity: 1;
}

section.checkout .woocommerce-order {
	text-align: center;
}

section.checkout .woocommerce-order .thankyou-order-finals {
	margin-top: 2.4em;
}

section.checkout .woocommerce-order .thankyou-order-finals .order-finals-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 550px;
	margin: 0 auto;
	padding: 2em;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.1);
}

section.checkout .woocommerce-order .thankyou-order-finals .order-finals-list p:nth-child(odd) {
	width: 70%;
}

section.checkout .woocommerce-order .thankyou-order-finals .order-finals-list p:nth-child(even) {
	width: 30%;
	text-align: right;
}

section.checkout .woocommerce-order .thankyou-order-finals .order-finals-list p.price {
	color: #fa4a5a;
}

section.checkout .woocommerce-order .thankyou-order-finals .order-finals-list p {
	margin-bottom: .875em;
}

section.checkout .woocommerce-order .thankyou-order-finals .order-finals-list p.semibold {
	margin-bottom: 1.4em;
}

section.cart *,
section.guest-orders *,
section.checkout * {
	font-family: 'SuisseIntl-Regular', sans-serif;
}


@media(max-width: 1030px) {
	.contacts_page {
		margin-top: 90px
	}
}

.intro {
	padding-top: 130px;
	padding-bottom: 100px;
	background: url();
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 900px
}

.intro .image_block {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.intro .image_block .p_img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 9
}

.intro .image_block .ilogo_img {
	display: block;
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: -3px
}

.intro .image_block .ilogo_img_mobile {
	display: none;
}

.intro .image_block .ncl_img {
	position: absolute;
	z-index: 11;
	top: 90px;
	right: 30px
}

.intro .btns_block {
	max-width: 825px;
	margin-left: auto;
	margin-right: auto
}

.intro .btns_block .btn {
	display: inline-block;
	width: 386px;
	height: 74px;
	background: #000000;
	border: 1.48px solid #000000;
	box-sizing: border-box;
	box-shadow: 0 7px 25px rgba(0, 0, 0, 0.3);
	border-radius: 7.4px;
	padding-top: 22px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF
}

.intro .btns_block .btn.red {
	margin-right: 24px
}

.intro .btns_block .btn.white {
	margin-left: 24px;
	color: #000000;
	background: #FFF;
	border: 1.48px solid #FFF
}

.about {
	padding-top: 30px;
	padding-bottom: 125px
}

.about .info,
.about .img_slider {
	width: 46%
}

.about .info .title {
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 62px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.32);
	margin-bottom: 80px;
	position: relative
}

.about .info .title p span {
	font-size: 36px;
	line-height: 36px;
	display: block
}

.about .info .title p {
	position: relative
}

.about .info .title p::before {
	position: absolute;
	content: '';
	width: 73px;
	height: 5px;
	left: 0x;
	top: -10px;
	background: #1A5962;
	box-shadow: 0 0 30px #1A5962
}

.about .info .title .open_img {
	position: absolute;
	right: 160px;
	bottom: -50px
}

.about .info .text {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #8F8F8F
}

.about .info .text p {
	margin-bottom: 25px
}

.about .info .show_more,
.about .info .show_mores {
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	text-decoration-line: underline;
	color: #FFF
}

.about .img_slider {
	padding-top: 15px
}

.about .img_slider .show_more,
.about .img_slider .show_mores {
	margin-left: auto;
	margin-right: 72px;
	margin-bottom: 30px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #FFF;
	text-align: right;
	display: block;
	text-decoration: none
}

.about .img_slider .show_more span,
.about .img_slider .show_mores span {
	position: relative
}

.about .img_slider .show_more span::after,
.about .img_slider .show_mores span::after {
	position: absolute;
	top: -2px;
	right: -72px;
	content: url(/files/site2023/more_arrow.png)
}

.about .img_slider .bx-wrapper {
	margin-bottom: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent
}

.about .img_slider .bx-wrapper .bx-controls-direction {
	position: relative
}

.about .img_slider .bx-wrapper .bx-controls-direction a {
	top: 40px;
	width: 46px;
	height: 12px
}

.about .img_slider .bx-wrapper .bx-next {
	right: 0;
	background: url(/files/site2023/arrow_next.png)
}

.about .img_slider .bx-wrapper .bx-prev {
	left: 78%;
	background: url(/files/site2023/arrow_prev.png)
}

.about .img_slider .bx-wrapper .bx-next:hover {
	background: url(/files/site2023/arrow_nextactive.png)
}

.about .img_slider .bx-wrapper .bx-prev:hover {
	background: url(/files/site2023/arrow_prevactive.png)
}

.about .img_slider {
	position: relative;
	height: 510px;
	overflow: hidden
}

.about .img_slider .item {
	width: 100%
}

.about .img_slider .item img {
	width: 100%;
	height: auto
}

.about .img_slider #bx-pager {
	text-align: center;
	bottom: 25px;
	overflow: hidden;
	left: 5px;
	display: flex;
	justify-content: space-between;
	position: absolute
}

.about .img_slider #bx-pager a {
	margin: 0 5px
}

.about .img_slider #bx-pager a:first-child {
	margin-left: 0
}

.about .img_slider #bx-pager a:last-child {
	margin-right: 0
}

.about .img_slider #bx-pager a {
	width: 59px;
	height: 2px;
	background: #696969;
	border-radius: 100px;
	text-align: center;
	text-decoration: none
}

.about .img_slider #bx-pager a .rect {
	background: #D6D6D6;
	width: 59px;
	height: 2px
}

.about .img_slider #bx-pager a.active .rect {
	width: 59px;
	height: 2px;
	border-radius: 0 0 5px 5px;
	background: #1A5962;
	box-shadow: 0 0 10px #1A5962;
	border-radius: 100px
}

.about .img_slider #bx-pager a.active {
	filter: brightness(1)
}

.about_menu {
	padding-top: 110px;
	padding-bottom: 130px
}

.about_menu .info,
.about_menu .image_info {
	width: 46%
}

.about_menu .image_info .info_img {
	width: 100%;
	height: auto
}

.about_menu .info {
	position: relative
}

.about_menu .image_info {
	position: relative
}

.about_menu .image_info .item {
	padding: 8px 5px;
	position: absolute;
	width: 175.68px;
	height: 61px;
	background: #FFF;
	box-shadow: 0 0 18.3px rgba(255, 255, 255, 0.25);
	border-radius: 9.15px;
	display: flex;
	justify-content: space-between
}

.about_menu .image_info .item.one {
	top: 165px;
	left: 0
}

.about_menu .image_info .item.two {
	left: 0;
	bottom: 170px
}

.about_menu .image_info .item.three {
	top: 45px;
	right: 0
}

.about_menu .image_info .item.four {
	right: 0;
	bottom: 210px
}

.about_menu .image_info .item .title {
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #222220;
	margin-bottom: 10px;
	font-family: 'SuisseIntl-Regular', sans-serif
}

.about_menu .image_info .item .image {
	filter: drop-shadow(0px 0px 12.2px rgba(255, 255, 255, 0.25));
	border-radius: 6.1px;
	width: 25%;
	display: flex
}

.about_menu .image_info .item .desc {
	width: 70%
}

.about_menu .image_info .item .image .m_img {
	filter: drop-shadow(0px 0px 12.2px rgba(255, 255, 255, 0.25));
	border-radius: 6.1px;
	width: 100%;
	height: auto
}

.about_menu .info .title {
	font-style: normal;
	font-weight: 700;
	font-size: 52px;
	line-height: 62px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.32);
	margin-bottom: 60px;
	position: relative
}

.about_menu .image_info .item .desc .price {
	font-style: normal;
	font-weight: 700;
	font-size: 10px;
	line-height: 16px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	text-transform: uppercase;
	color: #1A5962
}

.about_menu .image_info .item .desc .price span {
	font-size: 14px;
	line-height: 16px
}

.about_menu .info .title span {
	font-size: 36px;
	line-height: 36px;
	display: block
}

.about_menu .info .title span .wh {
	position: relative;
	display: inline-block
}

.about_menu .info .title span .wh::before {
	position: absolute;
	content: '';
	width: 73px;
	height: 5px;
	left: 0x;
	top: -20px;
	background: #1A5962;
	box-shadow: 0 0 30px #1A5962
}

.about_menu .info .title p {
	position: relative
}

.about_menu .info .title p::before {
	position: absolute;
	content: '';
	width: 73px;
	height: 5px;
	left: 0x;
	top: -10px;
	background: #1A5962;
	box-shadow: 0 0 30px #1A5962
}

.about_menu .info .text {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #8F8F8F;
	margin-bottom: 55px
}

.about_menu .info .text p {
	margin-bottom: 25px
}

.about_menu .info .show_more,
.about_menu .info .show_mores {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #FFF;
	display: block;
	text-decoration: none
}

.about_menu .info .show_more span,
.about_menu .info .show_mores span {
	position: relative
}

.about_menu .info .show_more span::after,
.about_menu .info .show_mores span::after {
	position: absolute;
	top: -2px;
	right: -72px;
	content: url(/files/site2023/more_arrow.png)
}

.main_contacts {
	padding-bottom: 35px;
	min-height: 70vh
}

.main_contacts .b_title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	text-transform: uppercase;
	color: #FFF;
	width: 100%;
	margin-bottom: 30px
}

.main_contacts .title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	text-transform: uppercase;
	color: #FFF
}

.main_contacts .col_1 {
	width: 40%;
	padding-top: 30px;
	border-right: 1px solid #525252
}

.main_contacts .col_1 .supttl {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
	margin-bottom: 40px
}

.main_contacts .col_1 .phone_link {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 40px;
	display: block;
	text-decoration: none
}

.main_contacts .col_1 .phone_link span {
	margin-left: 60px;
	position: relative
}

.main_contacts .col_1 .phone_link span:before {
	position: absolute;
	top: -130%;
	left: -80px;
	content: url(/files/site2023/tel.png)
}

.main_contacts .col_1 .mail_link {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 40px;
	display: block;
	text-decoration: none
}

.main_contacts .col_1 .soc_link i {
	color: #fff;
	display: block;
	font-size: 28px;
	background: transparent;
	padding: 0;
	text-align: center
}

.main_contacts .col_1 .mail_link span {
	margin-left: 60px;
	position: relative
}

.main_contacts .col_1 .mail_link span:before {
	position: absolute;
	top: -115%;
	left: -80px;
	content: url(/files/site2023/mail.png)
}

.main_contacts .col_1 .adress {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 40px
}

.main_contacts .col_1 .adress span {
	margin-left: 60px;
	position: relative
}

.main_contacts .col_1 .adress span:before {
	position: absolute;
	top: -140%;
	left: -80px;
	content: url(/files/site2023/tag.png)
}

.main_contacts .col_1 .book_text {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #FFF;
	margin-bottom: 20px
}

.main_contacts .col_1 .book_link {
	display: block;
	width: 353px;
	height: 50px;
	background: #1A5962;
	border: 1.48px solid #1A5962;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 30px;
	padding: 12px;
	text-decoration: none
}

.main_contacts .col_1 .socials .soc_link {
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none
}

.soc_link {
	display: inline-block
}

.soc_link i {
	color: #1A5962;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background: #161615;
	padding: 8px;
	text-align: center
}

.main_contacts .col_1 .socials .soc_link:first-child {
	margin-left: 0
}

.main_contacts .col_1 .socials .soc_link:last-child {
	margin-right: 0
}

.main_contacts .col_2 {
	width: 55%;
	filter: hue-rotate(130deg) !important;
	-ms-filter: hue-rotate(130deg) !important;
	-webkit-filter: hue-rotate(130deg) !important;
	-moz-filter: hue-rotate(130deg) !important;
	-o-filter: hue-rotate(130deg) !important
}

.main_contacts .col_2 iframe {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	border-radius: 15px;
	min-height: 385px;
	filter: hue-rotate(245deg)
}

.main_contacts .col_2 .work_time {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #FFF
}

.main_contacts .col_2 .work_time b {
	margin-right: 25px
}

.textpage {
	padding-top: 150px;
	background: url(images/tetxpage/bg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

.textpage .about .img_slider {
	position: relative;
	height: 425px;
	overflow: hidden
}

.textpage .title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.32);
	position: relative;
	width: 100%;
	margin-bottom: 35px
}

.textpage .title::before {
	position: absolute;
	content: '';
	width: 73px;
	height: 5px;
	left: 0x;
	top: -15px;
	background: #1A5962;
	box-shadow: 0 0 30px #1A5962
}

.textpage .about .img_slider #bx-pager {
	bottom: 5px
}

.textpage .content {
	padding-bottom: 20px
}

.textpage .content ul {
	width: 100%;
	padding-inline-start: 25px
}

.textpage .content ul li {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFF;
	margin-bottom: 25px
}

.textpage .content ul li::marker {
	width: 10px;
	height: 10px;
	color: #1A5962;
	box-shadow: 0 0 8px #1A5962
}

.textpage .content p {
	width: 100%;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #FFF;
	margin-bottom: 25px
}

.textpage .about .gallery,
.textpage .about .img_slider {
	width: 49%
}

.textpage .about .gallery {
	padding: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.textpage .about .gallery .item {
	width: 30.5%;
	position: relative;
	margin-bottom: 20px;
	transition: all .3s linear
}

.textpage .about .gallery .item a {
	display: block;
	position: relative;
	z-index: 8
}

.textpage .about .gallery .item .gallery_img {
	width: 100%;
	height: auto;
	display: block
}

.gallery-2 {
	display: flex;
	justify-content: space-between;
	margin: 30px 20px
}

.gallery-2 .item-box {
	flex-basis: 49.5%;
	display: flex;
	justify-content: space-between
}

.textpage .about .gallery .item .show_img,
.gallery-2 .item .show_img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s linear;
	right: 0;
	bottom: 0;
	margin: auto
}

.textpage .about .gallery .item:hover .show_img,
.gallery-2 .item:hover .show_img {
	transition: all .3s linear;
	opacity: 1
}

.textpage .about .gallery .item:hover,
.gallery-2 .item:hover {
	transition: all .3s linear;
	filter: brightness(0.5)
}

.gallery-2 .item,
.gallery-2 .item a {
	display: block;
	width: 100%;
	height: 100%
}

.gallery-2 .item {
	overflow: hidden;
	border-radius: 10px
}

.gallery-2 .item a img.gallery_img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gallery-2 .item_box-small {
	flex-basis: 40%;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.item_box-small .item {
	flex-basis: 49%
}

.gallery-2 .item_box-large {
	flex-basis: 58%
}

.fotootchety {
	padding-top: 190px;
	padding-bottom: 40px;
	background: url(images/fotootchety/bg.png);
	background-position: center;
	background-size: cover
}

.fotootchety .title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.32);
	position: relative;
	width: 100%;
	margin-bottom: 25px
}

.fotootchety .title::before {
	position: absolute;
	content: '';
	width: 73px;
	height: 5px;
	left: 0x;
	top: -15px;
	background: #1A5962;
	box-shadow: 0 0 30px #1A5962
}

.fotootchety .item {
	width: 100%;
	margin-bottom: 50px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.fotootchety .item .show_more,
.fotootchety .item .show_mores {
	margin-left: auto;
	margin-right: 72px;
	margin-bottom: 30px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 23px;
	color: #FFF;
	text-align: right;
	display: block;
	text-decoration: none
}

.fotootchety .item .show_more span,
.fotootchety .item .show_mores span {
	position: relative
}

.fotootchety .item .show_more span::after,
.fotootchety .item .show_mores span::after {
	position: absolute;
	top: -2px;
	right: -72px;
	content: url(images/about/more_arrow.png)
}

.fotootchety .item .ttl {
	margin-bottom: 25px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #727272;
	font-family: 'SuisseIntl-Regular', sans-serif
}

.fotootchety .item .item_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(100px, 462px));
	grid-gap: 24px
}

.fotootchety .item .item_grid .pic:first-child {
	grid-column: 1/3;
	grid-row: 1/4;
}

.fotootchety .item .item_grid .pic:not(:first-child) {
	height: 200px;
	width: 100%;
}

.fotootchety .item .item_grid .pic .pic_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fotootchety .pagg {
	text-align: center;
	width: 100%
}

.fotootchety .pagg .paggination,
.fotootchety .pagg ul.page-numbers {
	padding-inline-start: 0
}

.fotootchety .pagg .paggination li,
.fotootchety .pagg ul.page-numbers li {
	display: inline-block;
	list-style: none;
	margin-left: 2px;
	margin-right: 2px
}

.fotootchety .pagg .paggination li .page-numbers,
.fotootchety .pagg ul.page-numbers li .page-numbers {
	display: block;
	padding: 2px;
	text-align: center;
	width: 26px;
	height: 26px;
	color: #fff;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s linear;
	border: 1px solid transparent;
	border-radius: 5px
}

.fotootchety .pagg .paggination li .page-numbers.active,
.fotootchety .pagg .paggination li .page-numbers:hover,
.fotootchety .pagg ul.page-numbers li .page-numbers.current,
.fotootchety .pagg ul.page-numbers li .page-numbers:hover {
	background: #161615;
	border: 1px solid #1A5962;
	border-radius: 5px;
	color: #1A5962;
	transition: all .3s linear
}

.fotootchety .pagg ul.page-numbers li .page-numbers.prev,
.fotootchety .pagg ul.page-numbers li .page-numbers.next {
	display: none
}

.pagination {
	width: 100%;
	text-align: center
}


.fotootchet {
	padding-top: 190px;
	padding-bottom: 40px
}

.fotootchet .title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.32);
	position: relative;
	width: 100%;
	margin-bottom: 45px
}

.fotootchet .title::before {
	position: absolute;
	content: '';
	width: 73px;
	height: 5px;
	left: 0x;
	top: -15px;
	background: #1A5962;
	box-shadow: 0 0 30px #1A5962
}

.fotootchet .ttl {
	margin-bottom: 55px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #727272;
	font-family: 'SuisseIntl-Regular', sans-serif;
	width: 100%
}

.fotootchet .gallery {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 25px
}

.fotootchet .gallery .item {
	display: none;
	width: 23.5%;
	position: relative;
	margin-bottom: 20px;
	transition: all .3s linear
}

.fotootchet .gallery .item:nth-child(-n+12) {
	display: block
}

.fotootchet .gallery .item a {
	display: block;
	position: relative;
	z-index: 8
}

.fotootchet .gallery .item .gallery_img {
	display: block;
	width: 100%;
	height: 272px;
	position: relative;
	z-index: 1
}

.fotootchet .gallery .item .show_img {
	position: absolute;
	top: 70px;
	left: 85px;
	opacity: 0;
	transition: all .3s linear;
	z-index: 3;
	cursor: pointer
}

.fotootchet .gallery .item:hover .show_img {
	transition: all .3s linear;
	opacity: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 131px;
	height: 131px
}

.fotootchet .gallery .item:hover {
	transition: all .3s linear;
	filter: brightness(0.5)
}

.commanda {
	margin-top: 142px
}

.commanda .b_title {
	width: 100%
}

.commanda .item {
	width: 32%;
	margin-bottom: 30px
}

.commanda .item img {
	width: 100%;
	height: auto;
	margin-bottom: 30px
}

.commanda .item .titles {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	line-height: 1.2;
	text-align: center
}

.commanda .item .dolzhn {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 18px;
	line-height: 1.2;
	text-align: center
}

.commanda .inner {
	position: relative
}

.commanda .inner:after {
	content: "";
	width: 31%
}

.commanda .inner:before {
	content: "";
	width: 31%;
	order: 99999
}

#popmake-1759 {
	box-shadow: none;
	background: transparent;
}

#popmake-136,
#popmake-1852,
#popmake-1696 {
	background-color: #222220;
	background-image: url(images/popup_bg.png) !important;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat !important;
	border-radius: 10px;
	padding: 45px
}

.pum-content+.pum-close {
	background-color: transparent !important;
	color: #fff !important;
	font-size: 33px !important;
}

.pum-content form {
	position: relative
}

#popmake-1852 form,
#popmake-1696 form {
	position: relative;
	position: relative;
	width: 507px;
	margin: 0 auto;
}

.form_step.hide {
	display: none;
}

.pum-content form .title {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #FFF
}

.pum-content form input[type="text"] {
	width: 100%;
	height: 50px;
	border: 1px solid #1A5962;
	border-radius: 5px;
	transition: all .3s linear;
	outline: none;
	padding-left: 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin-top: 20px;
	color: #B7B7B7;
	background: #222220;
}

.pum-content form input[type="text"]:hover {
	transition: all .3s linear;
	border: 1px solid #B7B7B7
}

.pum-content form input[type="submit"],
.pum-content form input[type="button"] {
	width: 100%;
	height: 50px;
	border: 1px solid #1A5962;
	border-radius: 5px;
	transition: all .3s linear;
	outline: none;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	background: #1A5962;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 30px auto 0;
}

#popmake-1852 form input[type="submit"],
#popmake-1852 form input[type="button"],
#popmake-1696 form input[type="submit"],
#popmake-1696 form input[type="button"] {
	width: 275px;
	display: block;
}

.pum-content form input[type="submit"]:hover {
	transition: all .3s linear;
	background: #FFF;
	color: #1A5962;
	border: 1px solid #FFF;
	border-radius: 5px
}

.pum-content form .agree {
	margin-top: 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #636363
}

#popmake-1852 form .agree,
#popmake-1696 form .agree {
	margin: 15px auto 0;
	width: 381px;
}

.wpcf7 .ajax-loader {
	position: absolute;
	bottom: 0;
	left: 0
}

@media(max-width: 450px) {
	#popmake-136 {
		padding: 15px
	}

	#popmake-136 form .title {
		font-size: 22px;
		line-height: 24px
	}
}

.menu_text .tabs .tab_content .menu-body,
.menu_text .tabs .tab_content .menu-body {
	position: relative;
	align-items: stretch;
}

.menu_text .tabs .tab_content .menu-body:before,
.menu_text .tabs .tab_content .menu-body:before {
	content: "";
	width: 31%;
	order: 99999
}

.menu_text .tabs .tab_content .menu-body:after,
.menu_text .tabs .tab_content .menu-body:after {
	content: "";
	width: 31%
}

.menu_text .tabs .tab_content .item img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px
}

.filters_links {
	position: relative
}

.menu_text {
	padding-top: 30px;
	padding-bottom: 45px;
	min-height: 80vh
}

.filter_menu::-webkit-scrollbar {
	width: 5px;
	height: 3px
}

.filter_menu::-webkit-scrollbar-button {
	background-color: #fff;
	height: 3px
}

.filter_menu::-webkit-scrollbar-track {
	background-color: #fff;
	height: 35px
}

.filter_menu::-webkit-scrollbar-track-piece {
	background-color: #fff
}

.filter_menu::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #D1535F;
	border-radius: 5px
}

.filter_menu::-webkit-scrollbar-corner {
	background-color: transparent
}

.filter_menu::-webkit-resizer {
	background-color: #D1535F;
	border-radius: 5px
}

.woocommerce-products-header {
	margin-top: 142px;
	margin-bottom: 20px
}

.magazin_page .item img {
	min-height: 460px
}

.magazin_page .item {
	margin-bottom: 30px;
	transition: all .3s linear;
	border-radius: 25px;
	background: #121314;
	cursor: pointer;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px
}

.magazin_page .item:hover {
	margin-bottom: 30px;
	transition: all .3s linear;
	box-shadow: 0 0 50px #1A5962;
}

.magazin_page .item .image {
	width: 100%;
	position: relative;
	z-index: 10
}

.magazin_page .item img {
	width: 100%;
	height: auto;
	display: block
}

.magazin_page .item .desc {
	background: url(images/menu_block/item_minbg.png);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 8;
	top: 0;
	min-height: 205px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	position: relative;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding: 30px 20px 35px 35px
}

.magazin_page .item .desc:after {
	position: absolute;
	bottom: -6px;
	left: 22%;
	content: url(images/menu_block/rect.png)
}

.magazin_page .item .desc .title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 25px;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 10px;
	min-height: 50px
}

.magazin_page .item .desc .ingr {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 15px;
	color: #1A5962;
	min-height: 55px
}

.magazin_page .item .desc .price_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.magazin_page .item .desc .price_items .price {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	color: #FFF
}

.magazin_page .item .desc .price_items .price span {
	font-size: 36px;
	line-height: 42px
}

.magazin_page .item .desc .price_items .more_info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 133px;
	height: 40px;
	background: #1A5962;
	border: 1px solid #1A5962;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	transition: all .3s linear;
}

.magazin_page .item .desc .price_items .more_info:hover {
	background: #FFF;
	color: #1A5962;
	border: 1px solid #FFF;
	transition: all .3s linear
}

.magazin_page .magazin_page .item .desc .title {
	min-height: 50px
}

.magazin_page .item .desc .kalories {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-right: 30px
}

.magazin_page .item .desc .kalories .kbju {
	width: 48%;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	color: #1A5962;
	margin-bottom: 15px
}

.magazin_page .item .desc .kalories .kkal {
	width: 30%
}

.magazin_page .item img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px
}

.magazin_page .inner:before {
	content: "";
	width: 31%;
	order: 99999
}

.magazin_page .inner:after {
	content: "";
	width: 31%
}

@media(max-width: 780px) {
	.magazin_page .item .desc:after {
		display: none
	}

	.magazin_page .item .desc .title {
		font-size: 16px;
		line-height: 18px;
		min-height: 55px
	}

	.magazin_page .item .desc .ingr {
		font-size: 14px;
		line-height: 16px;
		min-height: 65px
	}

	.magazin_page .item .desc .price_items .price {
		font-size: 12px;
		line-height: 14px;
		width: 100%;
		margin-bottom: 15px
	}

	.magazin_page .item .desc .price_items .more_info {
		margin-left: auto;
		margin-right: auto;
		height: 22px;
		font-size: 10px;
		line-height: 12px;
		padding-top: 5px
	}

	.magazin_page .item .desc {
		min-height: 120px;
		padding: 10px 15px
	}
}

.woocommerce-notices-wrapper {
	display: none
}

.woocommerce-result-count,
.woocommerce-ordering {
	width: 50%;
	margin-bottom: 25px
}

.woocommerce-ordering select {
	height: 30px;
	border: none;
	border-radius: 100px !important;
	outline: none;
	background: #161615;
	padding-left: 15px;
	width: 100%;
	color: #fff
}

.woocommerce-ordering select option {
	color: #fff
}

.woocommerce-pagination {
	text-align: center;
	width: 100%;
	margin-bottom: 40px
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers>li {
	border: none;
	margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers>li span {
	border: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-pagination ul li {
	display: inline-block;
	list-style: none;
	margin-left: 2px;
	margin-right: 2px
}

.woocommerce-pagination ul li .page-numbers,
.woocommerce nav.woocommerce-pagination ul.page-numbers>li a {
	display: block;
	padding: 2px;
	text-align: center;
	width: 26px;
	height: 26px;
	color: #fff;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s linear;
	border: 1px solid transparent;
	border-radius: 5px;
}

.woocommerce-pagination ul li .page-numbers.current,
.woocommerce-pagination ul li .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers>li span.current {
	background: #161615;
	border: 1px solid #1A5962;
	border-radius: 5px;
	color: #1A5962;
	transition: all .3s linear
}

.woocommerce-page.woocommerce-js .main_item.detail_page {
	position: inherit !important
}

.woocommerce-page.woocommerce-js .main_item.detail_page .image {
	width: 45%
}

.woocommerce-page.woocommerce-js .main_item.detail_page .image img {
	width: 100%;
	max-width: 100%;
	border-radius: 32px 0 0 32px
}

.woocommerce-page.woocommerce-js .main_item.detail_page .desc {
	width: 55%;
	border-radius: 0 32px 32px 0;
	background: url(/files/site2023/menu_block/mainback.png);
	padding: 55px 30px
}

@media (max-width: 550px) {
	.magazin_page .item {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px
	}

	.magazin_page .item .dish_img {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px
	}

	.magazin_page .item .desc .ingr {
		font-size: 12px;
		line-height: 14px
	}

	.magazin_page .item img {
		min-height: 220px
	}

	.magazin_page .item .desc {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		border-top-left-radius: 0;
		border-top-right-radius: 0
	}

	.woocommerce-products-header {
		margin-top: 70px
	}

	.woocommerce-products-header .woocommerce-products-header__title {
		font-size: 16px;
		line-height: 19px
	}

	.woocommerce-result-count,
	.woocommerce-ordering {
		width: 100%;
		margin-bottom: 25px
	}
}

/*
.page {
	margin-top: 100px;
}*/

.main-carousel {
	height: 100%
}

.main-carousel .flickity-viewport {
	height: 100% !important
}

.main-carousel .flickity-viewport .carousel-cell {
	height: 95%;
	width: 100%
}

.main-carousel .flickity-viewport .carousel-cell img {
	height: 100%;
	width: 100%
}

.main-carousel .flickity-page-dots {
	bottom: 0;
	left: 0;
	text-align: left
}

.main-carousel .flickity-page-dots li {
	height: 2px;
	border-radius: 0;
	width: 15%;
	margin: 0 5% 0 0;
	background: #d6d6d6
}

.main-carousel .flickity-page-dots li.is-selected {
	background: #1A5962
}

.main-carousel .flickity-button {
	width: 25px;
	height: 25px;
	background: #1A5962;
	color: #fff
}

.main-carousel .flickity-button:hover {
	background: #1A5962;
	opacity: .7;
	transition: all .25s ease
}

.about.interier .inner .img_slider .main-carousel .flickity-page-dots li {
	width: 8%;
	margin: 0 2% 0 0;
	height: 2px
}

.main-carousel.about_index .flickity-viewport .carousel-cell img {
	height: 90%
}

.main-carousel.about_index .flickity-page-dots {
	bottom: 55px
}

.main-carousel.about_index .flickity-page-dots li {
	width: 10%;
	margin: 0 2% 0 0
}

.breadcrumb-all {
	margin-bottom: 40px;
	display: flex;
	align-items: center
}

.breadcrumb-all a {
	color: #fff;
	font-size: 18px;
	text-decoration: none
}

.breadcrumb-all p {
	color: #fff;
	font-size: 18px;
	display: flex
}

.breadcrumb-all p span {
	margin: 0 0 0 5px
}

.breadcrumb-all a:hover {
	color: #1A5962;
	transition: all .3s linear
}

.breadcrumb-all span {
	display: block;
	margin: 0 16px;
	font-size: 18px;
}

.fotootchet .title span a {
	color: #fff;
	text-decoration: none
}

.fotootchet .title span a:hover {
	color: #1A5962;
	transition: all .3s linear
}

/*
.item .download_fotootchet {
	position: absolute !important;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 2px 15px;
	background: #1A5962;
	color: #fff;
	border-radius: 32px;
	width: fit-content;
	font-size: 16px;
	text-decoration: none;
}

.item .download_fotootchet:hover {
	opacity: .5;
	transition: all 0.25s linear
}
*/
.fotootchety .container .inner #block-2 {
	width: 100%
}

.fotootchety .container .inner #block-2 .title {
	display: none
}

.fotootchety .container .inner #block-2 ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
	margin: -10px -10px 0 -10px;
}

.fotootchety .container .inner #block-2 ul li {
	list-style-type: none;
	margin: 10px;
}

.fotootchety .container .inner #block-2 ul li a {
	background: #1A5962;
	color: #fff;
	border-radius: 6px;
	padding: 5px 21px;
	text-decoration: none;
	transition: all .25s linear
}

.fotootchety .container .inner #block-2 ul li a:hover {
	opacity: .75;
	transition: all .25s linear
}

.archive_img .title {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 0 30px rgba(255, 255, 255, 0.32);
	position: relative;
	width: 100%;
	margin-bottom: 25px
}

.archive_img .title::before {
	position: absolute;
	content: '';
	width: 73px;
	height: 5px;
	left: 0x;
	top: -15px;
	background: #1A5962;
	box-shadow: 0 0 30px #1A5962
}

body .menu_text .container .inner .tabs .item_display_none_menu {
	display: none
}

body .menu_text .container .inner .tabs .item_display_block_menu {
	display: block
}

@media(max-width: 800px) {
	.clear_button-menu {
		margin-top: 20px;
		width: 100%;
		padding: 0;
		height: 40px
	}

	.main-carousel.about_index {
		height: 400px;
	}

	.main-carousel.about_index .flickity-page-dots {
		bottom: 35px
	}

	.about .info {
		margin-top: 10px !important
	}
}

.download_open_window_fancybox {
	background: #1A5962;
	border-radius: 32px;
	padding: 5px 60px;
	color: #fff;
	font-size: 18px;
	transition: all .25s ease
}

.download_open_window_fancybox:hover {
	opacity: .65;
	text-decoration: none;
}


/* .woocommerce-cart .woocommerce:before,
.woocommerce-account .woocommerce:before {
	content: '';
	display: block;
	width: 73px;
	height: 5px;
	background: #1A5962;
	margin-bottom: 15px;
	box-shadow: 0 0 30px #1A5962;
} */

/**
 * �������
 */

.cart-page .page-content {
	margin-top: 100px;
}

.cart-page .page_title,
.woocommerce-account .page_title {
	display: none;
}

.d-flex {
	display: flex;
}

.j-between {
	justify-content: space-between !important;
}

.j-start {
	justify-content: flex-start !important;
}

.row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order_number .number,
.order_status {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
}

.order_number .number {
	text-shadow: 0 0 30px rgb(255 255 255 / 31%);
}

.order_number .date {
	font-size: 30px;
	line-height: 34px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.3);
	margin-left: 32px;
}

.order_items-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 70px;
}

.order_items {
	flex: 0 0 60%;
	margin-top: 7px;
}

.order_items .item_price label {
	display: block;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.order_items .item_price input {
	display: none;
}

.order_items .item_price label:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 25%;
}

.order_items .item_price input:checked+label:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #1A5962;
	position: absolute;
	left: 3px;
	top: 9px;
}

.order_total {
	flex: 0 0 36%;
}

.order_item {
	background: url(/files/site2023/cart_item-bg.png) #1c1c1a no-repeat center center;
	border-radius: 27px;
	height: 140px;
	justify-content: flex-start;
	position: relative;
	margin-bottom: 27px;
}

.order_item .item_img {
	width: 210px;
	height: 100%;
	margin-right: 40px;
	border-radius: 27px 0 0 27px;
	overflow: hidden;
}

.order_item .item_img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.order_item .item_content {
	width: 440px;
}

.order_item .item_title {
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

.order_item .item_calories {
	font-size: 15px;
	line-height: 17px;
	color: #1A5962;
	margin: 13px 0;
}

.order_item .item_calories .kkal {
	margin-right: 29px;
}

.order_item .item_price {
	flex: 0 0 255px;
}

.order_item .item_price .price {
	font-size: 15px;
	line-height: 17px;
}

.order_item .item_price .price span {
	font-size: 33px;
	line-height: 39px;
	font-weight: 700;
}

.order_item .item_count {
	height: 25px;
	margin-right: 40px;
}

.order_item .item_count>span {
	border: none;
	background: #1A5962;
	color: #fff;
	width: 18px;
	height: 100%;
	text-align: center;
	cursor: pointer;
}

.order_item .item_count .minus {
	border-radius: 5px 0 0 5px;
}

.order_item .item_count .plus {
	border-radius: 0 5px 5px 0;
}

.order_item .item_count .quantity {
	height: 100%;
	background: #fff;
}

.order_item .item_count input.qty {
	border: none;
	width: 3.631em;
	text-align: center;
}

.order_item .item_buttons input {
	display: none;
}

.order_item .item_buttons label {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.order_item .item_buttons label:before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: #fff;
	margin-right: 9px;
}

.order_item .item_buttons input:checked+span:after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(/files/site2023/check_red.svg) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
}

.order_item .item_table {
	width: 19px;
	height: 19px;
	border-radius: 100%;
	background: #C83A48;
	font-size: 10px;
	line-height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-weight: 700;
	margin-left: 15px;
	position: relative;
}

.order_item .item_table:before,
.order_item .item_table:after,
.order_item .item_table span:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
}

.order_item .item_table:before {
	left: -5px;
}

.order_item .item_table:after {
	right: -5px;
}

.order_item .item_table span:before {
	top: -5px;
	left: 7px;
}

.order_item .item_status {
	position: absolute;
	top: -7px;
	right: 0;
	border-radius: 100%;
	width: 29px;
	height: 29px;
	background-color: #fff;
	background-position: center center;
	background-size: 64%;
	background-repeat: no-repeat;
}

.order_item .item_status.served {
	background-image: url(/files/site2023/check_red.svg);
}

.order_item .item_status.preparing {
	background-image: url(/files/site2023/cart_time.png);
}

.order_item .item_remove {
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: url(/files/site2023/cart_close.png) no-repeat center center/cover;
	cursor: pointer;
}

.order_total-wrap {
	border-radius: 27px;
	padding: 20px;
	background: url(/files/site2023/cart_total-bg.png) #1c1c1a no-repeat center center/cover;
	margin-bottom: 19px;
}

.order_total .total_title,
.order_total .total_place,
.order_total .total_place a {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.order_total .total_place a {
	text-decoration: underline;
}

.order_total .edit_table {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	cursor: pointer;
	background: url(/files/site2023/cart_edit.svg)no-repeat center center/cover;
}

.order_total .total_items {
	margin-top: 43px;
	border-bottom: 1px solid #ffffff42;
	padding-bottom: 10px;
}

.order_total .total_item {
	margin-bottom: 14px;
}

.order_total .tit {
	font-size: 14px;
	line-height: 17px;
	flex: 0 0 190px;
}

.order_total .tic {
	font-size: 14px;
	line-height: 17px;
	color: #767676;
	flex: 0 0 50px;
}

.order_total .tip {
	font-size: 19px;
	line-height: 22px;
	color: #1A5962;
	text-align: right;
	flex: 0 0 70px;
}

.order_total .total_footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 24px;
}

.total_footer-title {
	font-size: 28px;
	line-height: 33px;
	font-weight: 700;
	text-transform: uppercase;
}

.total_footer-price .old {
	display: none;
	font-size: 13px;
	line-height: 15px;
	text-decoration: line-through;
}

.total_footer-price .new {
	font-size: 19px;
	line-height: 22px;
	color: #1A5962;
	margin-left: 10px;
}

.total-pay-btn {
	margin-top: 36px;
	width: 100%;
	border: none;
	background: #1A5962;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 15px;
}

.total-pay-btn:disabled {
	cursor: not-allowed;
}

.order_total-btns {
	padding-top: 7px;
}

.order_total-btns span {
	width: 48%;
	border-radius: 5px;
	border: none;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	padding: 13px 0;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
	cursor: pointer;
}

.order_total-btns span.up-order {
	background: #fff;
	color: #1A5962;
}


.order_total-btns span.callback-order {
	background: #1A5962;
	color: #fff;
}

.order_upsell {
	margin-top: 80px;
	position: relative;
}

.order_upsell .upsell_title {
	font-size: 35px;
	line-height: 45px;
	text-transform: uppercase;
	text-shadow: 0 0 30px rgb(255 255 255 / 31%);
}

.order_upsell .to_menu-btn {
	width: 249px;
	text-align: center;
	background: #1A5962;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	padding: 15px;
}

.order_upsell .upsell_items {
	display: flex;
	align-items: center;
	overflow-x: scroll;
	height: 125px;
	margin-right: -2%;
	margin-top: 47px;
}

.order_upsell .upsell_item {
	display: flex;
	align-items: center;
	flex: 0 0 23%;
	height: 73px;
	margin-right: 2%;
	margin-bottom: 25px;
	border-radius: 13px;
	background: #fff;
	position: relative;
	cursor: pointer;
}

.order_upsell .upsell_item:hover {
	background: #1A5962;
}

.order_upsell .upsell_item:hover .upsell_desc-title,
.order_upsell .upsell_item:hover .upsell_price {
	color: #fff;
}

.order_upsell .upsell_img {
	flex: 0 0 100px;
	height: 100%;
	margin-right: 13px;
	border-radius: 13px 0 0 13px;
	overflow: hidden;
}

.order_upsell .upsell_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.order_upsell .upsell_desc-title {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	padding-right: 25px;
}

.order_upsell .upsell_price {
	color: #1A5962;
}

.order_upsell .upsell_price .price {
	font-size: 9px;
	line-height: 10px;
}

.order_upsell .upsell_price .price span {
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
}

.order_upsell .add-to-cart {
	display: block;
	text-align: center;
	position: absolute;
	top: -12px;
	right: -12px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0 26px rgb(0 0 0 / 20%);
	color: #1A5962;
	width: 36px;
	height: 36px;
	font-size: 29px;
	font-weight: 700;
	line-height: 29px;
	text-decoration: none;
}


/* Scroll bar */

.upsell_items::-webkit-scrollbar-track {
	background-color: transparent;
}

.upsell_items::-webkit-scrollbar-thumb {
	background-color: #1A5962;
}

.upsell_items::-webkit-scrollbar {
	height: 3px;
}

/* ������� ������ */
.woocommerce-info,
.woocommerce-error,
.woocommerce-message,
.woocommerce-info::before,
.woocommerce-info::after {
	display: none !important;
}

.cart-empty.woocommerce-info {
	display: block !important;
	background: none;
	border: none;
	border-radius: 10px;
	color: #1A5962;
	padding: 50px 0 0;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.return-to-shop {
	margin-bottom: 100px;
}

.return-to-shop a {
	width: 170px;
	margin: 0 auto;
	padding-top: 11px;
}

/**
 * BAR
 */
.modal {
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	overflow: scroll;
	z-index: 1;
}

.modal.hide {
	display: none;
}

.bar-modal_wrap {
	margin-top: 150px;
	width: 855px;
	position: relative;
}

.modal_bar-close {
	display: block;
	width: 50px;
	height: 50px;
	background: url(/files/site2023/cart_close.png) no-repeat center center/cover;
	position: absolute;
	top: -23px;
	right: -38px;
	z-index: 1;
}

.bar-container {
	display: flex;
	width: 1709px;
	1margin: 100px auto;
	transform: scale(0.5);
	transform-origin: left top;
	background: #222220;
	box-shadow: 0 0 30px #000;
	padding-right: 30px;
}

.bar-container :before,
.bar-container :after {
	content: '';
	display: none;
	width: 21px;
	height: 21px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
}

.bar-left {
	padding-top: 68px;
	background: #161614;
	width: 358px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bar-right {
	width: 1351px;
	display: flex;
}

.bar-right .first-column {
	width: 345px;
}

.bar-right .first-column img {
	margin-bottom: 45px;
}

.bar-right .second-column {
	width: 1003px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.bar-right .second-column .top-section {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 68px 0 0 72px;
}

.bar-right .second-column .middle-section {
	width: 739px;
	margin-top: 80px;
}

.bar-right .second-column .middle-section .stol {
	margin: 0;
}

.bar-right .second-column .middle-section .stol .table:before,
.bar-right .second-column .middle-section .stol .table:after {
	display: none;
}

.bar-area {
	width: 100%;
	height: 880px;
	background: #161614;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 130px;
}

.bar-area .bar-area_title {
	text-align: center;
}

.bar-area .bar-area_title p {
	font-size: 181px;
	color: #fff;
	line-height: 210px;
	font-weight: 700;
	text-transform: uppercase;
}

.soft-zone {
	margin-top: 171px;
}

.soft-zone .bar-title {
	text-align: center;
}


.bar-title,
.stol .table {
	font-size: 51px;
	line-height: 59px;
	font-weight: 700;
	text-transform: uppercase;
}

.bar-title {
	color: #fff;
}

.bar-left .bar-title {
	margin-bottom: 44px;
}

/* Stoly */
.stol {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.stol .table {
	background: #C83A48;
	color: #161614;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stol .table.active,
.stol .table:hover {
	background: #fff;
}


/* Stol Circle */
.stol-circle {
	width: 160px;
	height: 160px;
	margin-bottom: 19px;
}

.stol-circle .table {
	width: 98px;
	height: 98px;
	border-radius: 100%;
}

.stol-circle:before {
	display: block;
	left: 0;
}

.stol-circle:after {
	display: block;
	right: 0;
}

.stol-circle .table:before {
	display: block;
	top: 0;
}

/* Stol square */
.stol-square {
	width: 179px;
	height: 179px;
	margin: 0 auto 30px;
}

.stol-square .table {
	width: 117px;
	height: 117px;
	border-radius: 10px;
}

.stol-square:before {
	display: block;
	left: 0;
}

.stol-square:after {
	display: block;
	right: 0;
}

.stol-square .table:before {
	display: block;
	top: 0;
}

.stol-square .table:after {
	display: block;
	bottom: 0;
}

/* Stol large */
.stol-large {
	width: 462px;
	height: 232px;
}

.stol-large .table {
	width: 400px;
	height: 170px;
	border-radius: 10px;
}

.stol-large:before {
	display: block;
	left: 0;
	margin-top: -35px;
}

.stol-large:after {
	display: block;
	left: 0;
	margin-top: 35px;
}

.stol-large .table:before {
	display: block;
	right: 0;
	margin-top: -35px;
}

.stol-large .table:after {
	display: block;
	right: 0;
	margin-top: 35px;
}

.stol-large_stuls {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	margin: 0 auto;
	width: 75%;
}

.stol-large_stuls span {
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background: #fff;
}

.stol-large .bar-title {
	position: absolute;
	bottom: -40px;
}

/* Soft stol */
.soft-zone-stol {
	margin-top: 51px;
	display: flex;
	justify-content: space-between;
}

.soft-stol {
	width: 199px;
}

.soft-stol .table {
	width: 137px;
	height: 173px;
	border-radius: 10px;
}

.soft-stol p {
	position: absolute;
}

.soft-stol p.left {
	left: 0;
}

.soft-stol p.right {
	right: 0;
}

.soft-stol p:before,
.soft-stol p span:before,
.soft-stol p span:after {
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background: #fff;
	position: relative;
}

.soft-stol p span:before,
.soft-stol p span:after {
	margin-top: 21px;
}

/* ������ */
.order_reviews {
	margin-top: 78px;
	margin-bottom: 85px;
}

.order_reviews .review_title {
	display: inline-block;
	font-size: 35px;
	line-height: 45px;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 0 0 30px rgb(255 255 255 / 31%);
	position: relative;
	cursor: pointer;
}

.order_reviews .review_title:after {
	content: '';
	display: block;
	position: absolute;
	right: -25px;
	top: 12px;
	width: 12px;
	height: 21px;
	background: url(/files/site2023/order-review_arr.svg) no-repeat center center/cover;
}

.order_reviews.active .review_title:after {
	transform: rotate(90deg);
}

.review_content {
	display: none;
	margin-top: 40px;
}

.review_note {
	font-size: 20px;
}

.rating_title {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
}

.rating_icons {
	margin: 20px -7px 0 -7px;
}

.rating_icons .smile {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 7px;
}

.rating_icons .smile-1 {
	background-image: url(/files/site2023/smile-1.svg);
}

.rating_icons .smile-1:hover,
.rating_icons .smile-1.active {
	background-image: url(/files/site2023/smile-color-1.svg);
}

.rating_icons .smile-2 {
	background-image: url(/files/site2023/smile-2.svg);
}

.rating_icons .smile-2:hover,
.rating_icons .smile-2.active {
	background-image: url(/files/site2023/smile-color-2.svg);
}

.rating_icons .smile-3 {
	background-image: url(/files/site2023/smile-3.svg);
}

.rating_icons .smile-3:hover,
.rating_icons .smile-3.active {
	background-image: url(/files/site2023/smile-color-3.svg);
}

.review_textarea {
	margin-top: 86px;
}

.review_textarea textarea {
	height: 118px;
	width: 100%;
	resize: none;
	border-radius: 15px;
	background: #161615;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	padding: 16px;
	border: none;
	outline: none;
}

.review_btns {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.review_btns span {
	height: 59px;
	border-radius: 9px;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	padding-top: 16px;
	cursor: pointer;
	transition: 0.3s;
}

.review_btns span:hover {
	background: #fff;
	color: #1A5962;
}

.review_btns .review_btn-1 {
	display: none;
	width: 321px;
	margin-right: 21px;
	background: #fff;
	color: #1A5962;
}

.review_btns .review_btn-2 {
	width: 293px;
	background: #1A5962;
	color: #fff;
}

/* ������ ������� */
.account_title {
	font-size: 40px;
	line-height: 47px;
	text-transform: uppercase;
	font-weight: 400;
}

.account_userinfo {
	display: flex;
	align-items: center;
	margin-top: 65px;
}

.user-avatar {
	width: 163px;
	height: 163px;
	border-radius: 100%;
	overflow: hidden;
}

.user-avatar img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.user-contacts {
	margin-left: 23px;
	padding-top: 5px;
}

.user-contacts .name {
	font-size: 36px;
	line-height: 41px;
	font-weight: 700;
	margin-bottom: 16px;
}

.user-contacts .contacts p {
	font-size: 20px;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.55);
	margin-bottom: 16px;
}

.user-contacts .user-edit {
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.account_content {
	padding: 0 10px;
}

.account_orders {
	margin: 100px 0 40px;
}

.account_orders h2 {
	font-size: 36px;
	line-height: 43px;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 400;
}

.account_orders_item {
	display: none;
	background: url(/files/site2023/orders-bg.png) #161615 no-repeat center center/cover;
	border-radius: 20px;
	padding: 20px 30px;
	margin-bottom: 40px;
	box-shadow: 0 0 15px rgb(0 0 0 / 40%);
}

.account_orders_item:first-child {
	display: block;
}

.account_orders_item .item_title {
	margin-bottom: 25px;
}

.account_orders_item .number {
	font-size: 23px;
	line-height: 26px;
	text-transform: uppercase;
}

.account_orders_item .date {
	font-size: 18px;
	line-height: 21px;
	color: rgba(255, 255, 255, 0.3);
	margin-left: 17px;
}

.account_order_item-wrap {
	display: flex;
	justify-content: space-between;
}

.account_order_dish {
	flex: 0 0 55%;
}

.account_order_dish>.row {
	margin-bottom: 15px;
}

.account_order_dish .title {
	flex: 0 0 65%;
	font-size: 16px;
	line-height: 19px;
}

.account_order_dish .count,
.account_order_dish .price {
	flex: 0 0 15%;
	text-align: right;
}

.account_order_dish .count {
	font-size: 16px;
	line-height: 19px;
	color: #767676;
}

.account_order_dish .price {
	font-size: 20px;
	line-height: 23px;
	color: #1A5962;
}

.account_order_total {
	flex: 0 0 17%;
}

.account_order_total .row {
	margin-bottom: 10px;
}

.account_order_total span {
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
}

.account_order_total span.key {
	font-weight: 700;
}

.account_order_total span.value {
	color: #1A5962;
}

.account_show-more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 203px;
	height: 43px;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	border-radius: 4px;
	text-transform: uppercase;
	background: #1A5962;
	margin-top: 32px;
	transition: 0.3s
}

.account_show-more:hover {
	background: #fff;
	color: #1A5962;
}

.back_gallery_img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive.search.search-results .magazin_page .products.columns-4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%
}

.fancybox__content.has-button img {
	padding-bottom: 15vh;
}

.fancybox__content.has-button a.lightbox-button {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	background: #1A5962;
	border: 1px solid #1A5962;
	box-sizing: border-box;
	border-radius: 5px;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF !important;
	padding: .75em 1.8em;
}

/*
a[href*="cart"],
.cart-btn {
    display: none!important;
}
*/

/* ========== ----- ????? ----- ========== */
.archive .magazin_page ul.products::before {
	content: inherit
}

.index_show_title {
	display: none
}

.item_wrap .item.slider-item .bx-wrapper .bx-viewport .slaid .item img {
	cursor: grab;
	min-height: 0px;
	height: 400px;
}

.item_wrap .item.slider-item .bx-wrapper .bx-viewport:active {
	cursor: grabbing
}

.main_item.slider-item.active {
	margin-top: 28px;
	margin-bottom: 0;
}

/* .item-wrap.active::after{
	content: '';
	display: block;
	height: 30px;
	width: 100%;
	background: transparent;
} */

.woocommerce .products ul,
.woocommerce ul.products.columns-4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

/* Feedback Page */

.feedback-page {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin-top: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.feedback-page .wrapper {
	padding: 0 30px;
}

.feedback-page .feedback-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 950px;
	width: 100%;
	margin: 40px auto;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 0 15.1515px rgb(189 45 67 / 50%);
}

.feedback-page .feedback-content .col {
	width: 50%;
	padding: 50px;
}

.feedback-page .feedback-content .col:nth-of-type(1) {
	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;
	background: url(images/slider/slider_bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.feedback-page .feedback-content .col:nth-of-type(2) {
	background: #2d2d2d;
}

.feedback-page .feedback-content h1 {
	font-size: 30px;
	text-align: left;
	margin-bottom: .25em;
}

.feedback-page .feedback-content p {
	font-size: 14px;
}

.feedback-page .feedback-content .form-wrapper #feedback_form input,
.feedback-page .feedback-content .form-wrapper #feedback_form label {
	display: block;
	width: 100%;
}

.feedback-page .feedback-content .form-wrapper #feedback_form label {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.feedback-page .feedback-content .form-wrapper #feedback_form label:not(:first-of-type) {
	margin-top: 15px;
}

.feedback-page .feedback-content .form-wrapper #feedback_form textarea {
	resize: vertical;
	min-height: 40px;
}

.feedback-page .feedback-content .form-wrapper #feedback_form input,
.feedback-page .feedback-content .form-wrapper #feedback_form textarea {
	width: 100%;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.20);
	padding: 10px 20px;
	border-radius: 6px;
	margin-top: 10px;
	color: #fff;
	border: none;
	outline: none;
}

.feedback-page .feedback-content .form-wrapper #feedback_form input::-webkit-input-placeholder,
.feedback-page .feedback-content .form-wrapper #feedback_form textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.feedback-page .feedback-content .form-wrapper #feedback_form input:-ms-input-placeholder,
.feedback-page .feedback-content .form-wrapper #feedback_form textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.feedback-page .feedback-content .form-wrapper #feedback_form input::-ms-input-placeholder,
.feedback-page .feedback-content .form-wrapper #feedback_form textarea::-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.feedback-page .feedback-content .form-wrapper #feedback_form input::placeholder,
.feedback-page .feedback-content .form-wrapper #feedback_form textarea::placeholder {
	color: rgba(255, 255, 255, 0.7);
	line-height: 1.4;
}

.feedback-page .feedback-content .form-wrapper #feedback_form #feedback_submit {
	font-size: 14px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 30px;
	padding: 15px;
	width: 200px;
	color: #fff;
	text-decoration: none;
	height: unset;
	border: none;
	appearance: unset;
	box-shadow: 0 7px 25px rgb(0 0 0 / 30%);
	border-radius: 7.4px;
	color: #1A5962;
	cursor: pointer;
	background-color: #fff;
}

.feedback-page .feedback-content .form-wrapper #feedback_form #feedback_submit:disabled {
	background-color: rgb(209, 209, 209);
}

.feedback-page .feedback-content .form-wrapper #feedback_form p.acceptence {
	font-size: 11px;
	text-align: center;
	margin-top: 15px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.5;
}

.feedback-page .feedback-content .form-wrapper #feedback_form p.acceptence a {
	color: #1A5962;
}

.feedback-page .feedback-content .form-wrapper #feedback_form #validation_output p {
	display: none;
	padding: 15px 20px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

.feedback-page .feedback-content .form-wrapper #feedback_form #validation_output p.success {
	color: #a1ff9a;
}

.feedback-page .feedback-content .form-wrapper #feedback_form #validation_output p.fail {
	color: #ffc79a;
}

.feedback-page .feedback-content .form-wrapper #feedback_form #validation_output p.error {
	color: #ff7b7b;
}

.feedback-page .feedback-content .form-wrapper #feedback_form .g-recaptcha {
	margin-top: 30px;
}

.feedback-page .feedback-content .form-wrapper #feedback_form .g-recaptcha>div:nth-of-type(1) {
	margin: auto;
}

/* Feedback Page Ends */

.bx-viewport {
	height: 100% !important;
}

@media (max-width: 600px) {
	.tags_input {
		display: none !important;
	}
}

body .menu_text .tabs .tab_content .item img,
body .menu_text .tabs .tab_content .item img {
	height: 400px;
}

.page-content {
	margin-top: 150px;
}

body.menu-loading .menu_text .tabs .tab_content .item_wrap{
	opacity: 0;
	visibility: hidden;
}

.menu_text .tabs .tab_content .item_wrap {
	display: block;
	margin-bottom: 30px;
	opacity: 1;
	visibility: visible;
	transition: opacity .5s ease-out;
}

.menu_text .tabs .item_wrap .item {
	border: 2px solid transparent;
	transition: border .3s linear;
}

.menu_text .tabs .item_wrap.active .item {
	border: 2px solid #1A5962;
}

.menu_text .tabs .item_wrap.active .item .desc .price_items p.more_info {
	background: #1A5962;
}

.pagination .page-numbers,
ul.page-numbers li span {
	color: #fff;
	display: inline-block;
	width: 26px;
	text-align: center;
	border-radius: 4px;
	margin: 0 4px;
	cursor: pointer;
	text-decoration: none
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	border: 1px solid #1A5962;
	color: #1A5962;
	background: #161615
}

.aws-container .aws-search-form .aws-form-btn {
	z-index: 2;
}

.main_item.slider-item.active {
	box-shadow: 0px 0px 50px #1A5962;
}

.item_wrap .main_item .image {
	position: relative;

}

.dish_main-img_quick-view:before {
	display: none !important;
}

.dish_main-img_quick-view {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 4%;
	bottom: 4%;
	width: 50px;
	height: 50px;
	background: #1A5962;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 2;
	cursor: pointer;
}

.dish_main-img_quick-view svg {
	width: 55%;
	height: auto;
}

.dish_main-img_quick-view svg path {
	fill: #fff;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.dish_main-img_quick-view:hover,
.dish_main-img_quick-view:active,
.dish_main-img_quick-view:focus {
	background: #FFFFFF;
}

.dish_main-img_quick-view:hover svg path,
.dish_main-img_quick-view:active svg path,
.dish_main-img_quick-view:focus svg path {
	fill: #1A5962;
}

.main_item .desc .dish_main_metka {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.main_item .desc .dish_main_metka span {
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
}

.main_item .desc .dish_main_metka span:last-child {
	margin-right: 0;
}

/* #ymap_index{
	position: relative;
}
#ymap_index .iframe_container{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(140%);
} */
#ymap_index iframe {
	-webkit-filter: grayscale(100%) invert(100%);
	filter: grayscale(100%) invert(100%);
}

.photos-filter {
	width: 100%;
}

.photos-filter .filter-button {
	display: none;
}

a.reset_variations{
	display: none!important;
}

@media(max-width: 800px) {
	.index_show_title {
		display: block;
		margin-top: 15px;
	}

	.index_show_title .title {
		margin-bottom: 10px
	}

	.index_hide_title {
		display: none
	}

	#popmake-1852 {
		max-width: 100% !important;
		width: 95% !important;
		left: 2.5% !important
	}

	#popmake-1852 #registerform {
		width: 100% !important
	}

	#popmake-1852 #registerform .agree {
		width: 100% !important
	}

	.woocommerce-page.woocommerce-js .main_item.detail_page .image {
		width: 100%
	}

	.woocommerce-page.woocommerce-js .main_item.detail_page .image img {
		border-radius: 32px 32px 0 0
	}

	.woocommerce-page.woocommerce-js .main_item.detail_page .desc {
		width: 100%;
		border-radius: 0 0 32px 32px;
		padding: 30px 20px
	}

	.woocommerce-page.woocommerce-js .main_item.detail_page .desc .price.mob {
		border-radius: 0 100px 100px 0;
		padding: 10px 0 10px 20px;
		margin-top: 7px;
		left: 10px
	}

	body .item_wrap .item.slider-item .bx-wrapper .bx-viewport .slaid .item img {
		height: 250px
	}

	body .main_item.detail_page .desc .title {
		width: 100%
	}

	body .main_item .desc .title {
		width: 100%
	}

	body .main_item .desc .price.mob {
		border-radius: 0 100px 100px 0;
		padding: 5px 0 5px 30px;
		margin-top: 5px;
		width: 150px;
	}
}

.error-404 {
	height: 80vh;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 768px) {
	.error-404 h1 {
		font-size: 60px;
	}
}

@media (max-width: 768px) {
	.feedback-page .feedback-content .col {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.feedback-page .feedback-content p:not(:last-of-type) {
		margin-bottom: 15px;
	}

	.feedback-page .feedback-content .col {
		padding: 35px 25px;
	}
}

@media screen and (max-width: 1035px) {
	.header {
		position: fixed;
		background: #222220;
		z-index: 100;
		padding: 20px 0;
	}

	.header .inner {
		align-items: center;
	}

	.page-template-menuWC .slider {
		margin: 0;
		padding-top: 160px;
	}

	.nav_menu.active {
		padding: 0;
		box-shadow: none !important;
		background: #222220 !important;
		height: 100vh;
		border-radius: 0;
		top: 117% !important;
	}

	.header .nav_menu.active .nav {
		position: absolute;
		top: 30%;
		left: 0;
		right: 0;
		transform: translate(0, -50%);
	}
}

@media screen and (max-width: 768px) {


	.item_wrap[data-label="special"] .item::before,
	.item_wrap[data-label="special"] .main_item .image::before {
		width: 70px;
		height: 70px;
	}


	.main_item .desc .dish_main_metka span {
		font-size: 10px;
	}

	.main_item .desc .dish_main_metka {
		margin-top: 15px;
	}

	.main_item .desc .kalories .kkal br,
	.main_item .desc .kalories .kbju br {
		display: none;
	}

	.menu_text .tabs .main_item .image .main_img {
		max-height: 400px;
	}

	section.modals>.modal .modal-inner {
		width: 85% !important;
		padding: 35px !important;
	}

	section.modals>.modal .modal-inner .modal-heading {
		font-size: 22px !important;
		line-height: 1.2 !important;
	}
}

@media screen and (max-width: 540px) {
	.page-template-menuWC .slider {
		padding-top: 120px;
	}
}

@media screen and (max-width: 414px) {
	.page-template-menuWC .slider {
		padding-top: 100px;
	}
}


section.modals {
	z-index: 999;
}

section.modals>.modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

section.modals>.modal .modal-inner {
	position: fixed;
	width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	background: #000;
	border-radius: 15px;
	border: 1px solid #1A5962;
	padding: 70px;
	text-align: center;
}

section.modals>.modal .modal-inner .modal-heading {
	width: 100%;
	text-align: center;
}

section.modals>.modal .modal-overlay {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all .3s linear;
}

section.modals>.modal.Open .modal-overlay {
	opacity: 50%;
	visibility: visible;
	position: fixed;
}

button.modal-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: var(--color-theme);
	border: none;
	outline: none;
	border-radius: 100%;
	transform: translate(50%, -50%);
	cursor: pointer;
	box-shadow: 0px 0px 0px transparent;
	transition: all .2s linear;
}

button.modal-close:hover {
	box-shadow: 0px 0px 30px #e31e24;
}

button.modal-close::before,
button.modal-close::after {
	content: '';
	position: absolute;
	width: 40%;
	height: 3px;
	background: #fff;
	left: 50%;
	top: 50%;
	transition: all .2s linear;
}

button.modal-close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}

button.modal-close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.modal-heading {
	font-family: 'SuisseIntl-Regular', sans-serif;
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	align-items: center;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	margin-bottom: 24px;
}

.btn-ageconfirm {
	display: block;
	width: 200px;
	height: 50px;
	text-align: center;
	font-family: 'SuisseIntl-Regular', sans-serif;
	background: #1A5962;
	box-shadow: 0 0 14.9668px #1A5962;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	color: #FFF;
	padding: 15px 25px;
	border: 0;
	cursor: pointer;
	margin: 0 auto;
	margin-top: 10px;
}

.blured {
	filter: blur(5px);
	transition: all .4s linear;
}

main.main-default {
	overflow: hidden;
	position: relative;
	background: #222220;
}

main.main-default .wrapper {
	width: 100%;
	padding: 0 3%;
}

.form-type-1 {
	background: #C83A48;
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	padding: 50px;
	z-index: 1;
}

.form-type-1 h3 {
	color: #fff;
	font-size: 30px;
	max-width: 70%;
	margin-bottom: .8em;
}

.form-type-1 form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form-type-1 form .form-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -15px;
	width: 75%;
}

.form-type-1 form .form-inputs input {
	margin: 15px;
	width: 100%;
	border: none;
	background: rgba(255, 255, 255, 0);
	color: #fff;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 0;
	/* padding-bottom: 15px; */
	-moz-appearance: textfield;
	outline: none;
	text-decoration: none;
}

.form-type-1 form .form-inputs input::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px;
}

.form-type-1 form .form-inputs input:-ms-input-placeholder {
	color: #fff;
	font-size: 18px;
}

.form-type-1 form .form-inputs input::-ms-input-placeholder {
	color: #fff;
	font-size: 18px;
}

.form-type-1 form .form-inputs input::placeholder {
	color: #fff;
	font-size: 18px;
}

.form-type-1 form .form-inputs input::-webkit-outer-spin-button,
.form-type-1 form .form-inputs input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-type-1 form button {
	position: relative;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	font-family: 'SuisseIntl-Regular', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	color: #C83A48;
	padding: 20px;
	border: 0;
	cursor: pointer;
	margin-left: 30px;
	transition: all .3s ease-out;
	background: #FFF;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
	border-radius: 100px;
	z-index: 1;
}

.form-type-1 form button:hover {
	color: #000;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-type-1 form button::before {
	content: '';
	width: 95%;
	height: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100px;
	border: 1px dashed #1A5962;
}

.vacancies-top {
	position: relative;
	min-height: 100vh;
	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: 15vh 0 10vh 0;
	z-index: 1;
}

.vacancies-top::before {
	content: '';
	position: absolute;
	left: -12%;
	bottom: -10%;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(226, 28, 36, 0.40);
	filter: blur(230px);
	z-index: -1;
}

.vacancies-top::after {
	content: '';
	position: absolute;
	right: -12%;
	top: 50%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: rgba(226, 28, 36, 0.60);
	filter: blur(230px);
	transform: translateY(-50%);
	z-index: -1;
}

.vacancies-top .vacancies-top-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.vacancies-top .vacancies-top-row .content {
	width: calc(50% - 60px);
}

.vacancies-top .vacancies-top-row .content h1 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 0.7em;
}

.vacancies-top .vacancies-top-row .content h1 span {
	font-size: 1.7em;
}

.vacancies-top .vacancies-top-row .content .button {
	display: inline-block;
	text-align: center;
	font-family: 'SuisseIntl-Regular', sans-serif;
	background: #1A5962;
	border-radius: 5px;
	font-style: normal;
	font-weight: 600;
	font-size: 21px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;
	padding: 20px 60px;
	border: 0;
	cursor: pointer;
	margin-top: 70px;
	transition: all .3s ease-out;
}

.vacancies-top .vacancies-top-row .content .button:hover {
	box-shadow: 0 0 14.9668px #1A5962;
}

.vacancies-top .vacancies-top-row .content .vacancies-list-row p {
	font-size: 23px;
	position: relative;
	padding-left: 1.5em;
}

.vacancies-top .vacancies-top-row .content .vacancies-list-row p:not(:last-of-type) {
	margin-bottom: .7em;
}

.vacancies-top .vacancies-top-row .content .vacancies-list-row p::before {
	content: '';
	position: absolute;
	left: 0;
	top: .4em;
	width: .7em;
	height: .7em;
	border-radius: 50%;
	background: #1A5962;
	-webkit-box-shadow: 0px 0px 10px #1A5962;
	box-shadow: 0px 0px 10px #1A5962;
}

.vacancies-top .vacancies-top-row .photo {
	width: 50%;
}

.vacancies-top .vacancies-top-row .photo img {
	width: 100%;
	height: auto;
	user-select: none;
}

.vacancies-advantage {
	background-image: url('/files/site2023/pv_adv_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0;
	padding: 100px 0;
	text-align: center;
	z-index: 1;
	position: relative;
}

.vacancies-advantage h2 {
	font-size: 57px;
	margin-bottom: 1.8em;
	font-weight: 600;
}

.vacancies-advantage h2 span {
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px,
		#fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px, #fff 0px 0px 1px;
	-webkit-font-smoothing: antialiased;
	color: #1A5962;
}

.vacancies-advantage .advantage-row {
	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: -50px -35px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 10%;
}

.vacancies-advantage .advantage-row .item {
	width: calc((100% / 3) - 70px);
	margin: 50px 35px;
	text-align: center;
}

.vacancies-advantage .advantage-row .item p {
	word-break: break-word;
	font-size: 20px;
}

.vacancies-advantage .advantage-row .item .photo-wrapper {
	position: relative;
	width: 80%;
	height: 0;
	padding-bottom: 80%;
	border-radius: 50%;
	background: #1A5962;
	margin: 0 auto;
	margin-bottom: 25%;
}

.vacancies-advantage .advantage-row .item .photo-wrapper svg {
	position: absolute;
	width: 120%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	user-select: none;
}

.vacancies-advantage .advantage-row .item:nth-of-type(1) .photo-wrapper svg {
	transform: translate(-50%, -50%) rotate(20deg);
}

.vacancies-advantage .advantage-row .item:nth-of-type(3) .photo-wrapper svg {
	transform: translate(-50%, -50%) rotate(120deg);
}

.vacancies-advantage .advantage-row .item .photo-wrapper img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	user-select: none;
}

.vacancies-form {
	position: relative;
	padding-top: 100px;
	padding-bottom: 17vh;
	z-index: 1;
}

.vacancies-form::before {
	content: '';
	position: absolute;
	left: -5%;
	top: -10%;
	width: 425px;
	height: 425px;
	border-radius: 50%;
	background: rgba(226, 28, 36, 0.40);
	filter: blur(230px);
	z-index: -1;
}

.vacancies-form::after {
	content: '';
	position: absolute;
	right: -6%;
	top: -15%;
	width: 425px;
	height: 425px;
	border-radius: 50%;
	background: rgba(226, 28, 36, 0.45);
	filter: blur(230px);
	z-index: -1;
}

.vacancies-top .vacancies-top-row .content .vacancies-list-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.vacancies-top .vacancies-top-row .content .vacancies-list-row p {
	width: calc(50% - 5px);
}

@media (max-width: 860px) {
	.form-type-1 {
		padding: 50px 35px;
	}

	.form-type-1 h3 {
		max-width: unset;
		margin-bottom: 1em;
	}

	.form-type-1 form {
		margin: 0;
		display: block;
		text-align: center;
	}

	.form-type-1 form .form-inputs {
		width: 100%;
		display: block;
	}

	.form-type-1 form .form-inputs input {
		height: auto;
		padding-bottom: 15px;
		text-align: left;
	}

	.form-type-1 form button {
		width: auto;
		margin: 0;
		font-size: 23px;
		padding: 1em 2em;
		margin-top: 2em;
	}

	.vacancies-top .vacancies-top-row {
		display: block;
	}

	.vacancies-top .vacancies-top-row .content {
		width: 100%;
	}

	.vacancies-top .vacancies-top-row .content h1 {
		font-size: 40px;
	}

	.vacancies-top .vacancies-top-row .content .vacancies-list-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.vacancies-top .vacancies-top-row .content .vacancies-list-row p {
		width: calc(50% - 30px);
		margin-left: 15px;
		margin-right: 15px;
	}

	.vacancies-top .vacancies-top-row .content .button {
		margin-top: 2em;
	}

	.vacancies-top .vacancies-top-row .photo {
		margin: 7vh auto 0 auto;
		width: 70%;
	}

	.vacancies-top .section-background .top-right_corner,
	.vacancies-top .section-background .top-left_corner {
		max-height: unset;
		width: 45%;
		height: auto;
	}

	.vacancies-advantage .advantage-row .item {
		width: calc(50% - 70px);
	}
}

@media (max-width: 575px) {
	main.main-default .wrapper {
		padding: 0 20px;
	}

	.form-type-1 {
		padding: 30px 20px;
	}

	.form-type-1 h3 {
		font-size: 23px;
		margin-bottom: 1em;
	}

	.form-type-1 form .form-inputs input {
		font-size: 16px;
	}

	.form-type-1 form .form-inputs input::-webkit-input-placeholder {
		font-size: 16px;
	}

	.form-type-1 form .form-inputs input:-ms-input-placeholder {
		font-size: 16px;
	}

	.form-type-1 form .form-inputs input::-ms-input-placeholder {
		font-size: 16px;
	}

	.form-type-1 form .form-inputs input::placeholder {
		font-size: 16px;
	}

	.form-type-1 form button {
		font-size: 17px;
	}

	.vacancies-top::after {
		width: 300px;
		height: 300px;
		right: -50%;
		top: 65%;
		filter: blur(80px);
	}

	.vacancies-top::before {
		width: 250px;
		height: 250px;
		left: -30%;
		filter: blur(80px);
	}

	.vacancies-form::before,
	.vacancies-form::after {
		content: none;
	}

	.vacancies-top .vacancies-top-row .content h1 {
		font-size: 30px;
		text-align: center;
	}

	.vacancies-top .vacancies-top-row .content .vacancies-list-row p {
		font-size: 15px;
	}

	.vacancies-top .vacancies-top-row .content .button {
		font-size: 16px;
		padding: 14px 45px;
	}

	.vacancies-top .vacancies-top-row .photo {
		width: 100%;
		margin-top: 10vh;
	}

	.vacancies-top .section-background .top-right_corner,
	.vacancies-top .section-background .top-left_corner {
		max-height: unset;
		width: 50%;
		height: auto;
		display: block;
		max-width: unset;
	}

	.vacancies-top .section-background .bottom-right_corner,
	.vacancies-top .section-background .bottom-left_corner {
		display: block;
		height: auto;
		max-height: unset;
		max-width: unset;
	}

	.vacancies-top .section-background .bottom-right_corner {
		width: 20%;
	}

	.vacancies-top .section-background .bottom-left_corner {
		width: 60%;
	}

	.vacancies-advantage {
		padding: 50px 0;
	}

	.vacancies-advantage h2 {
		font-size: 27px;
	}

	.vacancies-advantage .advantage-row {
		margin: -30px -15px;
	}

	.vacancies-advantage .advantage-row .item {
		width: calc(50% - 30px);
		margin: 30px 15px;
	}

	.vacancies-advantage .advantage-row .item p {
		font-size: 14px;
	}

	.vacancies-form {
		padding-top: 50px;
		padding-bottom: 12vh;
	}

	.vacancies-form .section-background .bottom-left_corner,
	.vacancies-form .section-background .bottom-right_corner {
		display: block;
		width: 55%;
		max-width: unset;
	}

	.vacancies-form .section-background .bottom-left_corner {
		z-index: 1;
	}
}