* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
}

h2, p {
  margin: 0;
}

.eatup {
  background-color: #DB3B2D;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.eatup:after {
  content: "";
  position: absolute;
  width: 1042px;
  height: 947px;
  z-index: 5;
  left: -684px;
  top: 492px;
  background: url(../img/oval1.svg) 0 0/cover no-repeat;
}
.eatup:before {
  content: "";
  position: absolute;
  z-index: 6;
  width: 1042px;
  height: 947px;
  top: -510px;
  right: -740px;
  background: url(../img/oval2.svg) 0 0/contain no-repeat;
}
.eatup-container {
  height: 100%;
  margin: auto;
}
.eatup-row {
  padding: 130px 142px;
  position: absolute;
  z-index: 10;
  overflow: auto;
  width: 100%;
}
.eatup-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eatup-title {
  margin-top: 80px;
}
.eatup-title__header h2 {
  font-family: "Jost", sans-serif;
  font-weight: 700;
  font-size: 92px;
  line-height: 133px;
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-animation-name: text;
          animation-name: text;
}
.eatup-title__header h2, .eatup-title__header h2:after {
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.eatup-title__header h2:after {
  content: "";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
  -webkit-animation-name: revealer;
          animation-name: revealer;
}
.eatup-title__text {
  margin-top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eatup-title__text p {
  font-family: "DM Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  width: 1014px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) left no-repeat, rgba(0, 0, 0, 0.4);
  background: -o-linear-gradient(#fff, #fff) left no-repeat, rgba(0, 0, 0, 0.4);
  background: linear-gradient(#fff, #fff) left no-repeat, rgba(0, 0, 0, 0.4);
  background-size: 0% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  -webkit-animation: loading 1.5s forwards linear;
          animation: loading 1.5s forwards linear;
}
.eatup-form {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.eatup-form__inputs {
  border: 1px solid #111223;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 646px;
  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;
}
.eatup-form__inputs .input-form {
  outline: none;
  background: none;
  vertical-align: middle;
  border: none;
  font-size: 28px;
  line-height: 36px;
  padding: 20px 33px;
  font-family: "DM Sans", sans-serif;
  color: #221F20;
  width: 100%;
}
.eatup-form__inputs .input-form::-webkit-input-placeholder {
  font-size: 28px;
  font-family: "DM Sans", sans-serif;
  color: #221F20;
}
.eatup-form__inputs .input-form::-moz-placeholder {
  font-size: 28px;
  font-family: "DM Sans", sans-serif;
  color: #221F20;
}
.eatup-form__inputs .input-form:-ms-input-placeholder {
  font-size: 28px;
  font-family: "DM Sans", sans-serif;
  color: #221F20;
}
.eatup-form__inputs .input-form::-ms-input-placeholder {
  font-size: 28px;
  font-family: "DM Sans", sans-serif;
  color: #221F20;
}
.eatup-form__inputs .input-form::placeholder {
  font-size: 28px;
  font-family: "DM Sans", sans-serif;
  color: #221F20;
}
.eatup-form__inputs .input-button {
  cursor: pointer;
  background-color: #111223;
  outline: none;
  border: none;
  line-height: 36px;
  font-size: 32px;
  padding: 20px 33px;
  font-family: "DM Sans", sans-serif;
  color: #fff;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.eatup-link {
  margin-top: 65px;
  text-align: center;
}
.eatup-link .email {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  /* opacity: 0.9; */
  /* -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; */
  

}
.eatup-link .email a {
  color: #000;
  transition: 0.3s linear;
  -webkit-transition: 0.3s;
}

@media(min-width: 1200px){
  .eatup-form__inputs .input-button:hover{background-color:#000;}
  .eatup-link .email a:hover{color: #fff;}
}


@-webkit-keyframes text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes text {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes loading {
  100% {
    background-size: 100% 100%;
  }
}
@keyframes loading {
  100% {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@media screen and (max-width: 1800px) {
  .eatup-container{
    min-height: 100vh;
  }
  .eatup-row {
    padding: 60px 88px;
  }
  .eatup-logo img{
    width: 200px;
  }
  .eatup-title {
    margin-top: 30px;
  }
  .eatup-title__header h2{
    font-size: 60px;
  }
  .eatup-title__text p{
    font-size: 20px;
  }
  .eatup-form__inputs .input-form,  .eatup-form__inputs .input-button{
    padding: 8px 16px;
    font-size: 20px;
  }
  .eatup-form__inputs .input-form::placeholder{
    font-size: 20px;
  }
  .eatup-link .email{
    font-size: 16px;
  }
}

@media screen and (max-width: 1700px) {
  .eatup{
    min-height: 100vh;
  }
  .eatup-container{
    height: 100%;
  }
}


@media screen and (max-width: 1200px) {
  .eatup{
    min-height: 100vh;
  }
  .eatup-container{
    height: auto;
  }
  .eatup-row {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 88px;
  }
  .eatup-title h2 {
    line-height: 70px;
    font-size: 60px;
  }
  .eatup-title, .eatup-form, .eatup-link {
    margin-top: 30px;
  }
  /* .eatup-link .email a{
    transition-property: none;
    -webkit-transition-property: none;
  } */
}
@media screen and (max-width: 800px) {
  .eatup:after {
    top: 70%;
  }
  .eatup:before {
    top: -700px;
  }
}
@media screen and (max-width: 600px) {  
  .eatup-title {
    margin-top: 40px;
  }
  .eatup-title h2 {
    line-height: 1;
  }
  .eatup-row {
    padding: 30px;
  }
  
  .eatup-form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  .eatup-title__header h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .eatup-title__text p {
      font-size: 16px;
  }
  .eatup-form__inputs .input-form {
    border: 1px solid #111223;
  }
  .eatup-form__inputs .input-button {
    width: 100%;
    margin-top: 30px;
  }
}

.popup-wrapper{position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; left: -100%; transition-delay: .3s; -webkit-transition-delay: .3s;}
.popup-wrapper.active{left: 0; transition-delay: 0s; -webkit-transition-delay: 0s;}
.popup-wrapper .bg-popup-layer{position: absolute; left: 0; top: -100px; right: 0; bottom: -100px; background: rgba(0, 0, 0, 0.7); transition: all .3s ease-out; -webkit-transition: all .3s ease-out; opacity: 0;}
.popup-wrapper.active .bg-popup-layer{opacity: 1;}
.popup-content{position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: auto; -webkit-overflow-scrolling: touch; font-size: 0; text-align: center; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; transform: translateY(100px); -webkit-transform: translateY(100px); opacity: 0; visibility: hidden; padding: 45px 15px;}
.popup-content.active{transform: translateY(0); -webkit-transform: translateY(0); opacity: 1; visibility: visible;}
.popup-content:after{display: inline-block; vertical-align: middle; height: 100%; content: "";}
.popup-container{display: inline-block; vertical-align: middle; width: 100%; position: relative;max-width: 900px;background: #fff;z-index: 1;padding: 80px 100px;}
.popup-container .button-close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;display: inline-block;vertical-align: bottom;cursor: pointer;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.button-close span{height: 20px;width:20px;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.button-close span:before, .button-close span:after{content: "";height: 2px;width: 24px;display: block;position: absolute;top: 9px;left: -2px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background: #23262a;}
.button-close span:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.popup-content .layer-close{position: absolute; left: 0; bottom: 0; right: 0; height: 10000px;}
.popup-align{overflow: hidden;}
.popup-align .title{position: relative;z-index: 1;color: #111223;letter-spacing: 0.5px;font-weight:700;font-size: 34px;line-height: 1.2em;}
.popup-align .simple-text p{font-size: 16px;line-height: 26px;color: #5e5e5e;letter-spacing: 0.5px;font-weight: 300;font-family: 'Roboto', sans-serif;}

.btn-close{position: absolute;top: 0;right: 0;width:50px;height:50px;display: inline-block;cursor: pointer;z-index: 1;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.btn-close span{height: 15px;width: 15px;display: block;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.btn-close span:before, .btn-close span:after{content: "";height: 2px;width:20px;display: block;position: absolute;top: 6px;left: -2px;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);background:#DB3B2D}
.btn-close span:after{-webkit-transform: rotate(45deg);transform: rotate(45deg);}


@media(min-width: 1200px){.popup-container .btn-close:hover{background: #000;}}
@media(max-width: 1500px){.popup-container{max-width: 720px;padding: 80px 35px;} .bombay-form,.bombay-link{margin-top:50px;}}
@media(max-width: 767px){.popup-container{padding: 50px 15px;}.popup-container:after, .popup-container:before{width: 5px;bottom: -5px;right: -5px;}.popup-container:before{height: 5px;width: 100%;}.popup-align .title{font-size:26px;}}

/*02.10.23*/

.logo_brands {
  display: flex;
  justify-content: space-evenly;
  margin: 50px 0 40px;
  flex-wrap: wrap;
  align-items: center;
}
.logo_brands a {
  margin-top: 35px;
}
.logo_brands img {
  max-width: 240px;
  width: 100%;
}

.eatup.style-2 {
  background-color: #fff;
}
.eatup.style-2 .eatup-title__text p {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) left no-repeat, rgba(0, 0, 0, 0.4);
  background: -o-linear-gradient(#000, #000) left no-repeat, rgba(0, 0, 0, 0.4);
  background: linear-gradient(#000, #000) left no-repeat, rgba(0, 0, 0, 0.4);
  background-size: 0% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.eatup.style-2 .eatup-link .email {
  color: #000;
}
.eatup.style-2 .eatup-link .email a {
  color: #DB3B2D;
}

@media (min-width: 1801px) {
  .eatup-logo img {max-width: 540px;width: 100%;}
}


@media (max-width: 576px) {
  .logo_brands {margin: 10px 0 35px;}
  .logo_brands img {max-width: 190px;width: 100%;}
  .logo_brands a {
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .logo_brands {margin: 20px 0 40px;}
  .logo_brands img {max-width: 170px;width: 100%;}
  .eatup.style-2 .eatup-title {margin-top: 10px;}
}
