.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

h5 {
  color: #f10023;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  line-height: 1.7;
}

a {
  color: #f10023;
  text-align: center;
  text-decoration: none;
}

img {
  display: inline-block;
}

form {
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

strong {
  font-weight: bold;
}

blockquote {
  border: 0 rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding: 100px 30px;
}

.section.featured {
  padding-bottom: 0;
}

.section.newsletter.nasirk {
  padding-bottom: 40px;
}

.section.version {
  background-color: rgba(248, 248, 248, .7);
  padding-top: 150px;
}

.section.seda {
  background-color: #f1f1f1;
}

.section.cta {
  padding-bottom: 140px;
}

.section.cta.nasirk {
  padding-bottom: 100px;
}

.section.doporuc {
  background-color: #f1f1f1;
}

.nav {
  z-index: 999;
  max-width: 100%;
  background-color: rgba(254, 254, 254, .86);
  border-bottom-right-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-link {
  color: #333;
  text-align: left;
  flex: 1;
  order: -1;
  align-items: center;
  font-size: 26px;
  display: flex;
}

.brand-link.w--current {
  width: 82px;
  height: 50px;
}

.nav-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #f10023;
  border-radius: 35px;
  flex-direction: column;
  order: 1;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.just-eat-button-wrapper {
  width: 32%;
  height: auto;
  color: #fff;
  background-color: #f10023;
  border-radius: 29px;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  padding: 5px 10px 5px 15px;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.just-eat-button-wrapper:hover {
  box-shadow: 1px 1px 3px rgba(31, 31, 31, .7);
}

.flex-wrapper {
  max-height: 500px;
  justify-content: space-between;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.flex-wrapper.app {
  color: #fff;
  background-color: #f10023;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.hero-text-wrapper {
  width: 55ch;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-media-wrapper {
  width: 140px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 18px;
  display: grid;
}

.social-media-link {
  width: 30px;
  height: 30px;
  background-color: #f10023;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.social-media-link:hover {
  opacity: .5;
}

.transparent-grid-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border-top-left-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 50px;
  box-shadow: 0 20px 52px 20px rgba(0, 0, 0, .1);
}

.information-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr max-content 1fr;
}

.info-wrapper {
  text-align: center;
}

.info-wrapper.no-border {
  border-left-style: none;
  border-left-width: 0;
}

.about-section-wrapper {
  max-height: 500px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.about-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  transition: transform .4s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.about-div.leve {
  margin-left: 0;
  margin-right: 20px;
  font-family: Merriweather, serif;
}

.about-image {
  z-index: 1;
  width: 60%;
  object-fit: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 0;
  position: relative;
}

.about-image.levyobr {
  border-top-right-radius: 0;
  border-bottom-left-radius: 50px;
}

.about-image.levyobr.jenmob {
  display: none;
}

.catagory {
  color: #f10023;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.centre-heading-container {
  text-align: center;
  margin-bottom: 50px;
}

.centre-heading-container.dopor {
  margin-bottom: 10px;
}

.centre-heading-container.dopor.mapadop {
  margin-top: 60px;
}

.centre-heading-container.foto {
  margin-bottom: 20px;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: center;
}

.service-div {
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #eee;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding: 0 10px 40px;
}

.menu-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.menu-div {
  max-height: 230px;
  max-width: 250px;
  min-height: 230px;
  object-fit: scale-down;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  position: relative;
  overflow: hidden;
}

.menu-info-div {
  grid-column-gap: 20px;
  color: #333;
  background-color: rgba(255, 255, 255, .9);
  grid-template-rows: max-content;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  padding: 13px 20px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-image {
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
}

.rating {
  color: #333;
  margin-left: 5px;
  font-weight: 600;
}

.rating-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star {
  width: 12px;
  margin-top: -1px;
}

.product-div {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.grey-divider {
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.footer {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 30px 30px;
}

.app-wrapper {
  max-width: 960px;
  background-image: url('../images/sushi-seamless-Converted-01-01.svg'), linear-gradient(45deg, #c91977 28%, #f10023);
  background-position: 50%, 0 0;
  background-size: contain, auto;
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  margin-left: auto;
  margin-right: auto;
}

.flex-div-vertical {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: flex;
}

.app-heading {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.button {
  min-height: 50px;
  color: #fff;
  background-color: #f10023;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: -8px;
  padding: 6px 5px 5px 20px;
  transition: padding .4s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
}

.button:hover {
  padding-right: 40px;
}

.button.bigger {
  margin-top: 40px;
  padding: 10px 10px 10px 20px;
}

.button.bigger:hover {
  padding-right: 80px;
}

.button.btn_header {
  margin-top: 18px;
}

.button.btn_header.bily {
  color: #f10023;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-text {
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.button-arrow {
  width: 25px;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 5px;
  transform: translate(0, -50%);
}

.button-arrow.invert {
  filter: invert(22%);
}

.app-photos {
  width: 20%;
  border-radius: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 5px 40px rgba(0, 0, 0, .2);
}

.app-photos.one {
  top: -15%;
  right: 35%;
}

.app-photos.two {
  filter: contrast();
  top: 3%;
  right: 20%;
}

.app-photos.three {
  top: 15%;
  right: 5%;
}

.slide-nav {
  display: none;
}

.arrows {
  width: 40px;
  height: 40px;
  background-color: #f10023;
  border-bottom-right-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .2s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 3px 30px rgba(124, 124, 124, .11);
}

.arrows:hover {
  box-shadow: 0 3px 30px rgba(124, 124, 124, .3);
}

.arrows.right {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 3px 30px rgba(124, 124, 124, .11);
}

.arrows.right:hover {
  box-shadow: 0 3px 30px rgba(124, 124, 124, .36);
}

.arrow-icon {
  width: 23px;
  filter: grayscale();
}

.slider-wrapper {
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.verticle-testimonial-div {
  width: 75%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.testimonial-image {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 10px;
}

.profile-div {
  height: 50px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.slide {
  height: 100%;
}

.slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.form-container {
  background-image: linear-gradient(225deg, #000, #333);
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.form-image {
  margin-top: -60px;
}

.form-heading {
  color: #fff;
  margin-top: 0;
}

.form {
  position: relative;
}

.form.success {
  height: 55px;
  color: #fff;
  background-color: #f10023;
  border-radius: 10px;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
}

.form-button {
  width: 110px;
  text-transform: uppercase;
  background-color: #f10023;
  border-radius: 6px;
  padding: 0;
  position: absolute;
  top: 8%;
  bottom: 8%;
  left: auto;
  right: 5px;
}

.text-field {
  min-height: 55px;
  border-radius: 10px;
  align-self: stretch;
  margin-bottom: 0;
}

.form-block {
  max-width: 400px;
  margin-top: 40px;
  margin-bottom: 0;
}

.footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
}

.footer-div.first {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.copyright-div {
  color: #a7a7a7;
  text-align: center;
  border-top: 1px solid rgba(238, 238, 238, .7);
  padding-top: 30px;
  padding-bottom: 0;
  font-size: 12px;
}

.footer-text {
  justify-content: space-between;
  margin-top: 7px;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.footer-link {
  color: #303030;
  text-align: left;
  transition: color .2s;
}

.footer-link:hover {
  color: #f10023;
}

.footer-paragraph {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.brand {
  max-width: 60px;
  margin-right: 10px;
}

.error {
  color: #fff;
  background-color: #f10023;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: 14%;
}

.slider-image {
  width: 50%;
  border-top-left-radius: 50px;
  margin-left: 50px;
}

.menu-heading {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 20px;
}

.info-icon {
  width: 35px;
  height: 35px;
  background-color: #f10023;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.hero-background-image {
  width: 44%;
  background-image: url('../images/welovedogs-spa-lazne-pro-psy-praha.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 20vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hero-container {
  flex: 1;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-price {
  font-size: 18px;
  font-weight: 700;
}

.newsletter-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
}

.white {
  color: #afafaf;
}

.app-link {
  max-width: 170px;
  margin-top: 10px;
}

.app-paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.brand-link-text {
  margin-top: 20px;
}

.service-icon-wrapper {
  width: 70px;
  height: 70px;
  background-color: #f10023;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-logo {
  width: 180px;
  background-color: #fff;
  border-bottom-right-radius: 15px;
  margin-right: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-logo-wrapper {
  text-align: left;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.nav-button-toggle {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.nav-button-link {
  min-height: 56px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
  padding: 10px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.nav-button-link:hover {
  transform: scale(1.05);
}

.nav-button-link.just-eat {
  background-color: #f27b22;
  margin-bottom: 3px;
}

.nav-button-link.uber-eats {
  background-color: #010101;
  margin-bottom: 3px;
}

.nav-button-link.deliveroo {
  background-color: #00cdbc;
}

.dropdown-list {
  padding-top: 10px;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
}

.licenses-grid {
  grid-column-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  justify-items: start;
}

.licenses-image-grid {
  grid-template-rows: minmax(200px, 1fr);
  grid-auto-rows: minmax(200px, 1fr);
}

.licenses-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #f1f1f1;
}

.licenses-image.dark-background {
  background-color: #f10023;
  padding: 24px;
}

.utility-page-wrap {
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.utility-page-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  flex: 1;
  display: flex;
}

._404-title {
  margin-bottom: 20px;
  font-size: 90px;
  line-height: .8;
}

.home-link {
  color: #f10023;
}

.rich-text-field figure {
  max-width: 110%;
  min-width: 110%;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  left: -5%;
  overflow: hidden;
}

.versions {
  border-bottom: 1px solid #d6d6d6;
  margin-top: 50px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 40px;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.brand-2 {
  padding-left: 0;
  transition-property: transform;
  transition-duration: .4s;
}

.brand-2:hover {
  transform: scale(1.05);
}

.header-logo, .header-logo:hover {
  width: 80px;
}

.nav-item-wrapper {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.267em;
}

.header-navigation {
  width: 100%;
  max-width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 8vw;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link {
  color: #090909;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
}

.nav-link:hover {
  color: #f10023;
}

.nav-link.odkazshop {
  color: #fff;
  background-color: #f10023;
  border-radius: 20px;
  padding: 10px 15px;
  font-weight: 600;
  display: inline-block;
}

.nav-link.odkazshop:hover {
  background-color: #b2051e;
}

.nav-link.odkazshop.enverze {
  float: none;
  clear: none;
  color: #fff;
  background-color: #333;
  margin-left: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 83%;
  right: 0%;
}

.container-default {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.split-content.header-center {
  margin-left: -110px;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.story-content-top-content {
  max-width: 475px;
  margin-right: 30px;
}

.split-content.story-content-top-content.cestaknam {
  max-width: 60%;
  flex: 0 auto;
  align-self: auto;
  display: block;
}

.split-content.story-content-bottom-content {
  max-width: 475px;
}

.header {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  line-height: 1;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.heading-3 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.paragraph-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.heading-5.cenik {
  margin-top: 15px;
}

.paragraph-3 {
  color: #333;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.container {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.block-quote {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.bold-text-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bold-text-2.vlevo {
  text-align: left;
}

.foo {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-6, .heading-7 {
  font-family: Montserrat, sans-serif;
}

.bold-text-3 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
}

.bold-text-4.cennik {
  color: #f10023;
  text-align: center;
  font-size: 15px;
}

.text-block-5, .heading-8 {
  font-family: Montserrat, sans-serif;
}

.image {
  border-radius: 30px 0;
  margin-top: -24px;
}

.background-video {
  width: 100%;
  height: 100%;
}

.vid {
  height: 80vh;
}

.grid-4 {
  width: 80%;
  max-width: 80%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: repeat(auto-fit, minmax(143px, 1fr));
  grid-template-columns: 1.75fr 2fr 2.25fr 2.75fr 2.75fr 1.5fr 1fr 1fr 1fr 2.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 20px;
  display: grid;
}

.image-17 {
  max-height: 100px;
}

.grid-5 {
  grid-template-rows: auto auto auto auto;
}

.image-18 {
  margin-top: 0;
  padding-bottom: 10px;
}

.image-18.obr, .image-18.imgob {
  margin-top: 0;
  padding-bottom: 0;
}

.grid-6 {
  grid-template-rows: auto auto auto auto;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.list {
  text-align: left;
}

.link {
  text-decoration: underline;
}

.link:hover {
  color: #b2061f;
}

.bold-text-5 {
  font-size: 50px;
}

.line-accent {
  width: 72px;
  min-height: 2px;
  background-color: #c9a969;
  margin-bottom: 26px;
}

.bg {
  position: absolute;
}

.story-content-bottom {
  z-index: 1;
  width: 80%;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.title.story {
  max-width: 436px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.title.story.jakseknamdostaete {
  text-align: left;
}

.paragraph-5.story {
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-5.story.jakmapa {
  width: 100%;
  text-align: left;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.story-content-top-image {
  max-width: 564px;
}

.image-wrapper.story-content-bottom-image {
  max-width: 564px;
  margin-right: 30px;
}

.section-2 {
  padding-top: 138px;
  padding-bottom: 138px;
}

.section-2.story {
  padding-top: 100px;
  padding-bottom: 60px;
}

.button-secondary {
  color: #090909;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #090909;
  padding: 22px 40px;
  font-size: 16px;
  line-height: 1.125em;
  transition: transform .4s, color .4s, border-color .4s;
  transform: translate(0);
}

.button-secondary:hover {
  color: #c9a969;
  border-color: #c9a969;
  transform: scale(.98);
}

.image-19.story-content-top-image {
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 30px;
}

.image-19.story-content-bottom-image {
  border-top-left-radius: 30px;
}

.image-19.card-about-contact-link-icon {
  max-width: 27px;
  opacity: .46;
  filter: grayscale();
  max-width: 15px;
  text-align: center;
  margin-right: 20px;
}

.no-wrap {
  white-space: nowrap;
}

.story-content-top {
  z-index: 1;
  width: 80%;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.story-content-top.mapadole {
  width: 100%;
  background-color: #fff;
  display: flex;
}

.story-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  font-size: 50px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.post-item-content-bottom {
  width: 50%;
  color: #090909;
  letter-spacing: .08em;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: auto;
  font-size: 16px;
  line-height: 1.125em;
  display: flex;
}

.post-item-content-bottom-line {
  width: 17px;
  min-height: 1px;
  background-color: #090909;
  margin-right: 16px;
}

.text-block-6 {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
}

.card-about-contact-link {
  color: #090909;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.card-about-contact-link.ceny {
  font-size: 12px;
}

.card-about-contact-link-address {
  color: #090909;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.card-about-contact-link-address.ceny {
  justify-content: center;
}

.text-block-7 {
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 1280px) {
  .section {
    color: #333;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.featured {
    padding-bottom: 100px;
  }

  .section.seda {
    background-color: #f1f1f1;
  }

  .section.cta {
    padding-top: 155px;
  }

  .section.cta.nasirk {
    padding-top: 140px;
  }

  .transparent-grid-wrapper {
    box-shadow: 0 22px 52px 20px rgba(0, 0, 0, .1);
  }

  .about-div {
    margin-left: 60px;
    margin-right: 0;
  }

  .about-div.leve {
    margin-left: 0;
    margin-right: 20px;
  }

  .catagory {
    font-family: Montserrat, sans-serif;
  }

  .centre-heading-container {
    margin-bottom: 30px;
  }

  .service-div {
    padding-left: 25px;
    padding-right: 25px;
  }

  .hero-section {
    padding-top: 180px;
    padding-bottom: 53px;
  }

  .app-wrapper {
    background-image: linear-gradient(#f10023, #f10023);
  }

  .app-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 800;
  }

  .button.btn_header {
    background-color: #f10023;
    padding-right: 10px;
  }

  .button.btn_header:hover {
    padding-right: 20px;
  }

  .button.btn_header.bily {
    color: #f10023;
    background-color: #fff;
  }

  .button-text {
    font-weight: 600;
  }

  .button-arrow.invert {
    filter: invert(35%);
  }

  .arrow-icon {
    filter: grayscale();
  }

  .profile-div {
    margin-top: 0;
  }

  .footer-text {
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }

  .hero-background-image {
    width: 45%;
  }

  .app-paragraph {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .footer-logo {
    width: 150px;
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-title {
    margin-bottom: 11px;
  }

  .heading {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 1;
  }

  .paragraph {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .heading-2 {
    color: #333;
    font-family: Montserrat, sans-serif;
  }

  .text-block-2 {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }

  .text-block-3 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }

  .text-block-4 {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
  }

  .heading-3 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .paragraph-2 {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .heading-4 {
    color: #333;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .heading-5 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .bold-text {
    font-weight: 600;
  }

  .paragraph-3 {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .paragraph-4 {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
  }

  .container {
    margin-top: 40px;
  }

  .block-quote {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
  }

  .bold-text-2 {
    font-family: Montserrat, sans-serif;
  }

  .foo {
    color: #333;
  }

  .section-2.story {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-bottom: 60px;
  }

  .hero-background-image {
    width: 45%;
    border-bottom-left-radius: 15vw;
  }
}

@media screen and (min-width: 1920px) {
  .section.newsletter.nasirk {
    padding-bottom: 0;
  }

  .hero-background-image {
    width: 45%;
    border-bottom-left-radius: 10vw;
  }

  .section-2 {
    padding-top: 172px;
    padding-bottom: 172px;
  }

  .section-2.story {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.1;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.licenses-hero {
    padding-top: 100px;
  }

  .section.cta.nasirk {
    padding-top: 3px;
  }

  .nav-button {
    max-width: 130px;
  }

  .flex-wrapper {
    padding-left: 30px;
  }

  .flex-wrapper.app {
    max-height: none;
    text-align: center;
    padding-right: 30px;
    display: block;
  }

  .hero-text-wrapper {
    width: 32ch;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-div {
    padding: 30px 20px;
  }

  .menu-div {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }

  .menu-info-div {
    grid-template-columns: 1fr max-content;
  }

  .hero-section {
    padding-top: 100px;
    padding-left: 0;
  }

  .footer {
    padding-top: 50px;
  }

  .flex-div-vertical {
    width: auto;
    align-items: center;
    padding-left: 0;
  }

  .button.bigger {
    padding-right: 80px;
  }

  .app-photos {
    width: 33.33%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .app-photos.one {
    margin-bottom: -70px;
  }

  .app-photos.two {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .app-photos.three {
    margin-top: -70px;
  }

  .arrows {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 20px;
  }

  .arrows.right {
    top: auto;
    bottom: 20px;
    left: auto;
    right: 60px;
  }

  .slider-wrapper {
    align-items: stretch;
  }

  .verticle-testimonial-div {
    min-width: 300px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .form-container {
    padding-left: 0%;
  }

  .form-image {
    top: -23%;
    left: 2%;
  }

  .form.success {
    padding-top: 10%;
    padding-bottom: 9%;
  }

  .form.success.newsletter {
    padding-top: 4%;
  }

  .form-button {
    width: 100px;
  }

  .footer-grid {
    grid-template-columns: minmax(0, 190px) 1fr max-content;
  }

  .footer-div.first {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .copyright-div {
    padding-top: 20px;
  }

  .footer-paragraph {
    max-width: 50ch;
    font-size: 12px;
  }

  .error {
    right: 6%;
  }

  .menu-heading {
    font-size: 17px;
  }

  .hero-background-image {
    width: 60%;
    right: -2%;
  }

  .product-price {
    font-size: 13px;
  }

  .footer-title {
    font-size: 22px;
  }

  .menu-button {
    width: 54px;
    max-height: 54px;
    min-height: 54px;
    min-width: 54px;
    color: #fff;
    background-color: #f10023;
    padding: 12px;
    font-size: 30px;
    transition: background-color .3s;
  }

  .menu-button:hover, .menu-button.w--open {
    background-color: #b0945c;
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .nav-link {
    font-size: 18px;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .icon-wrapper {
    width: 23px;
    min-height: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .nav-menu {
    max-height: 90vh;
    background-color: rgba(255, 255, 255, .95);
    border-bottom: 1px solid #e6e6e6;
    padding-top: 0;
    padding-bottom: 40px;
    overflow: auto;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .split-content.header-center {
    margin-left: 0;
  }

  .split-content.story-content-top-content {
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .split-content.story-content-top-content.cestaknam {
    max-width: 100%;
    margin-bottom: 0;
  }

  .split-content.story-content-bottom-content {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading {
    z-index: 999999999;
    position: relative;
  }

  .bold-text-2 {
    font-size: 40px;
  }

  .grid-4 {
    width: 100%;
    max-width: 100%;
  }

  .bold-text-5 {
    font-size: 40px;
  }

  .line-accent {
    margin-bottom: 22px;
  }

  .bg.shape-story {
    display: none;
  }

  .story-content-bottom {
    width: 100%;
    flex-direction: column-reverse;
  }

  .story-content-bottom.mobnasirku {
    margin-bottom: 60px;
  }

  .paragraph-5.story {
    margin-bottom: 0;
  }

  .image-wrapper.story-content-top-image {
    max-width: 556px;
  }

  .image-wrapper.story-content-bottom-image {
    max-width: 556px;
    margin-right: 0;
  }

  .section-2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section-2.story {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .story-content-top {
    width: 100%;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .story-content-top.mapadole {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0;
  }

  .bold-text-6 {
    font-size: 40px;
  }

  .html-embed {
    flex: 0 auto;
    align-self: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  .section {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section.featured {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.newsletter {
    background-color: #333;
    background-image: url('../images/Sushi-Seamless-Grey-01.svg');
    background-position: 50%;
    background-size: contain;
  }

  .section.newsletter.nasirk {
    padding-bottom: 60px;
  }

  .section.seda {
    padding-top: 220px;
  }

  .section.cta.nasirk {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .section.nasirk {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav {
    background-color: #fff;
    border-bottom-right-radius: 30px;
    justify-content: space-between;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
  }

  .brand-link {
    font-size: 23px;
  }

  .nav-button {
    max-width: 165px;
  }

  .flex-wrapper {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .flex-wrapper.app {
    background-image: none;
    padding-left: 30px;
  }

  .hero-text-wrapper {
    width: auto;
    max-width: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .social-media-wrapper {
    margin-left: 0;
  }

  .transparent-grid-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .information-grid {
    grid-template-rows: 1fr max-content 1fr max-content 1fr;
    grid-template-columns: 1fr;
  }

  .about-section-wrapper {
    max-height: 650px;
    flex-direction: column;
  }

  .about-div {
    max-width: 70ch;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image {
    width: 100%;
    margin-bottom: 20px;
  }

  .centre-heading-container.foto {
    margin-bottom: 20px;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .menu-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .hero-section {
    min-height: auto;
    color: #fff;
    background-image: url('../images/selfwash-lazne-pro-pejsky-praha.jpg');
    background-position: 0 0;
    background-size: cover;
    align-items: flex-end;
    overflow: hidden;
  }

  .hero-section.mobb {
    padding-top: 185px;
  }

  .grey-divider {
    width: 80%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-div-vertical {
    padding-bottom: 70px;
  }

  .app-heading {
    font-size: 30px;
  }

  .button {
    padding-right: 40px;
  }

  .button.bigger, .button.bigger:hover {
    padding-right: 50px;
  }

  .arrows {
    border-radius: 50px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .arrows.right {
    border-radius: 50px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-wrapper {
    flex-direction: column;
  }

  .verticle-testimonial-div {
    width: auto;
    min-width: auto;
  }

  .profile-div {
    margin-bottom: 30px;
  }

  .form-container {
    background-image: none;
    padding: 0;
  }

  .form-image {
    margin-left: 10px;
    display: none;
  }

  .form {
    margin-top: 30px;
  }

  .text-field {
    margin-bottom: 0;
  }

  .form-block {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-template-columns: .75fr 1fr;
  }

  .footer-div.first {
    display: flex;
  }

  .footer-link {
    text-align: left;
  }

  .footer-paragraph {
    text-align: center;
  }

  .slider-image {
    margin-left: 0;
    display: none;
  }

  .hero-background-image {
    z-index: -1;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, .76), rgba(0, 0, 0, .8)), url('../images/pexels-cottonbro-3304057.jpg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-radius: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
  }

  .newsletter-content {
    max-width: 60ch;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .licenses-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .rich-text-field figure {
    max-width: 105%;
    min-width: 105%;
    left: -2.5%;
  }

  .menu-button {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
  }

  .split-content.story-content-top-content, .split-content.story-content-bottom-content {
    margin-bottom: 10px;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading, .paragraph {
    color: #333;
  }

  .bold-text-2, .bold-text-5 {
    font-size: 30px;
  }

  .line-accent {
    margin-bottom: 20px;
  }

  .title.story {
    max-width: 380px;
  }

  .paragraph-5.story {
    margin-bottom: 0;
  }

  .section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section-2.story {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-19.card-about-contact-link-icon {
    margin-right: 15px;
  }

  .story-content-top {
    margin-bottom: 60px;
  }

  .bold-text-6 {
    color: #fff;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h3 {
    font-size: 18px;
  }

  h6 {
    font-size: 14px;
  }

  strong {
    margin-left: 5px;
    margin-right: 5px;
  }

  .section {
    padding: 70px 10px 40px;
  }

  .section.featured {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.newsletter.nasirk {
    padding-bottom: 60px;
  }

  .section.seda {
    background-color: #fff;
    padding: 40px 10px 10px;
  }

  .section.seda.nasirk.ref {
    background-color: #dbdbdb;
  }

  .section.seda.last {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .section.cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.cta.nasirk {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .section.nasirk {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .nav {
    z-index: 2147483647;
  }

  .brand-link {
    line-height: 17px;
  }

  .nav-button {
    max-width: 115px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 1.8;
  }

  .flex-wrapper.app {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text-wrapper {
    text-align: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .social-media-wrapper {
    align-content: center;
    align-items: start;
    justify-items: center;
    margin-left: 38%;
  }

  .transparent-grid-wrapper {
    padding: 30px 20px;
  }

  .about-div {
    text-align: center;
    align-items: center;
    margin-left: 0;
  }

  .about-div.leve {
    margin-right: 0;
  }

  .about-image {
    order: -1;
    position: static;
  }

  .about-image.levyobr {
    flex: none;
    order: 0;
    align-self: auto;
    position: static;
  }

  .about-image.levyobr.jenmob {
    order: 0;
    display: block;
  }

  .about-image.pravyobr.mobne {
    clear: none;
    order: -1;
    margin-top: 0;
    display: block;
    position: static;
  }

  .centre-heading-container {
    margin-bottom: 15px;
  }

  .centre-heading-container.dopor.mapadop {
    margin-bottom: 0;
  }

  .centre-heading-container.foto {
    margin-bottom: 20px;
  }

  .services-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .service-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .menu-div {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .menu-info-div {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .rating {
    margin-left: 3px;
  }

  .rating-div {
    margin-top: 5px;
    font-size: 12px;
    position: absolute;
    top: auto;
    bottom: 13px;
    left: auto;
    right: 15px;
  }

  .star {
    width: 9px;
  }

  .hero-section {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: rgba(255, 255, 255, .23);
    background-image: url('../images/selfwash-lazne-pro-pejsky-praha.jpg');
    background-position: 0 0;
    background-size: cover;
    background-clip: border-box;
    justify-content: center;
    align-items: flex-end;
    padding: 140px 20px 100px;
    overflow: hidden;
  }

  .hero-section.mobb {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app-wrapper {
    width: 100%;
  }

  .app-heading {
    font-size: 30px;
  }

  .button {
    min-width: 181px;
    padding-right: 40px;
  }

  .button.btn_header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .app-photos {
    width: 38%;
    border-radius: 8px;
  }

  .app-photos.one {
    margin-bottom: -110px;
  }

  .slide-nav, .arrows, .arrows.right {
    display: block;
  }

  .arrow-icon {
    filter: grayscale();
    padding-top: 8px;
  }

  .slider-wrapper {
    padding-top: 20px;
  }

  .verticle-testimonial-div {
    height: 90%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-image {
    margin-bottom: 5px;
  }

  .profile-div {
    text-align: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .form-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .form-image {
    display: none;
  }

  .form-button {
    width: 90px;
    font-size: 12px;
  }

  .text-field {
    min-height: 50px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-div {
    text-align: center;
    display: block;
  }

  .copyright-div {
    font-size: 10px;
  }

  .footer-text {
    width: 80%;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-paragraph {
    margin-top: -20px;
    margin-bottom: 0;
  }

  .brand {
    max-width: 50px;
    margin-right: 5px;
  }

  .slider-image {
    max-height: 98px;
    display: none;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
  }

  .app-link {
    max-width: 150px;
  }

  .licenses-image-grid {
    grid-template-columns: 1fr;
  }

  .menu-button {
    width: 45px;
    max-height: 45px;
    min-height: 45px;
    min-width: 45px;
    background-color: #f10023;
    padding: 10px;
    font-size: 26px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.story-content-top-content {
    width: 95%;
    max-width: 100%;
    align-self: auto;
    margin-bottom: 10px;
  }

  .split-content.story-content-top-content.cestaknam {
    max-width: 100%;
  }

  .split-content.story-content-bottom-content {
    margin-bottom: 10px;
  }

  .header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading, .paragraph {
    color: #333;
  }

  .heading-3 {
    text-align: left;
    flex: 0 auto;
    align-self: flex-start;
  }

  .paragraph-2 {
    text-align: left;
    margin-bottom: 40px;
  }

  .paragraph-2.mob-par {
    margin-bottom: 0;
  }

  .heading-4 {
    color: #fff;
  }

  .paragraph-4 {
    font-size: 11px;
    line-height: 1.5;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .bold-text-2.vlevo, .bold-text-3 {
    text-align: center;
  }

  .grid-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .image-18 {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-5 {
    color: #333;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .line-accent {
    margin-bottom: 18px;
  }

  .story-content-bottom {
    width: 100%;
  }

  .title.story {
    max-width: 314px;
  }

  .paragraph-5.story {
    margin-bottom: 0;
  }

  .paragraph-5.story.jakmapa {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-2.story {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .image-19.story-content-bottom-image.story-mob-img {
    padding-bottom: 60px;
  }

  .image-19.story-content-bottom-image.story-mob-img.mobmob {
    padding-bottom: 0;
  }

  .image-19.story-content-bottom-image.imgmobh {
    margin-bottom: 60px;
  }

  .image-19.card-about-contact-link-icon {
    max-width: 23px;
    max-width: 23px;
  }

  .story-content-top {
    width: 100%;
    margin-bottom: 69px;
  }

  .story-content-top.mapadole {
    margin-bottom: 0;
  }

  .heading-9, .bold-text-6, .heading-10 {
    font-size: 30px;
  }

  .post-item-content-bottom {
    font-size: 15px;
  }

  .post-item-content-bottom-line {
    margin-right: 10px;
  }

  .card-about-contact-link, .card-about-contact-link-address {
    font-size: 16px;
  }
}

#w-node-c82362e2-8d58-21d3-3202-0b15d47ed266-d47ed236, #w-node-_573d96a3-3f2f-5c9c-674f-6376d42403e8-d42403b9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-afa6b08b-ee3f-7b86-3e85-030eb182b124-ffe3450f, #w-node-eb47ba7f-164c-ecf0-bab9-57ed1e6704e2-ffe3450f, #w-node-a8553311-afb8-4b75-3350-3f6d073b0e79-ffe3450f {
    justify-self: stretch;
  }

  #w-node-c82362e2-8d58-21d3-3202-0b15d47ed239-d47ed236 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-c82362e2-8d58-21d3-3202-0b15d47ed24b-d47ed236 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-afa6b08b-ee3f-7b86-3e85-030eb182b124-998913f9, #w-node-eb47ba7f-164c-ecf0-bab9-57ed1e6704e2-998913f9, #w-node-a8553311-afb8-4b75-3350-3f6d073b0e79-998913f9 {
    justify-self: stretch;
  }

  #w-node-_573d96a3-3f2f-5c9c-674f-6376d42403bc-d42403b9 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_573d96a3-3f2f-5c9c-674f-6376d42403c3-d42403b9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c82362e2-8d58-21d3-3202-0b15d47ed239-d47ed236 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-c82362e2-8d58-21d3-3202-0b15d47ed24b-d47ed236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-c82362e2-8d58-21d3-3202-0b15d47ed25c-d47ed236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-c82362e2-8d58-21d3-3202-0b15d47ed266-d47ed236 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_573d96a3-3f2f-5c9c-674f-6376d42403bc-d42403b9 {
    grid-row: 1 / 2;
    grid-column-end: 2;
  }

  #w-node-_573d96a3-3f2f-5c9c-674f-6376d42403c3-d42403b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: stretch;
  }

  #w-node-_573d96a3-3f2f-5c9c-674f-6376d42403d4-d42403b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_573d96a3-3f2f-5c9c-674f-6376d42403e8-d42403b9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


