html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer, header, main, nav, section {
  display: block;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

input, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
}




* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color: #333;
  background-color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-button {
  color: #fff;
  line-height: inherit;
  cursor: pointer;
  background-color: #3898ec;
  border: 0;
  border-radius: 0;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

input.w-button {
  -webkit-appearance: button;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-form {
  margin: 0 0 15px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.w-input {
  width: 100%;
  height: 38px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  display: block;
}

.w-input:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}

textarea.w-input {
  height: auto;
}

.w-slider {
  height: 300px;
  text-align: center;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  height: 100%;
  display: block;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.w-slide {
  vertical-align: top;
  width: 100%;
  height: 100%;
  text-align: left;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before, .w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --background: #f6f4ec;
  --paragraphs: #3f3f3f;
  --heading: #1b1b1b;
  --accent: #8d675a;
  --subtitle: #a0a48e;
  --border: rgba(160, 164, 142, .5);
  --white: white;
  --preload: #ede9db;
}

.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;
}

body {
  background-color: var(--background);
  color: var(--paragraphs);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 180%;
  display: flex;
}

h1 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 62px;
  font-weight: 400;
  line-height: 110%;
}

h2 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
}

h4 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
}

h5 {
  color: var(--heading);
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 26px;
  font-weight: 400;
  line-height: 145%;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--heading);
  text-decoration: underline;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

a:hover {
  color: var(--accent);
}

ul {
  margin-top: 0;
  margin-bottom: 28px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  background-color: var(--subtitle);
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: 400;
}

.grid-navbar {
  grid-column-gap: 23px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: stretch;
}

.navbar {
  z-index: 100;
  width: 100%;
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  top: 0;
}

.block-navbar {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  width: 100%;
}

