/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{
	font-family: "Museo Sans Semi Bold";
 	src: url("../fonts/MuseoSansCyrl-500.woff") format("woff");
 	font-weight: 600;
 	font-style: normal;
}

@font-face{
	font-family: "Museo Sans Normal";
 	src: url("../fonts/MuseoSansCyrl-300.woff") format("woff");
 	font-weight: 400;
 	font-style: normal;
}

@font-face{
	font-family: "Museo Sans Light";
 	src: url("../fonts/MuseoSansCyrl-300.woff") format("woff");
 	font-weight: 300;
 	font-style: normal;
}

header{
	margin-bottom: 20px;
}

body{
	margin: 0;
	background-color: #ffffff;
}

footer{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1200px;
	height: 90px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

button{
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	margin: 0
}

p{
	margin: 0;
}

.header{
	height: 100vh;
	max-width: 1200px;
	margin: 0 auto;
}

.flex{
	display: flex;
}

.container-color{
	background-color: #e1e9fb;
}

.menu{
	display: flex;
	align-items: center;
	height: 80px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 10px;
}

.logo-index{
	flex: 1;
}

.menu-list{
	display: flex;
}

.menu-item{
	margin-right: 65px;
	text-decoration: none;
	font-family: Museo Sans Normal;
	font-size: 14px;
	line-height: 17px;
	color: #010032;
}

.menu-item:last-of-type{
	margin-right: 0;
}

.search-item{
    background: none;
    border: none;
    outline: none;
    line-height: 18px;
    font-size: 14px;
    font-family: "Museo Sans Normal";
    color: #010032;
}

.header-content{
	display: flex;
	height: calc(100% - 80px);
}

.header-left{
	width: 50%;
	margin-top: 90px;
	padding-left: 10px;
}

.header-right{
	width: 50%;
	height: 100%;
	background: url(../img/slidebg.jpg);
    background-position: center;
    background-size: cover;
}

.header-title{
	font-family: Museo Sans Normal;
	font-size: 50px;
	color: #010032;
	max-width: 460px;
}

.header-text{
	font-family: Museo Sans Normal;
	font-size: 21px;
	line-height: 26px;
	color: #010032;
	max-width: 460px;
	margin-top: 40px;
}

.header-buttons{
	display: flex;
	margin-top: 40px;
}

.header-login{
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	padding: 1.5% 8%;
	min-width: 80px;
	max-width: 106px;
	border: 2px solid #010032;
	background-color: #ffffff;
	margin-right: 22px;
	cursor: pointer;
}

.header-login span{
	font-family: Museo Sans Normal;
	font-size: 18px;
	line-height: 22px;
	color: #010032;
}

.header-register{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	padding: 1.5% 4%;
	min-width: 155px;
	max-width: 212px;
	background-color: #010032;
	cursor: pointer;
}

.header-register span{
	font-family: Museo Sans Normal;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}

.main-index{
	display: flex;
	align-items: center;
	flex-direction: column;
}

.dishes{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1200px;
	background-color: #e1e9fb;
}

.main-title{
	display: flex;
	justify-content: center;
}

.main-title-item{
	font-family: Museo Sans Normal;
	font-size: 36px;
	color: #010032;
	margin-top: 52px;
	margin-bottom: 36px;
}

.index-dishes-items{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 84%;
}

.index-dish{
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 25%;
	max-width: 33%;
	margin-bottom: 20px;
}

.index-dish a{
	padding: 4%;
	text-decoration: none;
}

.index-dish a:hover{
	background-color: #ffffff;
}

.index-dish img{
	width: 100%;
}

.index-dish h3{
	font-family: Museo Sans Normal;
	font-size: 21px;
	color: #010032;
	margin: 14px 0 16px 0;
}

.advices{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1200px;
	margin-bottom: 100px;
	margin: 0 20px;
}

.index-advices{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.advice{
	padding: 16px;
	margin-bottom: 54px;
	cursor: pointer;
	position: relative;
}

.advice:hover{
	background-color: #e1e9fb;
}

.index-advice{
	width: 28%;
}

.advice-img{
	width: 100%;
}

.strawberry{
	position: absolute;
	top: 60px;
    left: -75px;
	z-index: -1;
}

.tomato{
	position: absolute;
	top: -50px;
	z-index: -1;
}

.pea{
	position: absolute;
	bottom: -100px;
    right: -65px;
	z-index: -1;
}

.advice-category{
	padding: 3% 5%;
	position: absolute;
	top: 25px;
	left: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	text-align: center;
}

.advice-category span{
	font-family: Museo Sans Light;
	font-size: 14px;
	color: #010032;
}

.advice-category span:hover{
	color: #de3129;
}

.index-advice-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-advice-top h3{
	font-family: Museo Sans Normal;
	font-size: 21px;
	line-height: 26px;
	color: #010032;
	margin-top: 20px;
	max-width: 80%;
}

.user-raitings{
	margin-top: 20px;
}

.amount-likes{
	font-family: Museo Sans Normal;
	font-size: 14px;
	line-height: 17px;
	color: #9c9c9c;
}

#amount-likes{
	position: relative;
	top: 5px;
}

.amount-comments{
	font-family: Museo Sans Normal;
	font-size: 14px;
	line-height: 17px;
	color: #9c9c9c;
	margin-left: 15px;
}

.index-advice-bottom{
	display: flex;
	justify-content: space-between;
}

#like{
	margin-top: 20px;
}

