html {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
}
body {
  color: #282828;
  background: #FFFFFF;
}
.header {
  background: #FFFFFF url("../images/bg-header.svg") no-repeat left center;
  background-size: contain;
  overflow: hidden;
}
@media (max-width: 992px) {
  .header {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .header {
    background-image: none;
  }
}
.header__body {
  position: relative;
  min-height: 100vh;
  padding: 5rem 0 5rem;
  display: flex;
}
@media (max-width: 992px) {
  .header__body {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .header__body {
    padding: 7rem 0 5rem;
  }
}
.header__body .row {
  width: 100%;
}
.header__locationHref {
  position: absolute;
  top: 1.5rem;
  right: 0;
  text-decoration: none;
  color: #AF7354;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 400px) {
  .header__locationHref {
    display: none;
  }
}
.header__locationHref img {
  margin-right: 0.5rem;
}
.header__locationHref span {
  text-decoration: underline;
}
.header__locationHrefMobile {
  display: none;
}
@media (max-width: 400px) {
  .header__locationHrefMobile {
    color: #AF7354;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
}
.header__locationHrefMobile img {
  margin-right: 0.5rem;
}
.header__locationHrefMobile span {
  text-decoration: underline;
}
.header__logo {
  position: absolute;
  left: 0;
  top: 4rem;
}
@media (max-width: 1400px) {
  .header__logo {
    width: 10rem;
  }
}
@media (max-width: 992px) {
  .header__logo {
    width: 7rem;
    top: 1rem;
  }
}
@media (max-width: 768px) {
  .header__logo {
    display: none;
  }
}
@media (max-width: 420px) {
  .header__logo {
    width: 6rem;
  }
}
@media (max-width: 400px) {
  .header__logo {
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 8rem;
  }
}
.header__logo.-brown {
  display: none;
}
@media (max-width: 768px) {
  .header__logo.-brown {
    display: block;
  }
}
.header__phone {
  width: 120%;
  margin-left: -40%;
  margin-bottom: -15%;
}
@media (max-width: 1400px) {
  .header__phone {
    width: 100%;
    margin-left: -10%;
  }
}
@media (max-width: 992px) {
  .header__phone {
    display: block;
    margin: 2rem auto 0;
    width: 30rem;
  }
}
@media (max-width: 576px) {
  .header__phone {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .header__phone {
    margin: 0 auto;
  }
}
.header__leftSite {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .header__leftSite {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .header__leftSite {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
}
.header__rightSite {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .header__rightSite {
    justify-content: center;
  }
}
.header__text {
  text-align: right;
}
@media (max-width: 992px) {
  .header__text {
    text-align: center;
    background-color: #FFFFFF;
    padding: 2rem 1rem;
  }
}
@media (max-width: 768px) {
  .header__text {
    padding: 0;
  }
}
.header__statute {
  margin-top: 1rem;
  display: block;
  text-decoration: none;
  color: #AF7354;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  width: 100%;
}
@media (max-width: 992px) {
  .header__statute {
    text-align: center;
  }
}
.header__statute:hover {
  color: #D65037;
}
.header__title {
  font-size: 3.9rem;
  display: block;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .header__title {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .header__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 400px) {
  .header__title {
    font-size: 2rem;
  }
}
.header__title span {
  display: block;
  color: #AF7354;
}
.header__subTitle {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  color: #282828;
  line-height: 1;
  margin-bottom: 5.5rem;
}
@media (max-width: 1400px) {
  .header__subTitle {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .header__subTitle {
    margin-bottom: 3rem;
  }
}
@media (max-width: 400px) {
  .header__subTitle {
    margin-bottom: 2rem;
  }
}
.header .primaryButtonWrap {
  margin: 0 0 0 auto;
}
@media (max-width: 992px) {
  .header .primaryButtonWrap {
    margin: 0 auto;
  }
}
.header .primaryButton {
  width: 18.4rem;
}
.primaryButton {
  position: relative;
  display: block;
  width: fit-content;
  background: #282828;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.25rem;
  box-shadow: -24px 24px 24px #AF735429;
  border: solid 0.4rem #282828;
  transition: 0.4s ease-in-out;
}
.primaryButton:after,
.primaryButton:before {
  position: absolute;
  content: '';
  display: block;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
.primaryButton:before {
  bottom: 0.4rem;
  right: 0.4rem;
  background: #AF7354;
  width: 2.5rem;
  height: 1rem;
}
.primaryButton:after {
  top: 1.4rem;
  left: 2.4rem;
  background: #AF7354;
  width: 0.75rem;
  height: 1rem;
}
.primaryButton span {
  position: relative;
  display: block;
  padding: 1rem 2rem;
  z-index: 15;
}
@media (max-width: 576px) {
  .primaryButton span {
    padding: 0.75rem 2rem;
  }
}
.primaryButton span:after {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  width: 2rem;
  height: 1rem;
  background: #D65037;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.primaryButtonWrap {
  width: fit-content;
}
.primaryButtonWrap .primaryButton:hover {
  color: #FFFFFF;
  border-radius: 8px;
  transform: translateY(-1rem);
}
.primaryButtonWrap .primaryButton:hover:before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.primaryButtonWrap .primaryButton:hover:after {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}
.primaryButtonWrap .primaryButton:hover span:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.offer {
  min-height: 100vh;
  background: #282828 url("../images/bg-offer.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.offer__phone {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-45%);
  max-height: 80%;
}
@media (max-width: 1400px) {
  .offer__phone {
    max-width: 20rem;
  }
}
@media (max-width: 992px) {
  .offer__phone {
    display: none;
  }
}
.offer__body {
  padding: 11rem 0;
}
@media (max-width: 1400px) {
  .offer__body {
    padding: 7rem 0;
  }
}
.offer__arabica {
  padding: 2.3rem 3.5rem;
  background: #D65037;
  text-align: right;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .offer__arabica {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .offer__arabica {
    padding: 1.5rem 2rem;
  }
}
.offer__arabica:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 2.5rem;
  width: 1.5rem;
  background: #282828;
}
@media (max-width: 576px) {
  .offer__arabica:after {
    height: 1rem;
    width: 1rem;
  }
}
.offer__arabica:before {
  content: '';
  position: absolute;
  top: 2.5rem;
  left: 1.5rem;
  background: #D2D2BD;
  height: 1rem;
  width: 2rem;
}
@media (max-width: 576px) {
  .offer__arabica:before {
    top: 1rem;
    left: 1rem;
    width: 1rem;
  }
}
.offer__arabicaTitle {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 4.25rem;
  font-weight: 800;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .offer__arabicaTitle {
    font-size: 3.2rem;
  }
}
@media (max-width: 576px) {
  .offer__arabicaTitle {
    font-size: 2.5rem;
  }
}
.offer__arabicaDescription {
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 1200px) {
  .offer__arabicaDescription {
    font-size: 1.25rem;
  }
}
@media (max-width: 576px) {
  .offer__arabicaDescription {
    font-size: 1rem;
  }
}
.offer__downloadApp {
  display: flex;
  margin-bottom: 8rem;
}
@media (max-width: 1200px) {
  .offer__downloadApp {
    margin-bottom: 4rem;
  }
}
@media (max-width: 992px) {
  .offer__downloadApp {
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 460px) {
  .offer__downloadApp {
    flex-direction: column;
    align-items: center;
  }
}
.offer__googlePlay {
  margin-left: 1.5rem;
}
@media (max-width: 460px) {
  .offer__googlePlay {
    margin: 1rem 0 0 0 ;
  }
}
.offer__text {
  padding-left: 4rem;
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .offer__text {
    background-color: #AF7354;
    padding: 2rem;
    align-items: center;
  }
  .offer__text:after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    width: 3rem;
    height: 3rem;
    background-color: #D2D2BD;
  }
}
@media (max-width: 768px) {
  .offer__text {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .offer__text {
    flex-direction: column;
  }
}
.offer__text p {
  display: block;
  flex: 1;
  color: #FFFFFF;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .offer__text p {
    opacity: 1;
  }
}
.offer__text p:first-child {
  padding-right: 2rem;
}
@media (max-width: 576px) {
  .offer__text p:first-child {
    padding: 0;
  }
}
.offer__text p:last-child {
  padding-left: 3rem;
}
@media (max-width: 576px) {
  .offer__text p:last-child {
    padding: 0;
  }
}
.footer {
  min-height: 100vh;
  overflow: hidden;
}
.footer__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
  padding: 4rem 8rem 4rem 0;
}
@media (max-width: 992px) {
  .footer__body {
    padding: 4rem 0;
  }
}
.footer__logo {
  display: block;
  margin: 0 0 4.25rem auto;
}
@media (max-width: 992px) {
  .footer__logo {
    margin: 0 auto 3rem;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    margin: 0 auto 3rem;
  }
}
@media (max-width: 576px) {
  .footer__logo {
    width: 10rem;
  }
}
.footer__title {
  position: relative;
  text-align: right;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .footer__title {
    font-size: 2.9rem;
  }
}
@media (max-width: 992px) {
  .footer__title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .footer__title {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 430px) {
  .footer__title {
    font-size: 2rem;
  }
}
.footer__title:before,
.footer__title:after {
  content: '';
  position: absolute;
  display: block;
}
@media (max-width: 992px) {
  .footer__title:before,
  .footer__title:after {
    display: none;
  }
}
.footer__title:before {
  width: 6rem;
  height: 6rem;
  right: -12rem;
  bottom: -3rem;
  background: #D65037;
  z-index: 1;
}
.footer__title:after {
  width: 8rem;
  height: 2rem;
  bottom: -5rem;
  left: calc(100% - 2rem);
  background: #D2D2BD;
}
.footer__title span {
  color: #AF7354;
}
.footer__text {
  font-size: 1.25rem;
  max-width: 70%;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .footer__text {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .footer__text {
    margin-bottom: 3rem;
  }
}
.footer__text p {
  display: block;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .footer__text p {
    margin-bottom: 3rem;
  }
}
.footer__text a {
  color: #D65037;
}
.footer__image {
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 40vw;
  background: #282828 url("../images/bg-footer.jpg") no-repeat;
  background-size: cover;
}
.footer .primaryButtonWrap {
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .footer .primaryButtonWrap {
    margin: 0 auto 3rem;
  }
}
.footer .primaryButtonWrap .primaryButton span {
  padding: 1rem 6rem;
}
@media (max-width: 576px) {
  .footer .primaryButtonWrap .primaryButton span {
    padding: 0.75rem 4rem;
  }
}
.footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__contact li {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .footer__contact li {
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .footer__contact li {
    flex-direction: column;
  }
}
.footer__contact li:last-child {
  margin-bottom: 0;
}
.footer__contact li a,
.footer__contact li span {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
  color: #282828;
  text-decoration: none;
}
.footer__icon {
  margin-right: 2rem;
  position: relative;
}
@media (max-width: 400px) {
  .footer__icon {
    margin: 0;
  }
}
.footer__icon:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 100%;
  width: 1.25rem;
  height: 0.75rem;
  background: #D2D2BD;
}
.privacyPolicy {
  padding: 6rem 0 4rem;
  background: #282828;
  color: #FFFFFF;
}
.privacyPolicy__title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .privacyPolicy__title {
    font-size: 2.5rem;
  }
}
.privacyPolicy__logo {
  display: block;
  margin: 0 auto 2rem;
}
.privacyPolicy ol {
  padding: 3rem 0;
  margin: 0;
}
@media (max-width: 768px) {
  .privacyPolicy ol {
    padding: 1rem 0;
  }
}
.privacyPolicy ol li {
  padding-bottom: 1rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
}
.menu {
  position: relative;
  background: rgba(210, 210, 189, 0.3);
  background-size: contain;
}
.menu__cafeMobileWrapper {
  display: none;
  background: #d2d2bd;
  background: linear-gradient(0deg, rgba(210, 210, 189, 0) 50%, #af7354 50%);
}
@media (max-width: 992px) {
  .menu__cafeMobileWrapper {
    display: block;
  }
}
.menu__cafe {
  position: absolute;
  top: 4.8rem;
  right: 0;
  z-index: 1;
  width: 40vw;
}
@media (max-width: 992px) {
  .menu__cafe {
    display: none;
  }
}
.menu__cafeMobile {
  width: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 576px) {
  .menu__cafeMobile {
    width: 100%;
  }
}
.menu__col {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.menu__col.-bottom {
  justify-content: flex-end;
}
.menu__body .container {
  position: relative;
  padding: 7.5rem 0 12rem;
}
@media (max-width: 992px) {
  .menu__body .container {
    padding: 5rem 0 8rem;
  }
}
@media (max-width: 768px) {
  .menu__body .container {
    padding: 5rem 0;
  }
}
@media (max-width: 576px) {
  .menu__body .container {
    padding: 4rem 0;
  }
}
.menu__imgLeft {
  position: absolute;
  top: 0;
  right: calc(100% + 3rem);
}
@media (max-width: 992px) {
  .menu__imgLeft {
    transform: translateY(-50%);
  }
}
.menu__imgLeft:before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
  bottom: 0;
  width: 50vw;
  background: #AF7354;
}
.menu__header {
  background: #AF7354;
  padding: 3.75rem 0;
  position: relative;
}
@media (max-width: 992px) {
  .menu__header {
    padding: 2rem 0;
  }
}
.menu__title {
  font-size: 4.25rem;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 992px) {
  .menu__title {
    font-size: 3.5rem;
    text-align: center;
  }
}
.menu__category {
  margin-bottom: 7rem;
}
@media (max-width: 992px) {
  .menu__category {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 4.5rem;
  }
}
.menu__category:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .menu__category:last-child {
    margin-bottom: 3rem;
  }
}
.menu__categoryTitle {
  position: relative;
  font-weight: 800;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #3B3B3B;
  margin-bottom: 1rem;
  z-index: 2;
}
.menu__categoryTitle:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translate(-50%, 35%);
  width: 48px;
  height: 48px;
  background: #AF7354;
  z-index: -1;
}
.menu__items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu__items li {
  font-size: 1rem;
  line-height: 1.6;
  color: #3B3B3B;
}
.menu__comment {
  color: #AF7354;
  font-size: 0.8rem;
  line-height: 2;
}
/*# sourceMappingURL=main.css.map */