.nav-link {
  color: var(--heading);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 27px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.nav-link:hover {
  color: var(--accent);
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.logo {
  max-width: 124px;
}

.section-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 76px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-hero.page {
  padding-bottom: 35px;
}

.grid-hero---a {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-hero---a {
  width: 100%;
  height: 700px;
  min-height: 600px;
  object-fit: cover;
}

.hero---a {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.text-hero---a {
  z-index: 20;
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10%;
  display: flex;
  position: relative;
}

.subtitle {
  color: var(--subtitle);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 140%;
}

.link {
  border-bottom: 1px solid var(--accent);
  color: var(--heading);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: transform .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
 transform: scale(1.1);
}

.heading-hero {
  max-width: 890px;
}

.block-hero---a {
  z-index: 20;
  width: 90%;
  max-width: 780px;
  position: absolute;
  bottom: -40px;
}

.overflow-hero---a {
  width: 100%;
  background-color: var(--preload);
  overflow: hidden;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 76px 20px;
  display: flex;
}

.section.first {
  padding-top: 0;
}

.content {
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.content.wide {
  max-width: 1300px;
}

.block-extra {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-extra {
  max-width: 880px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.paragraph {
  max-width: 720px;
  margin-bottom: 40px;
}

.paragraph.margin {
  margin-bottom: 28px;
}

.grid-3-columns {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.paragraph-service {
  margin-bottom: 24px;
}

.block-service {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-service {
  margin-bottom: 0;
}

.grid-postcard {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.postcard---image {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.postcard---block-right {
  width: 100%;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 25px;
  margin-bottom: -25px;
  padding-top: 85px;
  padding-bottom: 85px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.overflow-image {
  z-index: 10;
  width: 100%;
  background-color: var(--preload);
  position: relative;
  overflow: hidden;
}

.postcard-text {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  display: flex;
}

.heading {
  max-width: 730px;
}

.block-heading {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.block-heading.margin {
  margin-bottom: 25px;
}

.grid-galleries {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  align-items: start;
}

.grid-galleries---row {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.grid-galleries---row.margin {
  margin-top: 50px;
}

.image-lightbox {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.slider-testimonials {
  width: 100%;
  height: auto;
}

.slide {
  padding: 30px;
  background-color: #fff;
}

.city-date {
  font-size: 12px;
}

.testimonial {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
}

.paragraph-testimonial {
  max-width: 820px;
  margin-bottom: 26px;
}

.image-testimonial {
border-radius: 50%;
  object-fit: contain;
  margin-bottom: 18px;
}

.collection-list-wrapper---portfolio {
  width: 100%;
  margin-bottom: 50px;
}

.collection-list---portfolio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.overflow-portfolio {
  width: 100%;
  background-color: var(--preload);
  transition-property: box-shadow;
  transition-duration: .7s;
  display: block;
  overflow: hidden;
}

.overflow-portfolio:hover {
  box-shadow: 0 50px 80px -50px var(--accent);
}

.image-portfolio {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.block-portfolio {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.heading-portfolio {
  margin-bottom: 0;
}

.link-portfolio {
  margin-bottom: 8px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: .4s;
}

.link-portfolio:hover {
  opacity: .7;
}

.collection-item---portfolio {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 76px 20px;
  display: flex;
  background-color: #8d675a;

  a:hover {
    color: #fff;
  }
}

.heading-footer {
  color: #fff;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  margin-top: 80px;
  margin-bottom: 80px;
}

.block-footer {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.block-footer.border {
  border-left: 1px solid #fff;
}

.link-footer {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.link-footer:hover {
  opacity: 0.7;
}

.logo-footer {
  width: 100px;
  margin-bottom: 10px;
}

.border-down {
  width: 1px;
  height: 54px;
  background-color: var(--border);
  margin-top: 50px;
  margin-bottom: 50px;
}

.border-down.margin {
  margin-top: 15px;
  margin-bottom: 20px;
}

.border-top {
  width: 1px;
  height: 54px;
  background-color: var(--border);
  margin-top: 15px;
  margin-bottom: 40px;
}

.hero-top {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.icon-flower {

  margin-bottom: 20px;
  object-fit: cover;
}

.grid-2-columns {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.block-text {
  z-index: 30;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
}

.block-image {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.contact {
  width: 100%;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 10%;
  display: flex;
  position: relative;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  grid-column-gap: 34px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.field {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.text-field {
  width: 100%;
  height: 44px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--heading);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--heading);
}

.text-field::-ms-input-placeholder {
  color: rgba(84, 87, 72, .4);
}

.field-label {
  color: var(--heading);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
}

.textarea {
  max-height: 400px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--heading);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 140%;
  transition: border-color .4s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: var(--heading);
}

.textarea::-ms-input-placeholder {
  color: rgba(84, 87, 72, .4);
}

.submit-button {
  width: 100%;
  max-width: 50%;
  background-color: var(--subtitle);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 18px 30px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.25, .46, .45, .94), box-shadow .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  background-color: var(--accent);
  box-shadow: 0 12px 50px -5px var(--accent);
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  .section-hero {
    padding-bottom: 66px;
  }

  .section-hero.page {
    padding-bottom: 30px;
  }

  .grid-hero---a {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-hero---a {
    height: 70vw;
    min-height: auto;
  }

  .text-hero---a {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .postcard---block-right {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .block-heading.margin {
    margin-bottom: 15px;
  }

  .grid-galleries {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-galleries---row {
    grid-row-gap: 15px;
  }

  .grid-galleries---row.margin {
    margin-top: 30px;
  }

  .slide {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .collection-list-wrapper---portfolio {
    margin-bottom: 40px;
  }

  .collection-list---portfolio {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-portfolio {
    height: 35vw;
  }

  .section-footer {
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .grid-footer {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .grid-2-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .block-text {
    padding: 50px 8%;
  }

  .block-image {
    padding-left: 8%;
    padding-right: 8%;
  }

  .contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  .section-hero {
    padding-bottom: 58px;
  }

  .grid-hero---a {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero---a {
    margin-bottom: 0;
  }

  .block-hero---a {
    width: 96%;
    position: relative;
    bottom: 30px;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 75px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-postcard {
    grid-template-columns: 1fr;
  }

  .postcard---block-right {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .grid-galleries---row {
    grid-row-gap: 10px;
  }

  .slide {
    padding-left: 50px;
    padding-right: 50px;
  }

  .collection-list---portfolio {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .image-portfolio {
    height: 60vw;
  }

  .section-footer {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .grid-2-columns {
    grid-template-columns: 1fr;
  }

  .block-text {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .form {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .grid-navbar {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 0;
  }
  .nav-link {
    padding: 10px;
  }
  .logo {
    max-width: 60px;
  }
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 23px;
  }

  h5 {
    font-size: 20px;
  }

  .section-hero {
    padding-bottom: 54px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-hero---a {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-hero---a {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .section {
    padding: 54px 10px;
  }

  .block-extra {
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-3-columns {
    grid-column-gap: 10px;
    grid-row-gap: 65px;
  }

  .postcard---block-right {
    margin-top: 10px;
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .postcard-text {
    padding-left: 10%;
    padding-right: 10%;
  }

  .grid-galleries {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: stretch;
  }

  .grid-galleries---row {
    align-items: stretch;
  }

  .grid-galleries---row.margin {
    margin-top: 0;
  }

  .slider-testimonials {
    padding-bottom: 50px;
  }

  .slide {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial {
    padding-left: 10%;
    padding-right: 10%;
  }

  .collection-list---portfolio {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .image-portfolio {
    height: 100%;
  }

  .block-portfolio {
    margin-top: 28px;
  }

  .section-footer {
    padding: 54px 10px;
  }

  .grid-footer {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .block-footer.border {
    border-left-style: none;
  }

  .contact {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .submit-button {
    max-width: 100%;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.link-copyright {
  color: #fff;
}


.services-full {
  background-color: var(--white);
  & .w-layout-grid {
    grid-template-columns: 1fr;
  }

  & .paragraph {
    max-width: 100%;
  }

  & .block-text {
    padding: 20px;
  }

  & .block-image {
    padding: 0;
    max-height: 500px;
  }
}

.checkbox-label {
  input {
    margin-right: 10px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}


.modal-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
  transition: transform 0.3s ease;
  transform: scale(0.8);
}

/* Крестик закрытия */
.modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  user-select: none;
}


.modal.show {
  display: flex;
}

.modal.show .modal-content {
  transform: scale(1);
}

.legal {
  h1 {
    font-size: 40px;
    font-weight: 600;
  }

  h2 {
    font-size: 25px;
    font-weight: 600;
  }
}

.dop-style {
  padding: 150px 30px;
  padding-bottom: 50px;
  text-align: center;

  margin: 0 auto;
  max-width: 1200px;


  & .thank-you-message {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  a {
    transition: all 0.3s ease;
  }

  a:hover {
    color: #131160;
  }
}

.home-step {
  & .grid-3-columns {
    display: flex;
    flex-wrap: wrap;
justify-content: center;
  }

  & .block-service {
    max-width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .w-slider-mask {
    grid-template-columns: 1fr 1fr;
  }

  .w-layout-grid {
    grid-template-columns: 1fr;
  }

  .home-hero,
  .navbar {
    &  .w-layout-grid {
      grid-template-columns: 1fr 1fr 1fr;
    }
  }

  .section-footer {
    & .w-layout-grid {
      grid-template-columns: 1fr 1fr;
    }
  }
}

@media screen and (max-width: 767px) {
  .w-slider-mask {
    grid-template-columns: 1fr;
  }

  .gallery {
    & .w-layout-grid.grid-galleries---row  {
      display: grid;
      grid-template-columns: 1fr 1fr;
gap: 20px;
    }

    & .w-layout-grid {
      display: flex;
      flex-direction: column;
    }
  }
}

@media screen and (max-width: 479px) {
  .section-footer {
    & .w-layout-grid {
      grid-template-columns: 1fr;
    }
  }
  
  .postcard---block-right {
    padding-left: 0;
    padding-right: 0;
  }

  .legal {
    h1 {
      font-size: 30px;
    }

    h2 {
      font-size: 20px;
    }
  }
}