:root {
  --black-bg-1: #141414;
  --purple: #8447e7;
  --black-bg-2: #101010;
  --white-text-95: rgba(255, 255, 255, .95);
  --white: white;
  --black: black;
}

.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 {
  background-color: var(--black-bg-1);
  color: rgba(255, 255, 255, .95);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.navbar-content-wrapper {
  height: 87px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #101010;
  border-bottom: 1px solid #343434;
  border-left: 1px solid #343434;
  border-right: 1px solid #343434;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  display: grid;
}

.paragraph-18 {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  transform: translate(0);
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  left: 0%;
  right: 0%;
}

.navmenu-socials, .navmenu-logo-container {
  display: none;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: color .3s;
}

.nav-link:hover {
  color: #8447e7;
}

.nav-link.w--current {
  color: var(--purple);
}

.navbar-container {
  z-index: 1;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.nav-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section-heading-block {
  margin-bottom: 25px;
}

.heading-hero {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 60px;
  line-height: 130%;
}

.heading-hero.center {
  text-align: center;
  font-size: 62px;
  line-height: 110%;
}

.heading-hero.heading-l-size {
  font-size: 72px;
  font-style: italic;
}

.hero-section-content-container {
  z-index: 1;
  margin: auto 10% 130px;
  position: relative;
}

.overflow {
  text-align: center;
}

.hero-section {
  height: 100vh;
}

.hero-bg-content-spacing {
  width: 100%;
  min-height: 100%;
  padding-top: 200px;
  overflow: hidden;
}

.bg {
  background-image: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url('../images/Gladius-gym-background-image.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 20px 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 150%;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  color: #8447e7;
  background-color: #101010;
  border-color: #000;
}

.paragrapgh-hero-section {
  font-size: 18px;
  line-height: 170%;
}

.header-overflow {
  overflow: hidden;
}

.hero-section-paragraph-block {
  max-width: 700px;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.hero-info-icon {
  width: 35px;
  height: 30px;
  margin-right: 30px;
}

.section-overflow {
  margin-top: -197.5px;
  position: relative;
}

.links-block {
  margin-bottom: 25px;
}

.open-hours-wrapper {
  width: 100%;
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.info-links-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title-info {
  color: #f3f3f3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.home-info-content-container {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero-info-wrapper {
  background-color: var(--black-bg-2);
  border: 1px solid #343434;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 100px;
  margin-right: 100px;
  padding: 45px 100px 0;
  display: flex;
}

.home-hero-info-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 20px;
  display: flex;
}

.info-links {
  color: #9f9f9f;
  letter-spacing: .05px;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.5;
  text-decoration: none;
}

.info-links.mail-link {
  text-decoration: underline;
}

.info-links.copyrights {
  margin-right: 5px;
  font-size: 15px;
}

.contacts-detail-block {
  width: 100%;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 40px;
}

.contacts-detail-block.price-detail-block {
  margin-top: 10px;
  margin-bottom: 25px;
}

.content-wrapper {
  position: relative;
}

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

.text-block {
  color: #8447e7;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.contact-details-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.contact-details-grid.price-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.contact-details-grid.price-details._1-column {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-location {
  color: #f3f3f3;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.header-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.container-1200 {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.border-images {
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 1000px;
  object-fit: cover;
  border: 1px solid #343434;
  overflow: hidden;
}

.border-images.padding-margin {
  padding: 25px;
}

.border-images.padding-margin.no-limit {
  max-height: none;
  padding: 20px;
}

.border-images.no-border {
  border-style: none;
}

.border-images.no-limit {
  max-height: none;
}

.section-subtitle {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.price-detail-container {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.contacts {
  border: 1px solid #343434;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8%;
  display: flex;
}

.contacts.price-details {
  padding: 20px;
}

.contacts.price-details.single-price {
  width: 495px;
}

.paragraph-location {
  color: #f3f3f3;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.subtitle-line-block {
  width: 25px;
  height: 2px;
  background-color: #8447e7;
}

.paragraph {
  max-width: 470px;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 35px;
  line-height: 160%;
}

.grid-content-block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.content-center-block {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.content-center-block.price-detail {
  margin-bottom: 25px;
}

.heading {
  max-width: 560px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 42px;
  font-weight: 700;
}

.heading.italic {
  max-width: 560px;
  color: var(--white-text-95);
  text-align: center;
  font-style: italic;
}

.heading.italic.price-detail {
  margin-bottom: 5px;
  line-height: 1;
}

.section-130-130 {
  background-color: #101010;
  border-top: 1px solid #343434;
  padding: 130px 20px;
  position: relative;
}

.section-130-130.no-borders {
  background-color: #141414;
  border-top-style: none;
  padding-top: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.section-130-130.white-section {
  background-color: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}

.section-130-130.section-darker-bg {
  background-color: var(--black-bg-2);
  border-bottom: 1px solid #343434;
  padding-left: 5%;
  padding-right: 5%;
}

.section-130-130.section-darker-bg._40margin {
  padding: 20px;
}

.under-heading-text {
  font-size: 14px;
  font-style: italic;
}

.title.instagram {
  z-index: 1;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 100%;
  position: relative;
}

.link {
  color: #333;
}

.section-background-text-block {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  letter-spacing: 5px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(132, 71, 231, .5);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 120%;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-wrapper.instagram {
  align-items: center;
  transition: color .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .2);
}

.grid-instagram {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

._2-image-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

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

.grid-content-block-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
  display: flex;
}

.paragraph-19 {
  max-width: 470px;
  color: rgba(255, 255, 255, .85);
  margin-bottom: 35px;
  line-height: 160%;
}

.image-wrap {
  max-width: 56%;
  border: 1px solid #343434;
  align-items: center;
  display: flex;
}

.image-wrap.image-1 {
  width: 350px;
  height: 350px;
  margin-bottom: 80px;
}

.image-wrap.image-2 {
  width: 350px;
  height: 350px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.grid-faq {
  width: 100%;
  max-width: 790px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.text-span-mail {
  color: #fff;
}

.faq-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  transition: padding .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.faq-accordion-header:hover {
  padding-left: 35px;
}

.paragraph-faq {
  color: #9f9f9f;
  font-size: 16px;
  line-height: 160%;
}

.heading-accordion {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.faq-accordion-item {
  background-color: #141414;
  border: 1px solid #343434;
  position: relative;
  overflow: hidden;
}

.plus-line {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}

.plus-line.vertical {
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  position: absolute;
  transform: rotate(-90deg);
}

.link-3 {
  color: #fff;
  font-weight: 600;
}

.faq-accordion-content {
  padding: 20px;
  overflow: hidden;
}

.plus-expander-icon {
  width: 40px;
  height: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-bottom-content {
  border-top: 1px solid #343434;
  justify-content: center;
  padding-top: 35px;
  display: flex;
}

.footer-logo-container {
  text-decoration: none;
}

.footer-nav-link {
  color: #9f9f9f;
  letter-spacing: .05px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .35s;
}

.text-span-underline {
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  text-decoration: underline;
}

.footer-center-content {
  justify-content: space-between;
  padding-top: 50px;
  display: flex;
}

.footer-section {
  border-top: 1px solid #343434;
  padding: 50px 3% 25px;
}

.footer-top-content {
  border-bottom: 1px solid #343434;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.footer-menu-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contacts-wrapper {
  flex: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-menu {
  flex: 1;
  display: flex;
}

.footer-brand-image {
  width: 200px;
}

.peage-header-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.paragraph-text-65 {
  color: rgba(255, 255, 255, .9);
  line-height: 150%;
}

.section-page-header {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Gladius-Gym-Weights-Focus-Bg-Image.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px solid #343434;
  margin-top: -90px;
  padding: 250px 5% 150px;
}

.section-page-header.membership-page {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Gym-Machines-in-Gladius.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-page-header.contact-page {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Colored-Eleiko-Lifting-Weights-Image.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.purple-text-span {
  color: #8447e7;
}

.bold-text {
  line-height: 110%;
}

.paragrapgh-large-page {
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 175%;
}

.paragraph-block {
  width: 100%;
  max-width: 850px;
  position: relative;
}

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

.error-message {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #343434;
}

.contacts-link {
  color: #9f9f9f;
  text-transform: uppercase;
  text-decoration: none;
}

.text-block-19 {
  color: rgba(187, 16, 16, .95);
}

.map-link-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  border: 1.5px solid #343434;
  padding: 23px 30px;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.text-field {
  height: 100%;
  color: rgba(255, 255, 255, .95);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #343434;
  padding: 15px 20px;
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, .9);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, .9);
}

.form-block {
  width: 100%;
  max-width: 700px;
  padding-top: 25px;
  padding-bottom: 100px;
  position: relative;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #343434;
}

.text-area {
  max-height: 400px;
  max-width: 100%;
  min-height: 150px;
  min-width: 100%;
  color: rgba(255, 255, 255, .95);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #343434;
  padding: 15px 20px;
  line-height: 140%;
  overflow: auto;
}

.text-area::-ms-input-placeholder {
  color: rgba(255, 255, 255, .9);
}

.text-area::placeholder {
  color: rgba(255, 255, 255, .9);
}

.text-block-20 {
  color: #8447e7;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.link-4 {
  color: #fff;
  font-weight: 600;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--black-bg-1);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.submit-button-2 {
  border: 1px solid var(--white-text-95);
  background-color: rgba(0, 0, 0, 0);
}

.text-field-2 {
  border: .5px solid var(--white-text-95);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
}

.heading-2, .field-label, .heading-3, .text-block-21 {
  color: var(--white-text-95);
}

@media screen and (max-width: 991px) {
  .icon {
    color: #8447e7;
    font-size: 52px;
  }

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

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

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

  .paragraph-18 {
    text-align: left;
    padding-left: 5px;
  }

  .navmenu-socials {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navmenu-logo-container {
    margin-bottom: 100px;
    display: block;
  }

  .nav-link {
    border: 1px solid #343434;
    margin-bottom: 10px;
    padding: 20px;
  }

  .navbar-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    height: 100vh;
    min-width: 500px;
    background-color: #101010;
    border: 1px solid #343434;
    justify-content: flex-start;
    padding-top: 5%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-hero.center {
    font-size: 42px;
  }

  .heading-hero.heading-l-size {
    font-size: 62px;
  }

  .button {
    font-size: 14px;
  }

  .paragrapgh-hero-section {
    font-size: 16px;
  }

  .hero-info-icon {
    width: 30px;
    margin-right: 15px;
  }

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

  .hero-info-wrapper {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-hero-info-content {
    margin-right: 0;
  }

  .info-links {
    font-size: 15px;
  }

  .info-links.copyrights {
    font-size: 14px;
  }

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

  .text-block {
    font-size: 14px;
  }

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

  .border-images {
    max-height: 300px;
  }

  .border-images.no-border {
    max-height: none;
  }

  .contacts.price-details {
    padding: 20px;
  }

  .paragraph-location {
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
  }

  .paragraph {
    font-size: 16px;
  }

  .grid-content-block-left {
    padding-top: 0;
  }

  .content-center-block.price-detail {
    margin-bottom: 25px;
  }

  .heading {
    font-size: 32px;
  }

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

  .section-130-130.no-borders {
    padding-bottom: 50px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section-130-130.section-darker-bg._40margin {
    padding: 10px;
  }

  .section-background-text-block {
    font-size: 120px;
  }

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

  .footer-nav-link {
    font-size: 15px;
  }

  .text-span-underline {
    font-size: 14px;
  }

  .div-block {
    grid-column-gap: 0px;
  }

  .footer-menu {
    min-width: 250px;
    flex: 0 auto;
  }

  .footer-brand-image {
    width: 200px;
  }

  .section-page-header {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Gladius-Gym-Weights-Focus-Bg-Image.jpg');
    background-position: 0 0, 100% 100%;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

@media screen and (max-width: 767px) {
  .paragraph-18 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding: 20px;
  }

  .nav-menu {
    min-width: 350px;
    padding-top: 7%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .italic-text {
    font-size: 14px;
  }

  .heading-hero.center {
    font-size: 32px;
  }

  .heading-hero.heading-l-size {
    text-align: center;
    font-size: 52px;
  }

  .hero-info-icon {
    margin-right: 20px;
  }

  .links-block {
    margin-bottom: 20px;
  }

  .home-info-content-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-info-wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }

  .home-hero-info-content {
    width: 100%;
    max-width: 300px;
    justify-content: flex-start;
    margin-bottom: 25px;
  }

  .info-links.copyrights {
    font-size: 14px;
  }

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

  .heading-location {
    font-size: 16px;
  }

  .border-images {
    object-fit: cover;
  }

  .contacts.price-details {
    padding: 20px;
  }

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

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

  .section-130-130.no-borders {
    padding-left: 4%;
    padding-right: 4%;
  }

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

  .section-130-130.section-darker-bg {
    padding-left: 4%;
    padding-right: 4%;
  }

  .title.instagram {
    margin-top: 0;
    font-size: 32px;
  }

  .section-background-text-block {
    -webkit-text-stroke-width: 1.5px;
    font-size: 62px;
  }

  .grid-instagram {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-accordion {
    font-weight: 600;
  }

  .footer-bottom-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-center-content {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .footer-contacts-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-text-65 {
    text-align: center;
    font-size: 15px;
  }

  .section-page-header {
    padding-left: 4%;
    padding-right: 4%;
  }

  .paragrapgh-large-page {
    font-size: 16px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-block {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .nav-link {
    padding: 20px;
    font-size: 16px;
  }

  .nav-menu {
    min-width: 320px;
    padding-top: 10%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-hero.center {
    font-size: 28px;
  }

  .heading-hero.heading-l-size {
    font-size: 32px;
  }

  .hero-section-content-container {
    margin-left: 3%;
    margin-right: 3%;
  }

  .hero-section {
    width: 100vw;
    height: 90vh;
    max-width: 100vw;
  }

  .hero-bg-content-spacing {
    padding-top: 150px;
  }

  .bg {
    width: 100vw;
    max-width: 100vw;
  }

  .button {
    padding: 15px 20px;
    font-size: 14px;
  }

  .paragrapgh-hero-section {
    font-size: 15px;
  }

  .section-overflow {
    margin-top: -150.5px;
  }

  .links-block {
    margin-bottom: 15px;
  }

  .home-info-content-container {
    flex-flow: column wrap;
    align-items: center;
  }

  .hero-info-wrapper {
    margin-left: 25px;
    margin-right: 25px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-hero-info-content {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .info-links.copyrights {
    font-size: 12px;
  }

  .contacts-detail-block.price-detail-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content-wrapper {
    margin-top: -10px;
  }

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

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }

  .contact-details-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-location {
    font-size: 16px;
    line-height: 1;
  }

  .price-detail-container {
    margin-top: 5px;
  }

  .paragraph-location {
    margin-bottom: 5px;
    line-height: 140%;
  }

  .subtitle-line-block {
    width: 15px;
  }

  .paragraph {
    font-size: 15px;
  }

  .grid-content-block-left {
    padding-top: 0;
    padding-bottom: 0;
  }

  .content-center-block.price-detail {
    margin-bottom: 25px;
  }

  .heading {
    font-size: 30px;
  }

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

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

  .section-130-130.white-section {
    padding-bottom: 50px;
  }

  .section-130-130.section-darker-bg {
    padding: 50px 5%;
  }

  .section-130-130.section-darker-bg._40margin {
    padding: 10px;
  }

  .title.instagram {
    margin-top: 0;
    font-size: 30px;
  }

  .section-background-text-block {
    letter-spacing: 3px;
    -webkit-text-stroke-width: 1.5px;
    font-size: 48px;
    top: 0;
  }

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

  .grid-content-block-right {
    padding-top: 0;
  }

  .paragraph-19 {
    font-size: 15px;
  }

  .heading-accordion {
    font-family: Inter, sans-serif;
    font-style: italic;
    line-height: 1.2;
  }

  .footer-center-content {
    padding-top: 25px;
  }

  .footer-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .footer-top-content {
    padding-bottom: 25px;
  }

  .div-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-brand-image {
    width: 150px;
  }

  .paragraph-text-65, .paragrapgh-large-page {
    font-size: 15px;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contacts-link, .submit-button, .text-field, .text-area {
    font-size: 14px;
  }

  .text-block-20 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

#w-node-dadac80f-885e-f27b-7642-a8298e957b75-a985ef80, #w-node-dadac80f-885e-f27b-7642-a8298e957b83-a985ef80, #w-node-dadac80f-885e-f27b-7642-a8298e957b8f-a985ef80, #w-node-dadac80f-885e-f27b-7642-a8298e957b97-a985ef80, #w-node-dadac80f-885e-f27b-7642-a8298e957ba7-a985ef80, #w-node-dadac80f-885e-f27b-7642-a8298e957baf-a985ef80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feaa8-a985ef80 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feaaa-a985ef80 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feaac-a985ef80 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feaae-a985ef80 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feab0-a985ef80 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feab2-a985ef80 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feab4-a985ef80 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feab6-a985ef80 {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-bb3beb2e-d14b-a354-8521-9f67861feab8-a985ef80 {
  grid-area: 2 / 6 / 3 / 7;
}

#w-node-_586c3fb8-6cc1-96f0-ef3c-f71b80ceb8fe-a985ef80, #w-node-_25fc743a-dfce-d0a4-f2c6-3bb6f2a20be2-a985ef80, #w-node-_25fc743a-dfce-d0a4-f2c6-3bb6f2a20bf1-a985ef80, #w-node-_25fc743a-dfce-d0a4-f2c6-3bb6f2a20bff-a985ef80, #w-node-_25fc743a-dfce-d0a4-f2c6-3bb6f2a20c0f-a985ef80, #w-node-_4039660b-2732-a111-86e1-db8cc16a41fb-c16a41f8, #w-node-_4039660b-2732-a111-86e1-db8cc16a41fd-c16a41f8, #w-node-_4039660b-2732-a111-86e1-db8cc16a4201-c16a41f8, #w-node-_4039660b-2732-a111-86e1-db8cc16a4211-c16a41f8, #name.w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fc6-a985ef8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#field.w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fc8-a985ef8b {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fc9-a985ef8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fd2-a985ef8b, #w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fdc-a985ef8b, #w-node-b40de8df-d0d3-a338-0e0a-d72124d37968-a985ef8b, #w-node-b40de8df-d0d3-a338-0e0a-d72124d37977-a985ef8b, #w-node-b40de8df-d0d3-a338-0e0a-d72124d37987-a985ef8b, #w-node-b40de8df-d0d3-a338-0e0a-d72124d37997-a985ef8b, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b41-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b49-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b5a-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b62-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b70-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b79-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b82-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b8b-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3b99-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3ba2-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3bb0-a985ef8c, #w-node-_626e35d5-0bad-94e7-fb22-124de0cf3bb9-a985ef8c, #w-node-c24d6ba8-9834-6ed6-5ba2-60f64633aca9-a985ef8c, #w-node-c24d6ba8-9834-6ed6-5ba2-60f64633acb7-a985ef8c, #w-node-_71ccfd9e-7af5-6802-c466-4413397bd41e-a985ef8d, #w-node-_71ccfd9e-7af5-6802-c466-4413397bd420-a985ef8d, #w-node-_71ccfd9e-7af5-6802-c466-4413397bd422-a985ef8d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dadac80f-885e-f27b-7642-a8298e957b75-a985ef80 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-dadac80f-885e-f27b-7642-a8298e957b83-a985ef80 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fc9-a985ef8b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_71ccfd9e-7af5-6802-c466-4413397bd41e-a985ef8d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_71ccfd9e-7af5-6802-c466-4413397bd420-a985ef8d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_71ccfd9e-7af5-6802-c466-4413397bd422-a985ef8d {
    grid-area: 1 / 3 / 2 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb3beb2e-d14b-a354-8521-9f67861feaaa-a985ef80 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-bb3beb2e-d14b-a354-8521-9f67861feab2-a985ef80 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bb3beb2e-d14b-a354-8521-9f67861feab4-a985ef80 {
    grid-area: 5 / 2 / 6 / 3;
  }

  #w-node-bb3beb2e-d14b-a354-8521-9f67861feab6-a985ef80 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-bb3beb2e-d14b-a354-8521-9f67861feab8-a985ef80 {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-c24d6ba8-9834-6ed6-5ba2-60f64633aca9-a985ef8c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c24d6ba8-9834-6ed6-5ba2-60f64633acb7-a985ef8c, #w-node-_71ccfd9e-7af5-6802-c466-4413397bd41e-a985ef8d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_71ccfd9e-7af5-6802-c466-4413397bd422-a985ef8d {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5674ad99-2fef-f6b1-db43-5f60a208eb97-a208eb82 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5674ad99-2fef-f6b1-db43-5f60a208ebac-a208eb82 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fd2-a985ef8b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_195ee4d4-9540-9bf3-1564-6a11d6848fdc-a985ef8b {
    grid-area: 2 / 1 / 3 / 2;
  }
}


