.block {
  display: block;
}

.d-none {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.w-full {
  width: 100%;
}

.h-auto {
  height: auto;
}

.w-150 {
  width: 150px;
}

.h-500 {
  height: 500px;
}

.cursor-pointer {
  cursor: pointer;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-right {
  text-align: right;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fill-white {
  fill: white;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.w-240 {
  width: 240px;
}

.max-w-360 {
  max-width: 360px;
}

.w-70 {
  width: 70px;
}

.w-120 {
  width: 120px;
}

.z-20 {
  z-index: 20;
}

.z-999 {
  z-index: 999;
}

.inset-0 {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.blog-hightlights .blog-posts {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-hightlights .blog-posts .blog-posts__list {
  padding-top: 60px;
}

body.no-scroll {
  overflow-y: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.font-Butler {
  font-family: "Butler", sans-serif;
}

.font-Montserrat {
  font-family: "Montserrat", sans-serif;
}

.fw-250 {
  font-weight: 250 !important;
}

.lh-1 {
  line-height: 1;
}

.lh-1\.2 {
  line-height: 1.2;
}

.lh-1\.6 {
  line-height: 1.6;
}

.fz-12 {
  font-size: 12px;
}

.fz-18 {
  font-size: 18px;
}

.fz-20 {
  font-size: 20px;
}

.fz-24 {
  font-size: 24px;
}

.fz-32 {
  font-size: 32px;
}

.fz-38 {
  font-size: 38px;
}

.fz-46 {
  font-size: 46px;
}

.italic {
  font-style: italic;
}

.d-grid {
  display: -ms-grid;
  display: grid;
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-40 {
  gap: 40px;
}

.row-gap-60 {
  row-gap: 60px;
}

.col-gap-15 {
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.col-gap-60 {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.color-white {
  color: white;
}

.bg-black {
  background-color: #000;
}

.ratio-0\.67 {
  aspect-ratio: 0.67;
}

.cover-center {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal__wrap {
  width: 90%;
  max-width: 460px;
  background-color: white;
  margin: 80px auto 0;
  position: relative;
}

.modal__close {
  padding: 6px;
  width: 30px;
  height: 30px;
  background-image: url("../img/close-modal.svg");
  background-position: center;
  cursor: pointer;
  position: absolute;
  background-repeat: no-repeat;
  top: 12px;
  right: 12px;
  background-size: 70%;
}

.modal__text {
  padding: 40px;
}

.modal__image {
  display: none;
}

.top-section .search-form {
  position: absolute;
  z-index: 30;
  top: 170px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.top-section .search-form .search-field {
  border: 1px solid white;
  background-color: transparent;
  border-radius: 30px;
  line-height: 38px;
  padding-left: 20px;
  padding-right: 40px;
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", Sans-serif;
  width: 200px;
  font-size: 14px;
}

.top-section .search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='white' d='m451.49 419.51-141-141A143.16 143.16 0 0 0 338 194c0-79.4-64.6-144-144-144S50 114.6 50 194s64.6 144 144 144a143.16 143.16 0 0 0 84.53-27.5l141 141a12 12 0 0 0 17 0l15-15a12 12 0 0 0-.04-16.99M74 194a120 120 0 1 1 120 120A120.13 120.13 0 0 1 74 194'/%3E%3C/svg%3E");
  background-position: center;
}

.footer-2 {
  padding-bottom: 30px;
  background-color: #A192AA;
  overflow-x: hidden;
  position: relative;
  z-index: 10;
}

.footer-2__top {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}

.footer-2__line {
  -webkit-animation: top_line 120s linear infinite;
          animation: top_line 120s linear infinite;
}

.footer-2__main-heading {
  font-size: 78px !important;
}

.footer-2__gallery {
  left: 50%;
  width: 1920px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  min-height: 500px;
  margin-bottom: -30px;
}

.footer-2__gallery img {
  position: absolute;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer-2__image-1 {
  width: 9.07%;
  aspect-ratio: 174/222;
  z-index: 3;
  top: 45%;
  left: 2.6%;
}

.footer-2__image-2 {
  width: 10.08%;
  aspect-ratio: 193/225;
  z-index: 2;
  top: 18%;
  left: 9%;
}

.footer-2__image-3 {
  width: 7.3%;
  aspect-ratio: 140/196;
  z-index: 5;
  top: 43%;
  left: 22.4%;
}

.footer-2__image-4 {
  width: 12.6%;
  aspect-ratio: 242/281;
  z-index: 4;
  top: 14%;
  left: 27.5%;
}

.footer-2__image-5 {
  width: 11.5%;
  aspect-ratio: 220/299;
  z-index: 5;
  top: 21%;
  right: 31.5%;
}

.footer-2__image-6 {
  width: 7.6%;
  aspect-ratio: 146/194;
  z-index: 6;
  top: 12%;
  right: 21.2%;
}

.footer-2__image-7 {
  width: 7.6%;
  aspect-ratio: 145/191;
  z-index: 7;
  top: 61%;
  right: 18.7%;
}

.footer-2__image-8 {
  width: 9.8%;
  aspect-ratio: 188/239;
  z-index: 8;
  top: 23%;
  right: 5.5%;
}

.footer-2__image-9 {
  width: 8.8%;
  aspect-ratio: 168/200;
  z-index: 9;
  top: 7%;
  right: -2%;
}

.footer-2__instagram {
  margin-top: 150px;
  position: relative;
  z-index: 20;
}

.footer-2__nav {
  position: relative;
}

.footer-2__nav::after {
  display: none;
  content: "";
  position: absolute;
  top: 5%;
  left: 50%;
  height: 90%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-2__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.footer-2__nav-left {
  padding-left: 8%;
}

.footer-2__about {
  padding-left: 8%;
}

.footer-2__about .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.footer-2__text {
  max-width: 360px;
}

.footer-2__bottom {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 20px;
}

.footer-2__bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.footer-2__bottom-col {
  min-width: 240px;
}

@-webkit-keyframes top_line {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
}

@keyframes top_line {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-3000px);
            transform: translateX(-3000px);
  }
}

.mobile-nav {
  background-color: #1D1E1C;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  font-family: "Montserrat", sans-serif;
  color: white;
  display: none;
}

.mobile-nav__wrap {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

.mobile-nav.active {
  display: block;
}

.mobile-nav__text {
  position: absolute;
  top: 24px;
  left: 24px;
  display: none;
}

.mobile-nav__logo {
  margin: 24px auto 80px;
  position: relative;
  display: block;
  width: 100px;
  height: auto;
  z-index: 10;
}

.mobile-nav__close {
  position: absolute !important;
  top: 24px !important;
  right: 24px !important;
  margin: 0 !important;
  z-index: 30;
}

.mobile-nav__close:hover::before,
.mobile-nav__close:hover::after {
  background-color: white !important;
}

.mobile-nav__menu {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile-nav__menu ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 420px;
}

.mobile-nav__menu ul.menu li {
  display: inline;
  padding: 0;
  border: none !important;
}

.mobile-nav__menu ul.menu li:nth-child(1) {
  padding-left: 3em;
}

.mobile-nav__menu ul.menu li:nth-child(3) {
  padding-left: 4.7em;
}

.mobile-nav__menu ul.menu li:nth-child(4) {
  padding-left: 6em;
}

.mobile-nav__menu ul.menu li:nth-child(6) {
  padding-left: 5em;
}

.mobile-nav__menu ul.menu li:nth-child(7) {
  padding-left: 3em;
}

.mobile-nav__menu ul.menu li:nth-child(8) {
  padding-left: 4em;
}

.mobile-nav__menu ul.menu li a {
  color: white;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 0.8;
}

.mobile-nav__menu ul.menu li a:hover {
  padding-left: 0;
}

.mobile-nav__image-grid {
  position: absolute;
  width: 1400px;
  min-height: 720px;
  height: 100dvh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mobile-nav__image {
  position: absolute;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

.mobile-nav__image-1 {
  width: 218px;
  top: 38%;
  left: 9%;
  aspect-ratio: 218/322;
}

.mobile-nav__image-2 {
  width: 245px;
  top: 7.4%;
  left: 31.7%;
  aspect-ratio: 245/368;
}

.mobile-nav__image-3 {
  width: 270px;
  top: 48.4%;
  right: 31%;
  aspect-ratio: 270/405;
}

.mobile-nav__image-4 {
  width: 220px;
  top: 28%;
  right: 8.5%;
  aspect-ratio: 220/332;
}

.mobile-nav__email {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
}

.mobile-nav__socials {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 36px;
  display: none;
}

.mobile-nav__socials .social {
  margin: 0;
}

.mobile-nav__socials .icon {
  width: 36px;
  height: 36px;
}

.mobile-nav__phone {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: none;
}

.subscribe-modal .modal__wrap {
  padding: 60px 40px 30px;
}

.subscribe-modal .frm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.subscribe-modal .input {
  border: none;
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid black;
  line-height: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.subscribe-modal .button {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 12px 24px;
  border: 1px solid black;
  background-color: black;
  color: white;
  cursor: pointer;
  margin-left: auto;
}

.subscribe-modal .mc4wp-response {
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
}

.flex-gallery .container {
  max-width: 1280px;
}

.flex-gallery__wrap {
  padding-top: 7%;
  padding-bottom: 7%;
}

.flex-gallery._1_landscape .image_1 {
  max-width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.flex-gallery._1_portrait .image_1 {
  max-width: 43%;
  margin-left: auto;
  margin-right: auto;
}

.flex-gallery._2_portrait_portrait .flex-gallery__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.flex-gallery._2_portrait_portrait .image_1 {
  max-width: 41%;
}

.flex-gallery._2_portrait_portrait .image_2 {
  margin-top: 9%;
  max-width: 51%;
}

.flex-gallery._2_portrait_landscape .flex-gallery__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.flex-gallery._2_portrait_landscape .image_1 {
  max-width: 30%;
}

.flex-gallery._2_portrait_landscape .image_2 {
  margin-top: 19%;
  max-width: 63%;
}

.flex-gallery._2_landscape_portrait .flex-gallery__wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.flex-gallery._2_landscape_portrait .image_1 {
  max-width: 63%;
}

.flex-gallery._2_landscape_portrait .image_2 {
  max-width: 30%;
  margin-top: 19%;
}

.flex-gallery._3_portrait_portrait_portrait .flex-gallery__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-gallery._3_portrait_portrait_portrait .image_1 {
  max-width: 41%;
}

.flex-gallery._3_portrait_portrait_portrait .image_2 {
  max-width: 33%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.flex-gallery._3_portrait_portrait_portrait .image_3 {
  margin-left: 23%;
  margin-top: 11%;
  max-width: 34%;
}

.flex-gallery._3_portrait_portrait_landscape .flex-gallery__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-gallery._3_portrait_portrait_landscape .image_1 {
  max-width: 30%;
  margin-left: 33%;
}

.flex-gallery._3_portrait_portrait_landscape .image_2 {
  max-width: 30%;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}

.flex-gallery._3_portrait_portrait_landscape .image_3 {
  margin-top: 7%;
  max-width: 45%;
}

.flex-gallery._3_landscape_portrait_landscape .flex-gallery__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-gallery._3_landscape_portrait_landscape .image_1 {
  max-width: 45%;
}

.flex-gallery._3_landscape_portrait_landscape .image_2 {
  max-width: 30%;
  -webkit-transform: translate(12%, 24%);
          transform: translate(12%, 24%);
}

.flex-gallery._3_landscape_portrait_landscape .image_3 {
  margin-left: 21%;
  margin-top: -7%;
  max-width: 44%;
}

.hero-parallax {
  position: relative;
  overflow: hidden;
}

.hero-parallax__wrap {
  height: 420px;
  padding-bottom: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30%;
}

.hero-parallax__logo {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: 100px;
  height: auto;
}

.hero-parallax__image_1 {
  z-index: 1;
  width: 14%;
  margin-left: 0%;
}

.hero-parallax__image_2 {
  z-index: 2;
  width: 16%;
  margin-top: 22%;
  margin-right: 5%;
}

.hero-parallax__image-text {
  position: fixed;
  z-index: 3;
  width: 78%;
  top: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-parallax__after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 10;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white)) !important;
  background: linear-gradient(transparent, white) !important;
}

.is-hero-parallax .page_content > * {
  position: relative;
  z-index: 10;
  background-color: white;
}

.blog-hightlights .slider-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.half-top {
  height: 60vh;
  min-height: 480px;
}

.half-top .container {
  min-height: auto !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  .md\:w-180 {
    width: 180px;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:grid-col-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .modal__close {
    width: 34px;
    height: 34px;
  }

  .footer-2__top {
    padding-top: 40px;
    padding-bottom: 60px;
    border-bottom-width: 2px;
  }

  .footer-2__nav::after {
    display: block;
  }

  .footer-2__nav-left {
    padding-left: 11%;
  }

  .footer-2__about {
    padding-left: 8%;
  }

  .mobile-nav__text {
    display: block;
  }

  .mobile-nav__logo {
    width: 140px;
  }

  .mobile-nav__menu ul.menu li a {
    font-size: 64px;
  }

  .mobile-nav__image-grid {
    width: 1920px;
  }

  .mobile-nav__email {
    left: 24px;
    -webkit-transform: none;
            transform: none;
  }

  .mobile-nav__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-nav__phone {
    display: block;
  }

  .subscribe-modal .modal__wrap {
    padding: 60px;
    max-width: 420px;
  }

  .hero-parallax__wrap {
    min-height: 760px;
    height: 100dvh;
  }

  .hero-parallax__logo {
    width: 140px;
  }

  .hero-parallax__image-text {
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (min-width: 992px) {
  .lg\:fz-38 {
    font-size: 38px;
  }

  .lg\:col-gap-120 {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }

  .modal__wrap {
    margin-top: 7%;
    max-width: 860px;
  }

  .modal__wrap {
    max-width: 1100px;
  }

  .modal__text {
    padding: 40px 60px;
  }

  .modal__image {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .xl\:fz-18 {
    font-size: 18px;
  }

  .xl\:fz-20 {
    font-size: 20px;
  }

  .xl\:fz-24 {
    font-size: 24px;
  }

  .xl\:fz-40 {
    font-size: 40px;
  }

  .xl\:fz-48 {
    font-size: 48px;
  }

  .xl\:fz-64 {
    font-size: 64px;
  }

  .xl\:fz-78 {
    font-size: 78px;
  }

  .xl\:fz-120 {
    font-size: 120px;
  }

  .xl\:grid-col-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .xl\:row-gap-90 {
    row-gap: 90px;
  }

  .top-section .search-form {
    top: 20%;
    right: 60px;
    -webkit-transform: none;
            transform: none;
  }

  .subscribe-modal .modal__wrap {
    max-width: 520px;
  }
}

@media (min-width: 1600px) {
  .xxxl\:fz-72 {
    font-size: 72px;
  }

  .xxxl\:fz-24 {
    font-size: 24px;
  }

  .xxxl\:fz-150 {
    font-size: 150px;
  }

  .xxxl\:row-gap-120 {
    row-gap: 120px;
  }
}

@media only screen and (max-width: 1240px) {
  .flex-gallery .container {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .footer-2__gallery {
    width: 1200px;
  }
}

@media (orientation: landscape) and (max-width: 1200px) {
  .mobile-nav__menu ul.menu li a {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .footer-2__line {
    -webkit-animation: top_line 220s linear infinite;
            animation: top_line 220s linear infinite;
  }

  .footer-2__gallery {
    width: 170%;
    min-height: 400px;
  }

  .footer-2__nav {
    row-gap: 60px;
  }

  .footer-2__text {
    padding-right: 8%;
  }

  .footer-2__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 8%;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer-2__bottom .logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 30px auto;
  }

  .footer-2__bottom-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (orientation: landscape) {
  .mobile-nav__wrap {
    min-height: 720px;
  }
}