body {
  font-family: 'Inter', sans-serif;
}

.wrapper-top {
  background-image: url(../img/top-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper-bottom {
  background-color: #333333;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.header {
  position: relative;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

nav {
  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;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item {
  margin-left: 50px;
}

.nav-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.nav-link:hover {
  border-bottom: 1px solid #333333;
}

.nav-search {
  padding: 0 10px;
  border-radius: 5px;
  height: 30px;
  background-color: #D0FFD2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-search input {
  width: 120px;
  font-style: italic;
}

.nav-search * {
  border: none;
  background-color: #D0FFD2;
  outline: none;
}

.nav-search .search-btn {
  background-image: url(../img/Search.svg);
  display: block;
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-profile .nav-btn {
  background: transparent;
  background-image: url(../img/Profile.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 100%;
  width: 24px;
  height: 24px;
}

.logo {
  font-family: 'Playball', cursive;
}

.logo span {
  color: #18BD4F;
}

.header_one {
  width: 690px;
  margin-top: 175px;
}

.header_one .t1 {
  color: #FFB12B;
  font-weight: 400;
  font-size: 24px;
}

.header_one .t2 {
  color: #333333;
  font-weight: 600;
  font-size: 64px;
  margin: 10px 0 30px;
}

.header_one .t3 {
  color: #333333;
  font-weight: 400;
  font-size: 18px;
  width: 535px;
}

.header_one .btn {
  width: 150px;
  height: 40px;
  background-color: #18BD4F;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 235px;
  font-size: 18px;
  font-weight: 500;
}

.header_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: absolute;
  bottom: -110px;
}

.header_two .header-item {
  width: 370px;
  height: 220px;
  background-color: #F7FDF9;
  -webkit-box-shadow: 10px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 10px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 30px;
  background-repeat: no-repeat;
  background-position-y: center;
}

.header_two .header-item-1 {
  background-image: url(../img/egg.png);
  background-position-x: 105%;
}

.header_two .header-item-2 {
  background-color: #FFFBF4;
  margin: 0 45px;
  background-image: url(../img/purefood.png);
  background-position-x: 125%;
}

.header_two .header-item-3 {
  background-color: #F4F5FA;
  background-image: url(../img/purefruits.png);
  background-position-x: 110%;
}

.header_two .header-item .item-text {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.header_two .header-item .item-text span {
  color: #18BD4F;
}

.header_two .header-item .item-btn {
  width: 106px;
  height: 30px;
  border-radius: 5px;
  margin-top: 32px;
  font-size: 12px;
  font-weight: 500;
}

.header_two .header-item .item-btn-1 {
  background-color: #2F4858;
  color: #FFFFFF;
}

.header_two .header-item .item-btn-2 {
  background-color: #FFB12B;
  color: #333333;
}

.header_two .header-item .item-btn-3 {
  background-color: #18BD4F;
  color: #FFFFFF;
}

main {
  margin-top: 270px;
  margin-bottom: 400px;
}

.menu-title {
  text-align: center;
  font-size: 43px;
  font-weight: 600;
  margin-bottom: 53px;
}

.menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.menu-item {
  margin-bottom: 63px;
  width: 265px;
  height: 365px;
  background-color: #F4F5FA;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px 30px 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.menu-item .item-img {
  position: absolute;
  top: 5px;
  left: 15px;
}

.menu-item .item-row-1 {
  line-height: 36px;
  padding-top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-item .item-row-1 .item-name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.menu-item .item-row-1 .item-price {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
}

.menu-item .item-row-1 .item-price small {
  font-weight: 400;
  font-size: 14px;
}

.menu-item .item-row-2 {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 0;
}

.menu-item .item-btn {
  width: 120px;
  height: 30px;
  background-color: #18BD4F;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 33px;
  font-size: 14px;
  font-weight: 500;
}

.menu-item .item-favBtn {
  width: 24px;
  height: 24px;
  background-image: url(../img/Heart.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 15px;
}

.block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-top: 160px;
  margin-bottom: 100px;
}

.block-img {
  border-radius: 25px;
}

.block-inner {
  margin-top: 140px;
  margin-left: 120px;
}

.block-inner-header {
  font-size: 48px;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 40px;
}

.block-inner-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  margin-bottom: 42px;
}

.block-inner-list {
  list-style-type: none;
  padding-left: 0;
}

.block-inner-list li {
  background-image: url(../img/Group1296.svg);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 50px;
  margin-bottom: 15px;
  height: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.block-btn {
  width: 150px;
  height: 40px;
  background-color: #18BD4F;
  color: #FFFFFF;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.blockTwo .block-inner {
  margin-left: 0px;
  margin-right: 120px;
}

.blockThree blockquote {
  font-size: 26px;
  font-weight: 400;
  font-style: italic;
  color: #666666;
  margin-left: 0;
  line-height: 45px;
}

.blockThree .block-inner {
  margin-top: 115px;
}

.blockThree .block-inner-header {
  color: #18BD4F;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 40px;
  margin-bottom: 5px;
}

.blockThree .block-inner-text {
  margin-top: 0;
  line-height: 20px;
}

.signIn-block {
  position: absolute;
  top: -250px;
  left: 100px;
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  background-image: url(../img/bottom-bg.png);
  border-radius: 35px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 220px 0;
}

.signIn-block-header {
  color: #FFFFFF;
  font-size: 42px;
  font-weight: 600;
  line-height: 53px;
}

.signIn-block-form {
  width: 500px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 31px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 5px 5px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.signIn-block-form * {
  outline: none;
  border: none;
}

.signIn-block-form input {
  font-size: 12px;
  font-weight: 400;
}

.signIn-block-btn {
  width: 100px;
  height: 40px;
  background-color: #18BD4F;
  border-radius: 26px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}

footer {
  position: relative;
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 230px;
  padding-right: 200px;
  margin-bottom: 60px;
}

.footer-main-left .footer-logo {
  font-size: 38px;
  font-weight: 400;
  font-family: Playball;
  color: #FFFFFF;
  line-height: 48px;
  margin-bottom: 10px;
}

.footer-main-left .footer-text {
  width: 292px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 26px;
}

.footer-main-left .footer-form {
  width: 320px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 11px 16px 16px;
}

.footer-main-left .footer-form * {
  outline: none;
  border: none;
  background-color: transparent;
}

.footer-main-left .footer-form input {
  width: 250px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}

.footer-main-left .footer-form button {
  width: 24px;
  height: 24px;
  background-image: url(../img/ArrowRight.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.footer-main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-main-right-ul {
  margin-left: 50px;
  list-style-type: none;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
}

.footer-main-right-ul .ul-title {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.footer-main-right-ul li {
  margin-bottom: 10px;
}

.footer-main-right-ul li a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
}

.footer-social {
  border-top: 0.5px solid rgba(255, 255, 255, 0.6);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-social-link {
  width: 28px;
  height: 28px;
  display: block;
  text-decoration: none;
  margin: 20px 30px 58px 30px;
}

.footer-social .facebook {
  background-image: url(../img/facebook.svg);
}

.footer-social .instagram {
  background-image: url(../img/instagram.svg);
}

.footer-social .twitter {
  background-image: url(../img/twitter.svg);
}
/*# sourceMappingURL=style.css.map */