@charset "UTF-8";
* {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

html {
  font-size: 35px;
}

.container {
  padding-left: calc(50% - 810px);
  padding-right: calc(50% - 810px);
}

.center__block {
  padding-left: 70px;
  padding-right: 70px;
}

.top {
  background-image: url(../img/backgroud-1-min.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1003px;
}
.top__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 123px;
}
.top__title {
  font-size: 100px;
  font-weight: 700;
  text-align: center;
}
.top__description {
  font-size: 35px;
  margin-bottom: 9px;
  max-width: 846px;
  text-align: center;
}

.hamburger-menu {
  display: none;
}

.header {
  display: flex;
  align-items: center;
  padding-top: 32px;
  gap: 9px;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-title {
  text-align: center;
  color: #FEDC5E;
  font-weight: 700;
  font-size: 70px;
}

.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 46px;
  align-items: center;
}
.menu__nav {
  display: flex;
  gap: 36px;
}
.menu__nav a {
  color: #000;
}

.button-phone {
  border-radius: 49px;
  background: rgba(255, 255, 255, 0.71);
  padding: 20px 53px 20px 53px;
  color: #000;
}

.order {
  border-radius: 49px;
  background: linear-gradient(168deg, #FEDC5E -13.13%, #FFF 233.18%);
  padding: 15px;
  font-weight: 700;
  font-size: 35px;
  color: #000;
  text-align: center;
}

.choose {
  padding-top: 10px;
}
.choose__content {
  padding-top: 50px;
  padding-bottom: 83px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.choose__advantages {
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 35px;
  padding-right: 35px;
}
.choose__advantages h3 {
  font-size: 35px;
}

.product {
  background-image: url(../img/background-production-min.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 99px;
}
.product__content {
  display: flex;
  justify-content: center;
  gap: 181px;
  padding-top: 80px;
}
.product__cart {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product__size {
  font-weight: 700;
  padding-top: 21px;
}
.product__weight {
  font-weight: 700;
}
.product__decription {
  padding-top: 9px;
  padding-bottom: 28px;
  text-align: center;
}

.discount {
  background-image: url(../img/background-discount.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 13px;
  padding-bottom: 66px;
}
.discount__content {
  display: flex;
  justify-content: center;
  gap: 67px;
}
.discount__title {
  padding-top: 49px;
  color: #FFF;
  font-size: 75px;
  font-weight: 700;
  text-align: center;
}
.discount__description {
  font-size: 35px;
  text-align: center;
}

.recept {
  background-image: url(../img/background-recept.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 116px;
}
.recept__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  padding-top: 58px;
  gap: 21px;
}
.recept__list-cart {
  grid-column: span 4;
  cursor: pointer;
}
.recept__list-img {
  border: 12px solid #FEDC5E;
  border-radius: 40px;
  height: 607px;
}
.recept__list-button {
  max-width: 515px;
  height: 95px;
  border-radius: 49px;
  background: linear-gradient(190deg, #FEDC5E -13.93%, #FFF 178.71%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  text-align: center;
}
.recept__doner {
  background-image: url(../img/doner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recept__humus {
  background-image: url(../img/humus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.recept__pizza {
  background-image: url(../img/pizza.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.contact {
  background-image: url(../img/background-contact.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 43px;
  padding-bottom: 80px;
}
.contact__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 67px;
  padding-top: 68px;
}
.contact__container-text {
  max-width: 703px;
}
.contact__container img {
  max-height: 632px;
}

.footer {
  background-image: url(../img/background-footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 37px;
  padding-bottom: 51px;
}
.footer__wrapper {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.footer__wrapper-contactUs {
  padding-top: 52px;
  display: flex;
  flex-direction: column;
  max-width: 545px;
}
.footer__wrapper-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 68px;
  padding-top: 13px;
}
.footer__wrapper-center-text {
  font-size: 35px;
}
.footer__title {
  font-size: 35px;
  font-weight: 700;
}
.footer__description {
  padding-top: 20px;
  font-size: 35px;
  font-weight: 500;
}
.footer__description-mail {
  padding-top: 20px;
  color: #000;
}

.modalActive {
  margin: 40px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  cursor: default;
}

dialog {
  border: solid 0px #fff;
}

.modal {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
}
.modal__ingredient {
  background-image: url(../img/recept-pizza.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  grid-column: span 7;
  display: flex;
  flex-direction: column;
}
.modal__made {
  margin-right: 81px;
  margin-left: 81px;
  border-radius: 17px;
  background: #FEDC5E;
  padding-left: 30px;
  padding-top: 35px;
  padding-bottom: 50px;
}
.modal__made-title {
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 6px;
}
.modal__made-compound {
  font-size: 24px;
  font-weight: 500;
}
.modal__close {
  margin-left: 20px;
  margin-top: 20px;
}
.modal__text {
  grid-column: span 11;
  margin-right: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.modal__paragraph {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.modal__paragraph-number {
  text-align: center;
  color: #FEDC5E;
  font-size: 85px;
  font-weight: 700;
  min-width: 90px;
}
.modal__paragraph-text {
  font-size: 24px;
}
.modal__button {
  text-align: center;
  border-radius: 49px;
  background: linear-gradient(190deg, #FEDC5E -13.93%, #FFF 178.71%);
  margin-right: 81px;
  margin-left: 81px;
  padding: 20px 0px 20px 0px;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 78px;
}

.news__grid {
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.news__img {
  max-width: 100%;
}

@media (max-width: 1350px) {
  html {
    font-size: 25px;
  }
  .order {
    font-size: 25px;
  }
  .top {
    min-height: 803px;
  }
  .top__title {
    font-size: 70px;
  }
  .top__description {
    font-size: 25px;
    max-width: 600px;
    margin-bottom: 20px;
  }
  .header-title {
    font-size: 45px;
  }
  .product__cart img {
    width: 300px;
  }
  .choose__advantages {
    max-width: 220px;
  }
  .choose__advantages img {
    width: 150px;
  }
  .choose__advantages h3 {
    font-size: 25px;
  }
  .discount__title {
    padding-top: 0;
    font-size: 65px;
  }
  .discount__description {
    font-size: 25px;
  }
  .discount__content {
    align-items: center;
  }
  .discount__content img {
    width: 150px;
    height: 150px;
  }
  .recept__list-img {
    height: 407px;
  }
  .recept__list-button {
    font-size: 20px;
    height: 55px;
  }
  .contact__container img {
    width: 500px;
  }
  .contact__container-text {
    font-size: 20px;
  }
  .footer__title {
    font-size: 25px;
  }
  .footer__description {
    font-size: 25px;
  }
  .footer__wrapper img {
    width: 200px;
  }
  .footer__wrapper-center-text {
    font-size: 25px;
  }
  .modal__ingredient {
    grid-column: span 18;
  }
  .modal__text {
    grid-column: span 18;
    margin-right: 80px;
  }
}
@media (max-width: 1024px) {
  .top__content {
    padding-top: 73px;
  }
  .header-title {
    font-size: 40px;
  }
  .header__container img {
    width: 100px;
  }
  .choose__advantages {
    padding-left: 0;
    padding-right: 0;
  }
  .choose__advantages img {
    width: 100px;
  }
  .choose__advantages h3 {
    font-size: 20px;
    text-align: center;
    width: 200px;
  }
  .menu {
    display: none;
  }
  .hamburger-menu {
    display: flex;
  }
  /* скрываем чекбокс */
  #menu__toggle {
    opacity: 0;
  }
  /* стилизуем кнопку */
  .menu__btn {
    display: flex;
    /* используем flex для центрирования содержимого */
    align-items: center;
    /* центрируем содержимое кнопки */
    position: fixed;
    top: 60px;
    width: 38px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
    right: 80px;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
  }
  /* добавляем "гамбургер" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #111;
  }

  .menu__btn > span {
    width: 60%;
  }

  .header {
    justify-content: space-between;
  }
  .menu__btn > span::before {
    content: "";
    top: -14px;
  }
  .menu__btn > span::after {
    content: "";
    top: 14px;
  }
  /* контейнер меню */
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 60px;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    text-align: center;
    border-radius: 29px;
    background: #fff;
    border: rgb(153, 122, 19) solid;
  }
  /* элементы меню */
  .menu__item {
    display: block;
    padding: 12px 24px;
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 108.9%;
    /* 32.67px */
    letter-spacing: -1.5px;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    right: 140px;
  }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    transition-duration: 0.25s;
  }
  .product__content {
    gap: 81px;
  }
  .product__cart img {
    width: 250px;
  }
  .product__cart h3 {
    font-size: 25px;
  }
  .contact__container {
    flex-wrap: wrap;
  }
  .contact__container img {
    width: 600px;
  }
  .recept__list-img {
    height: 307px;
  }
  .footer__wrapper-contactUs {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer__wrapper-contactUs-phone {
    display: none;
  }
  .footer__wrapper-center {
    padding-top: 15px;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .footer__wrapper-center-text {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .menu__btn {
    right: 40px;
  }
  #menu__toggle:checked ~ .menu__box {
    right: 100px;
  }
  .logo img {
    width: 150px;
  }
  .top {
    min-height: 703px;
  }
  .top__title {
    font-size: 60px;
  }
  .top__content {
    padding-top: 10px;
  }
  .top__content img {
    width: 300px;
  }
  .top__description {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .header__container {
    flex-direction: column;
  }
  .header__container img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .center__block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product__content {
    gap: 31px;
  }
  .product__cart img {
    width: 150px;
  }
  .product__cart h3 {
    font-size: 22px;
    text-align: center;
  }
  .product__decription {
    font-size: 20px;
  }
  .choose__advantages h3 {
    width: 150px;
    font-size: 20px;
  }
  .recept {
    padding-bottom: 40px;
  }
  .recept__list-img {
    height: 200px;
    border: 6px solid #FEDC5E;
  }
  .recept__list-button {
    font-size: 18px;
  }
  .contact__container img {
    width: 450px;
  }
  .footer__wrapper {
    flex-wrap: wrap-reverse;
  }
  .footer__wrapper-contactUs {
    text-align: center;
  }
  .footer__wrapper-center {
    gap: 20px;
  }
  .footer__wrapper-center-text {
    text-align: center;
  }
  .footer__wrapper-center a {
    padding-top: 20px;
  }
  .discount__title {
    font-size: 35px;
  }
  .discount__description {
    padding-top: 10px;
    font-size: 20px;
  }
  .discount__content {
    padding-top: 15px;
  }
  .discount__content img {
    width: 100px;
    height: 100px;
  }
  .modalActive {
    margin: 20px;
  }
  .modal__made {
    margin-right: 21px;
    margin-left: 21px;
    margin-top: 21px;
    text-align: center;
    padding-left: 0;
  }
  .modal__made-compound {
    font-size: 20px;
  }
  .modal__button {
    font-size: 25px;
    margin-right: 21px;
    margin-left: 21px;
  }
  .modal__paragraph {
    flex-direction: column;
    align-items: center;
  }
  .modal__text {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 20px;
  }
  .menu__btn {
    top: 30px;
    right: 40px;
  }
  #menu__toggle:checked ~ .menu__box {
    top: 90px;
    right: 20px;
  }
  .logo img {
    width: 100px;
  }
  .top__contant img {
    width: 200px;
  }
  .top__title {
    font-size: 45px;
  }
  .header {
    padding-top: 20px;
  }
  .header-title {
    font-size: 40px;
  }
  .choose__advantages {
    width: 120px;
  }
  .choose__advantages h3 {
    width: 120px;
    font-size: 18px;
  }
  .product__content {
    flex-wrap: wrap;
  }
  .recept__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .discount__content {
    gap: 20px;
  }
  .discount__content img {
    width: 60px;
    height: 60px;
  }
  .contact__container img {
    width: 300px;
  }
  .button-phone {
    padding: 20px;
  }
  .modal__made-title {
    font-size: 24px;
  }
  .modal__paragraph-number {
    font-size: 55px;
  }
  .modal__paragraph-text {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */