html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, figure, footer, nav, section {
  display: block;
}

video {
  vertical-align: baseline;
  display: inline-block;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

strong {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  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;
}

h1, h2, h3, h4, h5, h6 {
  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;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

figure {
  margin: 0 0 10px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before, .w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video > video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.w-slider {
  text-align: center;
  clear: both;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  background: #ddd;
  height: 300px;
  position: relative;
}

.w-slider-mask {
  z-index: 1;
  white-space: nowrap;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-slide {
  vertical-align: top;
  white-space: normal;
  text-align: left;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.w-slider-arrow-left, .w-slider-arrow-right {
  cursor: pointer;
  color: #fff;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  width: 80px;
  margin: auto;
  font-size: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.w-slider-arrow-left:focus, .w-slider-arrow-right:focus {
  outline: 0;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-slider-aria-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-richtext:before, .w-richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext figure.w-richtext-figure-type-video > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.w-richtext figure {
  max-width: 60%;
  position: relative;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure div {
  color: #0000;
  font-size: 0;
}

.w-richtext figure.w-richtext-figure-type-video {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.w-richtext figure.w-richtext-figure-type-video > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.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;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --primary-dark: #4d423d;
  --paragraph-gray: #535353;
  --primary: #c3a491;
  --primary-light: #f0e7af;
  --black: black;
  --white: white;
  --gray: #e9e9e9;
  --light-gray: #f9f9fa;
  --white-50: #ffffff80;
  --dark-gray-50: #afafaf80;
  --dark-gray: #afafaf;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--primary-dark);
  letter-spacing: .4px;
  background-image: url("image/back.svg");
  background-position: 0 0;
  background-size: 400px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  letter-spacing: -1px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: .4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Darker Grotesque, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

a {
  color: var(--primary);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--primary-dark);
}

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.light-background {
  background-color: var(--primary-light);
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.primary-button {
  border: 1px solid var(--white-50);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  background-color: #4d423d00;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Aboreto, sans-serif;
  font-size: 13px;
  line-height: 1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary-light);
  background-color: var(--primary-light);
  opacity: 1;
  color: var(--black);
}

.primary-button.dark {
  border-color: var(--black);
  background-color: var(--black);
}

.primary-button.dark:hover {
  color: var(--black);
  background-color: #0000;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-menu.tablet {
  display: none;
}

.nav-link {
  color: var(--primary-light);
  text-transform: capitalize;
  padding: 20px 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.nav-link:hover {
  opacity: 1;
  color: var(--white);
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-right: 20px;
  display: flex;
}

.footer {
  background-color: var(--black);
  background-image: linear-gradient(#0000, #4d423d4d);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, 400px;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--dark-gray-50);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: #fff;
  letter-spacing: .2px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.section-title.with-space {
  margin-bottom: 15px;
}

.light-background {
  background-color: var(--light-gray);
}

.footer-link {
  color: var(--primary-light);
  font-weight: 500;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-wrapper {
  border-bottom: 1px solid var(--dark-gray-50);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 60px;
  display: flex;
}

.footer-brand {
  color: #fff;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-links-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  height: 40px;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  font-weight: 500;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrapper.hidden-desktop {
  display: none;
}

.right-arrow {
  color: #222;
  justify-content: center;
  align-items: center;
  height: 68px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  inset: auto 0 0% auto;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.menu-wrap.desktop {
  display: flex;
}

.brand-tablet {
  display: none;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

.banner-slider-mask {
  width: 620px;
  height: 140px;
  overflow: hidden;
}

.bottom-banner-slider {
  z-index: 2;
  margin: auto auto 120px;
  padding-right: 20px;
  position: relative;
}

.banner-slider {
  background-color: #fff0;
  height: auto;
  display: flex;
  position: relative;
}

.banner-slider-arrow {
  border: 1px solid var(--primary-light);
  color: var(--primary-light);
  background-color: #fff0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: -80px;
  transition: all .35s;
  display: flex;
  inset: 0% 0% 0% auto;
}

.banner-slider-arrow:hover {
  color: #0b0b0b;
  background-color: #fff;
  border-color: #fff;
}

.banner-slider-arrow.arrow-left {
  margin-left: -80px;
  margin-right: auto;
  left: 0;
  right: auto;
}

.hero-banner-overlay {
  z-index: 1;
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.hero-banner-content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 840px;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-banner-section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 770px;
  padding-top: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-slide {
  width: 194px;
  margin-right: 20px;
}

.slider-arrow-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 10px;
  line-height: 1.1;
}

.banner-heading {
  color: var(--primary-light);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.banner-paragraph {
  color: var(--primary-light);
  text-align: center;
  max-width: 660px;
  margin-top: 0;
  margin-bottom: 0;
}

.pages-banner-image {
  object-fit: cover;
  object-position: 41% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-slider-images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-video-wrapper {
  outline-color: var(--primary-light);
  outline-offset: 8px;
  outline-width: 2px;
  outline-style: solid;
  position: relative;
}

.accent-subtitle {
  margin-top: 0;
  margin-bottom: 15px;
}

.accent-subtitle.underline {
  border-bottom: 1px solid var(--dark-gray-50);
  padding-bottom: 10px;
}

.about-us-block {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.benefits-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 536px;
  display: flex;
}

.background-video-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.review-names {
  font-family: Aboreto, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.testimonial-small-slide {
  height: 100%;
  position: static;
}

.testimonial-slider-block {
  z-index: 10;
  background-color: #fff;
  width: 50%;
  position: relative;
}

.number-size-large {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-ava {
  object-fit: cover;
  background-image: url("image/testim1.webp");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.testimonial-ava.ava-2 {
  background-image: url("image/man2.jpg");
  background-position: 100% 0;
}

.testimonial-ava.ava-3 {
  background-image: url("image/wom1.jpg");
  background-position: 50% 0;
}

.into-view {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonial-ava-ov {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.testimonials-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  min-height: 760px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.testimonials-hero-text {
  max-width: 27rem;
  padding: 0;
}

.testimonial-small-slider {
  z-index: 100;
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding-right: 0;
  position: relative;
}

.testimonial-mask {
  position: static;
  overflow: visible;
}

.testimonial-slide-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px 80px 20px 20px;
  display: flex;
}

.slider-arrow-2 {
  width: auto;
  height: 12px;
}

.featured-background {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-credit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.clip-2 {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-slide-arrow-icon {
  background-color: var(--primary-light);
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 50%;
  display: flex;
  inset: 0% 0% auto auto;
}

.testimonial-slide-arrow-icon.right-arrow {
  inset: auto 0% 0% auto;
}

.con-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-arrow-icon {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-arrow-icon.button-icon-left {
  position: absolute;
  left: -100%;
}

.button-arrow-icon.button-icon-right {
  position: absolute;
  right: -100%;
}

.testimonials-wrapp {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  min-height: 100vh;
  padding-top: 17rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-name-wrapp {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.our-tourist {
  font-size: 18px;
}

.testimonial-slider-avatar {
  border-radius: 100px;
  justify-content: space-between;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-width-container {
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.about-us-photo-wrapper {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-us-photo-wrapper.cell-5 {
  background-image: url("image/germany1.jpg");
  background-position: 0 0;
  background-size: cover;
}

.about-us-photo-wrapper.text-cell {
  background-image: linear-gradient(#00000080, #00000080), url("image/germany2.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 50px 50px 170px;
}

.about-us-photo-wrapper.cell-4 {
  background-image: url("image/dfuhrman.jpg");
}

.about-us-photo-wrapper.cell-3 {
  background-image: url("image/cstle2.jpg");
  flex: 1;
}

.paragraph-cells {
  color: #fff;
  max-width: 500px;
  margin-right: auto;
  font-size: 20px;
  font-weight: 500;
}

.about-us {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary-light);
  flex-direction: column;
  width: 100%;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
}

.button-pricing-wrap {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.toggle-price {
  background-color: var(--light-gray);
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.starter-package {
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  display: flex;
}

.our-price {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.button-wrapper-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.column-one {
  width: 50%;
  height: 100%;
  position: relative;
}

.plan-type {
  z-index: 1;
  margin-top: -3px;
  font-size: 20px;
  line-height: 1em;
  position: relative;
}

.price-plan {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.toggle-bg-mo {
  background-color: var(--primary-light);
  position: absolute;
  inset: 0%;
}

.section-title-home-two {
  max-width: 330px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3em;
}

.toggle-bg {
  background-color: var(--primary-light);
  position: absolute;
  inset: 0%;
}

.home-two-main-font {
  margin-top: 0;
  margin-bottom: 0;
}

.price-bottom {
  margin-top: 20px;
}

.hero-price-item-pro {
  border: 1px #afafaf80;
  border-style: none solid;
  padding: 30px;
  transition: all .35s;
}

.hero-price-item-pro:hover {
  box-shadow: 1px 0 20px #fff0;
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  padding: 10px 22px;
  position: relative;
  overflow: hidden;
}

.hero-price-item {
  padding: 30px;
  transition: all .35s;
}

.section-two-side-title-wrapp {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.section-two-side-title-wrapp.info-style {
  flex-flow: row;
}

.column-left {
  width: 50%;
  height: 100%;
}

.toggle-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  padding: 10px 22px;
  position: relative;
  overflow: hidden;
}

.price-title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.about-our-package {
  margin-top: 0;
  margin-bottom: 40px;
}

.price-top {
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.banner-bg-top-left {
  max-width: 8%;
  height: 47%;
  margin-top: 20px;
  margin-left: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.banner-bg-bottom-left {
  max-width: 8%;
  height: 47%;
  margin-bottom: 20px;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banner-bg-top-right {
  max-width: 8%;
  height: 47%;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.banner-bg-bottom-right {
  max-width: 8%;
  height: 47%;
  margin-bottom: 20px;
  margin-right: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cart-nav-wrapper {
  justify-content: flex-end;
  align-items: center;
  min-width: 280px;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: hidden;
}

.logo-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.locations {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 340px;
  position: relative;
  overflow: hidden;
}

.figure-map {
  flex: 1;
  min-height: 100%;
  margin-bottom: 0;
}

.text-content-map {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: 500px;
  display: flex;
}

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

.no-margin.par-white-on-dark {
  color: var(--white);
  font-weight: 500;
}

.location-map-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.faq-s-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center;
  width: 100%;
  height: 100%;
}

.row-horizontal {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--primary-light);
  border-bottom: 1px solid #afafaf80;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.row-horizontal:hover {
  border-bottom-color: var(--primary-light);
  color: var(--white);
}

.row-horizontal.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.rich-text-block-map {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.map-list-name {
  font-family: Aboreto, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.right-text {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.footer-links-wrapp {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.arrow-medium-wrapper {
  border: 1px solid var(--dark-gray-50);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.hours-info {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: relative;
}

.full-size-image-bg {
  z-index: -1;
  filter: brightness(60%);
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.full-size-image-bg.castle-style {
  filter: none;
  object-position: 50% 15%;
}

.info-in-grid {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.paragraph-small {
  color: var(--white);
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.time {
  color: var(--primary-light);
  margin-bottom: 0;
}

.blog-grid-collection-lists {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog-collection-list-wrapp {
  width: 100%;
}

.blog-collection-list-wrapp.hidden-desktop {
  display: none;
}

.blog-grid-items {
  width: 31.46%;
  display: inline-block;
}

.blog-grid-post-wrapp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.blog-grid-image-links {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-grid-images {
  object-fit: cover;
  width: 100%;
  height: 380px;
  transition: transform .6s;
}

.blog-grid-images:hover {
  transform: scale(1.1);
}

.blog-item-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-item-date {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 14px;
}

.blog-title {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Aboreto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}

.blog-title:hover {
  transform: translate(8px);
}

.blog-grid-item-description-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.link-uppercase {
  border-bottom: 1px solid var(--dark-gray-50);
  color: var(--black);
  letter-spacing: .6px;
  text-transform: uppercase;
  padding-bottom: 2px;
  font-family: Aboreto, sans-serif;
  font-size: 14px;
}

.link-uppercase:hover {
  border-bottom-color: var(--black);
}

.history-block {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.info-photo-wrapp {
  outline-color: var(--primary-light);
  outline-offset: 8px;
  outline-width: 2px;
  outline-style: solid;
  flex-flow: column;
  min-height: 300px;
  position: relative;
}

.history-info-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.history-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.visit-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.corner {
  z-index: 1;
  filter: invert();
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner.top-left {
  margin-left: 10px;
  margin-right: 0;
  inset: 0% auto auto 0%;
}

.corner.bottom-left {
  margin: 0 0 10px 10px;
  inset: auto auto 0% 0%;
}

.corner.bottom-right {
  margin-top: 0;
  margin-bottom: 10px;
  inset: auto 0% 0% auto;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 72px;
  }

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

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .nav-menu-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-bottom-wrapper {
    margin-top: 60px;
  }

  .bottom-banner-slider {
    margin-bottom: 70px;
  }

  .hero-banner-content {
    max-width: 940px;
  }

  .home-banner-section {
    min-height: 100vh;
    padding-top: 200px;
  }

  .about-us-block {
    grid-row-gap: 145px;
  }

  .number-size-large {
    font-size: 24px;
  }

  .testimonial-slide-content {
    padding: 30px 100px 30px 30px;
  }

  .about-us-photo-wrapper.cell-4 {
    padding-bottom: 0;
  }

  .our-price {
    grid-template-columns: 1fr 1.084fr 1fr;
  }

  .hero-price-item-pro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-price-item.last {
    padding-left: 40px;
    padding-right: 0;
  }

  .hero-price-item.first {
    padding-left: 0;
    padding-right: 40px;
  }

  .banner-bg-top-left, .banner-bg-bottom-left, .banner-bg-top-right, .banner-bg-bottom-right {
    max-width: 100%;
  }

  .text-content-map {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    max-width: 600px;
  }

  .faq-s-wrapper, .footer-links-wrapp {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hours-info {
    padding-left: 100px;
    padding-right: 100px;
  }

  .blog-grid-collection-lists {
    grid-column-gap: 30px;
  }

  .blog-grid-items {
    width: 31.48%;
  }

  .blog-grid-images {
    height: 400px;
  }

  .history-block {
    grid-row-gap: 145px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .nav-menu-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .banner-slider-mask {
    width: 700px;
    height: 100px;
  }

  .hero-banner-content {
    max-width: 1040px;
    margin-bottom: 200px;
  }

  .banner-slide {
    width: 160px;
  }

  .banner-heading {
    font-size: 80px;
  }

  .testimonial-slider-block {
    width: 41%;
  }

  .about-us-photo-wrapper {
    padding-bottom: 240px;
  }

  .about-us {
    padding-right: 70px;
  }

  .history-block {
    grid-template-columns: .6fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .base-container {
    max-width: 1300px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer-logo {
    height: 50px;
  }

  .hero-banner-content {
    max-width: 1280px;
  }

  .banner-heading {
    font-size: 96px;
  }

  .about-us-block {
    grid-row-gap: 300px;
  }

  .testimonial-slider-block {
    width: 36%;
  }

  .number-size-large {
    font-size: 26px;
  }

  .about-button-wrapper {
    margin-bottom: 0;
  }

  .full-width-container {
    max-width: 1920px;
  }

  .about-us-photo-wrapper {
    padding-top: 40px;
    padding-bottom: 290px;
  }

  .about-us-photo-wrapper.cell-5 {
    padding-bottom: 15px;
  }

  .about-us-photo-wrapper.text-cell {
    padding-bottom: 300px;
  }

  .about-us-photo-wrapper.cell-4 {
    padding-bottom: 15px;
  }

  .paragraph-cells {
    color: #fff;
  }

  .about-us {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 140px;
  }

  .hours-info {
    padding-left: 130px;
    padding-right: 130px;
  }

  .blog-grid-items {
    width: 31.75%;
  }

  .blog-grid-images {
    height: 460px;
  }

  .history-block {
    grid-row-gap: 300px;
    grid-template-columns: .5fr 1fr;
  }

  .history-info-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  .primary-button {
    display: block;
  }

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

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-menu.tablet {
    background-color: var(--black);
    display: flex;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    font-size: 20px;
    display: flex;
  }

  .close-menu-button {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .nav-menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .footer-logo {
    height: 36px;
  }

  .button-wrapper.hidden-desktop {
    display: flex;
  }

  .menu-wrap {
    background-color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .menu-wrap.desktop {
    display: none;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .banner-slider-mask {
    width: 410px;
  }

  .bottom-banner-slider {
    margin-bottom: 60px;
  }

  .hero-banner-overlay {
    display: none;
  }

  .hero-banner-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 60px;
  }

  .home-banner-section {
    background-color: var(--black);
    min-height: auto;
    padding-top: 120px;
  }

  .pages-banner-image {
    height: 400px;
    position: relative;
  }

  .about-video-wrapper {
    min-height: 480px;
  }

  .about-us-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .benefits-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-slider-block {
    width: 100%;
  }

  .con-video {
    flex: 1;
    justify-content: space-between;
    display: flex;
  }

  .about-us-photo-wrapper {
    padding-bottom: 150px;
  }

  .about-us-photo-wrapper.text-cell {
    padding-top: 30px;
    padding-left: 30px;
  }

  .paragraph-cells {
    font-size: 16px;
  }

  .about-us {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our-price {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .column-one {
    width: 100%;
  }

  .section-title-home-two {
    font-size: 38px;
  }

  .hero-price-item-pro {
    border-style: none none solid;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-price-item.last {
    padding-right: 0;
  }

  .hero-price-item.first {
    border-right: 1px solid #afafaf80;
    padding-left: 0;
  }

  .section-two-side-title-wrapp.info-style {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .column-left {
    width: 100%;
  }

  .cart-nav-wrapper {
    order: -1;
    min-width: auto;
  }

  .about-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .locations {
    height: 400px;
    max-height: none;
  }

  .text-content-map {
    text-align: center;
    max-width: none;
  }

  .faq-s-wrapper {
    grid-template-columns: 1fr;
  }

  .row-horizontal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-text {
    grid-row-gap: 10px;
  }

  .footer-links-wrapp {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .hours-info {
    padding: 30px;
  }

  .blog-grid-collection-lists {
    column-count: 2;
  }

  .blog-collection-list-wrapp.hidden-tablet {
    display: none;
  }

  .blog-collection-list-wrapp.hidden-desktop {
    display: block;
  }

  .blog-grid-items {
    width: 48.16%;
  }

  .history-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .history-info-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .history-info {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .visit-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

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

  .nav-link {
    margin-left: 0;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand-description {
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-wrapper {
    margin-top: 20px;
  }

  .right-arrow {
    right: 0;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .bottom-banner-slider {
    padding-right: 0;
  }

  .banner-slider-arrow {
    color: var(--primary-light);
    margin-right: -25px;
    left: 65px;
  }

  .banner-slider-arrow.arrow-left {
    margin-left: -25px;
  }

  .hero-banner-content {
    margin-bottom: 40px;
  }

  .home-banner-section {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 100px;
  }

  .testimonials-block {
    grid-template-columns: auto;
  }

  .testimonial-slide-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonials-wrapp {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-us-photo-wrapper {
    padding-bottom: 200px;
  }

  .about-us-photo-wrapper.text-cell {
    background-position: 50% 20%;
    padding-bottom: 120px;
  }

  .paragraph-cells {
    font-size: 16px;
  }

  .about-us {
    grid-row-gap: 50px;
  }

  .button-pricing-wrap {
    align-items: flex-start;
  }

  .our-price {
    grid-template-columns: 1fr;
  }

  .button-wrapper-main {
    margin-top: 30px;
  }

  .section-title-home-two {
    font-size: 32px;
  }

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

  .hero-price-item-pro {
    border-top-style: solid;
    padding-top: 30px;
  }

  .hero-price-item.last {
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-price-item.first {
    border-right-style: none;
    padding-top: 0;
  }

  .section-two-side-title-wrapp {
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

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

  .about-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .faq-s-wrapper {
    grid-template-columns: 1fr;
  }

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

  .footer-links-wrapp {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .blog-grid-collection-lists {
    column-count: 1;
  }

  .blog-grid-items {
    width: 100%;
  }

  .history-block, .visit-block {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {

  .nav-link {
    width: 99%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .banner-slider-mask {
    width: 100%;
    height: 240px;
  }

  .bottom-banner-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-slider-arrow {
    margin-right: -10px;
    left: 70px;
  }

  .banner-slider-arrow.arrow-left {
    margin-left: -10px;
    left: 0;
  }

  .hero-banner-content {
    margin-bottom: 40px;
  }

  .home-banner-section {
    padding-top: 120px;
  }

  .banner-slide {
    width: 100%;
  }

  .pages-banner-image {
    height: 320px;
  }

  .about-video-wrapper {
    min-height: 380px;
  }

  .testimonial-slider-block {
    min-width: 100%;
    max-width: 100%;
  }

  

  .testimonials-block {
    grid-template-columns: 100%;
  }

  .testimonial-slide-content {
    padding: 20px 20px 80px;
  }

  .testimonial-credit {
    grid-column-gap: 1rem;
  }

  .testimonial-slide-arrow-icon {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 3.25rem;
    padding-left: 20px;
    inset: auto auto 0% 0%;
  }

  .testimonial-slide-arrow-icon.right-arrow {
    border-top-style: none;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }

  .testimonials-wrapp {
    justify-content: flex-end;
    align-items: center;
  }

  .about-us-photo-wrapper {
    padding: 10px 20px 20px;
  }

  .about-us-photo-wrapper.cell-5 {
    min-height: 280px;
  }

  .about-us-photo-wrapper.text-cell {
    padding: 20px 20px 100px;
  }

  .about-us-photo-wrapper.cell-4, .about-us-photo-wrapper.cell-3 {
    min-height: 280px;
  }

  .paragraph-cells {
    word-break: keep-all;
    object-fit: fill;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    display: flex;
  }

  .about-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-price-item-pro, .hero-price-item.last, .hero-price-item.first {
    padding-left: 15px;
    padding-right: 15px;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .row-horizontal {
    width: 100%;
  }

  .hours-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item-info {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }
  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr!important;
    grid-auto-columns: 1fr;
    display: grid
;
}
}

/* Header on scroll */
.navbar.w-nav.scrolled {
  background-color: var(--black);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  transition: background-color .3s ease, box-shadow .3s ease;
}

/* при желании — сделать ссылки белыми на тёмном фоне */
.navbar.w-nav.scrolled .nav-link { color: var(--white); }
.navbar.w-nav.scrolled .nav-link:hover { color: var(--primary-light); }


