/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 15px 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

html,
body {
  width: 100%;
  min-height: 100vh;
}

html.is-hideScroll,
body.is-hideScroll {
  overflow: hidden !important;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir='rtl'] {
  text-align: right;
}

body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 100px 0 0;
  background-color: #fff;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Heebo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
hr {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-grid {
  width: 100%;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

[dir='rtl'] {
  text-align: right;
}

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

.logo.logo--footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.logo.logo--footer .footer_phone {
  margin: 30px 0;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: underline;
  direction: ltr;
}

.logo.logo--footer .footer_phone.muzir {
  margin: 35px 0 0;
  font-size: 26px;
  color: #000;
}

.logo__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.logo__btn img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-btn {
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: 35px;
  padding-left: 30px;
  padding-right: 30px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

.c-btn__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-btn--border {
  border: 2px solid #000;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.c-btn--border:hover {
  background-color: #000000;
  -webkit-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}

.c-btn--border:hover span {
  color: #ffffff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.c-btn span {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
}

.hamburger__btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 14px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.hamburger__btn.is-active {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.hamburger__btn.is-active span {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.hamburger__btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
      -ms-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.hamburger__btn.is-active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
      -ms-transform: translateY(-5px) rotate(-45deg);
          transform: translateY(-5px) rotate(-45deg);
}

.hamburger__btn.is-active span:nth-of-type(3) {
  display: none;
}

.hamburger__btn span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 4px;
  background-color: #373536;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.hamburger__btn span:nth-of-type(1) {
  top: 0;
}

.hamburger__btn span:nth-of-type(2) {
  bottom: 0;
}

.hamburger__btn span:nth-of-type(3) {
  bottom: -9px;
}

.floater {
  z-index: 1999;
  position: fixed;
  right: 52px;
  bottom: 52px;
}

.floater a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.floater img {
  display: block;
  max-width: 100%;
  height: auto;
}

.credit {
  padding: 15px 0;
}

.credit a {
  font-weight: 600;
}

.credit .footer_copyrights {
  margin: 15px 0 10px;
}

#lottie_logo {
  position: relative;
  width: 100%;
  height: 1200px;
}

.mobile_footer {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 60px;
  bottom: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: -1;
}

.mobile_footer .wrap_call {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile_footer .wrap_call a.call {
  width: 35px;
  height: 35px;
  background-color: var(--default-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobile_footer .wrap_call a.call svg {
  fill: #000;
}

.mobile_footer a.c-btn {
  width: 236px;
  margin-right: 6px;
  background-color: var(--default-color);
  border-color: var(--default-color);
  color: #000;
}

.mobile_footer a.c-btn:lang(en-US) {
  margin-left: 6px;
  margin-right: 0;
}

.mobile_footer a.c-btn:hover {
  background-color: #fff;
}

.mobile_footer a.c-btn:hover span {
  color: var(--default-color);
}

.form_thankyou {
  display: none;
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}

.form_thankyou span {
  font-weight: bold;
}

.form_thankyou.show {
  display: block;
}

.wpcf7 form {
  position: relative;
}

.wpcf7 form:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  background: url("../images/loader.svg") no-repeat;
  background-position: center center;
  background-size: 35px;
}

.wpcf7 form.submitting input,
.wpcf7 form.submitting textarea,
.wpcf7 form.submitting select,
.wpcf7 form.submitting button {
  pointer-events: none;
  opacity: 0.3;
}

.wpcf7 form.submitting:before {
  opacity: 1;
  visibility: visible;
}

.wpcf7 form.form-loading:before {
  opacity: 1 !important;
  visibility: visible !important;
}

.wpcf7 form.form-loading .footer__form-group,
.wpcf7 form.form-loading .footer__form-field {
  opacity: .3;
  pointer-events: none;
}

.wpcf7 input[type="submit"] {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--footer-btn-color);
  border-color: var(--footer-btn-color);
  color: var(--footer-btn-text-color);
}

.wpcf7 input[type="submit"]:hover {
  background-color: var(--footer-btn-text-color);
  color: var(--footer-btn-color);
}

.wpcf7 button {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  background-color: var(--footer-btn-color);
  border: 2px solid var(--footer-btn-color);
  color: var(--footer-btn-text-color);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wpcf7 button:hover {
  background-color: var(--footer-btn-text-color);
  color: var(--footer-btn-color);
}

.wpcf7 .wpcf7-not-valid-tip {
  color: #fff;
}

.wpcf7 .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #fff;
  font-size: 16px;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 span.ajax-loader {
  display: none !important;
}

.wpcf7 [dir="rtl"] input[type="url"],
.wpcf7 [dir="rtl"] input[type="email"],
.wpcf7 [dir="rtl"] input[type="tel"] {
  direction: rtl;
}

.logo.logo--footer .footer_phone {
  color: var(--footer-text-color) !important;
  font-size: 42px !important;
}

.mobile_footer a.c-btn {
  color: #fff;
}

.mobile_footer .wrap_call a.call svg {
  fill: #fff;
}

.block_title_text__media {
  margin: 25px 0 0;
}

.block_big_image__wrapper-2 {
  text-align: center;
}

.block_big_image__wrapper-2 img {
  margin: 0 auto;
  text-align: center;
}

.main__wrapper {
  height: calc(100vh - 100px) !important;
}

.gallery .swiper-slide > img {
  height: 600px !important;
}

.main + .block_title_text {
  margin-top: 80px;
}

.main__bg img,
.main__bg video {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.gallery {
  padding: 60px 0 !important;
}

.details {
  margin-bottom: 80px !important;
}

.block_big_image__wrapper-2 {
  padding-bottom: 0 !important;
}

.poster {
  margin-top: 0 !important;
}

.footer {
  margin-top: 0 !important;
}

.project_details_sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--default-color);
  color: var(--footer-text-color);
  z-index: 10;
  padding: 20px 0;
}

.project_details_sticky .form_project_thankyou {
  margin-top: 0;
}

.project_details_sticky.hide {
  display: none;
}

.project_details_sticky_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.project_details_sticky_wrap h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-family: 'Assistant', sans-serif !important;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 1.5px;
}

[dir="rtl"] .project_details_sticky_wrap .wpcf7 input[type="url"],
[dir="rtl"] .project_details_sticky_wrap .wpcf7 input[type="email"],
[dir="rtl"] .project_details_sticky_wrap .wpcf7 input[type="tel"] {
  direction: rtl;
}

.project_details_sticky .project-details__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.project_details_sticky .c-form__label {
  padding-bottom: 0;
}

.project_details_sticky .wpcf7 .wpcf7-not-valid-tip {
  color: #dc3232;
}

.project-details {
  padding-top: 55px;
  padding-bottom: 75px;
  background-color: #f5f5f5;
}

.project-details.short {
  margin-top: 90px;
}

.project-details__title {
  margin-bottom: 57px;
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
}

.project-details__form {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 36px;
}

.project-details__form .wpcf7-response-output {
  display: none !important;
}

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

.c-form__field.c-btn__wrapper {
  padding-top: 14px;
}

.c-form__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.c-form__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}

.c-form__label span {
  width: 100%;
}

.c-form__element {
  outline: none;
  position: relative;
  width: 100%;
  height: 25px;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  line-height: 1.75;
  border-radius: 0;
  background-color: transparent;
}

.c-form__element.placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 149.52%;
  letter-spacing: 1.6px;
}

