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;
}

@font-face {
  font-family: "Tattoo Ink";
  src: url("./assets/tatt.ttf");
}

body {
  font-family: "Barlow", sans-serif;
  background-color: #ffffff;
}

body.blocked {
  overflow: hidden;
}

section:focus {
  outline: 0;
}

.arrow-bottom {
  position: absolute;
  bottom: 5vh;
  left: calc(50vw - 35px);
  cursor: pointer;
  z-index: 2;
}

.arrow-bottom img {
  width: 50px;
}

@media only screen and (max-width: 800px) {
  .arrow-bottom {
    left: calc(50vw - 25px);
  }
}

.title {
  font-family: "Tattoo Ink", sans-serif;
  font-size: 65px;
  padding-top: 124px;
  position: relative;
  padding-bottom: 24px;
}

@media only screen and (max-width: 1365px) {
  .title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 800px) {
  .title {
    padding-top: 46px;
    font-size: 32px;
    padding-bottom: 18px;
    margin: 16px 16px 36px 16px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .title {
    font-size: 52px;
  }
}

.title.deco::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #de0813;
}

@media only screen and (max-width: 800px) {
  .title.deco::after {
    width: 40px;
    height: 2px;
  }
}

.title.left {
  text-align: left;
  margin-left: 150px;
}

@media only screen and (max-width: 1025px) {
  .title.left {
    margin-left: 20px;
  }
}

.title.left::after {
  bottom: 0;
  left: 0;
}

.title.center {
  text-align: center;
}

.title.center::after {
  bottom: 0;
  left: calc(50% - 40px);
}

@media only screen and (max-width: 800px) {
  .title.center::after {
    left: calc(50% - 20px);
  }
}

.title.right {
  text-align: right;
  margin-right: 150px;
}

.title.right::after {
  bottom: 0;
  right: 0;
}

.title.top-close {
  padding-top: 12px;
}

@media only screen and (max-width: 800px) {
  .title.top-close {
    padding-top: 46px;
  }
}

@media only screen and (max-width: 800px) {
  .title.left, .title.right, .title.center {
    top: 26px;
    margin: 16px;
    margin-top: 0;
  }
}

.rect {
  background-image: url("./assets/falbana.svg");
  width: 100%;
  height: 40px;
  position: absolute;
  background-position: bottom;
  background-size: 1920px;
  z-index: 3;
  border-top: 1px solid white;
  bottom: -41px;
}

@media only screen and (max-width: 800px) {
  .rect {
    height: 20px;
    bottom: -21px;
    background-size: 960px;
  }
}

.stripes {
  width: 100%;
  height: 80px;
  background-image: url("./assets/tlo-paski.svg");
  position: absolute;
  bottom: -80px;
  background-size: cover;
  z-index: 2;
}

@media only screen and (max-width: 800px) {
  .stripes {
    height: 40px;
    bottom: -40px;
    background-size: 500px;
  }
}

.stripes.short {
  height: 8px;
  bottom: -8px;
}

.menu-button {
  display: none;
  background: none;
  border: none;
  padding: 5px;
  z-index: 12;
}

.menu-button:focus {
  outline: 0;
}

.menu-button:focus span {
  background-color: #de0813;
}

.menu-button span {
  background-color: #00468d;
  height: 4px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}

.menu-button span:nth-of-type(1) {
  width: 28px;
  margin-bottom: 6px;
}

.menu-button span:nth-of-type(2) {
  width: 22px;
  margin-bottom: 6px;
  -webkit-transition: -webkit-transform 0.3s linear 0.2s;
  transition: -webkit-transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s;
  transition: transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
}

.menu-button span:nth-of-type(3) {
  width: 28px;
}

.menu-button.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.menu-button.active span:nth-of-type(2) {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

.menu-button.active span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media only screen and (max-width: 800px) {
  .menu-button {
    display: block;
  }
}

.navbar {
  background-color: rgba(243, 245, 250, 0.95);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
}

.navbar-content {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1256px;
  margin: auto;
}

@media only screen and (max-width: 800px) {
  .navbar-content {
    padding: 5px 20px;
  }
}

.navbar-content ul {
  text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #f3f6fa;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.6s;
    transition: 0.6s;
    height: 100%;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navbar-content ul .logo-fb {
  position: absolute;
  bottom: 22px;
  right: 16px;
  display: none;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul .logo-fb {
    display: block;
  }
}

.navbar-content ul .stripes {
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul .stripes {
    display: block;
  }
}

.navbar-content ul .menu-footer {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  padding: 28px 16px;
  overflow: auto;
  position: relative;
}

footer a{
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul .menu-footer {
    display: block;
  }
}

.navbar-content ul .menu-footer .subt {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.6em;
  font-size: 18px;
  line-height: 1;
}

.navbar-content ul .menu-footer p {
  font-size: 14px;
  line-height: 1.6;
  text-transform: initial;
}

.navbar-content ul .menu-footer p span {
  font-weight: bold;
}

.navbar-content ul .menu-footer p a {
  color: inherit;
  text-decoration: none;
}

.navbar-content ul .menu-logo {
  display: none;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul .menu-logo {
    display: block;
    width: 152px;
    max-width: 80%;
    margin: 20px auto 0;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .navbar-content ul .menu-logo {
    width: 230px;
  }
}

.navbar-content ul li {
  font-size: 24px;
  display: inline-block;
  position: relative;
}

.navbar-content ul li a {
  color: #00468d;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul li {
    text-align: center;
    margin: 18px 0;
  }
  .navbar-content ul li:last-of-type {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 800px) and (max-height: 600px) {
  .navbar-content ul li {
    text-align: center;
    margin: 9px 0;
  }
  .navbar-content ul li:last-of-type {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .navbar-content ul li {
    font-size: 32px;
  }
}

.navbar-content ul li:not(:last-of-type) {
  margin-right: 85px;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul li:not(:last-of-type) {
    margin-right: 0;
  }
}

.navbar-content ul li:not(:last-of-type)::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #00468d;
  border-radius: 50%;
  position: absolute;
  top: 48px;
  right: -44px;
}

@media only screen and (max-width: 1365px) {
  .navbar-content ul li:not(:last-of-type)::after {
    top: 35px;
  }
}

@media only screen and (max-width: 800px) {
  .navbar-content ul li:not(:last-of-type)::after {
    top: 58px;
    right: calc(50% - 4px);
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .navbar-content ul li:not(:last-of-type)::after {
    top: 66px;
  }
}

@media only screen and (max-width: 800px) and (max-height: 600px) {
  .navbar-content ul li:not(:last-of-type)::after {
    top: 48px;
  }
}

.navbar-content ul li a {
  padding: 38px 0;
  display: block;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

@media only screen and (max-width: 1365px) {
  .navbar-content ul li a {
    padding: 26px 0;
  }
}

@media only screen and (max-width: 800px) {
  .navbar-content ul li a {
    padding: 9px 0;
  }
}

.navbar-content ul li a::before {
  content: "";
  width: 100%;
  height: 8px;
  bottom: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: #de0813;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul li a::before {
    width: 64px;
    left: calc(50% - 32px);
    height: 4px;
  }
}

.navbar-content ul li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.navbar-content ul li::before {
  content: "";
  width: 100%;
  height: 8px;
  background-color: #00468d;
  bottom: 0;
  position: absolute;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

@media only screen and (max-width: 800px) {
  .navbar-content ul li::before {
    width: 64px;
    left: calc(50% - 32px);
    height: 4px;
  }
}

.navbar-content ul li.active {
  text-shadow: 0px 0px 1px, 0 0 1px, 0 0 1px, 0 0 1px, 0px 0px 1px, 0 0 1px, 0 0 1px, 0 0 1px, 0 0 1px, 0 0 1px;
}

.navbar-content ul li.active::before {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

@media only screen and (max-width: 800px) {
  .navbar-content ul li.active {
    letter-spacing: 4px;
  }
}

.navbar-content > span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: #00468d;
  display: none;
}

@media only screen and (max-width: 800px) {
  .navbar-content > span {
    display: block;
  }
}

.navbar-content .logo-fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.navbar-content .logo-fb svg {
  width: 45px;
}

@media only screen and (max-width: 800px) {
  .navbar-content .logo-fb svg {
    width: 30px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .navbar-content .logo-fb svg {
    width: 36px;
  }
}

.navbar-content .logo-fb svg path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navbar-content .logo-fb:hover svg path {
  fill: #00468d;
}

.navbar.active .menu-button span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar.active .menu-button span:nth-of-type(2) {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

.navbar.active .menu-button span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navbar.active .menu-list {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.landing {
  width: 100%;
  height: 100vh;
  background-image: url("./assets/tlo-paski.svg");
  background-size: cover;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .landing {
    background-size: 500px;
  }
}

.landing .landing-mask {
  height: 50%;
  background-color: white;
  position: relative;
}

.landing .logo-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.landing .logo-box img {
  width: 730px;
  max-width: 80%;
  margin-top: -80px;
  max-height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}

.about {
  background-image: url("./assets/about_bg.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative;
}

@media only screen and (max-width: 800px) {
  .about {
    margin-top: -20px;
    background-image: none;
  }
}

.about-content {
  width: 100%;
  max-width: 1256px;
  margin: auto;
  overflow-x: hidden;
  padding-bottom: 90px;
}

@media only screen and (max-width: 800px) {
  .about-content {
    margin-top: -26px;
    padding-bottom: 40px;
  }
}

.about-description {
  margin-left: 150px;
  font-size: 26px;
  max-width: 900px;
  width: 80%;
  margin-top: 24px;
  line-height: 1.1em;
}

.about-description span {
  font-weight: bold;
}

@media only screen and (max-width: 1365px) {
  .about-description {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1025px) {
  .about-description {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .about-description {
    margin-left: 16px;
    margin-top: 40px;
    font-size: 14px;
    margin-bottom: -26px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .about-description {
    font-size: 20px;
  }
}

.barbers {
  max-width: 1056px;
  margin: -26px 150px 0;
  position: relative;
  height: 420px;
}

@media only screen and (max-width: 1365px) {
  .barbers {
    height: 380px;
  }
}

@media only screen and (max-width: 1025px) {
  .barbers {
    height: 380px;
    margin: -26px 100px 0 20px;
  }
}

@media only screen and (max-width: 800px) {
  .barbers {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 160px;
    margin-top: 74px;
    margin-bottom: -26px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .barbers {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 260px;
    margin-top: 74px;
    margin-bottom: -26px;
  }
}

.barbers .person {
  width: 325px;
  height: 325px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #de0813;
  position: relative;
  position: absolute;
}

@media only screen and (max-width: 1365px) {
  .barbers .person {
    width: 290px;
    height: 290px;
  }
}

@media only screen and (max-width: 800px) {
  .barbers .person {
    width: 162px;
    height: 162px;
    border: 2px solid #de0813;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .barbers .person {
    width: 260px;
    height: 260px;
  }
}

.barbers .person img {
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1365px) {
  .barbers .person img {
    height: 320px;
  }
}

@media only screen and (max-width: 800px) {
  .barbers .person img {
    height: 180px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .barbers .person img {
    height: 260px;
  }
}

.barbers .person p {
  font-family: "Tattoo Ink", sans-serif;
  font-size: 38px;
  position: absolute;
  top: 128px;
  right: 0;
}

@media only screen and (max-width: 1365px) {
  .barbers .person p {
    font-size: 32px;
  }
}

@media only screen and (max-width: 800px) {
  .barbers .person p {
    font-size: 26px;
  }
}

@media only screen and (max-width: 800px) {
  .barbers .person p {
    top: 40px;
    font-size: 20px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .barbers .person p {
    font-size: 30px;
  }
}

.barbers .person.right {
  left: 0;
  top: 0;
}

@media only screen and (max-width: 800px) {
  .barbers .person.right {
    left: 16px;
  }
}

.barbers .person.right p {
  -webkit-transform: translateX(90%);
          transform: translateX(90%);
}

@media only screen and (max-width: 800px) {
  .barbers .person.right p {
    -webkit-transform: translateX(80%);
            transform: translateX(80%);
  }
}

.barbers .person.right img {
  right: 0;
}

.barbers .person.left {
  bottom: 0;
  right: 0;
}

.barbers .person.left p {
  -webkit-transform: translateX(55%);
          transform: translateX(55%);
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .barbers .person.left p {
    -webkit-transform: translateX(35%);
            transform: translateX(35%);
  }
}

.barbers .person.left img {
  left: 0;
}

@media only screen and (max-width: 800px) {
  .barbers .person.left {
    right: 55px;
  }
}

.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 38px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .benefits {
    padding: 0 14px;
  }
}

@media only screen and (max-width: 800px) {
  .benefits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefits .card {
  text-align: center;
  width: 507px;
}

@media only screen and (max-width: 800px) {
  .benefits .card {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .benefits .card:last-of-type {
    padding-bottom: 0px;
  }
}

.benefits .card img {
  height: 135px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 800px) {
  .benefits .card img {
    height: 75px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .benefits .card img {
    height: 120px;
  }
}

.benefits .card h2 {
  font-family: "Tattoo Ink", sans-serif;
  font-size: 38px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1365px) {
  .benefits .card h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .benefits .card h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .benefits .card h2 {
    font-size: 30px;
  }
}

.benefits .card p {
  font-size: 26px;
  line-height: 1.1em;
}

.benefits .card p span {
  font-weight: bold;
}

@media only screen and (max-width: 1365px) {
  .benefits .card p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .benefits .card p {
    font-size: 14px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .benefits .card p {
    font-size: 20px;
    width: 70%;
    margin: auto;
  }
}

.pricing {
  background-image: url("./assets/pricing_bg.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 60%;
  position: relative;
  margin-top: 80px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 800px) {
  .pricing {
    background-image: none;
    padding-bottom: 40px;
    margin-top: 14px;
  }
}

.pricing-table {
  font-size: 28px;
  line-height: 1.83;
  max-width: 770px;
  margin: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1365px) {
  .pricing-table {
    font-size: 24px;
  }
}

@media only screen and (max-width: 800px) {
  .pricing-table {
    font-size: 14px;
    padding: 22px 38px 0;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .pricing-table {
    font-size: 22px;
  }
}

.pricing-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pricing-table .row span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.booking {
  text-align: center;
  position: relative;
  padding-bottom: 90px;
  padding-top: 80px;
}

@media only screen and (max-width: 800px) {
  .booking {
    padding-top: 14px;
    margin-top: 0;
    padding-bottom: 40px;
  }
}

.booking p {
  font-size: 26px;
  margin: 24px auto 32px;
  padding: 0 20px;
}

@media only screen and (max-width: 1365px) {
  .booking p {
    font-size: 24px;
  }
}

@media only screen and (max-width: 800px) {
  .booking p {
    font-size: 14px;
    margin-top: 36px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .booking p {
    font-size: 20px;
  }
}

.booking p span {
  font-weight: bold;
  display: inline-block;
  background: none;
  color: black;
  border: 0;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 340px;
  width: calc(100% * 1 / 6);
}

.gallery img.wide {
  width: calc(100% * 2 / 6);
}

@media only screen and (max-width: 800px) {
  .gallery img:last-of-type {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .gallery img {
    width: calc(100% * 1 / 5);
    max-height: 120px;
  }
  .gallery img.wide {
    width: calc(100% * 2 / 5);
    max-height: 120px;
  }
}

.contact {
  position: relative;
  padding-bottom: 90px;
}

@media only screen and (max-width: 800px) {
  .contact {
    padding-bottom: 40px;
    margin-top: -30px;
    margin-top: -26px;
  }
}

.contact-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1256px;
  max-width: 100%;
  margin: 60px auto 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 800px) {
  .contact-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 45px auto 0;
  }
}

@media only screen and (max-width: 800px) {
  .contact-details > div {
    margin-bottom: 30px;
  }
}

.contact-details .subt {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.2em;
}

.contact-details .subt:not(:first-of-type) {
  margin-top: 0.6em;
}

@media only screen and (max-width: 1365px) {
  .contact-details .subt {
    font-size: 30px;
  }
}

@media only screen and (max-width: 800px) {
  .contact-details .subt {
    font-size: 18px;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .contact-details .subt {
    font-size: 28px;
  }
}

.contact-details p {
  font-size: 26px;
  line-height: 1.4;
}

.contact-details p span {
  font-weight: bold;
}

@media only screen and (max-width: 1365px) {
  .contact-details p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 800px) {
  .contact-details p {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 620px) and (max-width: 800px) {
  .contact-details p {
    font-size: 20px;
  }
}

#map {
  width: 600px;
  height: 600px;
}

@media only screen and (max-width: 1365px) {
  #map {
    width: 500px;
    height: 500px;
  }
}

@media only screen and (max-width: 800px) {
  #map {
    width: 100%;
    height: 340px;
  }
}

footer {
  font-size: 14px;
  font-weight: bold;
  margin-top: 80px;
  position: relative;
}

@media only screen and (max-width: 1025px) {
  footer {
    font-size: 16px;
  }
}

@media only screen and (max-width: 800px) {
  footer {
    font-size: 11px;
    margin-top: 40px;
  }
}

footer p {
  padding: 16px;
  text-align: center;
}

@media only screen and (max-width: 800px) {
  footer p {
    padding: 12px;
  }
}

.booksy-widget-container-dialog .booksy-widget-button:hover {
  width: 182px !important;
  height: 63px !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.entrance-child {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  opacity: 0;
}

.entrance-child.visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */