@charset "UTF-8";
/* Normalizace a globální nastavení */
/*------------ Roboto ------------------------------*/
/*------------ Merriweather ------------------------*/
/*------------ Default -----------------------------*/
/*------------ Background --------------------------*/
/* Generated by grunt-webfont */
@font-face {
  font-family: "icons";
  src: url("../fonts/icons-d772704c7a7d3a99bea344df0528e2e9.woff2?d772704c7a7d3a99bea344df0528e2e9") format("woff2"), url("../fonts/icons-d772704c7a7d3a99bea344df0528e2e9.woff?d772704c7a7d3a99bea344df0528e2e9") format("woff"), url("../fonts/icons-d772704c7a7d3a99bea344df0528e2e9.ttf?d772704c7a7d3a99bea344df0528e2e9") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon, .button:after {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Icons */
.icon_arrow:before, .button:after {
  content: "\f101"; }

.icon_brush:before {
  content: "\f102"; }

.icon_button-close:before {
  content: "\f103"; }

.icon_error:before {
  content: "\f104"; }

.icon_facebook:before {
  content: "\f105"; }

.icon_heart:before {
  content: "\f106"; }

.icon_leaves:before {
  content: "\f107"; }

.icon_menu-list:before {
  content: "\f108"; }

.icon_reply:before {
  content: "\f109"; }

.icon_send:before {
  content: "\f10a"; }

.icon_twitter:before {
  content: "\f10b"; }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal, .button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-shutter-out-horizontal:before, .button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FF595E;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:hover, .button:hover, .hvr-shutter-out-horizontal:focus, .button:focus, .hvr-shutter-out-horizontal:active, .button:active {
  color: white; }

.hvr-shutter-out-horizontal:hover:before, .button:hover:before, .hvr-shutter-out-horizontal:focus:before, .button:focus:before, .hvr-shutter-out-horizontal:active:before, .button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

* {
  box-sizing: border-box;
  letter-spacing: -0.01em; }

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

div, section {
  position: relative; }

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  color: black; }

html {
  font: normal 16px Merriweather, serif; }

body {
  width: 100%;
  counter-reset: sections;
  text-align: center; }
  @media (min-width: 1201px) {
    body {
      min-width: 1200px; } }

@media (max-width: 1200px) {
  .menu-active {
    overflow: hidden; } }

/* připravení vlastností, dědí se pomocí @extend */
.hidden {
  display: none !important; }

@media (min-width: 1201px) {
  .hidden-desktop {
    display: none !important; } }

@media (max-width: 1200px) {
  .hidden-mobile, .page-header:after, .section-headline:after, #comments:before {
    display: none !important; } }

.uppercase, .button, .page-header:after, .section-headline, .menu__container, .page-footer .social {
  text-transform: uppercase; }

/* button */
.button {
  display: inline-block;
  padding: 1em;
  font: 500 16px Roboto, sans-serif;
  text-decoration: none;
  color: white;
  background-color: #e43b40; }
  .button:after {
    margin-left: 3em; }

/* container */
.container {
  display: block;
  margin: 0 auto; }
  @media (min-width: 1201px) {
    .container {
      max-width: 1200px; } }

/* page-header */
.page-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding-bottom: 10%;
  color: white;
  background: url("./../../img/header-bottom.svg") 50% 100%/110% auto no-repeat, url("./../../img/header.jpg") center center/cover no-repeat; }
  @media (max-width: 1200px) {
    .page-header {
      padding-bottom: 25%; } }
  .page-header__headline {
    font: bold 90px Roboto, sans-serif;
    margin: 0.1em 0; }
  .page-header__subheadline {
    font: normal 21px Merriweather, serif;
    margin: 0 0 2em; }
  @media (min-width: 1201px) {
    .page-header {
      padding-top: 7em; } }
  .page-header:after {
    content: "New STRV";
    font: bold 200px/50% Roboto, sans-serif;
    font-size: 17vw;
    display: block;
    position: absolute;
    bottom: 1rem;
    left: 6rem;
    opacity: 0.15; }

/* section headline */
.section-headline {
  font: 500 26px Roboto, sans-serif;
  text-align: left;
  counter-increment: sections;
  margin-left: 120px;
  color: #151416; }
  @media (max-width: 1200px) {
    .section-headline {
      margin-left: 1.5rem; } }
  .section-headline:before {
    content: counter(sections, decimal-leading-zero);
    display: block;
    color: #CECED2;
    margin-bottom: -0.4rem; }
  .section-headline:after {
    content: "";
    display: block;
    border-left: 3px solid #e43b40;
    height: 3em;
    margin: 0.5rem 0 4rem 0; }

/* menu */
.menu {
  margin-bottom: 2em; }
  @media (max-width: 1200px) {
    .menu {
      display: block;
      position: fixed;
      width: 0%;
      height: 4em;
      background: rgba(0, 0, 0, 0.3);
      top: 0;
      z-index: 1; } }
  .menu__container {
    font: bold 19px Roboto, sans-serif;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0; }
    @media (max-width: 1200px) {
      .menu__container {
        font: 500 16px Roboto, sans-serif;
        display: none;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        color: black;
        background-color: white;
        z-index: 1; } }
  .menu__item {
    display: inline-block !important;
    margin: 3em 1em 0; }
    .menu__item__link {
      color: inherit;
      text-decoration: none;
      opacity: 0.5; }
      @media (min-width: 1201px) {
        .menu__item__link:hover {
          border-bottom: 3px solid #e43b40;
          opacity: 1; } }
      @media (max-width: 1200px) {
        .menu__item__link {
          opacity: 1; } }
  .menu--scrolled {
    width: 100%; }
  .menu--active ul {
    display: flex !important; }
  .menu__icon {
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    color: black;
    font-size: 1.5em;
    z-index: 2;
    cursor: pointer;
    cursor: hand; }
  .menu .icon_menu-list {
    color: white; }

/* about us */
.about-us {
  margin: 5em 0; }
  .about-us__box {
    display: flex;
    margin: 90px 70px -16em;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    background-color: white;
    padding: 0px 3em; }
    @media (max-width: 1200px) {
      .about-us__box {
        flex-direction: column;
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        margin-top: 53vw; } }
    .about-us__box:before {
      content: "HANDMADE";
      display: block;
      position: absolute;
      bottom: 100%;
      left: -0.5em;
      right: -0.5em;
      font: bold 200px/50% Roboto, sans-serif;
      text-align: center;
      color: rgba(0, 0, 0, 0.05);
      z-index: -1; }
      @media (max-width: 1200px) {
        .about-us__box:before {
          max-width: 100%;
          word-wrap: break-word;
          left: 0;
          right: 0;
          font-size: 31.2vw;
          line-height: 80%; } }
    @media (max-width: 1200px) {
      .about-us__box *:last-child {
        margin-bottom: 2em; } }
    .about-us__box__item {
      color: #BFBFBF;
      padding: 0 2em;
      margin: 6em 0 5em;
      text-align: left; }
      @media (max-width: 1200px) {
        .about-us__box__item {
          text-align: center;
          margin-top: 2em;
          margin-bottom: 0em;
          padding-top: 3em; } }
      .about-us__box__item__headline {
        font: 500 26px Roboto, sans-serif;
        color: #404040; }
      .about-us__box__item__icon {
        color: #CECED2;
        font-size: 50px;
        display: block;
        margin: -50px 0 40px;
        text-align: center; }
        @media (max-width: 1200px) {
          .about-us__box__item__icon {
            margin-top: 0; } }
    @media (min-width: 1201px) {
      .about-us__box__item + .about-us__box__item {
        border-left: 1px solid #CECED2; } }
    @media (max-width: 1200px) {
      .about-us__box__item + .about-us__box__item {
        border-top: 1px solid #CECED2; } }

/* how it works */
.how-it-works {
  padding-top: 18em;
  padding-bottom: 2em;
  background: #f8f8f8 url("./../../img/footer-top.svg") 50% 0%/100% auto no-repeat;
  z-index: -1; }
  @media (min-width: 1201px) {
    .how-it-works {
      padding-bottom: 230px; } }
  .how-it-works__list {
    display: flex;
    margin: 4em 70px 5em;
    text-align: left;
    counter-reset: numbered-list;
    list-style-type: none; }
    @media (max-width: 1200px) {
      .how-it-works__list {
        flex-direction: column;
        margin: 1.5rem;
        padding: 0; } }
  .how-it-works__item {
    position: relative;
    padding: 0 2em;
    width: 33.333%;
    flex-shrink: 0; }
    @media (max-width: 1200px) {
      .how-it-works__item {
        width: 100%;
        padding-top: 3em;
        text-align: center; } }
  @media (min-width: 1201px) {
    .how-it-works__item + .how-it-works__item {
      border-left: 1px solid #CECED2; } }
  @media (max-width: 1200px) {
    .how-it-works__item + .how-it-works__item {
      border-top: 1px solid #CECED2; } }
  .how-it-works__headline {
    font: 500 26px Roboto, sans-serif;
    color: #404040; }
    .how-it-works__headline:before {
      content: counter(numbered-list);
      counter-increment: numbered-list;
      display: block;
      position: absolute;
      left: 3rem;
      top: 0.1rem;
      font: bold 200px/50% Roboto, sans-serif;
      font-size: 110px;
      opacity: 0.1; }
      @media (max-width: 1200px) {
        .how-it-works__headline:before {
          right: 0.6em;
          padding-top: 3rem;
          text-align: center; } }

/* reply form */
.reply-form {
  display: flex;
  padding: 1em 80px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  background-color: white; }
  @media (min-width: 1201px) {
    .reply-form {
      margin: 0 120px; } }
  @media (max-width: 1200px) {
    .reply-form {
      margin: 0 1.5rem;
      padding: 1em;
      flex-direction: column;
      align-items: center; } }
  .reply-form__image {
    border-radius: 50%;
    margin-right: 1em; }
  .reply-form__text-field {
    display: block;
    flex-grow: 1;
    border: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #CECED2; }
    @media (max-width: 1200px) {
      .reply-form__text-field {
        width: 100%;
        padding: 0.7em 0;
        margin: 1em 0;
        text-align: center; } }
  .reply-form__submit {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #E7E7E7; }
    @media (min-width: 1201px) {
      .reply-form__submit {
        border-bottom: 1px solid #CECED2; } }
    .reply-form__submit:hover {
      color: #e43b40; }

/* comments */
#comments:before {
  display: block;
  content: "STRV M6";
  margin-top: -220px;
  padding-bottom: 0.7em;
  font: bold 200px/50% Roboto, sans-serif;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.05);
  background: url("./../../img/car.png") 50% 100% no-repeat; }

#comments .error-message {
  color: #e43b40; }

#comments .icon_error {
  color: #e43b40;
  font-size: 1.5em; }

.comments {
  text-align: left; }
  .comments__list {
    list-style: none;
    margin: 0;
    padding: 0;
    /* vnořený komentář */ }
    .comments__list__item {
      margin: 1.5em 0; }
      .comments__list__item__container {
        padding: 2em;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
        background-color: white; }
      .comments__list__item__header:after {
        content: "";
        display: block;
        clear: both; }
      .comments__list__item__image {
        display: block;
        float: left;
        border-radius: 50%;
        margin-right: 1em; }
      .comments__list__item__name {
        font: 500 16px Roboto, sans-serif;
        color: #818181;
        margin: 0;
        padding-top: 0.8em; }
      .comments__list__item__time {
        font: 500 16px Roboto, sans-serif;
        color: #C2C2C2;
        font-size: 14px; }
      .comments__list__item__text {
        color: #9A9A9A; }
        .comments__list__item__text *:last-child {
          margin-bottom: 0; }
      .comments__list__item__reply {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        color: #818181; }
        .comments__list__item__reply:hover {
          color: #e43b40; }
    .comments__list__item .comments__list__item {
      margin-right: 0 !important;
      border-left: 3px solid #e43b40; }
      @media (min-width: 1201px) {
        .comments__list__item .comments__list__item {
          margin-left: 80px !important; } }
      @media (max-width: 1200px) {
        .comments__list__item .comments__list__item {
          margin-left: 0 !important; } }
  .comments__headline {
    margin-top: 3em; }
  @media (min-width: 1201px) {
    .comments__subheadline, .comments__list__item {
      margin-left: 200px !important;
      margin-right: 200px !important; } }
  @media (max-width: 1200px) {
    .comments__subheadline, .comments__list__item {
      margin-left: 1.5rem !important;
      margin-right: 1.5rem !important; } }
  .comments__subheadline {
    font: 300 26px Roboto, sans-serif;
    margin: 2em 0 1em; }

/* page footer */
.page-footer {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  color: white;
  background: url("./../../img/footer-top.svg") 50% 0%/100% auto no-repeat, url("./../../img/footer.jpg") center center/cover no-repeat;
  padding-top: 25em;
  padding-bottom: 8em;
  /* social footer */ }
  .page-footer__headline {
    font: bold 90px Roboto, sans-serif;
    margin: 0.1em 0; }
  .page-footer__subheadline {
    font: normal 21px Merriweather, serif;
    margin: 0 0 2em; }
  .page-footer .social {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2em;
    color: white;
    font: 500 16px Roboto, sans-serif;
    background: #151416; }
    .page-footer .social .icon, .page-footer .social .button:after {
      padding-bottom: 0.2em;
      padding-left: 0.3em;
      font-size: 1.8em; }