body {
	font-family: 'Montserrat', sans-serif;
	font-weight: inherit;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

hr {
	border: 1px solid #e4e4e4;
	margin-top: 10px;
	margin-bottom: 10px;
}

.d-planshet {
	display: block;
}

.d-mobile {
	display: none;
}

.main {
	overflow: hidden;
}

#header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 1111;
}

.header-primary {
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.header-primary_col {
	display: flex;
	align-items: center;
}

.header-primary_col.hp-1 {
	min-width: 92px;
}

#headerlogo.hide {
	display: none;
}

#headerlogo.show {
	display: block;
}

.header-primary_col.hp-2 {
	margin-left: auto;
	justify-content: center;
}

.header-logo {
	position: relative;
	display: block;
	z-index: 11;
}

.header-logo.adpt-img img {
	object-fit: contain;
}

.menu-item a {
	display: flex;
	font-weight: 400;
	color: #161D19;
	font-size: 15px;
	text-transform: uppercase;
	padding: 15px 0px;
	margin: 14px 0;
}

.menu-item a.active,
.menu-item a:hover {
	color: #00BA2D;
}

.header-phone {
	position: relative;
	display: flex;
	height: 100%;
	width: 240px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	color: #fff;
	background-color: #00BA2D;
	box-shadow: 0px 15px 50px rgba(0, 186, 45, 0.5);
	z-index: 11;
}

.header-phone:hover {
	box-shadow: 0px 15px 50px #00BA2D;
}

.header-phone:active {
	background-color: #19A93C;
	box-shadow: 0px 15px 50px #00BA2D;
}