#like:hover{
	fill: #e13229;
}

.cooking-time{
	font-family: Museo Sans Normal;
	font-size: 14px;
	line-height: 17px;
	color: #9c9c9c;
	margin-top: 23px;
}

.more-recipes{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.5px solid #15134B;
	padding: 7px 13px;
	text-decoration: none;
}

.more-recipes span{
	font-family: Museo Sans Normal;
	font-size: 18px;
	line-height: 22px;
	color: #010032;
}

.top{
	align-self: flex-end;
	margin-top: 36px;
}

.footer-mail{
	text-decoration: none;
	font-family: Museo Sans Normal;
	font-size: 14px;
	line-height: 17px;
	color: #010032;
}

.recipe-information{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	margin-bottom: 88px;
}

.recipe-title{
	font-family: Museo Sans Normal;
	font-size: 51px;
	color: #010032;
	margin-bottom: 15px;
}

.category-time{
	display: flex;
	margin-bottom: 48px;
}

.recipe-category{
	font-family: Museo Sans Light;
	font-size: 22px;
	line-height: 26px;
	color: #010032;
	margin-right: 70px;
}

.recipe-time{
	font-family: Museo Sans Light;
	font-size: 22px;
	line-height: 26px;
	color: #010032;
}

.recipe-author{
	font-family: Museo Sans Light;
	font-size: 22px;
	line-height: 26px;
	color: #010032;
	margin-bottom: 96px;
}

.recipe-author span{
	font-family: Museo Sans Normal;
	font-size: 22px;
	line-height: 26px;
	color: #010032;
}

.ingredients-image{
	display: flex;
	justify-content: space-between;
	width: 100%;
    max-width: 1200px;
}

.image-recipe{
	margin-right: 2%;
}

.image-recipe img{
	width: 100%;
}

.recipe-ingredients{
	display: flex;
	flex-direction: column;
	width: 30%;
}

.ingredients-title{
	font-family: Museo Sans Normal;
	font-size: 36px;
	color: #010032;
	margin-bottom: 30px;
}

.ingredients-list{
	padding: 0;
	margin: 0;
}

.ingredients-item{
	align-items: baseline;
    display: flex;
   	margin-bottom: 16px;
	font-family: Museo Sans Normal;
	font-size: 22px;
	line-height: 26px;
	color: #010032;
}

.ingredients-item:before{
	content: "";
	border-bottom: 2px dotted #010032;
	flex-grow: 1;
	order: 2;
	margin: 0 15px 0 15px;
}

.ingredients-item span{
	order: 3;
	font-family: Museo Sans Normal;
	font-size: 22px;
	line-height: 26px;
	color: #010032;
}

.recipe-steps{
	display: flex;
	flex-direction: column;
	max-width: 1200px;
	margin: 0 auto;
}

.recipe-step{
	display: flex;
	width: 100%;
	padding: 18px;
	background-color: #e1e9fb;
	margin-bottom: 25px;
}

.recipe-step:last-child{
	margin-bottom: 92px;
}

.number-step{
	font-family: Museo Sans Semi Bold;
	font-size: 36px;
	color: #C4C4C4;
}

.image-and-step{
	display: flex;
	align-items: center;
}

