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

@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: #000;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
}

.brand {
  object-fit: fill;
  flex: 0 auto;
  order: -9999;
  justify-content: space-between;
  align-items: center;
  max-height: 90px;
  padding: 0;
  display: block;
}

.navbar {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: normal;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 30px #2382ad33;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 1450px;
  max-height: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.icon {
  background-image: url('../images/logo-litaty-v-karpaty-color.svg');
  background-position: 0 0;
  background-size: auto;
}

.button {
  color: #000;
  text-align: center;
  background-color: #fff3;
  border: 3px solid #000;
  border-radius: 30px;
  flex: 0 auto;
  order: 9999;
  margin-left: 0;
  margin-right: 20px;
  padding: 24px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.button.white-button {
  color: #fff;
  background-color: #fff0;
  border-width: 4px;
  border-color: #fff;
}

.button.messenger {
  color: #000;
  background-color: #fff;
  border-width: 3px;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  font-size: 18px;
  line-height: 18px;
}

.image {
  object-fit: contain;
  max-height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.section {
  object-fit: fill;
  background-image: url('../images/sky-background-paragliding.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-height: none;
  margin-top: 80px;
  display: flex;
}

.section.is-feauters {
  background-image: none;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 0;
}

.section.is-video {
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  min-height: auto;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.section.is-booking {
  background-image: url('../images/polonyna-borzhava-gory-karpaty.jpg');
  background-position: 50%;
  max-height: none;
  margin-top: 0;
  padding: 60px 0;
}

.section.is-safity {
  background-image: none;
  margin-top: 0;
  margin-bottom: 0;
}

.section.is-location {
  background-image: none;
  max-height: none;
  margin-top: 0;
}

.section.is-blue {
  background-image: url('../images/vechirniy-polit-paraplan-karpaty.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-top: 0;
}

.section.is-booking-form {
  background-image: url('../images/sky-background-paragliding.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 80vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.section.hero {
  width: 100%;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.image-2 {
  box-sizing: border-box;
  max-height: 600px;
}

.image-3 {
  box-sizing: content-box;
  max-width: none;
  max-height: 400px;
  margin-left: 0;
  margin-right: 0;
}

.container-2 {
  z-index: 998;
  flex: none;
  width: 60%;
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 20px;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.heading {
  color: #000;
  margin-top: 0;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
}

.container-3 {
  flex-flow: column;
  flex: none;
  width: 40%;
  max-width: none;
  height: 100%;
  margin-top: 140px;
  display: flex;
}

.container-4 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1450px;
  display: flex;
}

.container-4.hero {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}

.paragraph {
  color: #000;
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph.white-text {
  color: #fff;
}

.paragraph.faq {
  padding-top: 20px;
  font-weight: 500;
  overflow: visible;
}

.bold-text {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.heading-2 {
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.heading-2.white-text {
  color: #fff;
}

.heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-3.white-text {
  color: #fff;
  line-height: 80px;
}

.header {
  border-bottom: 0 solid #000;
  padding-left: 40px;
  font-family: Unbounded, sans-serif;
}

.content-1 {
  background-image: url('../images/Borzhava-BG.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.separator {
  background-image: linear-gradient(90deg, #f2ef51, #5bccf1);
  border: 0 solid #000;
  height: 20px;
}

.text-block {
  text-align: center;
}

.image-4 {
  margin-bottom: 10px;
}

.container-5 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.container-6 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  display: flex;
}

.container-7 {
  max-width: none;
  margin-right: 0;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.image-5 {
  background-color: #fff0;
  border: 0 solid #000;
  border-radius: 0;
  align-self: center;
  max-width: 50%;
  margin-top: 20px;
}

.price-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 0 2px 20px 10px #00000059;
}

.card-title {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.card-title.messenger-title {
  font-size: 16px;
}

.price {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-3 {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paraglider {
  box-sizing: content-box;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: -100px;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  display: block;
}

.sec {
  background-image: url('../images/Borzhava-BG.png');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.content-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  width: 100%;
  max-width: 1450px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.container-10 {
  flex-flow: column;
  align-self: auto;
  width: 100%;
  max-width: 1450px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.container-11 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1450px;
  height: auto;
  max-height: none;
  margin: 0 auto 100px;
  padding-top: 40px;
  padding-left: 40px;
  display: flex;
}

.container-12 {
  max-width: none;
  margin-bottom: 40px;
}

.subtitle1 {
  text-align: left;
  font-family: Unbounded, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 33px;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: block;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-3 {
  border-radius: 60px;
  min-width: 600px;
  margin-top: 60px;
}

.image-6 {
  border-radius: 60px;
  max-height: 100%;
}

.div-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.link {
  color: #2b66d0;
  text-align: left;
  font-family: Unbounded, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: underline;
}

.section-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-5 {
  background-image: url('../images/vechirniy-polit-paraplan-karpaty.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.section-6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-7 {
  mix-blend-mode: normal;
  border-radius: 0;
}

.slide {
  vertical-align: baseline;
  object-fit: fill;
  background-image: url('../images/01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  min-height: 800px;
}

.slide-2 {
  vertical-align: baseline;
  object-fit: fill;
  background-image: url('../images/02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/03.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/04.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/05.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/07.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/08.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/09.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/11.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/12.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/11.jpg');
  background-position: 0 0;
  background-size: cover;
}

.video {
  flex: 0 auto;
  align-self: stretch;
  max-height: 600px;
  display: none;
  position: relative;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-height: 800px;
  display: flex;
  overflow: clip;
}

.container-5-copy {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-question {
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
  overflow: visible;
}

.faq-item {
  border-top: 2px solid #000;
  border-bottom: 0 solid #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: visible;
}

.section-7 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-4 {
  border: 0 solid #000;
  font-family: Unbounded, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.image-8 {
  max-width: 32px;
}

.faq-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 60px;
  display: flex;
}

.bold-text-2 {
  font-weight: 500;
}

.faq-answer {
  height: 0;
  overflow: hidden;
}

.faq-answer._1 {
  overflow: hidden;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1450px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  max-width: 1450px;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-15 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1450px;
  margin-bottom: 40px;
  display: flex;
}

.map {
  margin-bottom: 60px;
}

.image-9 {
  border-radius: 60px;
  max-width: none;
}

.link-block {
  border-radius: 60px;
  width: auto;
  max-width: 85%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.image-10 {
  border-radius: 60px;
  max-width: 85%;
  max-height: none;
  margin-bottom: 10px;
  overflow: clip;
}

.image-11 {
  max-width: none;
  height: 96px;
}

.image-12 {
  background-color: #fff;
}

.social-link {
  width: 48px;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-2 {
  color: #fff;
  font-size: 32px;
  text-decoration: none;
  display: inline;
}

.div-block-8 {
  display: block;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.popup-wrapper {
  z-index: -1;
  opacity: 0;
  pointer-events: auto;
  cursor: auto;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 40px;
  max-width: 900px;
  margin: 40px;
  position: relative;
}

.close-button {
  max-width: 48px;
  display: block;
  position: absolute;
  inset: 10% 10% auto auto;
  overflow: visible;
}

.div-block-13 {
  border-radius: 0;
  height: 160px;
}

.image-13 {
  border-top-left-radius: 39px;
  border-top-right-radius: 39px;
  width: 100%;
  max-width: none;
  height: 160px;
  overflow: clip;
}

.heading-popup {
  font-size: 32px;
}

.div-block-14 {
  margin-left: 40px;
  margin-right: 40px;
}

.form-block {
  margin: 0;
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  border-radius: 10px;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.text-block-5 {
  font-size: 32px;
}

.text-block-6 {
  color: #000;
  font-size: 32px;
}

.link-block-3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
}

.submit-button {
  background-color: #000;
  border-radius: 20px;
  width: 300px;
  max-width: none;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
  position: static;
}

.close-button-wrapper {
  z-index: 99999999;
  pointer-events: auto;
  background-color: #fff0;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-14 {
  width: 48px;
}

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

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

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

.feauters-section {
  max-width: none;
}

.video-2 {
  overflow: visible;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.section-heading.white-text {
  color: #fff;
  font-family: Unbounded, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.section-heading.hero1 {
  font-size: 72px;
  line-height: 72px;
}

.section-heading.faq-title {
  margin-bottom: 40px;
}

.container-booking-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1450px;
  height: auto;
  max-height: none;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
}

.container-booking-form.thankyou {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 100px;
}

.div-block-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-self: stretch;
  margin-bottom: 60px;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.messenger-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  max-height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 20px 10px #22517226;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.description-booking-form {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  display: block;
}

.div-block-18 {
  width: 75%;
}

.text-block-8 {
  margin-bottom: 40px;
}

.image-15 {
  max-width: 32px;
}

.div-block-19 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-16 {
  max-width: 50%;
}

.price-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  min-height: 50%;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px #2382ad33;
}

.success-message {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-9 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

.text-block-10 {
  text-align: left;
  font-size: 24px;
  line-height: 24px;
}

.error-message {
  background-color: red;
}

.code-embed {
  width: 100%;
  max-width: none;
}

.image-19 {
  max-width: none;
  height: auto;
  max-height: 400px;
}

@media screen and (max-width: 991px) {
  .navbar {
    display: flex;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: space-between;
    max-width: 90%;
    max-height: none;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 40px;
    font-size: 24px;
    display: block;
  }

  .button.white-button {
    font-size: 24px;
  }

  .button.messenger, .image {
    margin-top: 10px;
  }

  .nav-menu {
    display: block;
  }

  .section {
    overflow: clip;
  }

  .section.is-video {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .section.is-booking {
    padding-top: 10px;
  }

  .section.is-safity {
    margin-bottom: 40px;
  }

  .section.is-booking-form {
    background-position: 50% 100%;
    height: 90vh;
  }

  .image-3 {
    margin-left: 0;
  }

  .container-2 {
    max-width: none;
    max-height: none;
    overflow: visible;
  }

  .container-3 {
    min-width: 421px;
    max-width: none;
    margin-top: 40px;
  }

  .container-4 {
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: none;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4.hero {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    overflow: visible;
  }

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

  .header {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .container-7 {
    max-width: 300px;
  }

  .container-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .card-title {
    font-size: 15px;
    line-height: 16px;
  }

  .card-title.messenger-title {
    margin-top: 20px;
  }

  .price {
    font-size: 24px;
  }

  .text-block-3 {
    font-size: 10px;
    line-height: 14px;
  }

  .paraglider {
    min-height: auto;
    max-height: none;
    margin-left: -200px;
  }

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 450px;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .content-3 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 90%;
    max-width: none;
  }

  .container-10 {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 90%;
    max-width: none;
    margin-bottom: -40px;
    padding-left: 0;
  }

  .container-11.is-blue {
    margin-bottom: 0;
  }

  .subtitle1 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .div-block-3 {
    min-width: auto;
    margin-top: 40px;
  }

  .image-6 {
    display: none;
    overflow: clip;
  }

  .div-block-4 {
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 10px;
  }

  .image-7 {
    max-width: 80%;
    margin-bottom: 60px;
  }

  .container-5-copy {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    max-width: 700px;
  }

  .faq-item {
    width: auto;
  }

  .section-7 {
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-6 {
    width: 100%;
    max-width: none;
  }

  .link-block, .image-10 {
    max-width: 100%;
  }

  .image-11 {
    height: 64px;
  }

  .div-block-7 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-2 {
    font-size: 16px;
  }

  .div-block-10 {
    width: 90%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .section-heading.white-text {
    font-size: 40px;
    line-height: 40px;
  }

  .section-heading.hero1 {
    font-size: 64px;
    line-height: 64px;
  }

  .container-booking-form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 90%;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .description-booking-form {
    margin-bottom: 20px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .div-block-20 {
    min-height: 50%;
  }

  .price-text-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-height: 50%;
  }

  .menu-button {
    flex: 0 auto;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-17, .image-18 {
    width: 200px;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    display: flex;
  }

  .container {
    flex: 1;
    justify-content: space-between;
    min-width: auto;
    max-width: none;
    max-height: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-image: none;
    background-clip: border-box;
  }

  .button {
    max-width: 300px;
    margin-right: 0;
    padding: 20px;
  }

  .button.white-button {
    max-width: 400px;
  }

  .button.messenger {
    margin: 0 10px 10px;
    padding: 10px;
  }

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

  .section {
    background-image: url('../images/polit-na-paraplani-karpaty-borzhava-pylypets.jpg');
    height: auto;
    overflow: clip;
  }

  .section.is-video {
    height: auto;
  }

  .section.is-booking {
    padding-bottom: 0;
  }

  .section.is-booking-form {
    background-position: 50% 100%;
    height: 90vh;
  }

  .section.hero {
    background-image: url('../images/polit-na-paraplani-karpaty-borzhava-pylypets_1.jpg');
    height: 60vh;
  }

  .image-3 {
    max-height: 300px;
  }

  .container-2 {
    width: 0%;
    margin-top: -80px;
    display: none;
    overflow: visible;
  }

  .container-3 {
    width: 100%;
    min-width: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .container-4 {
    width: auto;
    max-width: none;
  }

  .container-4.hero {
    width: 90%;
    padding-left: 0;
  }

  .paragraph {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 16px;
  }

  .header {
    background-color: #fff;
    border-bottom: 1px solid #000;
    padding-left: 40px;
  }

  .image-4 {
    max-height: 150px;
  }

  .container-7 {
    max-width: 40%;
    overflow: visible;
  }

  .container-8 {
    margin-top: 0;
  }

  .price-card {
    justify-content: space-between;
  }

  .card-title {
    font-size: 18px;
  }

  .card-title.messenger-title {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    font-size: 14px;
  }

  .price {
    font-size: 32px;
  }

  .paraglider {
    margin-left: -200px;
  }

  .content-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    max-width: none;
    display: grid;
  }

  .container-10 {
    max-width: none;
    padding-left: 40px;
    display: flex;
  }

  .container-11 {
    align-items: stretch;
    max-width: none;
  }

  .subtitle1 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-4 {
    width: auto;
    max-width: none;
  }

  .slider {
    min-height: auto;
  }

  .container-5-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 80%;
    margin-top: 40px;
  }

  .section-7 {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-wrapper {
    margin-bottom: 40px;
  }

  .div-block-6 {
    max-width: 500px;
    padding-left: 0;
  }

  .image-11 {
    height: 48px;
  }

  .div-block-7 {
    max-width: 40%;
  }

  .div-block-10 {
    max-width: 500px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-heading.hero1 {
    font-size: 40px;
    line-height: 40px;
  }

  .container-booking-form.thankyou {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .messenger-card {
    flex-flow: column;
    max-height: none;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .div-block-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .description-booking-form {
    font-size: 20px;
    line-height: 24px;
  }

  .price-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .menu-button {
    flex: 0 auto;
    width: auto;
    margin-left: auto;
  }

  .menu-button.w--open {
    background-color: #e6e6e6;
    border-radius: 15px;
  }

  .code-embed {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    min-height: 0;
  }

  .container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    background-color: #fff0;
    display: block;
  }

  .button {
    z-index: 9999;
    max-width: 80%;
    font-size: 19px;
    position: static;
  }

  .button.white-button {
    font-size: 20px;
  }

  .button.messenger {
    margin-left: auto;
    margin-right: auto;
  }

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

  .section.is-video {
    height: auto;
  }

  .section.is-booking-form {
    background-position: 50% 100%;
    background-size: cover;
    height: 100vh;
  }

  .section.hero {
    height: 600px;
  }

  .image-3 {
    display: none;
  }

  .container-2 {
    z-index: 500;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    position: relative;
  }

  .container-4.hero {
    flex-flow: column;
    padding-left: 0;
  }

  .separator {
    height: 10px;
  }

  .image-4 {
    max-width: 60%;
    max-height: none;
  }

  .container-8 {
    margin-top: -60px;
  }

  .container-8._2 {
    margin-top: 0;
  }

  .paraglider {
    width: 100%;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    display: block;
  }

  .content-3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-10 {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: auto;
    height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .image-7 {
    width: 100%;
    max-width: none;
  }

  .container-5-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    margin-top: 0;
  }

  .faq-item {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-7 {
    padding-bottom: 40px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .div-block-6 {
    width: 90%;
    padding-right: 0;
  }

  .image-10 {
    border-radius: 30px;
  }

  .image-11 {
    height: 64px;
  }

  .div-block-7 {
    width: 100%;
    max-width: none;
  }

  .link-2 {
    font-size: 20px;
  }

  .div-block-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .submit-button {
    width: 100%;
  }

  .section-heading, .section-heading.white-text, .section-heading.hero1 {
    font-size: 32px;
    line-height: 32px;
  }

  .section-heading.faq-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 32px;
  }

  .container-booking-form.thankyou {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .messenger-card {
    justify-content: space-around;
    align-items: flex-start;
    width: 90%;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-18 {
    width: 100%;
  }

  .menu-button {
    display: block;
  }

  .div-block-21 {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    max-height: none;
  }

  .div-block-22 {
    width: 50%;
  }

  .image-17 {
    width: auto;
    max-width: none;
    max-height: 50%;
  }

  .image-18 {
    width: auto;
    max-width: none;
  }

  .container-16 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .link-3 {
    font-size: 16px;
  }

  .navbar-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-19 {
    max-height: 200px;
  }
}