a.call-phone {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

a.call-phone:hover {
	color: #fff;
}

.btn span {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	line-height: normal;
	;
}

.block-container {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.block-container h2,
.block-title {
	position: relative;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	z-index: 1;
}

/*******************PAGES******************/
.old-price {
	text-decoration: line-through;
}

.block-top {
	display: flex;
	align-items: center;
	background-position: center;
	background-image: url(https://gastro-chef.com.ua/wp-content/uploads/2025/07/bckg-10.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 80px;
	height: 100vh;
}

.block-top::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=0);
	top: 0;
}

.top-content {
	position: relative;
	text-align: left;
	z-index: 1;
}

.block-top .block-lng {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.block-top .block-lng a {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	margin-right: 15px;
}

.block-top .block-lng a.active,
.block-lng a:hover {
	color: #00BA2D;
}

.block-top .block-lng a:last-child {
	margin-right: 0;
}

.block-top h1 {
	font-family: 'Lora', serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}

.block-top h2 {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 60px;
}

.block-top ul li {
	position: relative;
	list-style-type: none;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.34;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	padding-left: 15px;
}

.block-top ul li::before {
	position: absolute;
	content: '';
	background-color: rgba(0, 186, 45, 0.8);
	display: inline-block;
	width: 5px;
	height: 5px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
}

.block-top .promo-slogan1 {
	font-family: 'Lora', serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
}

.block-top .promo-slogan2 {
	font-family: 'Lora', serif;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
}

.block-top .btn-block {
	margin-top: 20px;
}

.block-top .btn-block a:first-child {
	margin-right: 40px;
}

.scl-block {
	margin-top: 20px;
}

.scl-block .links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.scl-block .links-txt {
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.scl-block .links a {
	display: flex;
	width: 30px;
	height: 30px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #000;
	background-color: #fff;
	border-radius: 50%;
}

.scl-block .links a:hover {
	color: #fff;
	background-color: #00BA2D;
}

.scl-block .links a:first-child {
	margin-right: 20px;
}


.block-how {
	display: flex;
	height: 800px;
	background-color: #fff;
	align-items: center;
}

.block-how h2 {
	margin-bottom: 130px;
}

.block-how .item-how {
	width: 100%;
	font-size: 18px;
	text-align: center;
}

.block-get {
	display: flex;
	height: 600px;
	background-image: url(https://gastro-chef.com.ua/wp-content/uploads/2025/07/bckg-20.webp);
	align-items: center;
}

.block-get::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.get-content {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 1;
}

.block-get-title {
	display: inline-block;
	max-width: 940px;
	width: 100%;
	font-family: 'Lora', serif;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.block-get-title b {
	font-weight: 700;
	color: #00BA2D;

}

.block-get p {
	width: 100%;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
}

.block-menu {
	padding-top: 90px;
}

.block-menu-title {
	margin-bottom: 45px;
}

.menu-bkcg-light {
	background-color: #fff;
}

.menu-bkcg-dark {
	color: #fff;
	background-color: #000;
	padding-bottom: 70px;
}

.block-menu #menuTab.nav.nav-tabs {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.block-menu #menuTab.nav.nav-tabs .nav-item {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link {
	position: relative;
	display: flex;
	height: 100%;
	width: 100%;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 20px;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link img {
	background-color: #000;
	padding: 14px;
	border-radius: 50%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link b {
	height: 48px;
	font-size: 20px;
	font-weight: 400;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link b span {
	display: block;
	font-size: 12px;
	font-weight: 300;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link::after {
	position: absolute;
	content: '';
	display: block;
	height: 3px;
	width: 100%;
	bottom: 2px;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link.active,
.block-menu #menuTab.nav.nav-tabs a.nav-link:hover {
	color: #00BA2D;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link.active img,
.block-menu #menuTab.nav.nav-tabs a.nav-link:hover img {
	background-color: #00BA2D;
}

.block-menu #menuTab.nav.nav-tabs a.nav-link.active::after,
.block-menu #menuTab.nav.nav-tabs a.nav-link:hover::after {
	height: 7px;
	background-color: #00BA2D;
	border-radius: 0px 0px 11px 11px;
	bottom: -7px;
}

.menu-txt {
	display: inline-block;
	max-width: 780px;
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.delivery-block .menu-txt {
	font-size: 18px;
	text-align: left !important;
	margin-bottom: 30px;
	line-height: 23px;
}

.delivery-block .col-xxxl-6 {
	margin-bottom: 40px;
}

.block-menu .weekendeattabnav.nav-tabs {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: center;
}

.block-menu .weekendeattabnav.nav.nav-tabs .nav-item {
	margin: 0 30px;
}

.block-menu .weekendeattabnav.nav.nav-tabs a.nav-link {
	position: relative;
	display: flex;
	height: 44px;
	width: 57px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 45%;
}

.block-menu .weekendeattabnav.nav.nav-tabs a.nav-link.active,
.block-menu .weekendeattabnav.nav.nav-tabs a.nav-link:hover {
	color: #000;
	background: #00BA2D;
	border: 1px solid #00BA2D;
}

.weekendeattabcontent .tab-pane>.row .col-md-4 {
	display: flex;
}

.menu-bludos {
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
}

.menu-prices {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 30px;
}

.menu-prices .tbl-body {
	padding: 20px 40px;
	border: 1px solid #00BA2D;
}

.menu-prices .tbl-td {}

.tbl-body {
	width: 100%;
}

.tbl-td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tbl-time {
	font-size: 20px;
	color: #00BA2D;
}

.tbl-time span {
	display: block;
	font-size: 18px;
}

.tbl-td:first-child {
	text-align: left;
}

.tbl-td:last-child {
	text-align: left;
}

.menu-zakaz {
	font-size: 18px;
	margin-top: 35px;
}

.menu-zakaz img {
	transition: scale 0.15s ease-in-out;
}

.menu-zakaz img:hover {
	transform: scale(1.1);
	transition: scale 0.15s ease-in-out;
}

.menu-zakaz .bludo-time {
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}

.menu-zakaz .block-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.menu-zakaz .bl-1 img {
	filter: drop-shadow(0px 20px 70px rgba(255, 255, 255, 0.3));
}

.block-dieta {
	padding-top: 70px;
}

.block-detox {
	background-color: #000;
	color: #fff;
	padding-bottom: 60px;
}

.block-detox .weekend-content .nav-tabs {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: center;
}

.block-detox .weekend-content .nav.nav-tabs .nav-item {
	margin: 0 30px;
}

.block-detox .weekend-content .nav.nav-tabs a.nav-link {
	position: relative;
	display: flex;
	height: 44px;
	width: 57px;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	border-radius: 45%;
}

.block-detox .weekend-content .nav.nav-tabs a.nav-link.active,
.block-detox .weekend-content .nav.nav-tabs a.nav-link:hover {
	color: #000;
	background: #00BA2D;
	border: 1px solid #00BA2D;
}

.row-detox {
	margin-top: 70px;
}

.detox-item {
	margin-bottom: 40px;
}

.detox-item .square {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.square-text {
	margin-top: 15px;
}

.detox-price {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.detox-price .tbb-body {
	width: 100%;
	font-size: 14px;
	border: 1px solid #00BA2D;
	padding: 20px 40px;
	margin-bottom: 30px;
}

.detox-price .tbb-footer {
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
}

.detox-price .tbb-body .tbl-td:first-child {
	color: #00BA2D;
}

.block-slogan {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 800px;
	background-image: url(https://gastro-chef.com.ua/wp-content/uploads/2025/07/bckg-30.webp);
}

.block-slogan::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.6);
}

.block-slogan::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.block-slogan-title {
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
}

.block-why {
	height: 800px;
	background-color: #fff;
	background-image: url(/wp-content/uploads/2020/12/bckg-40.jpg);
	background-size: auto;
	background-position: center bottom;
	color: #25242b;
}

.block-why .container {
	max-width: 1420px;
}

.block-why-title {
	margin-top: 110px;
	margin-bottom: 60px;
}

.why-content.why-c-1 {
	position: relative;
	text-align: right;
}

.why-content-title {
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.why-c-list {
	position: relative;
	height: 445px;
}

.why-c-item:last-child {
	height: auto !important;
}

.why-c-1 .why-c-item {
	height: 33.33%;
	position: relative;
	padding-right: 35px;
}

.why-c-title {
	font-size: 18px;
}

.why-c-body {
	font-size: 15px;
}

.why-c-1 .why-c-item::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #00BA2D;
	border-radius: 50%;
	box-shadow: 0px 5px 40px rgba(0, 186, 45, 0.5);
	right: -15px;
	top: 7px;
}

.why-c-1 .why-c-item::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: calc(100% - 44px);
	background-color: #00BA2D;
	right: 0;
	bottom: 0;
}

.why-content.why-c-3 {
	position: relative;
	text-align: left;
}

.why-c-3 .why-c-item {
	height: 66.66%;
	position: relative;
	padding-left: 35px;
}

.why-c-3 .why-c-item::after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #00BA2D;
	border-radius: 50%;
	box-shadow: 0px 5px 40px rgba(0, 186, 45, 0.5);
	left: -15px;
	top: 7px;
}

.why-c-3 .why-c-item::before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 2px;
	height: calc(100% - 45px);
	background-color: #00BA2D;
	left: 0;
	bottom: 0;
}

.why-c-item:last-child::before {
	display: none;
}

.block-premium {
	display: flex;
	height: 800px;
	align-items: center;
}

.items-premium {
	display: flex;
	flex-wrap: wrap;
}

.item-premium {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 143px;
	min-height: 137px;
	width: 50%;
}

.bullet-item-first,
.bullet-item-second,
.bullet-item-third,
.bullet-item-fourth,
.bullet-item-fifth,
.bullet-item-sixth,
.bullet-item-seventh,
.bullet-item-eighth {
	background-repeat: no-repeat;
	background-size: 143px 137px;
	object-fit: contain;
}

.bullet-item-first {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-1.png");
}

.bullet-item-second {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-5.png");
}

.bullet-item-third {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-2.png");
}

.bullet-item-fourth {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-6.png");
}

.bullet-item-fifth {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-3.png");
}

.bullet-item-sixth {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-7.png");
}

.bullet-item-seventh {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-4.png");
}

.bullet-item-eighth {
	background-image: url("/wp-content/uploads/2020/12/icon-promo-8.png");
}

.item-premium .premium-img {
	width: 143px;
	flex: 0 0 auto;
}

.item-premium h5 {
	font-size: 18px;
	font-weight: 400;
}

.item-premium p {
	font-size: 15px;
	font-weight: 400;
}

.block-gallery {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 70px;
}

.block-gallery .menu-txt {
	display: block;
	max-width: 100%;
	color: #000;
	text-align: center;
	margin-top: 10px;
}

.block-gallery .col-6.gal-l {
	margin-top: 60px;
}

.block-gallery .adpt-img {
	position: relative;
	padding: 0;
	margin-top: 30px;
}

.item-den {
	position: absolute;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-left: 10px;
	margin-top: 20px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
}

.block-gallery .adpt-img .item-info {
	display: flex;
	min-height: 106px;
	width: 100%;
	align-items: center;
	background-color: #25242b;
	padding: 20px;
}

.item-title {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.item-sklad {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.item-kkal {
	display: flex;
	flex-wrap: wrap;
	width: 80px;
	flex: 0 0 auto;
	font-size: 20px;
	font-weight: 700;
	color: #00BA2D;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}

.block-promo {
	display: flex;
	align-items: center;
	background-image: url(https://gastro-chef.com.ua/wp-content/uploads/2025/07/bckg-promo.webp);
	padding-top: 80px;
	padding-bottom: 80px;
}

.block-promo::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
}

.block-promo-title {
	display: block;
	color: #fff;
	margin-bottom: 60px;
}

.block-promo .item-promo {
	display: flex;
	min-height: 300px;
	flex-wrap: wrap;
	height: 100%;
	padding: 20px 40px;
	background-color: #fff;
	font-size: 18px;
	font-weight: 500;
	color: #25242b;
	align-content: center;
}

.block-promo .item-promo a {
	color: #fff;
	background-color: #00BA2D;
	border-color: #00BA2D;

	display: inline-block;
	width: 100%;
	max-width: 350px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 1rem 0.75rem;
	font-size: 25px;
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-transform: uppercase;
	text-decoration: none;

	margin-top: 20px;
	box-shadow: 0px 15px 50px rgba(0, 186, 45, 0.5);
}

.block-promo .item-promo a:hover {}

.block-about {
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #000;
	background-image: url(/wp-content/uploads/2020/12/bckg-about.png);
	color: #fff;
}

.block-about-title {
	color: #fff;
	margin-bottom: 60px;
}

.about-txt-headline {
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #00BA2D;
	margin-bottom: 25px;
}

.about-txt-endline {
	display: block;
	font-size: 20px;
	font-weight: 700;
	color: #00BA2D;
}

.about-txt p {
	position: relative;
	font-size: 18px;
	color: #fff;
	margin-bottom: 25px;
}

.about-txt p:last-child {
	margin-bottom: 0;
}

.about-txt-1,
.about-txt-5 {
	margin-left: 3%;
}

.about-txt-2,
.about-txt-4 {
	margin-left: 6%;
}

.about-txt-3 {
	margin-left: 9%;
}

.about-row-1 {
	margin-bottom: 80px;
}

.about-row-1 .col-lg-4 {
	display: flex;
	align-items: center;
}

.about-row-1 .about-photo img {
	border-radius: 50%;
	border: 5px solid #FFFFFF;
}

.about-row-1 .about-photo span {
	display: block;
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.about-row-2 .col-lg-7 {
	display: flex;
	align-items: center;
}

.about-scl.scl-block .links {
	position: relative;
	justify-content: center;
}

.about-scl.scl-block .links::before {
	position: absolute;
	content: '';
	display: block;
	height: 1px;
	width: 10%;
	background-color: #00BA2D;
	top: 0;
	bottom: 0;
	right: calc(50% + 55px);
	margin: auto;
}

.about-scl.scl-block .links::after {
	position: absolute;
	content: '';
	display: block;
	height: 1px;
	width: calc(50% - 56px);
	;
	background-color: #00BA2D;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.about-row-2 .col-md-5 {
	display: flex;
	align-items: center;
}

.block-faq {
	display: flex;
	align-items: center;
	text-align: center;
}

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

.block-faq-title {
	margin-bottom: 60px;
}

a.faq-link {
	font-size: 25px;
	color: #161D19;
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
	cursor: pointer;
}

a.faq-link:hover {
	font-size: 25px;
	color: #00BA2D;
	display: block;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.accordion-item {
	margin-bottom: 10px;
}

.accordion-button {
	padding: .1rem 1.25rem;
	font-size: 22px;
	font-weight: 400;
	color: #161D19;
	background-color: transparent;
	border: 0;
	border-radius: 0;
}

.accordion-button:not(.collapsed) {
	color: #00BA2D;
	background-color: transparent;
}

.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300BA2D'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(180deg);
}

.accordion-body {
	text-align: left;
	padding: 0px 1.25rem 1rem;
}

.row.needs-validation {
	justify-content: center;
}

.block-zakaz {
	background-image: url(https://gastro-chef.com.ua/wp-content/uploads/2025/07/bckg-50.webp);
	padding-top: 70px;
	padding-bottom: 70px;
}

.block-zakaz::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
}

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

.block-zakaz-title {
	position: relative;
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 60px;
}

a.zakaz-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}

a.zakaz-phone i {
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #000;
	background-color: #00BA2D;
	margin-left: 20px;
	border-radius: 50%;
}

a.zakaz-phone:hover {
	color: #fff;
}

a.zakaz-phone:hover i {
	color: #fff;
}

.block-zakaz .form-control,
.block-zakaz .form-select {
	background-color: #fff;
	color: #000;
	border: 1px solid #fff;
}

.block-zakaz .modal-body .form-control,
.block-zakaz .form-select {
	background-color: #fff;
	border: 1px solid transparent;
	border-bottom: 2px solid #000;
}

.block-zakaz .modal-body .form-control:focus,
.block-zakaz .form-select:focus {
	border-bottom: 2px solid #00BA2D !important;
}

.form-control::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	/* Firefox */
}

.form-control:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
}

.form-control::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
}

#in-text {
	height: 72px;
}

.mb5px {
	margin-bottom: 5px;
}

.btn-blck {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn-blck .btn {
	margin-top: 40px;
}

/***********************FOOTER***********************/
#footer {
	position: relative;
	background-color: #000;
	padding-top: 40px;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #00BA2D;
}

#footer .links a {
	color: #000;
	margin-right: 20px;
}

#footer .links a:hover {
	color: #fff;
}

#footer .footer-scl {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

#footer .links a:last-child {
	margin-right: 0;
}

#footer .row-menu {
	display: flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer .row-menu .col {
	display: flex;
	justify-content: center
}

#footer .row-menu .col:first-child {
	justify-content: flex-start
}

#footer .row-menu .col:last-child {
	justify-content: flex-end
}

#footer a.footer-menu {
	font-size: 18px;
	text-transform: uppercase;
}

#footer .footer-cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#footer a.go-phone {
	font-size: 25px;
	color: #00BA2D;
}

#footer a.go-mail {
	font-size: 18px;
	margin-top: 5px;
}

.copyright {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.copyright a {
	color: #00aeef;
}

.modal-dialog {
	margin: auto;
}

.carousel-inner {
	display: flex;
	align-items: center;
}

.carousel-inner .row {
	align-items: center;
}

#privacyModal {
	top: 80px;
}

#seo {
	line-height: 1.5;
}

#seo .context {
	max-height: 200px;
	overflow: hidden;
	overflow-y: scroll;
}

#seo p {
	font-weight: 400;
}

#seo ul,
#seo ol {
	padding-left: 18px !important;
}

#seo ul li {
	list-style: disc !important;
}

#seo ol li {
	list-style: auto !important;
}

#seo h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

/*************************MIN-MAX*************************/
@media (min-width: 576px) {}

@media (min-width: 768px) {
	.menu-item a {
		font-size: 12px;
	}
}

@media (min-width: 1200px) {
	.block-top {
		background-position: left center;
		background-image: url(https://gastro-chef.com.ua/wp-content/uploads/2025/07/bckg-10.webp);
	}

	.block-top::before {
		background: rgb(0, 0, 0);
		background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 66.666667%, rgba(255, 255, 255, 0) 66.666667%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 66.666667%, rgba(255, 255, 255, 0) 66.666667%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 66.666667%, rgba(255, 255, 255, 0) 66.666667%, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=0);
	}

	.block-how .item-how {
		font-size: 15px;
	}

	.menu-prices {
		font-size: 14px;
	}

	.block-slogan {
		height: 600px;
	}

	.block-why .container {
		max-width: 1030px;
	}

	.block-why {
		background-size: 33%;
		background-position: center 50%;
	}

	#footer a.footer-menu {
		font-size: 17px;
	}
}

@media (min-width: 1600px) {
	.menu-item a {
		font-size: 15px;
	}

	.block-top::before {
		background: rgb(0, 0, 0);
		background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=0);
	}

	.block-how .item-how {
		font-size: 18px;
	}

	.menu-prices {
		font-size: 15px;
	}

	.block-why .container {
		max-width: 1420px;
	}

	.block-slogan {
		height: 800px;
	}

	.block-why {
		background-size: auto;
		background-position: center bottom;
	}

	#footer a.footer-menu {
		font-size: 18px;
	}
}

@media (max-width: 1459.98px) {
	.delivery-block .menu-txt {
		font-size: 16px;
		text-align: left !important;
		margin-bottom: 20px;
	}
}

@media (max-width: 1339.98px) {
	#about.block-about .container {
		max-width: 1000px;
	}

	.about-txt p {
		font-size: 15px;
		margin-bottom: 15px;
	}

	#weekendDetoxTabContent .row {
		justify-content: center;
	}
}

@media (max-width: 1199.98px) {
	.header-bottom-menu-list li {
		margin: 0 20px 0 0;
	}

	.header-phone {
		width: 220px;
	}

	a.call-phone {
		font-size: 16px;
	}

	.text-title {
		width: 50%;
		text-align: left;
	}

	a.zakaz-phone {
		width: 40% !important;
	}
}

