/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  box-sizing: border-box;
  height: 100%;
  min-height: 100%; }
  html *,
  html *:before,
  html *:after {
    box-sizing: inherit; }

body {
  text-align: center;
  font-family: "Alegreya Sans", sans-serif;
  line-height: 1.2;
  color: #41332f; }

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.4s; }

img {
  max-width: 100%;
  height: auto; }

button, input, textarea {
  font-family: inherit; }

button {
  cursor: pointer; }

strong {
  font-weight: 700; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 80%; }

.container {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px; }
  @media (min-width: 1240px) {
    .container {
      width: 1170px; } }

.header {
  background: url("img/bg.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 80px; }

.footer__text {
  position: relative; }
  .footer__text:after, .footer__text:before {
    content: '';
    height: 3px;
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%2387726d' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E") repeat-x center bottom;
    background-size: 5px 3px; }
  .footer__text:before {
    bottom: 0;
    top: -12px; }

.text {
  text-align: left; }

.title {
  font-family: "Alegreya", serif;
  font-size: 36px;
  font-weight: 700;
  color: #fce2c8;
  margin-bottom: 40px; }
  .title__text {
    position: relative; }
    .title__text:after {
      content: '';
      height: 3px;
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%238c756e' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E") repeat-x center bottom;
      background-size: 5px 3px; }
  .title--brown .title__text {
    color: #a84b39; }
    .title--brown .title__text:after {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23e4bc94' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E") repeat-x center bottom;
      background-size: 5px 3px; }

.subtitle {
  font-size: 30px;
  font-family: "Alegreya", serif;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 1.2; }
  .subtitle__small {
    display: block;
    font-size: 0.5em;
    font-weight: 400;
    font-family: "Alegreya Sans", sans-serif; }
  .subtitle:first-child {
    margin-top: 0; }

.color--brown {
  color: #a84b39; }
.color--yellow {
  color: #fce2c8; }

p + p {
  padding-top: 1em; }

.content {
  padding: 45px 0; }
  .content--dark {
    background-color: #41332f;
    background: linear-gradient(rgba(65, 51, 47, 0.9), rgba(65, 51, 47, 0.9)), url("img/bg-pattern.jpg") repeat center center; }
  .content--bordo {
    background-color: #352122;
    background: linear-gradient(rgba(53, 33, 34, 0.9), rgba(53, 33, 34, 0.9)), url("img/bg-pattern.jpg") repeat center center; }
  .content--yellow {
    background-color: #fce2c8;
    background: linear-gradient(rgba(252, 226, 200, 0.9), rgba(252, 226, 200, 0.9)), url("img/bg-pattern.jpg") repeat center center; }

.navigation {
  color: #fce2c8;
  font-family: "Alegreya", serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 38px;
  margin-bottom: 30px; }
  .navigation__list {
    padding: 0;
    margin: 0;
    white-space: nowrap; }
  .navigation__item {
    display: inline-block; }
    .navigation__item + .navigation__item {
      margin-left: 20px; }
      .navigation__item + .navigation__item:before {
        content: '';
        width: 1px;
        height: 0.75em;
        display: inline-block;
        background-color: #fce2c8;
        transform-origin: 50% 50%;
        transform: rotate(20deg);
        margin-right: 20px;
        vertical-align: -10%; }
    @media (min-width: 480px) {
      .navigation__item + .navigation__item {
        margin-top: 0.8em; } }
  .navigation__link {
    display: inline-block;
    position: relative; }
    .navigation__link:after {
      content: '';
      height: 3px;
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23FCE2C8' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E") repeat-x center bottom;
      background-size: 5px 3px;
      opacity: 0;
      transition: opacity 0.3s; }
    .navigation__item.active .navigation__link:after, .navigation__link:hover:after {
      opacity: 1; }
  @media (min-width: 768px) {
    .navigation {
      text-align: right; } }

.hero__logo {
  background-color: #fce2c8;
  padding: 25px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center; }
  .hero__logo-image {
    display: block;
    height: auto; }
.hero__header {
  margin-top: 30px;
  border: 20px solid #fce2c8;
  padding: 20px;
  color: #fce2c8; }
.hero__title {
  font-size: 24px;
  font-family: "Alegreya Sans", sans-serif; }
  .hero__title strong {
    font-family: "Alegreya", serif;
    font-weight: 700; }
.hero__address {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1rem; }
.hero__contact {
  margin-top: 1rem;
  font-size: 24px;
  font-size: 18px;
  font-weight: 400; }
  .hero__contact strong {
    font-size: 120%; }
.hero__button {
  background-color: #fce2c8;
  color: #a84b39;
  font-size: 28px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.07;
  border: none;
  margin-top: 1rem;
  transition: background-color 0.4s;
  padding: 0;
  max-width: 200px;
  display: inline-block; }
  .hero__button span {
    position: relative;
    padding: 15px 25px;
    display: inline-block; }
    .hero__button span:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9px 8px 9px;
      border-color: transparent transparent #a84b39 transparent;
      transition: border-color 0.4s;
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -9px; }
  .hero__button:hover {
    background-color: #a84b39;
    color: #fce2c8; }
    .hero__button:hover span:after {
      border-bottom-color: #fce2c8; }
@media (min-width: 768px) {
  .hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .hero__header {
      margin-top: 0;
      width: calc(75% - 45px);
      flex-grow: 1;
      margin-left: 30px; }
    .hero__logo {
      max-width: 270px;
      min-width: 180px;
      width: 23.07692%;
      width: calc(25% - 22.5px); }
    .hero__text {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    .hero__contact {
      margin-left: 15px; }
    .hero__address {
      margin-right: 15px; }
    .hero__button {
      margin-left: 30px;
      margin-right: 30px; } }
@media (min-width: 1024px) {
  .hero__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    text-align: left;
    padding: 0; }
  .hero__title {
    font-size: 38px;
    padding: 40px 40px 33px 40px;
    max-width: 500px; }
  .hero__text {
    padding: 40px 40px 40px 0;
    display: block; }
  .hero__address {
    margin: 0;
    white-space: nowrap; }
  .hero__contact {
    margin-left: 0; }
  .hero__button {
    margin-left: 0;
    margin-right: 0; } }
@media (min-width: 1240px) {
  .hero__header {
    border-width: 30px; }
  .hero__contact {
    font-size: 24px; }
  .hero__button {
    font-size: 28px;
    margin-top: 28px; }
    .hero__button span {
      padding: 27px 25px 27px 25px; }
  .hero__logo {
    height: 270px; } }

.tiles {
  color: #fce2c8; }
  @media (min-width: 768px) {
    .tiles {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: stretch; } }
  @media (min-width: 1024px) {
    .tiles {
      flex-wrap: nowrap; } }

.tile__header {
  background-color: #662e32;
  position: relative;
  margin-top: 30px; }
  .tile__header:after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23662e32' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E") repeat-x center top;
    background-size: 5px 3px;
    z-index: 1; }
.tile--yellow .tile__header {
  background-color: #d29340; }
  .tile--yellow .tile__header:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23d29340' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); }
.tile--brown .tile__header {
  background-color: #8d3f30; }
  .tile--brown .tile__header:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%238d3f30' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); }
.tile--dark .tile__header {
  background-color: #41332f; }
  .tile--dark .tile__header:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%2341332f' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); }
.tile__title {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 25px;
  font-family: "Alegreya", serif; }
.tile__text {
  margin-top: 3px;
  background-color: #763c41;
  position: relative;
  padding: 22px 25px; }
  .tile__text:after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23763c41' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E") repeat-x center top;
    background-size: 5px 3px; }
.tile--yellow .tile__text {
  background-color: #f1a949; }
  .tile--yellow .tile__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23f1a949' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); }
.tile--brown .tile__text {
  background-color: #a84b39; }
  .tile--brown .tile__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%23a84b39' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); }
.tile--dark .tile__text {
  background-color: #52403b; }
  .tile--dark .tile__text:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5px' height='3px' viewBox='0 0 5 3'%3E%3Ccircle fill-rule='evenodd' clip-rule='evenodd' fill='%2352403b' cx='1.5' cy='1.5' r='1.5'/%3E%3C/svg%3E"); }
@media (min-width: 768px) {
  .tile {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column; }
    .tile__text {
      flex-grow: 1; } }
@media (min-width: 1024px) {
  .tile {
    width: calc(25% - 22.5px); }
    .tile__title {
      font-size: 30px; }
    .tile__text {
      text-align: left; } }

.products {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: -15px; }
  .products__product {
    margin: 15px; }

.columns {
  margin-top: 50px;
  font-size: 18px; }
  .columns__section {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    .columns__section + .columns__section {
      margin-top: 40px; }
  @media (min-width: 768px) {
    .columns {
      columns: 2;
      column-gap: 30px; } }
  @media (min-width: 1024px) {
    .columns {
      columns: 3; } }

.place {
  font-size: 24px; }
  .place span {
    white-space: nowrap; }
  .place__marker {
    margin-top: 6px;
    display: block; }
    .place__marker img {
      vertical-align: middle;
      will-change: transform;
      transition: transform 0.2s;
      transform-origin: 30% 50%; }
    .place__marker:hover {
      color: #52403b; }
      .place__marker:hover img {
        transform: scale(1.2); }
  .place__marker + .place {
    margin-top: 20px; }

.about__text {
  text-align: left;
  font-size: 18px; }
.about__photos img {
  display: block;
  width: 100%; }
.about__photo {
  margin-top: 30px; }
@media (min-width: 768px) {
  .about__photos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .about__photo {
    width: calc((100% - 30px) / 2); } }
@media (min-width: 1024px) {
  .about__photo {
    width: calc((100% - 60px) / 3); } }

.popup {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 5;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden; }
  .popup.active {
    opacity: 1;
    visibility: visible;
    -webkit-overflow-scrolling: touch; }
  .popup__content {
    margin: auto;
    border: 6px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 16px 2px #cccccc;
    background-color: #fff;
    cursor: pointer; }
  .popup__image {
    max-width: 100%; }
  @media (min-width: 600px) {
    .popup__content {
      border: 16px solid #fff; } }

/*# sourceMappingURL=style.css.map */
