* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: Brother-1816;
  src: url(Brother-1816-Printed-Regular.woff2);
}
@font-face {
  font-family: Brother-1816-bold;
  src: url(Brother-1816-Printed-Bold.woff2);
}
body {
  overflow-x: hidden;
  background: #F1FAFA;
  font-family: Brother-1816, sans-serif;
  color: black;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

b {
  font-weight: 900;
}

img {
  display: block;
}

.button {
  display: flex;
  padding: 8px 35px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  background: #43302E;
  color: #FFF1B5;
  text-align: center;
  font-family: "Brother-1816-bold", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  font-size: 18px;
  padding: 14px 38px;
  gap: 12px;
}
.button.blue {
  background: #C1DBE8;
  color: #43302E;
}
.button.yellow {
  background: #FFF1B5;
  color: #43302E;
}
.button.bordo {
  background: #4B1328;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.roll {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  max-width: 1920px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #FFF1B5;
  border: none;
  max-width: 100%;
}
.roll .track {
  display: flex;
  width: max-content;
  gap: 50px;
  padding: 32px 0;
  animation: scroll-left 40s linear infinite;
}
.roll span {
  white-space: nowrap;
  color: #FFF;
  font-family: "Brother-1816-bold", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  font-size: 14px;
  color: var(--Color-3, #432F2E);
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.heronew {
  position: relative;
  width: 100%;
  height: 798px;
  background-color: #9CB0D1;
}
.heronew .mobile {
  display: none;
}
.heronew .bg {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 1920px;
}
.heronew .container {
  margin: auto;
  width: 100%;
  max-width: 1920px;
  padding: 50px;
  height: auto;
  position: relative;
}
.heronew .container .content {
  max-width: 100%;
  pointer-events: none;
}

@media (min-width: 1500px) {
  .heronew {
    height: 920px;
  }
}
@media (max-width: 750px) {
  .heronew {
    height: auto;
    height: 1150px;
  }
  .heronew .mobile {
    display: block;
  }
  .heronew .desktop {
    display: none;
  }
  .heronew .bg {
    left: 51.5%;
    width: 103%;
    position: absolute;
    max-width: 450px;
  }
  .heronew .container {
    padding: 0px;
  }
  .heronew .container .content {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
@media (max-width: 350px) {
  .heronew {
    height: 1000px;
  }
}
.hero {
  position: relative;
  background: #FFF1B5;
}
.hero .bg {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  margin-top: -350px;
}
.hero .bg.mobile {
  display: none;
}
.hero .top {
  display: flex;
  padding: 50px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  top: 320px;
  max-width: 1620px;
  margin-left: auto;
  margin-right: auto;
}
.hero .top .logo {
  width: 122px;
  flex-shrink: 0;
}
.hero .top p {
  color: #2F2F2F;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  width: 800px;
  max-width: 90%;
}
.hero .top p.info {
  margin-top: 24px;
}
.hero .top div.info {
  margin-top: 24px;
  width: 1000px;
  max-width: 90%;
  text-align: center;
  margin-top: 0px;
}
.hero .top div.info h1, .hero .top div.info p {
  display: inline;
  color: #2F2F2F;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
}
.hero .top .buttons {
  display: flex;
  gap: 24px;
}
.hero .fb {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
}
.hero .fb img {
  width: 36px;
  height: 36px;
}

.menu {
  background: #C1DBE8;
  background-color: #FFF1B5;
  padding-top: 0px;
  padding-bottom: 30px;
}
.menu .container {
  width: calc(100% - 100px);
  margin: auto;
  margin-bottom: 24px;
}
.menu .container h2 {
  color: #493026;
  font-size: 40px;
  font-family: "Brother-1816-bold";
}
.menu .content {
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -50px;
}
.menu .content .blocks {
  position: relative;
}
.menu .content .blocks .embla__container {
  display: flex;
}
.menu .content .blocks .embla__arrow {
  position: absolute;
  top: 50%;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  cursor: pointer;
  background: #F1FAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .content .blocks .embla__arrow svg {
  width: 12px;
}
.menu .content .blocks .embla__arrow.embla__arrow--prev {
  left: 12px;
}
.menu .content .blocks .embla__arrow.embla__arrow--prev svg {
  rotate: 180deg;
  margin-left: -3px;
}
.menu .content .blocks .embla__arrow.embla__arrow--next {
  right: 12px;
}
.menu .content .blocks .embla__arrow.embla__arrow--next svg {
  margin-right: -3px;
}
.menu .content .blocks .block {
  border-radius: 32px;
  display: flex;
  width: 629px;
  flex-shrink: 0;
  margin-right: 24px;
  padding: 32px 32px 50px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}
.menu .content .blocks .block .head-flex {
  display: flex;
  flex-direction: column;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 8px;
}
.menu .content .blocks .block .head-flex span {
  height: 25px;
  padding: 0 9px;
  flex-shrink: 0;
  border-radius: 50px;
  color: #FFF;
  background: #4B1328;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: fit-content;
}
.menu .content .blocks .block .button {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 14px;
  gap: 8px;
  padding: 8px 35px;
}
.menu .content .blocks .block h3 {
  font-family: "Brother-1816-bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-size: 40px;
  line-height: 120%;
}
.menu .content .blocks .block .dishes {
  width: 100%;
  margin: auto;
}
.menu .content .blocks .block .dishes .row {
  padding: 14px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  width: 100%;
}
.menu .content .blocks .block .dishes .row .left {
  display: flex;
  flex: 1;
  gap: 32px;
}
.menu .content .blocks .block .dishes .row .name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.menu .content .blocks .block .dishes .row .name span {
  height: 25px;
  padding: 0 9px;
  flex-shrink: 0;
  border-radius: 50px;
}
.menu .content .blocks .block .dishes .row .size {
  width: 65px;
  margin-left: auto;
  flex-shrink: 0;
  white-space: nowrap;
  width: auto;
}
.menu .content .blocks .block .dishes .row .price {
  font-family: "Brother-1816-bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  flex-shrink: 0;
  width: 83px;
  white-space: nowrap;
  display: none;
}
.menu .content .blocks .block:nth-child(3n+1) {
  background: var(--Color-2, #BED0E6);
}
.menu .content .blocks .block:nth-child(3n+1) h3 {
  color: #4B1328;
}
.menu .content .blocks .block:nth-child(3n+1) .row {
  color: #000;
}
.menu .content .blocks .block:nth-child(3n+1) .row .name span {
  background: #4B1328;
  color: #FFFFFF;
}
.menu .content .blocks .block:nth-child(3n+1) .row .price {
  color: #4B1328;
}
.menu .content .blocks .block:nth-child(3n+2), .menu .content .blocks .block:nth-child(3n+4) {
  background-color: #43302E;
}
.menu .content .blocks .block:nth-child(3n+2) .head-flex span, .menu .content .blocks .block:nth-child(3n+4) .head-flex span {
  background: var(--Color-4, #FFF5C8);
  color: #000;
}
.menu .content .blocks .block:nth-child(3n+2) h3, .menu .content .blocks .block:nth-child(3n+4) h3 {
  color: #FFF1B5;
}
.menu .content .blocks .block:nth-child(3n+2) .row, .menu .content .blocks .block:nth-child(3n+4) .row {
  color: #FFF;
}
.menu .content .blocks .block:nth-child(3n+2) .row .name span, .menu .content .blocks .block:nth-child(3n+4) .row .name span {
  background: #FFF1B5;
  color: #000000;
}
.menu .content .blocks .block:nth-child(3n+2) .row .price, .menu .content .blocks .block:nth-child(3n+4) .row .price {
  color: #FFF1B5;
}
.menu .content .blocks .block:nth-child(3n+3) {
  background-color: #4B1328;
}
.menu .content .blocks .block:nth-child(3n+3) .head-flex span {
  background: var(--Color-4, #FFF5C8);
  color: #000;
}
.menu .content .blocks .block:nth-child(3n+3) h3 {
  color: #FFF1B5;
}
.menu .content .blocks .block:nth-child(3n+3) .row {
  color: #FFF;
}
.menu .content .blocks .block:nth-child(3n+3) .row .price {
  color: #FFF1B5;
}
.menu .content .blocks .embla__dots {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 24px;
}
.menu .content .blocks .embla__dot {
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.4);
  transition: width 0.1s;
  border: none;
  background: rgba(67, 47, 46, 0.4);
}
.menu .content .blocks .embla__dot.is-active {
  background: #FFF1B5;
  width: 82px;
  background: var(--Color-3, #432F2E);
}

.how {
  background: #C1DBE8;
  padding-top: 70px;
  padding-bottom: 60px;
}
.how .container {
  width: calc(100% - 100px);
  margin: auto;
  margin-bottom: 24px;
}
.how .container h2 {
  color: #493026;
  font-size: 40px;
  font-family: "Brother-1816-bold";
}
.how .container p {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
  padding-right: 80px;
  font-size: 18px;
  line-height: 140%;
}
.how .container .button {
  animation-duration: 3s;
  animation-name: pulse;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.12);
  }
  80% {
    transform: scale(1);
  }
}
.how .container .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.how .container .content p {
  font-size: 26px;
  margin-top: 0px;
  font-family: "Brother-1816-bold";
}

.why {
  background: #493026;
  padding-top: 60px;
  padding-bottom: 60px;
}
.why .container {
  width: calc(100% - 100px);
  margin: auto;
  margin-bottom: 24px;
}
.why .container h2 {
  color: #f6f6f6;
  font-size: 32px;
  font-family: "Brother-1816-bold";
}
.why .container p {
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
  padding-right: 80px;
  font-size: 18px;
  line-height: 140%;
}
.why .container .content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.why .container .content p {
  margin-top: 0px;
  margin-right: 50px;
  font-family: "Brother-1816-bold";
}

.about {
  background: #C1DBE8;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}
.about .container {
  width: calc(100% - 100px);
  margin: auto;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
}
.about .container .box {
  width: calc(50% - 16px);
  padding-right: 40px;
}
.about .container h2 {
  color: #493026;
  font-size: 32px;
  font-family: "Brother-1816-bold";
}
.about .container p {
  color: #2F2F2F;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 24px;
  font-size: 18px;
  line-height: 140%;
}
.about .container a {
  color: #2F2F2F;
  font-size: 20px;
  line-height: 28px;
  font-family: "Brother-1816-bold";
  text-decoration: none;
  margin-top: 12px;
  display: block;
  font-size: 18px;
  line-height: 140%;
}

footer {
  background: #C1DBE8;
  padding-top: 12px;
  padding-bottom: 24px;
}
footer .container {
  width: calc(100% - 100px);
  margin: auto;
}
footer .container p {
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  padding-left: 24px;
}

.how .container, .why .container, .about .container, .payment .container, footer .container {
  max-width: 1820px;
}

.button.mobile {
  display: none;
}

.payment {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.payment .soon {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  height: 90px;
}
.payment .container {
  width: calc(100% - 100px);
  margin: auto;
  margin-bottom: 24px;
}
.payment .container h2 {
  color: #493026;
  font-size: 32px;
  font-family: "Brother-1816-bold";
  margin-bottom: 24px;
}
.payment .container img {
  max-width: 100%;
}
.payment .container img.mobile {
  display: none;
}

@media (min-width: 1921px) {
  .hero .top {
    scale: 1.2;
  }
  footer .content {
    scale: 1.2;
  }
  .about {
    padding-right: 0px;
  }
  footer .container p {
    padding-left: 0px;
  }
}
@media (min-width: 1800px) {
  .hero .bg {
    margin-top: -580px;
  }
  .hero .top {
    top: 580px;
  }
}
@media (max-width: 1920px) {
  .blocks {
    padding-left: 50px;
  }
  .hero .fb {
    top: 56px;
  }
}
@media (max-width: 1380px) {
  .hero .bg {
    margin-top: -220px;
  }
  .hero .top {
    top: 220px;
  }
}
@media (max-width: 1200px) {
  .hero .top {
    padding-top: 24px;
    gap: 18px;
  }
  .hero .top .logo {
    width: 90px;
  }
  .hero .top p {
    font-size: 18px;
    line-height: 25px;
  }
  .blocks {
    padding-left: 50px;
  }
  footer .content {
    gap: 18px;
  }
  footer .content p {
    font-size: 18px;
    line-height: 25px;
  }
  .hero .fb {
    top: 24px;
  }
}
@media (max-width: 1100px) {
  .hero .bg {
    margin-top: -160px;
  }
  .hero .top {
    top: 160px;
  }
}
@media (max-width: 1000px) {
  .hero .bg {
    margin-top: -80px;
  }
  .hero .top {
    top: 80px;
  }
}
@media (max-width: 880px) {
  .hero .bg {
    margin-top: 0px;
  }
  .hero .top {
    top: 0px;
  }
}
@media (max-width: 750px) {
  .menu .content .blocks .block .head-flex {
    flex-direction: column;
  }
  .menu .content .blocks .block .dishes .row .price {
    display: none;
  }
  .hero .top {
    scale: 0.8;
    padding-top: 0px;
    top: -10px;
  }
  .menu .content .blocks {
    padding: 0 24px;
  }
  .menu .content .blocks .embla__arrow {
    display: none;
  }
  .menu .content .blocks .embla__container {
    flex-direction: column;
    gap: 24px;
  }
  .menu .content .blocks .block {
    width: 100%;
  }
  .menu .container {
    width: calc(100% - 48px);
  }
  .menu .container h2 {
    font-size: 22px;
  }
  .how, .why, .about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .how {
    padding-top: 60px;
  }
  .how .container, .why .container, .about .container {
    width: calc(100% - 48px);
  }
  .how .container h2, .why .container h2, .about .container h2 {
    font-size: 22px;
  }
  .how .container p, .why .container p, .about .container p {
    padding-right: 0px;
    font-size: 15px;
    line-height: 140%;
    margin-top: 16px;
  }
  .how .container .content, .why .container .content, .about .container .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
  }
  .how .container .content p, .why .container .content p, .about .container .content p {
    margin-right: 0px;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .about {
    padding-right: 0px;
  }
  .about .container {
    flex-direction: column;
  }
  .about .container .box {
    width: 100%;
    padding: 0px;
  }
  footer {
    padding-top: 0px;
  }
  footer .container {
    padding-left: 0px;
    margin-left: 24px;
  }
  footer .container p {
    text-align: left;
    padding-left: 0px;
    font-size: 12px;
    margin-left: 0px;
  }
  .menu .content .blocks .block .button {
    display: none;
  }
  .hero .top p br {
    display: none;
  }
  .menu .content .blocks .block .dishes .row {
    font-size: 14px;
  }
  .button.mobile {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .payment {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .payment .container {
    width: calc(100% - 48px);
  }
  .payment .container h2 {
    font-size: 22px;
  }
  .payment .container img.desktop {
    display: none;
  }
  .payment .container img.mobile {
    display: block;
  }
  .hero .fb {
    top: 12px;
    right: -50px;
  }
  .payment .soon {
    height: 50px;
    top: -25px;
  }
}
@media (max-width: 680px) {
  .hero {
    background: #fdf0b6;
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .button {
    height: 50px;
    font-size: 20px;
    line-height: 24px;
  }
  .hero {
    padding-top: 0px;
  }
  .hero .bg.desktop {
    display: none;
  }
  .hero .bg.mobile {
    display: block;
    margin-top: -150px;
  }
  .hero .top {
    scale: initial;
    top: 200px;
    padding: 0 16px;
    gap: 24px;
  }
  .hero .top .logo {
    width: 174px;
    margin-bottom: 26px;
  }
  .hero .top p {
    font-size: 20px;
    font-size: 16px;
    line-height: 28px;
    line-height: 140%;
  }
  .hero .top .buttons {
    flex-direction: column;
    gap: 16px;
  }
  .hero .top div.info {
    margin-top: 0px;
  }
  .hero .top div.info {
    width: 100%;
  }
  .hero .top div.info, .hero .top div.info h1, .hero .top div.info p {
    font-size: 14px;
    line-height: 140%;
    text-align: justify;
  }
  .hero .top {
    gap: 14px;
  }
}
@media (max-width: 600px) {
  .hero .bg.mobile {
    margin-top: -750px;
  }
  .hero .top {
    top: 800px;
  }
  .hero .fb {
    top: -32px;
    right: 5vw;
  }
  .hero .fb img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 560px) {
  .hero .bg.mobile {
    margin-top: -600px;
  }
  .hero .top {
    top: 650px;
  }
}
@media (max-width: 500px) {
  .hero .bg.mobile {
    margin-top: -50px;
  }
  .hero .top {
    top: 100px;
  }
  .menu .content .blocks .block {
    padding: 24px 24px 50px;
  }
  .menu .content .blocks .block .dishes .row .left {
    gap: 16px;
  }
  .menu .content .blocks .block .dishes .row .name {
    flex-direction: column;
    align-items: flex-start;
  }
  .menu .content .blocks .block .dishes .row .size {
    width: 50px;
    font-size: 20px;
    font-weight: 700;
  }
  .menu .content .blocks .embla__dots {
    margin: 0;
  }
  footer .content {
    gap: 24px;
  }
  footer .content p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  .hero .bg.mobile {
    margin-top: -500px;
  }
  .hero .top {
    top: 550px;
  }
}
@media (max-width: 460px) {
  .hero .bg.mobile {
    margin-top: -370px;
  }
  .hero .top {
    top: 420px;
  }
}
@media (max-width: 418px) {
  .hero .top .logo {
    width: 135px;
    margin-bottom: 6px;
  }
  .hero .top .buttons {
    scale: 0.9;
    transform-origin: top;
  }
}
@media (max-width: 400px) {
  .hero .bg.mobile {
    margin-top: -300px;
  }
  .hero .top {
    top: 350px;
  }
}
@media (max-width: 374px) {
  .hero .bg.mobile {
    margin-top: -250px;
  }
  .hero .top {
    top: 300px;
  }
}