/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.swiperBeers {
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-vertical-gap: 0;
}
.swiperBeers .swiper-wrapper {
  margin-bottom: 50px;
}
.swiperBeers .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 40px;
  text-align: left;
}
@media only screen and (min-width : 568px) {
  .swiperBeers .swiper-pagination {
    gap: 20px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width : 1600px) {
  .swiperBeers .swiper-pagination {
    margin-bottom: 100px;
  }
}
.swiperBeers .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 2rem;
  color: #c68438;
  background-color: transparent;
  border: 1px solid #c68438;
  padding: 0.45em 0.6em;
  font-weight: 600;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.swiperBeers .swiper-pagination-bullet:hover {
  background-color: #c68438;
  border-color: #c68438;
  color: rgb(0, 0, 0);
}
.swiperBeers .swiper-pagination-bullet-active {
  background-color: #c68438;
  border-color: #c68438;
  color: rgb(0, 0, 0);
}
.swiperBeers .swiper-button-prev {
  left: -20px;
  top: 560px;
}
@media only screen and (min-width : 1080px) {
  .swiperBeers .swiper-button-prev {
    left: -40px;
  }
}
@media only screen and (min-width : 1200px) {
  .swiperBeers .swiper-button-prev {
    top: 450px;
    left: -20px;
  }
}
@media only screen and (min-width : 1600px) {
  .swiperBeers .swiper-button-prev {
    left: -20px;
  }
}
.swiperBeers .swiper-button-next {
  right: -20px;
  top: 560px;
}
@media only screen and (min-width : 1080px) {
  .swiperBeers .swiper-button-next {
    right: -40px;
  }
}
@media only screen and (min-width : 1200px) {
  .swiperBeers .swiper-button-next {
    top: 450px;
    right: -20px;
  }
}
@media only screen and (min-width : 1600px) {
  .swiperBeers .swiper-button-next {
    right: -20px;
  }
}
.swiperBeers .swiper-button-next,
.swiperBeers .swiper-button-prev {
  display: none;
}
@media only screen and (min-width : 568px) {
  .swiperBeers .swiper-button-next,
  .swiperBeers .swiper-button-prev {
    width: 35px;
    display: block;
  }
}
@media only screen and (min-width : 1080px) {
  .swiperBeers .swiper-button-next,
  .swiperBeers .swiper-button-prev {
    width: 45px;
  }
}
@media only screen and (min-width : 1400px) {
  .swiperBeers .swiper-button-next,
  .swiperBeers .swiper-button-prev {
    width: 60px;
  }
}
.swiperBeers .swiper-button-next path,
.swiperBeers .swiper-button-prev path {
  fill: #c68438;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-size: 56.25%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
@media only screen and (min-width : 992px) {
  body,
  html {
    font-size: 62.5%;
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

input,
textarea {
  border: none;
}

.content {
  line-height: 1.6;
  color: rgb(0, 0, 0);
  font-size: 16px;
}
.content a {
  color: rgb(0, 0, 0);
  word-wrap: break-word;
}
.content i {
  font-weight: 400;
}
.content code {
  background-color: rgba(128, 128, 128, 0.2);
  border-radius: 3px;
  padding: 0 4px;
}
.content ul li {
  margin-left: 20px;
}
.content ul li:not(:last-child) {
  padding-bottom: 0.5em;
}
.content ul:not(:last-child) {
  padding-bottom: 1em;
}
.content ol li:not(:last-child) {
  padding-bottom: 0.5em;
}
.content ol:not(:last-child) {
  padding-bottom: 1em;
}
.content h1 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Graphik";
  text-align: left;
  font-size: 42px;
  margin-bottom: 0.4em;
}
.content h1:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h1 {
    font-size: 52px;
  }
}
.content h2 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Graphik";
  text-align: left;
  font-size: 36px;
  margin-bottom: 0.4em;
}
.content h2:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h2 {
    font-size: 42px;
  }
}
.content h3 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Graphik";
  text-align: left;
  font-size: 28px;
  margin-bottom: 0.4em;
}
.content h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h3 {
    font-size: 32px;
  }
}
.content h4 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Graphik";
  text-align: left;
  font-size: 22px;
  margin-bottom: 0.4em;
}
.content h4:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h4 {
    font-size: 24px;
  }
}
.content h5 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Graphik";
  text-align: left;
  font-size: 18px;
  margin-bottom: 0.4em;
}
.content h5:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h5 {
    font-size: 20px;
  }
}
.content h6 {
  color: rgb(0, 0, 0);
  line-height: 1.25;
  font-weight: bold;
  margin: 0.8em 0;
  font-family: "Graphik";
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.4em;
}
.content h6:first-child {
  margin-top: 0;
}
@media only screen and (min-width : 568px) {
  .content h6 {
    font-size: 18px;
  }
}
.content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.content--center {
  text-align: center;
}
.content--center h1,
.content--center h2,
.content--center h3,
.content--center h4,
.content--center h5,
.content--center h6 {
  text-align: center;
}
.content--right {
  text-align: right;
}
.content--white {
  color: rgb(255, 255, 255);
}
.content--white a,
.content--white h1,
.content--white h2,
.content--white h3,
.content--white h4,
.content--white h5,
.content--white h6 {
  color: rgb(255, 255, 255);
}
.content--large {
  font-size: 18px;
}
@media only screen and (min-width : 568px) {
  .content--large {
    font-size: 20px;
  }
}