.c-form__element:-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 149.52%;
  letter-spacing: 1.6px;
}

.c-form__element::-moz-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 149.52%;
  letter-spacing: 1.6px;
}

.c-form__element:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 149.52%;
  letter-spacing: 1.6px;
}

.c-form__element::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 149.52%;
  letter-spacing: 1.6px;
}

.c-form__element.c-form__element--textarea {
  resize: none;
  height: 100px;
  margin-top: 20px;
  border: 1px solid #000;
}

.form_project_thankyou {
  display: none;
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}

.form_project_thankyou span {
  font-weight: bold;
}

.form_project_thankyou.show {
  display: block;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.header:lang(en-US) .header__wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header:lang(en-US) .header__wrapper-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

.header__wrapper-left,
.header__wrapper-right {
  width: 25%;
}

.header__wrapper-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.header__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__wrapper-right:lang(en-US) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.header__wrapper-right a.whatsapp {
  margin-left: 11px;
}

.header__wrapper-right a.c-btn {
  background-color: var(--header-btn-color);
  border-color: var(--header-btn-color);
  color: var(--header-btn-text-color);
}

.header__wrapper-right a.c-btn:hover {
  background-color: transparent;
  border-color: var(--header-btn-color);
  color: var(--header-btn-color);
}

.header__wrapper-right a.c-btn:hover span {
  color: var(--header-btn-color);
}

.header__menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 34px;
  background-color: rgba(255, 255, 255, 0.9);
}

.header__menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 22px;
  font-size: 18px;
  line-height: 0.94;
  text-align: center;
  color: #000000;
}

.header__menu-btn strong {
  font-weight: 500;
}

.header__menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__menu ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu ul li:not(:last-of-type) {
  padding-bottom: 10px;
}

.header.is-color {
  background-color: #ffffff;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.footer {
  padding-top: 48px;
  padding-bottom: 66px;
  margin-top: 150px;
  background-color: var(--default-color);
  color: #000;
}

.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__wrapper-left,
.footer__wrapper-right {
  width: 50%;
}

.footer__title {
  font-size: 35px;
  letter-spacing: 1.5px;
  color: var(--footer-text-color);
}

.footer__subtitle {
  padding-bottom: 15px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--footer-text-color);
}

.footer__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__form-field {
  position: relative;
  width: 100%;
}

.footer__form-field:not(:last-of-type) {
  margin-bottom: 5px;
}

.footer__form-field:nth-last-of-type(2) {
  margin-bottom: 40px;
}

.footer__form-field label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer__form-field label input {
  outline: none;
  position: relative;
  padding: 0;
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--footer-text-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.75;
  color: var(--footer-text-color);
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.footer__form-field label input.placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: var(--footer-text-color);
}

.footer__form-field label input:-moz-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: var(--footer-text-color);
}

.footer__form-field label input::-moz-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: var(--footer-text-color);
}

.footer__form-field label input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: var(--footer-text-color);
}

.footer__form-field label input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 1.75;
  color: var(--footer-text-color);
}

.footer__form-field span {
  width: 100%;
}

.footer__form .c-btn--border {
  border-color: #fff;
}

.footer__form .c-btn--border:hover {
  background-color: #ffffff;
}

.footer__form .c-btn--border:hover span {
  color: #000000;
}

.footer__form .c-btn--border span {
  color: #ffffff;
}

@media screen and (max-width: 1535px) {
  .c-grid {
    max-width: 1200px;
    padding-right: 80px;
    padding-left: 80px;
  }
}

@media screen and (max-width: 1500px) {
  .main__logo {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  #lottie_logo {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    overflow: hidden;
  }
}

@media (max-width: 1440px) {
  .gallery .swiper-slide > img {
    height: 400px !important;
  }
}

@media screen and (max-width: 1365px) {
  body {
    padding: 80px 0 0;
  }

  .floater {
    right: 30px;
    bottom: 80px;
  }

  .header__wrapper {
    height: 80px;
  }
}

@media (max-width: 1280px) {
  .main__wrapper {
    height: calc(100vh - 80px) !important;
  }
}

@media (max-width: 1279px) {
  .logo.logo--footer .footer_phone {
    font-size: 26px;
  }

  .logo.logo--footer .footer_image {
    max-width: 20%;
  }

  .rtl .logo__btn img {
    max-width: inherit;
  }
}

@media screen and (max-width: 1279px) {
  .logo__btn img {
    width: 100%;
    max-width: inherit;
  }
}

@media screen and (max-width: 1200px) {
  .c-grid {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .c-grid {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .c-form__element.c-form__element--textarea {
    margin-top: 16px;
  }
}

@media screen and (max-width: 768px) {
  .c-grid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  .logo.logo--footer .footer_phone {
    font-size: 32px !important;
  }

  .block_title_text__media {
    margin: 0 0 25px;
    text-align: center;
  }

  .main__wrapper {
    height: calc(90vh - 100px - 30px) !important;
  }

  .gallery .swiper-slide > img {
    height: 233px !important;
  }

  .main + .block_title_text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .logo.logo--footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hamburger__btn {
    margin-top: -5px;
  }

  .main__logo {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  #lottie_logo {
    height: auto;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
  }

  .mobile_footer {
    opacity: 1;
    z-index: 10;
  }

  .mobile_footer:not(.active) {
    opacity: 0;
    z-index: 0;
    pointer-events: none;
  }

  .gallery {
    padding-top: 24px !important;
    padding-bottom: 0;
  }

  .details {
    margin-bottom: 20px !important;
  }

  .project-details__title {
    padding-bottom: 4px;
    margin-bottom: 40px;
  }

  .project-details__form {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project-details__form .c-btn {
    width: 100%;
  }

  .project-details__form .c-btn__wrapper {
    width: 100%;
  }

  .c-form__group {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .c-form__element.placeholder {
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 1.4px;
  }

  .c-form__element:-moz-placeholder {
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 1.4px;
  }

  .c-form__element::-moz-placeholder {
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 1.4px;
  }

  .c-form__element:-ms-input-placeholder {
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 1.4px;
  }

  .c-form__element::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 165%;
    letter-spacing: 1.4px;
  }

  .header__wrapper-left,
  .header__wrapper-right {
    width: 45px;
  }

  .header__wrapper-right a.whatsapp {
    margin-left: 0;
    margin-top: -10px;
  }

  .header__wrapper-right .c-btn__wrapper {
    display: none;
  }

  .footer {
    padding-top: 32px;
    margin-top: 20px;
  }

  .footer__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 22px;
    padding-right: 22px;
  }

  .footer__wrapper-left,
  .footer__wrapper-right {
    width: 100%;
  }

  .footer__wrapper-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__wrapper-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .logo.logo--footer .footer_phone {
    margin: 30px 0;
  }

  .logo.logo--footer .footer_image {
    max-width: 30%;
  }

  .project_details_sticky {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  #lottie_logo {
    -webkit-transform: scale(2.4);
        -ms-transform: scale(2.4);
            transform: scale(2.4);
  }
}