/*! 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.
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap&subset=latin-ext");
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 */
  -webkit-text-decoration: underline dotted;
          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;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  align-items: center;
  background-color: #757575;
  display: flex;
  font-family: "Montserrat", sans-serif;
  justify-content: center;
  align-items: flex-start;
  min-width: 270px;
  scroll-padding-top: 62px;
  min-height: 100vh;
}
body.page-menu {
  background-color: #212121;
}

.app__refresh {
  align-items: center;
  background-color: #ffffff00;
  border: none;
  color: #DDD;
  cursor: pointer;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  line-height: 16px;
  text-align: center;
}
.app__refresh img {
  margin-right: 0.5rem;
}

.board {
  align-self: center;
  margin: 32px;
}
.board__title {
  color: #aaa;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  text-align: center;
}
.board__footer {
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
}

.gallery {
  overflow: hidden;
  margin-top: 58px;
}
.gallery > img {
  width: 100vw;
}

.navigation__desc {
  display: block;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-top: 0.5rem;
  letter-spacing: 0.05rem;
}
.navigation__list {
  display: flex;
  flex-direction: column;
  flex-grow: 32px;
  padding: 0;
}
.navigation__item {
  border-radius: 12px;
  display: block;
  margin: 0;
  min-width: 300px;
}
@media (min-width: 600px) {
  .navigation__item {
    min-width: 500px;
  }
}
.navigation__item:not(:last-child) {
  margin-bottom: 8px;
}
.navigation__link {
  background-color: #BBB;
  border-bottom: 4px solid #555;
  border-radius: 12px;
  color: #000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  padding: 0.9rem 0;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out, transform 0.1s ease-in-out;
}
.navigation__link:hover {
  background-color: #AAA;
  transform: scale(1.01);
}
.navigation__link--blue {
  background-color: #029BD5;
  border-bottom: 4px solid #01678E;
}
.navigation__link--blue:hover {
  background-color: #018EC4;
}
.navigation__link--darkblue {
  background-color: #073764;
  border-bottom: 4px solid #0a5194;
  color: #bbb;
}
.navigation__link--darkblue:hover {
  background-color: #084277;
}
.navigation__link--darkcyan {
  background-color: #0c333c;
  border-bottom: 4px solid #145766;
  color: #bbb;
}
.navigation__link--darkcyan:hover {
  background-color: #0d3a44;
}
.navigation__link--darkgreen {
  background-color: #274e13;
  border-bottom: 4px solid #3b771d;
  color: #bbb;
}
.navigation__link--darkgreen:hover {
  background-color: #2b5615;
}
.navigation__link--darkred {
  background-color: #9e0000;
  border-bottom: 4px solid #660000;
  color: #bbb;
}
.navigation__link--darkred:hover {
  background-color: #940000;
}
.navigation__link--darkviolet {
  background-color: #4b1130;
  border-bottom: 4px solid #741a4a;
  color: #bbb;
}
.navigation__link--darkviolet:hover {
  background-color: #571438;
}
.navigation__link--green {
  background-color: #5D9E04;
  border-bottom: 4px solid #3E6902;
}
.navigation__link--green:hover {
  background-color: #559103;
}
.navigation__link--lightblue {
  background-color: #75a3ae;
  border-bottom: 4px solid #335057;
}
.navigation__link--lightblue:hover {
  background-color: #598c97;
}
.navigation__link--lightorange {
  background-color: #f1c132;
  border-bottom: 4px solid #b0870c;
}
.navigation__link--lightorange:hover {
  background-color: #eeb711;
}
.navigation__link--orange {
  background-color: #F19607;
  border-bottom: 4px solid #A06404;
}
.navigation__link--orange:hover {
  background-color: #DF8B06;
}
.navigation__link--pink {
  background-color: #d5a5bc;
  border-bottom: 4px solid #b45f88;
}
.navigation__link--pink:hover {
  background-color: #cb90ac;
}
.navigation__link--ligthz {
  background-color: #e77ea5;
  border-bottom: 4px solid #b1486f;
}
.navigation__link--ligthz:hover {
  background-color: #e66b98;
}
.navigation__link--red {
  background-color: #E64111;
  border-bottom: 4px solid #992B0B;
}
.navigation__link--red:hover {
  background-color: #D73C0F;
}
.navigation__link--violet {
  background-color: #836dba;
  border-bottom: 4px solid #523e84;
}
.navigation__link--violet:hover {
  background-color: #775fb4;
}
.navigation__link--withPadding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.toolbar {
  align-items: center;
  background-color: #BBB;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 18px;
  justify-content: space-around;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.toolbar--blue {
  background-color: #029BD5;
  border-bottom-color: #01678E;
}
.toolbar--gray {
  background-color: #BBB;
  border-bottom-color: #555;
}
.toolbar--green {
  background-color: #5D9E04;
  border-bottom-color: #3E6902;
}
.toolbar--lightblue {
  background-color: #75a3ae;
  border-bottom-color: #335057;
}
.toolbar--orange {
  background-color: #F19607;
  border-bottom-color: #A06404;
}
.toolbar--pink {
  background-color: #d5a5bc;
  border-bottom-color: #b45f88;
}
.toolbar--red {
  background-color: #E64111;
  border-bottom-color: #992B0B;
}
.toolbar--violet {
  background-color: #836dba;
  border-bottom-color: #523e84;
}
.toolbar__button {
  background: none;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 100px;
  display: block;
  height: 36px;
  padding: 8px 8px;
  width: 36px;
}
.toolbar__button--back {
  background-image: url("../assets/icons/icon-arrow_back.svg");
}
.toolbar__button--search {
  background-image: url("../assets/icons/icon-search.svg");
}
.toolbar__button--today {
  background-image: url("../assets/icons/icon-calendar_today.svg");
}
.toolbar__button:first-child {
  margin-left: 8px;
}
.toolbar__button:last-child {
  margin-right: 8px;
}
.toolbar__title {
  flex: 1;
  text-align: center;
}

.scheduler {
  width: 100%;
  margin-top: 50px;
}
.scheduler__header {
  align-items: center;
  background-color: #BBB;
  border-bottom: 4px solid #555;
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 18px;
  justify-content: space-around;
}
.scheduler__header--cart {
  background-color: #F19607;
  border-bottom-color: #A06404;
}
.scheduler__link {
  background: red;
  border: none;
  border-radius: 100px;
  display: block;
  height: 36px;
  padding: 8px 8px;
  width: 36px;
}
.scheduler__link:first-child {
  margin-left: 8px;
}
.scheduler__link:last-child {
  margin-right: 8px;
}
.scheduler__link--cart {
  color: #F19607;
}
.scheduler__title {
  flex: 1;
  text-align: center;
}

.dayList {
  display: flex;
  flex-wrap: wrap;
  margin: 16px auto;
  max-width: 1250px;
}
@media (max-width: 1250px) {
  .dayList {
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .dayList {
    max-width: 750px;
  }
}
@media (max-width: 750px) {
  .dayList {
    max-width: 500px;
  }
}
@media (max-width: 500px) {
  .dayList {
    max-width: 250px;
  }
}
@media (max-width: 414px) {
  .dayList {
    max-width: inherit;
    margin: 4px 0;
  }
}

.day__firstToday::before {
  content: " ";
  display: block;
  height: 50px;
  margin-top: -50px;
}

.day {
  background-color: #eee;
  border-radius: 0;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.14);
  display: flex;
  flex-direction: column;
  margin: 8px 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 414px) {
  .day {
    border-radius: 2px;
    margin: 8px;
    width: 234px;
    transition: transform 0.1s ease-in-out;
  }
  .day:hover {
    transform: scale(1.02);
  }
}
.day__group {
  align-items: center;
  color: #DF8B06;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1.5px;
  padding: 16px;
  text-transform: uppercase;
  margin: 0;
}
.day__group span {
  font-size: 5rem;
  font-weight: 400;
}
.day__table {
  display: block;
  font-size: 14px;
  margin: 4px;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: center;
}
.day__table tr:not(:last-child) {
  border-bottom: 1px solid #AAA;
}
.day__table td {
  padding: 2px 4px;
  text-align: center;
}
.day__table td:first-child {
  width: 1%;
}
.day__table td:last-child {
  white-space: nowrap;
}

.dayHeader {
  background-color: #bdbdbd;
  border-bottom: 4px solid #555;
  padding: 16px;
  position: relative;
}
.dayHeader__today--cart {
  background-color: #F19607;
}
.dayHeader__date {
  margin: 8px 0 10px 0;
  font-size: 24px;
  line-height: 28px;
}
.dayHeader__icon {
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dayHeader__place {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.dayHeader__place img {
  height: 16px;
  margin: 0 8px -2px 0;
}
.dayHeader__weekday {
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 16px;
  margin: 0;
  text-transform: uppercase;
}

.zoomLinks {
  background-color: #eee;
  overflow: hidden;
  margin-bottom: -58px;
  margin-top: 50px;
}
.zoomLinks__item {
  border-radius: 12px;
  display: inline-block;
  margin: 0.5rem;
  min-width: 130px;
}
@media (min-width: 600px) {
  .zoomLinks__item {
    min-width: 150px;
  }
}
.zoomLinks__item:not(:last-child) {
  margin-bottom: 8px;
}
.zoomLinks__link {
  background-color: #BBB;
  border-bottom: 4px solid #555;
  border-radius: 12px;
  color: #000;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  line-height: 2.5rem;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in-out, transform 0.1s ease-in-out;
}
.zoomLinks__link--green {
  background-color: #5D9E04;
  border-bottom: 4px solid #3E6902;
}
.zoomLinks__link--green:hover {
  background-color: #559103;
}
.zoomLinks__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0.5rem;
}

.links {
  background-color: #eee;
  display: flex;
  justify-content: space-around;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-bottom: -58px;
  margin-top: 50px;
  width: 100vw;
}
.links__item {
  border-radius: 12px;
  display: inline-block;
  margin: 0.5rem;
  min-width: 130px;
}
@media (min-width: 600px) {
  .links__item {
    min-width: 150px;
  }
}
.links__item:not(:last-child) {
  margin-bottom: 8px;
}
.links__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0.5rem;
}
/*# sourceMappingURL=main.css.map */