body,
html {
  font-weight: 400;
  font-family: "Graphik";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: 700;
}

.h1 {
  font-size: 3.6rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.6em;
}
@media only screen and (min-width : 568px) {
  .h1 {
    font-size: 4.2rem;
  }
}
@media only screen and (min-width : 1200px) {
  .h1 {
    font-size: 4.8rem;
  }
}

.h2 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 1em;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.woff2") format("woff2"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.woff2") format("woff2"), url("../fonts/Graphik-Semibold.woff") format("woff"), url("../fonts/Graphik-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body,
html {
  font-weight: 400;
  font-family: "Graphik";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}

::selection {
  color: rgb(255, 255, 255);
  background: #c68438;
}

.mad {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  font-size: 0;
  position: relative;
  top: -160px;
}
@media only screen and (min-width : 1400px) {
  .anchor {
    top: -200px;
  }
}

.fancybox-container {
  z-index: 10000000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.header__lineInner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.header__lineText {
  font-size: 1.2rem;
  color: #c68438;
  margin-right: 10px;
  text-align: right;
  max-width: 120px;
}
@media only screen and (min-width : 480px) {
  .header__lineText {
    font-size: 1.4rem;
    max-width: unset;
  }
}
@media only screen and (min-width : 568px) {
  .header__lineText {
    font-size: 1.6rem;
  }
}
.header__lineLink {
  display: block;
  border: none;
  outline: none;
  flex-shrink: 0;
}
.header__lineSvg {
  height: 32px;
  display: block;
}
@media only screen and (min-width : 568px) {
  .header__lineSvg {
    height: 35px;
  }
}
.header__nav {
  border-top: 1px solid #c68438;
  border-bottom: 1px solid #c68438;
  padding: 20px 0 20px 0;
}
@media only screen and (min-width : 992px) {
  .header__nav {
    padding: 55px 0 20px 0;
  }
}
@media only screen and (min-width : 1400px) {
  .header__nav {
    padding: 70px 0 20px 0;
  }
}

.footer {
  background-color: rgb(0, 0, 0);
  padding: 60px 0;
}
@media only screen and (min-width : 992px) {
  .footer {
    padding: 100px 0;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px 40px;
  align-items: flex-start;
}
@media only screen and (min-width : 768px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1280px) {
  .footer__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width : 1400px) {
  .footer__grid {
    gap: 80px;
  }
}
@media only screen and (min-width : 768px) {
  .footer__item--wide {
    grid-column: span 2;
  }
}
.footer__links {
  display: flex;
  flex-direction: column;
}
.footer__links > * {
  border-bottom: 1px solid #c68438;
  display: inline-block;
  padding: 10px 0;
  max-width: 300px;
}
@media only screen and (min-width : 768px) {
  .footer__links > * {
    max-width: 100%;
  }
}
.footer__link {
  font-size: 2.2rem;
  text-decoration: none;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.footer__link:hover {
  color: #c68438;
}
.footer__link--contact {
  margin-bottom: 10px;
}
@media only screen and (min-width : 568px) {
  .footer__link--contact {
    margin-bottom: 0;
    padding: 10px 25px;
    border-left: 1px solid #c68438;
  }
}
@media only screen and (min-width : 1600px) {
  .footer__link--contact {
    padding: 10px 50px;
  }
}
.footer__miniheading {
  font-size: 1.8rem;
  color: #c68438;
  line-height: 1.6;
}
.footer__heading {
  font-size: 2.2rem;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  font-weight: 600;
  margin-top: 15px;
}
.footer__heading--spaced {
  margin-bottom: 1em;
}
@media only screen and (min-width : 1280px) {
  .footer__heading {
    margin-top: 40px;
  }
}
.footer__text {
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  line-height: 1.6;
}
.footer__text--brown {
  margin-top: 15px;
  color: #c68438;
}
.footer__form {
  margin-bottom: 15px;
  margin-top: 10px;
  display: flex;
}
.footer__form ::placeholder {
  color: rgb(255, 255, 255);
  font-family: "Graphik", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
}
.footer__input {
  border-right: none;
  padding: 20px;
  color: #c68438;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
  border: 1px solid #c68438;
  max-width: 500px;
  background-color: transparent;
}
.footer__button {
  background-color: #c68438;
  font-size: 2.2rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  border: none;
  cursor: pointer;
  padding: 0.8em 1em;
  transition: all 0.3s ease-in-out;
}
.footer__button:hover {
  background-color: #1b6f45;
}
.footer__socials {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__socialsLink {
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.footer__socialsLink svg {
  height: 75%;
  width: 75%;
}
.footer__socialsLink svg path {
  fill: rgb(0, 0, 0);
  transition: all 0.3s ease-in-out;
}
.footer__socialsLink:hover {
  background-color: transparent;
}
.footer__socialsLink:hover svg path {
  fill: rgb(255, 255, 255);
}
.footer__contact {
  display: flex;
  width: fit-content;
  flex-direction: column;
  color: #c68438;
}
@media only screen and (min-width : 568px) {
  .footer__contact {
    text-align: center;
    flex-direction: row;
    border-right: 1px solid #c68438;
  }
}
.footer__formMessage {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  line-height: 1.6;
  font-weight: 600;
}
.footer__formMessage--error {
  color: rgb(183, 0, 0);
}
.footer__formMessage--success {
  color: rgb(0, 108, 0);
}

.wrapper {
  width: 100%;
  position: relative;
}

.container {
  width: 1760px;
  max-width: 100%;
  margin: 0px auto;
  z-index: 0;
  padding: 0px 20px;
}
@media only screen and (min-width : 480px) {
  .container {
    padding: 0px 40px;
  }
}
@media only screen and (min-width : 1080px) {
  .container {
    padding: 0px 80px;
  }
}

.section {
  padding: 50px 0;
}
@media only screen and (min-width : 1200px) {
  .section {
    padding: 100px 0;
  }
}

.pt-small {
  padding-top: 50px !important;
}

.pt-medium {
  padding-top: 100px !important;
}

.pt-big {
  padding-top: 150px !important;
}

.pt-huge {
  padding-top: 200px !important;
}
@media only screen and (min-width : 992px) {
  .pt-huge {
    padding-bottom: 250px !important;
  }
}

.pb-small {
  padding-bottom: 50px !important;
}

.pb-medium {
  padding-bottom: 100px !important;
}

.pb-big {
  padding-bottom: 150px !important;
}

.pb-huge {
  padding-bottom: 200px !important;
}
@media only screen and (min-width : 992px) {
  .pb-huge {
    padding-bottom: 250px !important;
  }
}

.pa-small {
  padding: 50px 0 !important;
}

.pa-medium {
  padding: 100px 0 !important;
}

.pa-big {
  padding: 150px 0 !important;
}

.pa-huge {
  padding: 200px 0 !important;
}
@media only screen and (min-width : 992px) {
  .pa-huge {
    padding: 250px 0 !important;
  }
}

.mt-small {
  margin-top: 50px !important;
}

.mt-medium {
  margin-top: 100px !important;
}

.mt-big {
  margin-top: 150px !important;
}

.mt-huge {
  margin-top: 200px !important;
}
@media only screen and (min-width : 992px) {
  .mt-huge {
    margin-bottom: 250px !important;
  }
}

.mb-small {
  margin-bottom: 50px !important;
}

.mb-medium {
  margin-bottom: 100px !important;
}

.mb-big {
  margin-bottom: 150px !important;
}

.mb-huge {
  margin-bottom: 200px !important;
}
@media only screen and (min-width : 992px) {
  .mb-huge {
    margin-bottom: 250px !important;
  }
}

.ma-small {
  margin: 50px 0 !important;
}

.ma-medium {
  margin: 100px 0 !important;
}

.ma-big {
  margin: 150px 0 !important;
}

.ma-huge {
  margin: 200px 0 !important;
}
@media only screen and (min-width : 992px) {
  .ma-huge {
    margin: 250px 0 !important;
  }
}

.button {
  color: rgb(255, 255, 255);
  background-color: #c68438;
  border: 2px solid #c68438;
  display: inline-block;
  padding: 0.8em 1em;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
@media only screen and (min-width : 992px) {
  .button {
    font-size: 2.2rem;
  }
}
.button:hover {
  background-color: transparent;
  color: #c68438;
}
.button--white {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.button--white:hover {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.button--black {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 0);
}
.button--black:hover {
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.button--large {
  font-size: 16px;
}
@media only screen and (min-width : 1200px) {
  .button--large {
    font-size: 20px;
  }
}
.button--small {
  font-size: 14px;
}
@media only screen and (min-width : 1200px) {
  .button--small {
    font-size: 16px;
  }
}

form input[type=checkbox] {
  background-color: transparent;
  border: 0.1em solid rgb(219, 230, 230);
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  padding: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
form input[type=checkbox]::before {
  background-color: #c68438;
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 60ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
form input[type=checkbox]:checked::before {
  transform: scale(1);
}
form input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.hero {
  width: 100%;
  padding-top: 200px;
  overflow: hidden;
  padding-top: 140px;
  min-height: 680px;
  margin-bottom: 50px;
}
@media only screen and (min-width : 568px) {
  .hero {
    min-height: 780px;
  }
}
@media only screen and (min-width : 992px) {
  .hero {
    height: 100vh;
    min-height: 860px;
    padding-top: 160px;
    margin-bottom: 0;
  }
}
.hero__content {
  padding-top: 80px;
  position: relative;
  z-index: 30;
}
@media only screen and (min-width : 992px) {
  .hero__content {
    padding-top: 100px;
  }
}
@media only screen and (min-width : 1400px) {
  .hero__content {
    padding-top: 140px;
  }
}
.hero__inner {
  position: relative;
  width: 100%;
  height: calc(100vh - 160px);
  min-height: 540px;
}
@media only screen and (min-width : 568px) {
  .hero__inner {
    min-height: 640px;
  }
}
@media only screen and (min-width : 992px) {
  .hero__inner {
    min-height: 700px;
  }
}
.hero__image {
  position: absolute;
  height: 240px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
@media only screen and (min-width : 480px) {
  .hero__image {
    height: 280px;
  }
}
@media only screen and (min-width : 568px) {
  .hero__image {
    height: 360px;
  }
}
@media only screen and (min-width : 1400px) {
  .hero__image {
    bottom: -40px;
    height: 440px;
  }
}
.hero__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 260px;
  top: 180px;
}
@media only screen and (min-width : 568px) {
  .hero__logo {
    height: 320px;
    top: 200px;
  }
}
@media only screen and (min-width : 1400px) {
  .hero__logo {
    height: 360px;
    top: 100px;
  }
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width : 992px) {
  .nav {
    align-items: flex-end;
  }
}
.nav__list {
  list-style: none;
  display: flex;
  gap: 40px;
  align-items: flex-end;
}
@media only screen and (min-width : 1400px) {
  .nav__list {
    gap: 120px;
  }
}
.nav__item {
  display: none;
}
@media only screen and (min-width : 992px) {
  .nav__item {
    display: block;
  }
}
.nav__logo {
  height: 24px;
}
@media only screen and (min-width : 768px) {
  .nav__logo {
    height: 28px;
  }
}
@media only screen and (min-width : 992px) {
  .nav__logo {
    height: 32px;
  }
}
@media only screen and (min-width : 1200px) {
  .nav__logo {
    height: 36px;
  }
}
.nav__logoWrap {
  display: block;
  border: none;
  outline: none;
}
.nav__link {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 2.2rem;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.nav__link:hover {
  color: #c68438;
}
.nav__burger {
  width: 32px;
  height: 22px;
  position: relative;
  display: block;
}
@media only screen and (min-width : 992px) {
  .nav__burger {
    display: none;
  }
}
.nav__burger > span {
  display: block;
  height: 2px;
  width: 32px;
  left: 0;
  background-color: #c68438;
  position: absolute;
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
}
.nav__burger > span:nth-child(1) {
  top: 0;
}
.nav__burger > span:nth-child(2) {
  top: 9px;
}
.nav__burger > span:nth-child(3) {
  top: 18px;
}

.gallery {
  padding: 75px 0;
}
@media only screen and (min-width : 992px) {
  .gallery {
    padding: 120px 0;
  }
}
.gallery--smallpt {
  padding: 25px 0 75px 0;
}
@media only screen and (min-width : 992px) {
  .gallery--smallpt {
    padding: 40px 0 120px 0;
  }
}
.gallery__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media only screen and (min-width : 568px) {
  .gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 992px) {
  .gallery__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width : 1400px) {
  .gallery__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.gallery__item {
  display: flex;
  align-items: flex-end;
  position: relative;
  min-height: 320px;
  padding: 20px;
  background-color: rgb(0, 0, 0);
  font-size: 3rem;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1.3;
  overflow: hidden;
}
@media only screen and (min-width : 568px) {
  .gallery__item {
    min-height: 280px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width : 768px) {
  .gallery__item {
    min-height: 360px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width : 1200px) {
  .gallery__item {
    min-height: 360px;
    padding: 30px;
  }
}
@media only screen and (min-width : 1400px) {
  .gallery__item {
    min-height: 320px;
  }
}
@media only screen and (min-width : 1600px) {
  .gallery__item {
    font-size: 3.2rem;
    min-height: 380px;
  }
}
@media only screen and (min-width : 1400px) {
  .gallery__item--wide {
    grid-column: span 2;
  }
}
@media only screen and (min-width : 992px) {
  .gallery__item--wideOnTablets {
    grid-column: span 2;
  }
}
@media only screen and (min-width : 1400px) {
  .gallery__item--tall {
    grid-row: span 2;
  }
}
.gallery__item--green {
  background-color: #1b6f45;
}
.gallery__item--purple {
  background-color: #59408b;
}
@media only screen and (min-width : 568px) {
  .gallery__item--purple {
    grid-column: span 2;
  }
}
.gallery__item--hide {
  display: none;
}
@media only screen and (min-width : 1400px) {
  .gallery__item--hide {
    display: block;
  }
}
@media only screen and (min-width : 992px) {
  .gallery__item--reorder {
    grid-row: 1;
    grid-column: 3;
  }
}
@media only screen and (min-width : 1400px) {
  .gallery__item--reorder {
    grid-row: initial;
    grid-column: initial;
  }
}
.gallery__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in;
}
.gallery__image:hover {
  transform: scale(1.05);
}
.gallery__contact {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media only screen and (min-width : 768px) {
  .gallery__contact {
    bottom: 30px;
    left: 30px;
  }
}
.gallery__link {
  font-size: 2.4rem;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: lowercase;
}
.gallery .h2 {
  margin-bottom: 2.4em;
}

.swiperBeers {
  padding: 25px 0 75px 0;
}
@media only screen and (min-width : 992px) {
  .swiperBeers {
    padding: 40px 0 120px 0;
  }
}
.swiperBeers__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media only screen and (min-width : 568px) {
  .swiperBeers__item {
    padding: 0 60px;
  }
}
@media only screen and (min-width : 1080px) {
  .swiperBeers__item {
    padding: 0;
  }
}
@media only screen and (min-width : 1200px) {
  .swiperBeers__item {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media only screen and (min-width : 1400px) {
  .swiperBeers__item {
    grid-template-columns: 2fr 3fr;
    gap: 80px;
  }
}
.swiperBeers__tag {
  font-size: 1.8rem;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  border: 1px solid #c68438;
  text-transform: uppercase;
  padding: 10px 15px;
  margin-bottom: 40px;
}
.swiperBeers__text {
  font-size: 2rem;
  color: rgb(255, 255, 255);
  line-height: 1.6;
  margin-bottom: 60px;
}
@media only screen and (min-width : 1600px) {
  .swiperBeers__text {
    margin-bottom: 80px;
  }
}
.swiperBeers__image {
  height: 200px;
  display: block;
}
@media only screen and (min-width : 568px) {
  .swiperBeers__image {
    height: 280px;
  }
}
@media only screen and (min-width : 1200px) {
  .swiperBeers__image {
    height: initial;
    max-height: 560px;
    margin: 0 auto;
  }
}
.swiperBeers__inner {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width : 1080px) {
  .swiperBeers__inner {
    padding: 0 60px;
  }
}
@media only screen and (min-width : 1400px) {
  .swiperBeers__inner {
    padding: 0 100px;
  }
}
.swiperBeers__details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  max-width: 600px;
}
@media only screen and (min-width : 1600px) {
  .swiperBeers__details {
    margin-bottom: 80px;
  }
}
.swiperBeers__detailItem {
  border-left: 1px solid #c68438;
  text-align: center;
  width: 100%;
}
.swiperBeers__detailItem:last-child {
  border-right: 1px solid #c68438;
}
.swiperBeers__detailName {
  display: inline-block;
  font-size: 2rem;
  color: #c68438;
  width: 100%;
  margin-bottom: 20px;
}
.swiperBeers__detailValue {
  display: inline-block;
  font-size: 3.6rem;
  color: rgb(255, 255, 255);
  width: 100%;
  font-weight: 600;
}
@media only screen and (min-width : 768px) {
  .swiperBeers__detailValue {
    font-size: 4.8rem;
  }
}
.swiperBeers__detailValueUnit {
  display: inline-block;
  font-size: 1.8rem;
  color: rgb(255, 255, 255);
  font-weight: 600;
  margin-left: 0.6rem;
  vertical-align: text-top;
}
@media only screen and (min-width : 768px) {
  .swiperBeers__detailValueUnit {
    font-size: 2.4rem;
  }
}
.swiperBeers__link {
  color: #c68438;
  text-decoration: none;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.swiperBeers__link:hover {
  color: rgb(255, 255, 255);
}
@media only screen and (min-width : 992px) {
  .swiperBeers .h2 {
    margin-bottom: 2.4em;
  }
}

.cta {
  background-color: #59408b;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cta__grid {
  position: relative;
  padding: 100px 0;
  margin: 0 20px;
}
@media only screen and (min-width : 480px) {
  .cta__grid {
    margin: 0 40px;
  }
}
@media only screen and (min-width : 992px) {
  .cta__grid {
    display: grid;
    align-items: center;
    grid-template-columns: 480px 1fr;
    height: 660px;
    padding: 0px;
    margin: 0 0 0 40px;
  }
}
@media only screen and (min-width : 1080px) {
  .cta__grid {
    margin-left: 80px;
  }
}
@media only screen and (min-width : 1400px) {
  .cta__grid {
    grid-template-columns: 620px 1fr;
    height: 760px;
  }
}
@media only screen and (min-width : 1600px) {
  .cta__grid {
    height: 820px;
  }
}
.cta__right {
  position: relative;
  height: 100%;
}
.cta__image {
  display: none;
}
@media only screen and (min-width : 992px) {
  .cta__image {
    display: block;
    position: absolute;
    top: 0;
    left: -100px;
    min-width: calc(100% + 100px);
    height: 100%;
    object-fit: cover;
    object-position: top left;
  }
}
.cta__content {
  max-width: 560px;
}
@media only screen and (min-width : 992px) {
  .cta__content {
    max-width: 100%;
  }
}
.cta__content .h1 {
  color: #c68438;
}
.cta__text {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1em;
  color: rgb(255, 255, 255);
  margin-bottom: calc(2em + 15%);
}
.cta__leg {
  position: absolute;
  left: 220px;
  bottom: 0;
  height: 180px;
}
@media only screen and (min-width : 992px) {
  .cta__leg {
    height: 240px;
  }
}
@media only screen and (min-width : 1400px) {
  .cta__leg {
    height: 280px;
  }
}
.cta__arm {
  position: absolute;
  right: -40px;
  top: 40px;
  height: 140px;
}
@media only screen and (min-width : 480px) {
  .cta__arm {
    right: -60px;
  }
}
@media only screen and (min-width : 768px) {
  .cta__arm {
    top: 100px;
    height: 180px;
  }
}
@media only screen and (min-width : 992px) {
  .cta__arm {
    right: -20px;
    height: 240px;
  }
}
@media only screen and (min-width : 1400px) {
  .cta__arm {
    height: 280px;
  }
}
.cta .h1 {
  margin-right: 40px;
}
@media only screen and (min-width : 480px) {
  .cta .h1 {
    margin-right: 0;
  }
}

.mobileNav {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.98);
  opacity: 0;
  top: -110%;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}
.mobileNav.opened {
  opacity: 1;
  top: 0;
  visibility: visible;
}
@media only screen and (min-width : 992px) {
  .mobileNav.opened {
    visibility: hidden;
    opacity: 0;
  }
}
.mobileNav__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  list-style: none;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mobileNav__link {
  padding: 5px;
  text-align: center;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 600;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.mobileNav__link:hover {
  color: #c68438;
}
.mobileNav__link.active {
  color: #c68438;
}
.mobileNav__link.active::after {
  transform: scaleX(1);
}
.mobileNav__close {
  position: absolute;
  height: 24px;
  width: 32px;
  right: 35px;
  top: 80px;
  cursor: pointer;
}
.mobileNav__close > span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  transform-origin: 0 50%;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.mobileNav__close > span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.mobileNav__close > span:nth-child(2) {
  bottom: 0;
  transform: rotate(-45deg);
}
.mobileNav__close:hover > span {
  background-color: #c68438;
}

.map .h2 {
  margin-bottom: 1.6em;
}
@media only screen and (min-width : 992px) {
  .map .h2 {
    margin-bottom: 2.4em;
  }
}
.map__inner {
  width: 100%;
  height: 600px;
}
.map__inner > iframe {
  width: 100%;
  height: 100%;
}
.map__map {
  height: 100%;
  color: rgb(0, 0, 0);
}

.copyright {
  background-color: rgb(0, 0, 0);
  padding: 40px 0;
  border-top: 1px solid #c68438;
}
@media only screen and (min-width : 768px) {
  .copyright {
    padding: 25px 0;
  }
}
.copyright__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width : 768px) {
  .copyright__inner {
    flex-direction: row;
    align-items: center;
  }
}
.copyright__left {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width : 768px) {
  .copyright__left {
    margin-bottom: 0;
  }
}
.copyright__nav {
  display: block;
}
.copyright__navLink {
  font-size: 1.6rem;
  color: #c68438;
  text-align: right;
  text-decoration: none;
  margin-right: 25px;
  transition: all 0.3s ease-in-out;
}
.copyright__navLink:hover {
  color: rgb(255, 255, 255);
}
.copyright__right {
  display: block;
}
.copyright__info {
  font-size: 1.6rem;
  color: #c68438;
  text-align: left;
  max-width: 280px;
}
@media only screen and (min-width : 768px) {
  .copyright__info {
    text-align: right;
    max-width: initial;
  }
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000000;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms;
}
.loading__circle {
  display: inline-block;
  position: absolute;
  width: 140px;
  height: 140px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loading__circle:after {
  content: " ";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: loading 1.2s linear infinite;
  opacity: 0.8;
}
.loading.show {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contentBlock {
  padding: 75px 0;
}
@media only screen and (min-width : 992px) {
  .contentBlock {
    padding: 150px 0;
  }
}
.contentBlock--mt {
  margin-top: 180px;
}
@media only screen and (min-width : 992px) {
  .contentBlock--mt {
    margin-top: 160px;
  }
}
@media only screen and (min-width : 1400px) {
  .contentBlock--mt {
    margin-top: 180px;
  }
}

.agepopup__inner {
  max-width: 480px;
}
.agepopup__text {
  font-size: 1.6rem;
  color: rgb(0, 0, 0);
  line-height: 1.6;
  text-align: center;
}
.agepopup__text h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.agepopup__button {
  margin-top: 30px;
  text-align: center;
}

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