body {
  color: #333;
  letter-spacing: .02em;
  font-family: Asap, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h4 {
  letter-spacing: .04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #868686;
  letter-spacing: .02em;
  margin-bottom: 10px;
  line-height: 30px;
}

a {
  color: #3da771;
  text-decoration: underline;
}

.main-logo {
  z-index: 3;
  width: 168px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.banner-section {
  z-index: 3;
  height: 380px;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.banner-section.title {
  height: auto;
  min-height: 60px;
  color: #fff;
}

.banner-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.bg-image {
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.max1260 {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  overflow: visible;
}

.max1260.no-padding {
  padding: 0;
}

.nav-wrapper {
  width: 100%;
}

.navbar {
  letter-spacing: .06em;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.nav-link {
  color: #3da771;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 12px 6px;
  transition: all .2s;
  display: flex;
}

.nav-link:hover {
  border-bottom: 3px solid #3da771;
}

.nav-link.w--current {
  color: #3da771;
  border-bottom-color: #3da771;
}

.nav-link.w--current:hover {
  color: #3da771;
}

.nav-menu {
  width: 100%;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-lang {
  color: #3da771;
  text-transform: uppercase;
  border: 3px solid #3da771;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  padding: 4px 12px;
  text-decoration: none;
  display: flex;
}

.nav-link-lang:hover {
  text-decoration: none;
}

.nav-link-lang.w--current, .nav-link-lang.w--current:hover {
  color: #3da771;
}

.banner-text {
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, .4);
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
}

.main-section {
  width: 100%;
  min-height: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.mud {
  background-color: #f5f2ed;
}

.flex-v-center {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer-section {
  color: #3e240e;
  padding-top: 30px;
  padding-bottom: 60px;
}

.footer-nav-menu {
  width: 100%;
  color: #3e240e;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.top-div {
  width: 100%;
  height: 0;
  max-height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.v-line {
  height: 100%;
  min-height: 20px;
  border-right: 1px solid #dfdfdf;
  margin-left: 20px;
  margin-right: 20px;
}

.footer-link {
  color: #3e240e;
  text-decoration: none;
}

.footer-link:hover {
  color: #3da771;
  text-decoration: none;
}

.footer-sns-menu {
  width: 100%;
  color: #3e240e;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 20px;
  display: flex;
}

.sns-icon {
  width: 50px;
  height: 50px;
  background-image: url('../images/Instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 21px;
  border: 2px solid rgba(62, 36, 14, .1);
  border-radius: 100%;
  text-decoration: none;
  transition: all .3s;
}

.sns-icon:hover {
  border-color: #3e240e;
  text-decoration: none;
}

.mood-div {
  width: 100%;
  background-color: #f4f4f4;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapped-block {
  width: 50%;
  min-height: 60vh;
  flex: 1;
  position: relative;
}

.wrapped-block.side {
  width: 30%;
  height: 100%;
  flex: 0 auto;
}

.wrapped-block.poster {
  height: 100%;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.wrapped-block.flex {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-of {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner-padding {
  width: 100%;
  height: 100%;
  padding: 60px 80px;
}

.inner-padding.half {
  width: 50%;
}

.inner-padding._70 {
  width: 70%;
}

.inner-padding.less-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.inner-padding.less-padding.half {
  width: 50%;
}

.pre-heading {
  color: #bfbfbf;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.div-block {
  flex-direction: row;
  display: flex;
}

.div-block-2 {
  flex: 1;
}

.div-block-3 {
  min-width: 220px;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.arrow-button {
  color: #333;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/arrow-right-w.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 3px solid #333;
  border-radius: 100px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 0;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.arrow-button:hover {
  color: #fff;
  background-color: #3da771;
  border-color: #3da771;
  padding-right: 36px;
  text-decoration: none;
}

.arrow-button.w--current, .arrow-button.w--current:hover {
  color: #3da771;
}

.content-heading {
  letter-spacing: .02em;
}

.div-table {
  background-color: #fff;
  border: 1px #ececec;
  border-style: solid none none solid;
  font-size: 13px;
  line-height: 17px;
}

.div-table-row {
  border-bottom: 1px solid #ececec;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.div-table-row:hover {
  background-color: #f4f4f4;
}

.div-table-row.dark {
  background-color: #fcfcfc;
}

.div-table-row.dark:hover {
  background-color: #f4f4f4;
}

.div-table-cell {
  min-height: 30px;
  border-right: 1px solid #ececec;
  flex: 1;
  padding: 15px 10px;
}

.div-table-cell._1col {
  width: 25%;
  min-width: 150px;
  flex: 0 auto;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.hero-image.light {
  opacity: .8;
}

.quote-div {
  z-index: 3;
  min-width: 60%;
  margin-right: -120px;
  position: relative;
}

.quote-heading {
  letter-spacing: .02em;
  font-size: 18px;
  line-height: 36px;
}

.banner-content {
  z-index: 3;
  width: 65%;
  color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  line-height: 2em;
  position: relative;
}

.heading-title {
  font-size: 46px;
  line-height: 66px;
}

.dark-overlay {
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.store-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.store-info-block {
  margin-top: 20px;
  padding-top: 0;
}

.store-info-div {
  border-left: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 1px;
  padding-top: 20px;
  padding-bottom: 0;
  padding-left: 20px;
}

.store-info {
  letter-spacing: .06em;
  padding-bottom: 20px;
  line-height: 24px;
}

.poster-image {
  width: 75%;
  border-radius: 8px;
  box-shadow: 5px 14px 30px 15px rgba(0, 0, 0, .1);
}

.store-logo {
  width: 90%;
}

.burger-wrapper {
  width: 60px;
  height: 60px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 15px;
  display: flex;
  position: relative;
}

.burger-wrapper.white-box {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50px;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 12px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .2);
}

.line-1 {
  width: 26px;
  height: 3px;
  background-color: #3da771;
  border-radius: 2px;
}

.line-2 {
  width: 20px;
  height: 3px;
  background-color: #3da771;
  border-radius: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.line-3 {
  width: 26px;
  height: 3px;
  background-color: #3da771;
  border-radius: 2px;
}

.header-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
  position: relative;
}

.blocks-flex-div {
  flex-flow: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: -2%;
  display: flex;
}

.blocks-div {
  width: 31.33%;
  min-height: 60px;
  letter-spacing: .04em;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-right: 2%;
  padding: 25px;
  transition: all .28s;
}

.blocks-div:hover {
  background-color: #f4f4f4;
}

.blocks-div.grow {
  width: 100%;
  flex: 1;
}

.button {
  color: #333;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #333;
  border-radius: 100px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #3da771;
  border-color: #3da771;
}

.blocks-text {
  margin-bottom: 20px;
  line-height: 22px;
}

.spaced-wrapper {
  padding: 50px 6vw;
}

.form-box {
  width: 80%;
  min-height: 120px;
  background-color: #fff;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  box-shadow: 4px 11px 18px 6px rgba(0, 0, 0, .3);
}

.top-heading {
  margin-top: 0;
}

.text-block {
  color: #868686;
  border: 1px solid #868686;
  margin-bottom: 15px;
  padding: 4px 10px;
  display: inline-block;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .max1260 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-link-lang {
    margin-left: 8px;
  }

  .banner-text {
    font-size: 50px;
    line-height: 70px;
  }

  .v-line {
    margin-left: 15px;
    margin-right: 15px;
  }

  .wrapped-block.side-image {
    width: 40%;
    flex: 0 auto;
  }

  .wrapped-block.side, .wrapped-block.poster {
    flex: 0 auto;
  }

  .inner-padding {
    padding: 40px;
  }

  .arrow-button {
    margin-left: 8px;
  }

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

  .quote-div {
    min-width: 70%;
  }

  .banner-content {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-title {
    font-size: 42px;
    line-height: 60px;
  }

  .poster-image, .store-logo {
    width: 80%;
  }

  .blocks-div {
    padding: 20px;
  }

  .form-box {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 17px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .main-logo {
    width: 150px;
  }

  .main-logo.w--current {
    flex: none;
  }

  .header-section {
    position: relative;
  }

  .banner-section {
    height: 260px;
  }

  .max1260 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-wrapper {
    position: absolute;
    top: 45px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar {
    height: 100%;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 16px;
    line-height: 18px;
  }

  .nav-link {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-left: 4px;
    margin-right: 4px;
    padding: 20px 4px;
    font-size: 18px;
    line-height: 20px;
  }

  .nav-link:hover, .nav-link.w--current {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .nav-menu {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 15px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  }

  .nav-link-lang {
    width: 120px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 8px;
  }

  .banner-text {
    font-size: 36px;
    line-height: 50px;
  }

  .v-line {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 0;
    transition: all .2s;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .mood-div {
    flex-direction: column;
  }

  .wrapped-block {
    width: 100%;
  }

  .wrapped-block.side-image {
    width: 100%;
    min-height: 40vh;
    order: -1;
  }

  .wrapped-block.side {
    width: 100%;
    min-height: 20vh;
    order: -1;
    display: none;
  }

  .wrapped-block.poster {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
  }

  .wrapped-block.flex {
    min-height: auto;
    flex: 0 auto;
  }

  .inner-padding {
    padding: 40px;
  }

  .inner-padding.half, .inner-padding._70, .inner-padding.less-padding.half {
    width: 100%;
  }

  .quote-div {
    min-width: 380px;
  }

  .quote-heading {
    font-size: 14px;
    line-height: 28px;
  }

  .banner-content {
    width: 100%;
  }

  .heading-title {
    font-size: 36px;
    line-height: 46px;
  }

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

  .store-info-div {
    padding-top: 10px;
  }

  .store-info {
    padding-bottom: 10px;
  }

  .poster-image {
    width: 60%;
  }

  .store-logo {
    width: 100%;
  }

  .burger-wrapper.white-box {
    border-radius: 30px;
  }

  .header-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .blocks-flex-div {
    margin-right: -4%;
  }

  .blocks-div {
    width: 46%;
    margin-right: 4%;
  }

  .spaced-wrapper {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .form-box {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .main-logo {
    width: 135px;
  }

  .banner-section {
    height: 220px;
  }

  .max1260 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar {
    padding-bottom: 30px;
  }

  .banner-text {
    font-size: 28px;
    line-height: 42px;
  }

  .v-line {
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-button {
    margin-right: 15px;
  }

  .inner-padding {
    padding: 30px 15px;
  }

  .div-block {
    flex-direction: column;
  }

  .div-block-3 {
    justify-content: center;
  }

  .flex-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .quote-div {
    width: 120%;
    min-width: auto;
    margin-right: -60%;
  }

  .poster-image {
    width: 90%;
  }

  .blocks-flex-div {
    margin-right: 0%;
  }

  .blocks-div {
    width: 100%;
    margin-right: 0%;
  }

  .spaced-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}


