@font-face {
  font-family: 'PostBusPro';
  src: url('../fonts/PostBusPro/PostBusPro.woff2') format('woff2'),
  url('../fonts/PostBusPro/PostBusPro.woff') format('woff'),
  url("../fonts/PostBusPro/PostBusPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jost";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Bold.eot");
  src: url("../fonts/Jost/Jost-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Bold.woff") format("woff"), url("../fonts/Jost/Jost-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Jost";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Jost/Jost-Regular.eot");
  src: url("../fonts/Jost/Jost-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Jost/Jost-Regular.woff") format("woff"), url("../fonts/Jost/Jost-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "lg";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/Icons/lg.eot");
  src: url("../fonts/Icons/lg.eot?#iefix") format("embedded-opentype"), url("../fonts/Icons/lg.woff") format("woff"), url("../fonts/Icons/lg.ttf") format("truetype"); }

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  /*background: url(../img/skin_side_up.png) left top repeat;*/
  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; }

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

/**
 * 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;
  font-size: 1em; }

/**
 * 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

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

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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; }

/**
 * 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.625emx; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * 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;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

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

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

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

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

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

button {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit; }

a {
  color: inherit; }

body {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 150px 1fr;
  font-family: "PostBusPro", sans-serif; }

main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 0; }

@media screen and (max-width: 480px) {
  body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  main {
    padding: 0; } }

.title {
  font-weight: lighter;
  width: 100%;
  text-transform: uppercase;
  font-size: 4em;
  padding-bottom: 15px;
  color: #252525; }

@media screen and (max-width: 480px) {
  .title {
    font-size: 2em; }}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/fancy-cushion.png) left top repeat;
  /*background-color: #252525;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh; }
  .header::after {
    content: '';
    background-color: rgba(0,0,0, .4);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .header > * {
    z-index: 1; }

.header__link {
  width: 100%;
  height: 105px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  line-height: 1; }
  .header__link:last-child {
    font-size: 0.8em;
    padding: 0;
    height: auto;
    margin-top: 15px;
    font-weight: lighter; }

.header__logo {
  height: auto;
  margin-bottom: auto; }

.header__img-logo {
  width: 100%; }

.header__order-button {
  height: auto;
  background-color: red;
  padding: 15px 7.5px;
  margin-bottom: 0;
  font-size: 0.9em;
  margin-top: auto; }
  .header__order-button:hover {
    opacity: 0.9; }

.mobile-menu-button {
  display: none; }

@media screen and (max-width: 480px) {
  .header {
    position: fixed;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 80vh;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 998;
    display: none; }
  .header.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .header__logo {
    width: 150px; }
  .header__link {
    height: auto;
    padding: 25px 0; }
  .header__order-button {
    line-height: 1; }
  .mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .mobile-menu-button.active {
    background-color: #2c67c2; }
    .mobile-menu-button.active .mobile-menu-button__helper {
      background-color: white; }
      .mobile-menu-button.active .mobile-menu-button__helper::after, .mobile-menu-button.active .mobile-menu-button__helper::before {
        background-color: white; }
  .mobile-menu-button__helper {
    width: 85%;
    height: 2px;
    background-color: #252525;
    position: relative; }
    .mobile-menu-button__helper::after, .mobile-menu-button__helper::before {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -15px;
      width: 30px;
      height: 2px;
      background-color: #252525;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }
    .mobile-menu-button__helper::after {
      -webkit-transform: translateY(7px);
          -ms-transform: translateY(7px);
              transform: translateY(7px); }
    .mobile-menu-button__helper::before {
      -webkit-transform: translateY(-7px);
          -ms-transform: translateY(-7px);
              transform: translateY(-7px); } }

.first-screen {
  height: calc(100vh - 30px);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/fancy-cushion.png) left top repeat;
  background-color: #252525;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px; }
  .first-screen::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2400px;
    height: 2400px;
    margin-left: -1200px;
    margin-top: -1200px;
    background: -o-radial-gradient(black, rgba(0, 0, 0, 0) 65%);
    background: radial-gradient(black, rgba(0, 0, 0, 0) 65%);
    border-radius: 100%; }

.first-screen__logo {
  position: relative;
  z-index: 1;
  animation: shineLogo 1s infinite alternate-reverse;
  margin-bottom: 30px;
  max-width: 500px; }

@-webkit-keyframes shineLogo {
  0% {
    -webkit-filter: drop-shadow(0 0 0px #0f63d1);
            filter: drop-shadow(0 0 0px #0f63d1); }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #0f63d1);
            filter: drop-shadow(0 0 10px #0f63d1); } }

@keyframes shineLogo {
  0% {
    -webkit-filter: drop-shadow(0 0 0px #0f63d1);
            filter: drop-shadow(0 0 0px #0f63d1); }
  100% {
    -webkit-filter: drop-shadow(0 0 10px #0f63d1);
            filter: drop-shadow(0 0 10px #0f63d1); } }

@media screen and (max-width: 768px) {
  .first-screen {
    padding: 70px 15px 30px;
    height: 100%; }
    .first-screen::after {
      width: 700px;
      height: 700px;
      margin-left: -350px;
      margin-top: -350px;
    }
  .first-screen__logo {
    max-width: 70%; }}

.first-screen__text {
  padding: 45px 0;
  font-size: 1.7em;
  color: #ffffff;
  font-weight: lighter;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
  line-height: 1.5; }
  .first-screen__text a {
    color: #ffffff; }
  .first-screen__text_size_small {
    font-size: 1.3em; }

@media screen and (max-width: 480px) {
  .first-screen__text {
    font-size: 1.5em;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .first-screen__text_size_small {
    font-size: 1.1em; } }

.second-screen {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: 300px;
  position: relative;
  min-width: 100%; }

@media screen and (max-width: 480px) {
  .second-screen {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.second-screen__column {
  min-width: 100%; }

.second-screen__table {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  background-color: #ffffff; }
  .second-screen__table th {
    font-size: 1.3em; }
  .second-screen__table th, .second-screen__table td {
    border: 1px solid #bbbbbb;
    padding: 10px 15px; }
  .second-screen__table th:first-child,
  .second-screen__table td:first-child {
    text-align: left; }
  .second-screen__table td {
    text-align: center; }

@media screen and (max-width: 480px) {
  .second-screen__table {
    width: 100%;
    margin: 0 0 30px; }
    .second-screen__table::before {
      left: -15px;
      top: -15px;
      width: calc(100% + 30px);
      height: calc(100% + 30px); } }

.third-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0; }

@media screen and (max-width: 480px) {
  .third-screen {
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

.fourth-screen {
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.barbers__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.barbers__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px; }

.barbers__img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 100%; }

.barbers__name {
  font-size: 2em;
  margin-bottom: 7.5px; }

.barbers__instagram {
  text-decoration: underline;
  color: red;
  margin-bottom: 7.5px;
  display: inline-block; }

.barbers__quotes {
  font-style: italic;
  color: #999999;
  margin-bottom: 7.5px; }

.barbers__about {
  font-size: 1.1em;
  line-height: 1.5; }

.map {
  width: 100%;
  height: 600px; }

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 15px; }

.gallery__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px; }

.gallery__button {
  cursor: pointer;
  margin: 15px 0 0;
  padding: 15px 25px;
  font-size: 1.2rem;
  background-color: #000;
  color: #fff; }

.gallery__thumb {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

@media screen and (max-width: 480px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); }
  .gallery__item {
    height: 100px; } }

tr {
  position: relative;
}

.hit {
  display: inline-block;
  margin-left: auto;
  font-size: 12px;
  padding: 5px;
  border-radius: 3px;
  background-color: #1966dd;
  color: #ffffff;
  border: 1px solid #f1f1f1;
  font-weight: bolder;
}