.image-step{
	width: 100%;
	max-width: 350px;
	max-height: 275px;
	margin-right: 4%;
}

.description-step{
	font-family: Museo Sans Normal;
	font-size: 22px;
	color: #010032;
}

.comments-and-interesting{
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
}

.comments{
	display: flex;
	flex-direction: column;
	width: 55%;
	margin-right: 15%;
}

.interesting{
	display: flex;
	flex-direction: column;
	width: 30%;
}

.interesting-title{
	font-family: Museo Sans Normal;
	font-size: 25px;
	color: #010032;
	margin-bottom: 30px;
}

.recept-advice{
	width: 100%;
}

.number-of-comments{
	display: flex;
	margin-bottom: 50px;
}

.number-of-comments-item{
	font-family: Museo Sans Normal;
	font-size: 22px;
	color: #010032;
	margin-right: 60px;
}

.show-all-comments{
	outline: none;
	border: none;
	background: none;
	cursor: pointer;
	font-family: Museo Sans Light;
	font-size: 22px;
	color: #010032;
}

.comments-block{
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}

.comments-block:last-child{
	margin-bottom: 80px;
}

.commentator{
	display: flex;
	align-items: center;
}

.commentator-image{
	width: 100%;
	max-width: 65px;
	max-height: 65px;
	margin-right: 15px;
}

.commentator-name-and-time{
	display: flex;
	flex-direction: column;
}

.commentator-name{
	font-family: Museo Sans Light;
	font-size: 18px;
	line-height: 22px;
	color: #010032;
	margin-bottom: 10px;
}

.comment-date{
	font-family: Museo Sans Light;
	font-size: 14px;
	line-height: 18px;
	color: #bbbbbb;
}

.comment-time{
	font-family: Museo Sans Light;
	font-size: 14px;
	line-height: 18px;
	color: #bbbbbb;
	margin-left: 15px;
}

.comment-block{
	padding: 28px 0 0 5px;
}

.comment{
	font-family: Museo Sans Light;
	font-size: 18px;
	line-height: 22px;
	color: #010032;
}

.leave-comment{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.text-of-comment{
	width: 100%;
	height: 150px;
	margin-left: 5px;
	margin-bottom: 15px;
	border: 1.5px solid #bbbbbb;
	font-family: Museo Sans Light;
	font-size: 18px;
	line-height: 22px;
	color: #bbbbbb;
	padding: 15px;
}

.comment-send{
	outline: none;
	background: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 145px;
	height: 42px;
	border: 1.5px solid #15134B;
}

.comment-send span{
	font-family: Museo Sans Normal;
	font-size: 18px;
	line-height: 22px;
	color: #15134b;
}

.main-personal{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
}

.personal-area{
	font-family: Museo Sans Normal;
	font-size: 70px;
	color: #010032;
	margin-bottom: 100px;
}

.personal-user{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 1060px;
	margin: 0 auto;
}

.user-photo{
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 50px;
	color: #010032;
	margin-bottom: 50px;
}

.add-user-photo{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 266px;
	height: 210px;
	border: 2px solid #c4c4c4;
	margin-bottom: 110px;
}

.input-add-photo{
	opacity: 0;
	visibility: hidden;
	height: 1px;
	width: 1px;
}

.add-photo{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: url(../img/plus.svg) no-repeat;
	height: 74px;
	width: 74px;
}

.add-photo:hover{
	transform: rotate(180deg);
	transition: all 0.2s ease;
}

.edit-user{
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 50px;
	color: #010032;	
	margin-bottom: 70px;
}

.info-user{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.input-user{
	width: 47.6%;
	max-width: 505px;
	height: 65px;
	border: 1.5px solid #c4c4c4;
	margin-bottom: 52px;
	padding-left: 25px;
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 30px;
	color: #010032;
	box-sizing: border-box;
}

.input-user::placeholder{
	color: #010032;	
}

.input-instagram{
	margin-right: 68px;
}

.save-user{
	width: 100%;
	max-width: 1060px;
	display: flex;
	justify-content: center;
}

.user-button{
	height: 65px;
	padding: 15px 28px;
	border: 2px solid #15134b;
	background-color: transparent;
}

.user-button span{
	font-family: Museo Sans Normal;
	font-size: 30px;
	color: #15134b;
}

.user-button-save{
	margin-bottom: 64px;
}

.instagram-user{
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 50px;
	color: #010032;	
	margin-bottom: 70px;	
}

.instagram-add{
	display: flex;
	width: 100%;
}

.popup-invisible{
	display: none;
}

.popup-show{
	position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
	background: rgba(0, 0, 0, 0.5)
}

.popup{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 30px 57px 66px 75px;
	max-width: 746px;
    background-color: #ffffff;
}

.popup-first{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 25px;
}

.popup-title{
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 50px;
	color: #010032;
}

.popup-text{
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 25px;
	color: #010032;
	margin-bottom: 25px;
}

.popup-message{
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 16px;
	color: #010032;
	margin-bottom: 25px;
}

.popup-inputs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 702px;
	width: 100%;
}

.input-popup{
	width: 47.8%;
    max-width: 336px;
    height: 43px;
	font-size: 20px;
	margin-bottom: 40px;
}

.popup-button-block{
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 720px;
}

.popup-button{
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	outline: none;
	height: 38px;
	width: 212px;
	background-color: #010032;
	cursor: pointer;
}

.popup-button span{
	font-family: Museo Sans Normal;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}

.popup-close{
	align-self: center;
    cursor: pointer;
    border: none;
    background-color: transparent;
    background: url(../img/icon-close.svg) no-repeat;
    width: 30.5px;
    height: 30.5px;
}

.header-category{
	background: url(../img/pizza-header.jpg) no-repeat;
	width: 100%;
	height: 322px;
}

.sorting{
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-bottom: 85px;
}

.sorting p{
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 16px;
	color: #010032;
	margin-right: 20px;
}

.sorting-button{
	border: none;
	outline: none;
	background-color: transparent;
	font-family: Museo Sans Light;
	font-weight: 300;
	font-size: 16px;
	color: #bbbbbb;
	margin-right: 17px;
}

.sorting-button-active{
	border: none;
	outline: none;
	background-color: transparent;
	font-family: Museo Sans Semi Bold;
	font-size: 16px;
	color: #010032;
	margin-right: 17px;
}

.title-category{
	font-size: 42px;
}

.next-recipes{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.5px solid #15134B;
	padding: 7px 13px;
	text-decoration: none;
}

.next-recipes span{
	font-family: Museo Sans Normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #010032;
	margin-right: 15px;
}

@media only screen and (max-width: 768px){

	.header{
		height: auto;
		margin-bottom: 60px;
	}

	.header-left{
		margin-top: 0;
	}

	.menu{
		display: flex;
		flex-direction: column;
		height: auto;
		padding-top: 10px;
	}

	.logo-index{
		align-self: flex-start;
		margin-bottom: 25px;
	}

	.menu-list{
			display: flex;
			flex-direction: column;
	}

	.menu-list form input{
		text-align: center;
		margin-bottom: 25px;
	}

	.menu-list a{
		margin: 0;
		text-align: center;
		margin-bottom: 25px;
	}

	.header-content{
		padding: 0 10px;
	}

	.header-left{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 100%;
		padding: 0;
	}

	.header-right{
		display: none;
	}

	.header-title{
		text-align: center;
		font-size: 22px;
	}

	.header-text{
		text-align: center;
		font-size: 14px;	
	}

	.header-register span{
		font-size: 14px;
	}

	.header-login span{
		font-size: 14px;
	}

	.index-dishes-items{
		width: 95%;
	}

	.main-title-item{
		text-align: center;
	}

	.index-advice{
		width: 42%;
	}

	.advice-category span{
		font-size: 11px;
	}

	.index-advice-top h3{
		font-size: 17px;
		line-height: 21px;
	}
}

@media only screen and (max-width: 480px){
	.main-title-item{
		font-size: 15px;
	}

	.advice{
		padding: 9px;
	}

	.advice-category{
		top: 15px;
		left: 15px;
	}

	.index-advices{
		flex-direction: column;
		align-items: center;
		flex-wrap: nowrap;
	}

	.index-advice{
		width: 70%;
	}

	.index-dish h3{
		font-size: 11px;
		margin: 0;
	}

	.advice-category span{
		font-size: 9px;
	}

	.index-advice-top h3{
		font-size: 13px;
		line-height: 16px;
		margin-top: 10px;
	}

	#like{
		margin-top: 10px;
	}
}