:root{
	--dark-gray: #25272E;
	--orange: #FD7E41;
	--yellow: #FCC232;
}

html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: var(--dark-gray);
}
/* =================================== */
.container{
	max-width: 1430px;
	margin: 0 auto;
	padding: 0 15px;
}
.wrapper{
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}



/* =================================== */
.header {
	margin: 30px 0;
	position: relative;
}
.header::before{
	content: '';
	background-image: url('../img/bg/raw.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -35px;
	width: 200px;
	height: 200px;
}
.main{
	flex: 1 1 auto;
}
.home {
	padding: 70px 0 ;
	position: relative;
}
.home::after{
	content: '';
	background-image: url('../img/bg/raw-app.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100px;
	height: 200px;
}
.service{
	margin: 160px 0 100px;
}
.serving {
	position: relative;
}
.serving::before {
	content: '';
	position: absolute;
	background-image: url('../img/bg/raw-serving.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 150px;
	height: 150px;
	top: -30px;
	left: -70px;
	transform: rotate(125deg);
}
.serving::after {
	content: '';
	position: absolute;
	background-image: url('../img/bg/raw.png');
	background-repeat: no-repeat;
	background-size: contain;
	width: 95px;
	height: 200px;
	bottom: -100px;
	right: 0;
}
.food {
	margin-top: 160px;
}
.discont {
	margin-top: 160px;
	position: relative;
}
.discont::before{
	content: '';
	background-image: url('../img/bg/raw-serving.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 90px;
	height: 130px;
	position: absolute;
	top: -150px;
	left: 0;
}
.dishes {
	margin-top: 160px;
	position: relative;
}
.dishes::after{
	content: '';
	background-image: url('../img/bg/raw-serving.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 180px;
	right: 0;
	width: 90px;
	height: 150px;
}
.app {
	position: relative;
}
.app::before {
	content: '';
	background-image: url('../img/bg/raw-app.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 180px;
	left: 0;
	width: 300px;
	height: 250px;
}
.footer {
	position: relative;
	margin: 160px 0 80px;
}
.footer::after{
	content: '';
	background-image: url('../img/bg/raw-app.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -100px;
	right: 0;
	width: 100px;
	height: 185px;
}

/* =================================== */

.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo {
	font-size: 30px;
	line-height: 41px;
	color: #FCC232;
	margin-right: 5px;
	position: relative;
	z-index: 6;
}
.header__logo span{
	color: white;
}

/* =================================== */
.menu__list {
	display: flex;
	align-items: center;
}
.menu__item {
	margin-left: 60px;
}
.menu__item:first-child{
	margin-left: 0;
}
.menu__link {
	font-size: 20px;
	line-height: 120%;
	color: #DFDDDD;
	transition: all 0.3s ease-in-out;
}
.menu__link:hover{
	color: var(--yellow);
}
.header__button {
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.header__btn {
	font-size: 20px;
	line-height: 120%;
	color: #DFDDDD;
	background-color: transparent;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}
.header__btn:hover{
	color: var(--yellow);
}
.header__bag {
	display: flex;
	align-items: center;
	background-color: var(--yellow);
	padding: 6px 7px;
	border-radius: 3px;
	position: relative;
	transition: all 0.3s ease-in-out;
}
.header__bag:hover{
	transform: scale(1.1);
}
.header__bag::after{
	content: '3';
	background-color: #fff;
	position: absolute;
	width: 12px;
	height: 12px;
	top: -5px;
	right: -5px;
	font-weight: 500;
	font-size: 9px;
	color: #25272E;
	text-align: center;
	border-radius: 50%;
}
.header__img {
	max-width: 100%;
}
.header__burger{
	display: none;
}

/* =================================== */
.home__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home__subtext {
	font-weight: 600;
	font-size: 20px;;
	line-height: 75%;
	color: #FCC232;
	margin-bottom: 30px;
}
.home__title {
	font-weight: 700;
	font-size:50px;
	line-height: 116%;
	color: #fff;
	margin-bottom: 30px;
}
.home__text {
	font-size: 20px;
	line-height: 160%;
	color: #A7A9BE;
	margin-bottom: 50px;
}
.home__link {
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: var(--yellow);
	padding: 22px 44px;
	background: #3C3F4A;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
}
.home__link:hover{
	box-shadow: 0px 15px 50px rgba(171, 172, 175, 0.1);
}
.home__image {
	position: relative;
	left: 110px;
	flex: 0 0 50%;
}
.home-eat__img img:nth-child(1){
	position: absolute;
	bottom: -8%;
	left: 25%;
	max-width: 20%;
}
.home-eat__img img:nth-child(2){
	position: absolute;
	bottom: -9%;
	left: 55%;
	max-width: 20%;
}
.home-eat__img img:nth-child(3){
	position: absolute;
	bottom: 9%;
	right: 2%;
	max-width: 20%;
}
.home__img{
	max-width: 100%;
}

/* =================================== */
.service__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}
.service__item {
	margin-bottom: 50px;
	padding: 120px 48px 48px 48px;
	background: #3C3F4A;
	border-radius: 30px;	
	text-align: center;
	position: relative;
}
.service__image{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #FCC232;
	border-radius: 50%;
	width: 148px;
	height: 148px;
}
.service__img1 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 107px;
	height: 115px;

}
.service__img2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 120px;
	height: 110px;

}
.service__img3 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 135px;
	height: 100px;

}
.service-item__title {
	font-weight: 600;
	font-size: 31px;
	line-height: 128%;
	color: #FFFFFE;
}


/* =================================== */
.serving__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serving__image {
	flex: 0 0 50%;
}
.serving__img {
	max-width: 100%;
	position: relative;
}
.serving__items {
	flex: 0 0 50%;
}
.serving__title {
	font-weight: 700;
	font-size: 58px;
	line-height: 117%;
	color: #FFFFFE;
	margin-bottom: 30px;
}
.serving__text {
	font-size: 20px;
	line-height: 160%;
	color: #A7A9BE;
	margin-bottom: 50px;
}
.btn {
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #25272E;
	background: var(--yellow);
	border-radius: 50px;
	padding: 22px 45px;
	transition: all 0.3s ease-in-out;	
	z-index: 2;
	position: relative;
}
.btn:hover{
	box-shadow: 0px 15px 50px #d7990026;
}


/* =================================== */
.food__title {
	font-weight: 700;
	font-size: 58px;
	line-height: 117%;
	color: #FFFFFE;
	margin-bottom: 120px;
}
.food__column {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.food__item {
	position: relative;
	background-color: #3C3F4A;
	border-radius: 30px;
	padding: 30px 20px 50px 20px;
	margin: 0 30px 90px;
	transition: all 0.3s ease-in-out;
}
.food__item:hover{
	background-color: #DFDDDD;
}
.food__item:hover .food__item--like-text{
	color: #3C3F4A;
}
.food__item:hover .food__item--title{
	color: #3C3F4A;
}
.food__item:hover .food__item--text{
	color: #3C3F4A;
}
.food__item--img {
	max-width: 150px;
	max-height: 150px;
	position: absolute;
	top: -50px;
	left: 0px;
}
.food__item--block{
	text-align: center;
}
.food__item--like {
	text-align: right;
	margin-bottom: 50px;
}
.food__item--like-img {
	max-width: 100%;
	margin-bottom: 12px;
}
.food__item--like-text {
	font-size: 16px;
	line-height: 125%;
	color: #FFFFFE;
	transition: all 0.3s ease-in-out;
}
.food__item--title {
	font-weight: 600;
	font-size: 28px;
	line-height: 71%;
	color: #FFFFFE;
	margin-bottom: 30px;
	transition: all 0.3s ease-in-out;
}
.food__item--text {
	flex: 1 1 auto;
	font-size: 18px;
	line-height: 156%;
	color: #FFFFFE;
	transition: all 0.3s ease-in-out;
}
.slick-track{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.slick-list{
	/* overflow: hidden; */
}
.food__row .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.food__row .slick-dots li{
	list-style: none;
	margin: 0 10px;
}
.food__row .slick-dots li.slick-active button{
	background-color: var(--yellow);
	transition: all 0.3s ease-in-out;
}
.food__row .slick-dots li button{
	font-size: 0;
	width: 20px;
	height: 20px;
	background-color: #3C3E49;
	border-radius: 50%;
}



/* =================================== */
.discont__inner {
	background-color: var(--yellow);
	position: relative;
}
.discont__inner::before{
	content: '';
	background-image: url('../img/bg/raw-discont.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 207px;
	height: 255px;
	position: absolute;
	top: 180px;
	left: -120px;
}
.discont__inner::after{
	content: '';
	background-image: url('../img/bg/raw-discont.png');
	background-size: contain;
	background-repeat: no-repeat;
	width: 207px;
	height: 255px;
	position: absolute;
	top: -120px;
	right: -90px;
	transform: rotate(300deg);
}
.discont__item{
	padding: 110px 145px;
	text-align: center;
}
.discont__title {
	font-weight: 700;
	font-size: 58px;
	line-height: 134%;
	color: #25272E;
	margin-bottom: 30px;
}
.discont__title span {
	color: #fff;
}
.discont__text {
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
	text-align: center;
	color: #25272E;
	max-width: 960px;
	margin: 0 auto 75px;
}
.discont__link {
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	color: #FFFFFE;
	background: #25272E;
	box-shadow: 0px 15px 50px #abacaf1a;
	border-radius: 50px;
	padding: 25px 45px;
	margin-right: 30px;
	transition: all 0.3s ease-in-out;
}
.discont__link:hover{
	color: #25272E;
	background: #fff;
}
.discont__link--white {
	color: #25272E;
	background: #FFFFFE;
}
.discont__link--white:hover{
	color: #fff;
	background: #25272E;
}



/* =================================== */
.dishes__title {
	font-weight: 700;
	font-size: 58px;
	line-height: 155%;
	color: #FFFFFE;
	text-align: center;
	margin-bottom: 60px;
}
.dishes__tab {
	justify-content: center;
	display: flex;
	column-gap: 40px;
	margin-bottom: 150px;
	flex-wrap: wrap;
}
.dishes__tab-btn {
	font-weight: 600;
	font-size: 30px;
	line-height: 107%;
	color: #A7A9BE;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	margin-bottom: 20px;
}
.dishes__tab-btn:hover{
	color: var(--yellow);
}
.dishes__tab-btn.active{
	color: var(--yellow);
	text-decoration: underline;
}
.dishes__body {
	display: flex;
	align-items: center;
	justify-content: space-around;
	display: none;
}
.dishes__body.active{
	display: flex;
}
.dishes__item {
	background: #3C3F4A;
	border-radius: 30px;
	margin: 0 20px 160px;
	padding: 20px 20px 20px 20px;
	position: relative;
	border-bottom: 4px solid #3C3F4A;
	transition: all 0.3s ease-in-out;
	width: 400px;
}
.dishes__item:hover{
	transform: translateY(-50px);
	border-bottom: 4px solid var(--orange);
	transition: all 0.3s ease-in-out;
}
.dishes__image {
	text-align: center;
	margin-bottom: 50px;
}
.dishes__img{
	max-width: 100%;
}
.dishes__price{
	position: absolute;
	width: 130px;
	height: 130px;
	background-color: var(--yellow);
	top: -100px;
	left: 20px;
	font-weight: 700;
	font-size: 23px;
	line-height: 43%;
	color: #25272E;
	z-index: 2;
	display: inline-block;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dishes__price2{
	position: absolute;
	width: 130px;
	height: 130px;
	background-color: var(--yellow);
	top: -100px;
	left: 20px;
	font-weight: 700;
	font-size: 15px;
	line-height: 43%;
	color: #25272E;
	z-index: 2;
	display: inline-block;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dishes__price3{
	position: absolute;
	width: 130px;
	height: 130px;
	background-color: var(--yellow);
	top: -100px;
	left: 20px;
	font-weight: 700;
	font-size: 17px;
	line-height: 43%;
	color: #25272E;
	z-index: 2;
	display: inline-block;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dishes__img {
	max-width: 100%;
	margin-top: -100px;
}
.dishes__item--title {
	font-weight: 600;
	font-size: 24px;
	line-height: 124%;
	color: #FFFFFE;
	text-align: center;
	margin-bottom: 30px;
	min-height: 50px;
}
.dishes__block--time {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dishes__block--clock {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.dishes__block--clock-img {
	margin-right: 15px;
}
.dishes--clock--text {
	font-size: 16px;
	line-height: 94%;
	color: #A7A9BE;
}
.dishes__block--people-img {
	max-width: 100%;
}


/* =================================== */
.app__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 100px 35px 0 100px;
	background: #2E2F38;
	position: relative;
}
.app__inner::after{
	content: '';
	background-image: url('../img/bg/raw-serving.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -130px;
	right: -70px;
	width: 200px;
	height: 200px;
}
.app__item {
	flex: 0 0 50%;
}
.app__title {
	font-weight: 700;
	font-size: 55px;
	line-height: 117%;
	color: #FFFFFE;
	margin-bottom: 75px;
	margin-top: 2%;
}
.app__link{
	margin-bottom: 20px;
}
.app__img {
	max-width: 105%;

}


/* =================================== */
.footer__body {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.footer__block {
	max-width: 435px;
	margin-right: 20px;
}
.footer__block1 {
	max-width: 1435px;
	margin-right: 20px;
}
.footer__logo {
	font-size: 30px;
	line-height: 41px;
	color: #FCC232;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	z-index: 6;
}
.footer__logo1 {
	font-size: 30px;
	line-height: 41px;
	color: #FCC232;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
	z-index: 6;
	margin-left: 500px;
}
.footer__logo span{
	color: white;
}
.footer__text {
	font-size: 20px;
	line-height: 160%;
	color: #A7A9BE;
	margin-bottom: 45px;
}
.footer__text1 {
	text-align: center;
	font-size: 20px;
	line-height: 160%;
	color: #A7A9BE;
	margin-bottom: 45px;
}
.footer__social {
	display: flex;
	align-items: center;
}
.social__image {
	margin: 0 10px;
	background-color: #3C3F4A;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}
.social__image:hover{
	background-color: var(--yellow);
}
.social__img {
	max-width: 100%;
}
.footer__menu {
	display: flex;
	align-items:flex-start;
}
.footer__item {
	margin-left: 120px;
}
.footer__item:first-child{
	margin-left: 0;
}
.footer__item--title {
	font-weight: 600;
	font-size: 24px;
	line-height: 162%;
	margin-bottom: 25px;
	color: #FFFFFE;
}
.footer__menu--link,
.footer__menu--item-text {
	font-size: 20px;
	line-height: 200%;
	color: #A7A9BE;
	transition: all 0.3s ease-in-out;
}
.footer__menu--link:hover{
	color: var(--yellow);
}
.footer__item--input{
	display: flex;
	align-items: center;
}
.item--input {
	background: #3C3F4A;
	border-radius: 5px 0 0 5px;
	padding-left: 5px;
	color: #FDF5FF;
	outline: none;
	font-size: 16px;
	padding: 13px;
	margin: 20px 0;
}
.input__btn{
	background-color: var(--yellow);
	padding: 14px;
	border-radius: 0 5px 5px 0;

}
.input__img {
	width: 16px;
	height: 16px;
}
.footer__menu--item-text{
	margin-bottom: 20px;
}