@media (max-width: 991.98px) {
	.header-bottom-menu-list li {
		margin: 0 15px 0 0;
	}

	.header-phone {
		width: 160px;
	}

	a.call-phone {
		font-size: 14px;
	}

	.block-zakaz-title {
		justify-content: space-between;
	}
}

@media (max-width: 767.98px) {
	picture img {
		width: 100%;
		height: auto !important;
	}

	.d-planshet {
		display: none;
	}

	.d-mobile {
		display: block;
	}

	.btn {
		font-size: 20px;
	}

	.btn span {
		height: 32px;
	}

	.header-primary {
		margin-right: 40px;
	}

	.header-primary_col.hp-2 {}

	.header-phone {
		width: 150px;
	}

	a.call-phone {
		font-size: 12px;
	}

	.block-top {
		padding-top: 20px;
	}

	.block-top::before {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		background: rgb(0, 0, 0, 0.7);
		background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
		background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
		top: 0;
	}

	.block-top .block-lng {
		margin-bottom: 10px;
	}

	.block-top .block-lng a {
		font-size: 15px;
	}

	.block-top h1 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.block-top ul li {
		font-size: 12px;
		margin-bottom: 5px;
		padding-left: 15px;
	}

	.block-top .promo-slogan1 {
		margin-top: 20px;
	}

	.block-top .btn-block {
		margin-top: 20px;
	}

	.block-top .btn-block a:first-child {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.block-top .promo-slogan2 {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.scl-block .links-txt {
		margin-bottom: 5px;
	}

	.scl-block .links {
		margin-bottom: 15px;
	}

	.block-container h2,
	.block-title {
		margin-top: 40px;
		font-size: 20px;
	}

	.block-how {
		height: auto;
		padding-top: 80px;
		padding-bottom: 20px;
	}

	.block-how h2 {
		margin-top: 0;
		margin-bottom: 0px;
	}

	.block-how .item-how {
		font-size: 15px;
		margin-bottom: 60px;
	}

	.block-get {
		height: auto;
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.block-get-title {
		font-size: 20px;
	}

	.block-get p {
		font-size: 18px;
		margin-top: 30px;
	}

	.block-menu {
		padding-top: 0px;
	}

	.block-menu #menuTab.nav.nav-tabs {
		flex-wrap: wrap;
		justify-content: center;
	}

	.block-menu #menuTab.nav.nav-tabs .nav-item {
		flex: 0 0 auto;
		width: 33.33%;
		margin-bottom: 20px;
	}

	.block-menu #menuTab.nav.nav-tabs a.nav-link {
		justify-content: flex-start;
		padding-bottom: 0px;
	}

	.block-menu #menuTab.nav.nav-tabs a.nav-link img {
		margin-top: 5px;
		margin-bottom: 0px;
	}

	.block-menu #menuTab.nav.nav-tabs a.nav-link.active::after,
	.block-menu #menuTab.nav.nav-tabs a.nav-link:hover::after {
		display: none;
	}

	.block-menu .weekendeattabnav.nav.nav-tabs .nav-item {
		margin: 0 5px;
	}

	.block-menu .weekendeattabnav.nav.nav-tabs .nav-item:first-child {
		margin: 0px 5px 0 0;
	}

	.block-menu .weekendeattabnav.nav.nav-tabs .nav-item:last-child {
		margin: 0 0 0 5px;
	}

	.block-menu .weekendeattabnav.nav.nav-tabs a.nav-link {
		height: 34px;
		width: 40px;
		font-size: 15px;
	}

	.tbl-time span {
		display: inline-block;
		margin-left: 30px;
	}

	.menu-bludos .col-md-9 .tbl-td {
		font-size: 15px;
		margin-top: -10px;
	}

	.menu-zakaz .row {
		justify-content: center;
	}

	.menu-zakaz .bl-1 {
		margin-bottom: 20px;
	}

	.menu-zakaz .bludo-time {
		font-size: 15px;
		text-align: center;
		margin-bottom: 0;
	}

	.block-detox .weekend-content .nav.nav-tabs .nav-item {
		margin: 0 5px;
	}

	.block-detox .weekend-content .nav.nav-tabs .nav-item:first-child {
		margin: 0px 5px 0 0;
	}

	.block-detox .weekend-content .nav.nav-tabs .nav-item:last-child {
		margin: 0 0 0 5px;
	}

	.block-detox .weekend-content .nav.nav-tabs a.nav-link {
		height: 34px;
		width: 40px;
		font-size: 15px;
	}

	.block-slogan {
		height: 200px;
	}

	.block-slogan-title {
		font-size: 20px;
	}

	.block-why {
		height: auto;
		background-image: none;
	}

	.block-why-title {
		margin-bottom: 20px;
	}

	.why-content-title {
		text-align: center;
	}

	.why-content.why-c-1 {
		position: relative;
		text-align: left;
	}

	.why-c-list {
		height: auto;
	}

	.why-c-1 .why-c-item,
	.why-c-3 .why-c-item {
		height: auto;
		padding-left: 45px;
		padding-right: 0;
		padding-bottom: 30px;
	}

	.why-c-title {
		font-size: 15px;
	}

	.why-c-body {
		font-size: 12px;
	}

	.why-c-1 .why-c-item::before,
	.why-c-3 .why-c-item::before {
		right: unset;
		left: 15px;
	}

	.why-c-1 .why-c-item::after,
	.why-c-3 .why-c-item::after {
		right: unset;
		left: 0;
	}

	.block-premium {
		height: auto;
	}

	.item-premium h5 {
		font-size: 15px;
	}

	.item-premium p {
		font-size: 12px;
	}

	.item-title {
		font-size: 12px;
	}

	.item-sklad {
		display: none;
	}

	.item-kkal {
		font-size: 15px;
	}

	.block-promo {
		height: 600px;
	}

	.block-promo .item-promo {
		height: 240px;
		font-size: 12px;
		padding: 20px;
	}

	.block-promo .item-promo a {
		font-size: 15px;
	}

	#about {
		padding-top: 70px;
		padding-bottom: 70px;
		text-align: center;
	}

	.about-txt-headline {
		font-size: 18px;
	}

	.about-txt-endline {
		font-size: 18px;
	}

	.row.about-row-1 {
		margin-bottom: 25px;
	}

	.about-row-1 .about-photo span {
		font-size: 18px;
	}

	.row.about-row-2 {
		flex-direction: column-reverse;
	}

	.row.about-row-2 .about-photo {
		margin-bottom: 25px;
	}

	a.faq-link {
		font-size: 15px;
		margin-bottom: 20px;
	}

	.popover-body {
		font-size: 12px;
	}

	.block-zakaz {
		padding-top: 0px;
	}

	.block-zakaz-title {
		justify-content: center;
		height: auto;
		margin-bottom: 20px;
	}

	a.zakaz-phone {
		position: relative;
		justify-content: center;
	}

	a.zakaz-phone i {
		display: flex;
		width: 30px;
		height: 30px;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		color: #000;
		background-color: #00BA2D;
		margin-left: 10px;
		border-radius: 50%;
	}

	#footer .row-menu .col {
		display: none;
	}

	.modal-title {
		font-size: 20px;
	}

	.item-premium {
		width: 100%;
	}

	a.yydev-back-to-top {
		width: 50px !important;
		height: 50px !important;
		left: 10px !important;
		bottom: 10px !important;
	}
}

@media (max-width: 575.98px) {}