@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: "Montserrat Alternates", sans-serif;
  overflow-x: hidden;
}

.center {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

.header {
  position: fixed;
  background: rgb(255, 255, 255);
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  z-index: 1000;
}

.menu {
  display: flex;
  gap: 48px;
  align-items: center;
}
.menu__link {
  color: rgb(69, 64, 61);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.menu__link:hover {
  text-decoration: underline;
}
.menu__button {
  color: rgb(162, 101, 57);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  font-family: inherit;
  width: 169px;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid rgb(162, 101, 57);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__button:hover {
  background: rgb(162, 101, 57);
  color: rgb(255, 255, 255);
  transition: ease 0.3s;
}

.top {
  height: 890px;
  background: rgb(246, 245, 244);
  display: flex;
  justify-content: space-between;
}
.top__text {
  width: 498px;
  color: rgb(69, 64, 61);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}
.top__text-block, .about-us__text-block {
  width: 498px;
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.top__button {
  width: 366px;
  height: 52px;
  box-sizing: border-box;
  border: 1px solid rgb(162, 101, 57);
  border-radius: 24px;
  color: rgb(162, 101, 57);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  font-family: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.top__button:hover {
  background: rgb(162, 101, 57);
  color: rgb(255, 255, 255);
  transition: ease 0.3s;
}
.top-right {
  position: relative;
  overflow: hidden;
  width: 800px;
}
.top__img-main {
  height: 770px;
  position: absolute;
  right: -433px;
  top: 120px;
}
.top__img-coffee {
  position: absolute;
  height: 450px;
  top: 142px;
}
.top__img-coffee:hover {
  cursor: pointer;
  animation: spin 3.5s linear infinite;
}
.top__img-snacks {
  position: absolute;
  height: 330px;
  top: 481px;
}
.top__img-snacks:hover {
  cursor: pointer;
  animation: spin 3.5s linear infinite;
}
.top__img-desserts {
  position: absolute;
  height: 500px;
  top: 357px;
  right: -74px;
}
.top__img-desserts:hover {
  animation: spin 3.5s linear infinite;
}

.title {
  width: 550px;
  color: rgb(69, 64, 61);
  font-size: 48px;
  font-weight: 700;
  line-height: 59px;
  margin-bottom: 24px;
  padding-top: 240px;
}
.title-small, .about-us__tittle {
  width: 490px;
  color: rgb(69, 64, 61);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 24px;
}
.title-another {
  margin-bottom: 48px;
  padding-top: 64px;
}
.title-another_link {
  padding: 0;
}

.about-us {
  height: 851px;
  background: rgb(246, 245, 244);
}
.about-us__content {
  width: 584px;
  height: 292px;
  border-radius: 24px 24px 24px 0px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
}
.about-us__content-left, .about-us__content-right {
  width: 292px;
  height: 292px;
}
.about-us__content-left {
  border-radius: 24px 0 0 0;
  overflow: hidden;
}
.about-us__content-right {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
}
.about-us__content:hover .about-us__img {
  transform: scale(1.2);
}
.about-us--content-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
.about-us__img {
  width: 292px;
  height: 292px;
  border-radius: 24px 0px 0px 0px;
  transition: transform 0.5s ease;
}
.about-us__tittle {
  margin-bottom: 14px;
}
.about-us__text-block {
  width: 252px;
}
.about-us__text {
  color: rgb(69, 64, 61);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
}

.block-menu {
  height: 1087px;
  background: rgb(246, 245, 244);
}
.block-menu--top {
  display: flex;
  justify-content: space-between;
  height: 59px;
  padding-top: 64px;
}
.block-menu__link {
  display: flex;
  gap: 7px;
  height: 59px;
  align-items: center;
}
.block-menu__button {
  width: 120px;
  height: 45px;
  box-sizing: border-box;
  border: 1px solid rgb(162, 101, 57);
  border-radius: 24px;
  color: rgb(162, 101, 57);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-menu__button:hover {
  background: rgb(162, 101, 57);
  color: rgb(255, 255, 255);
  transition: ease 0.3s;
}
.block-menu__button.active {
  background: rgb(162, 101, 57);
  color: #fff;
}
.block-menu__content-bigbox {
  position: relative;
  height: 900px;
}
.block-menu__content-box {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 32px;
}
.block-menu__content {
  width: 276px;
  height: 410px;
  background: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
  border-radius: 24px;
}
.block-menu__up {
  height: 276px;
  border-radius: 24px 24px 0 0;
  background-color: #DEDEDE;
}
.block-menu__img {
  height: 276px;
  border-radius: 24px;
}
.block-menu__down {
  height: 134px;
  display: flex;
  gap: 7px;
  margin: 20px;
  flex-direction: column;
}
.block-menu__price {
  color: rgb(69, 64, 61);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
}
.block-menu__desk {
  color: rgb(69, 64, 61);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
}
.block-menu__volume {
  color: rgb(154, 154, 154);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
}

/* Общие стили для всех секций */
#coffee,
#desserts,
#snacks {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 1s ease;
}

/* Активное состояние (видимый блок) */
#coffee.active,
#desserts.active,
#snacks.active {
  opacity: 1;
  visibility: visible;
}

.reviews {
  height: 683px;
  background: rgb(246, 245, 244);
}
.reviews__content-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.reviews__content {
  width: 379px;
  height: 208px;
  border-radius: 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
  background: rgb(255, 255, 255);
}
.reviews__content-container {
  margin: 20px;
}
.reviews__content-up {
  width: 83px;
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
}
.reviews__foto {
  border-radius: 60px;
  width: 63px;
}
.reviews__client {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: 135px;
}
.reviews__client-name {
  color: rgb(69, 64, 61);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
}
.reviews__text {
  color: rgb(69, 64, 61);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  width: 334px;
}

.contacts {
  height: 749px;
  background: rgb(246, 245, 244);
}
.contacts__box {
  height: 514px;
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.contacts__tel-box {
  width: 379px;
  height: 181px;
  border-radius: 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
  background: rgb(255, 255, 255);
}
.contacts__title {
  color: rgb(69, 64, 61);
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 22.5px;
}
.contacts__tel {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-left: 20px;
}
.contacts__tel-flex {
  display: flex;
  gap: 10px;
  width: 165px;
}
.contacts__tel-flex:hover .contacts__svg {
  color: rgb(162, 101, 57);
}
.contacts__tel-style:hover {
  color: rgb(162, 101, 57);
}
.contacts__tel-style {
  color: rgb(69, 64, 61);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
}
.contacts__booking {
  width: 379px;
  height: 319px;
  border-radius: 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
  background: rgb(255, 255, 255);
  margin-top: 14px;
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 20px;
  padding-right: 20px;
}
.contacts__input {
  width: 339px;
  height: 47px;
  box-sizing: border-box;
  border: 1px solid rgb(222, 222, 222);
  border-radius: 24px;
  color: rgb(69, 64, 61);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
  padding-left: 24px;
  font-family: inherit;
  outline: none;
}
.contacts__input::-moz-placeholder {
  color: rgb(154, 154, 154);
}
.contacts__input::placeholder {
  color: rgb(154, 154, 154);
}
.contacts__button {
  height: 47px;
  margin-top: 17px;
  box-sizing: border-box;
  border: 1px solid rgb(162, 101, 57);
  border-radius: 24px;
  background: none;
  color: rgb(162, 101, 57);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: center;
  font-family: inherit;
}
.contacts__button:hover {
  background: rgb(162, 101, 57);
  color: rgb(255, 255, 255);
  transition: ease 0.3s;
}
.contacts__map-box {
  width: 789px;
  height: 514px;
  border-radius: 24px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.14);
  background: rgb(222, 222, 222);
}
.contacts__map {
  border-radius: 24px;
}

.footer {
  height: 156px;
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
}
.footer__box-left {
  width: 305px;
  height: 156px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}
.footer__logo {
  height: 24px;
  width: 209px;
}
.footer__logo-text {
  color: rgb(154, 154, 154);
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
}
.footer__box-right {
  width: 358px;
  height: 55.09px;
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: flex-end;
  margin-top: 60px;
}
.footer__menu {
  height: 17px;
  display: flex;
  gap: 24px;
}
.footer__menu-link {
  color: rgb(69, 64, 61);
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0px;
  text-align: left;
}
.footer__menu-link:hover {
  text-decoration: underline;
}
.footer__vector {
  display: flex;
  gap: 14.13px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */