@charset "UTF-8";
/* Global */
body {
  height: 100%;
  width: 100%;
  position: relative;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  border-radius: 0;
  font-family: "Mukta", sans-serif;
}

.notification-alert, .invalid .wpcf7-response-output, .wpcf7-not-valid-tip {
  background: #ffe5e0;
  padding: 16px 20px 16px 56px;
  position: relative;
  color: #db4a79;
  text-transform: none;
  font-size: 14px;
  line-height: 1.64;
}
.notification-alert *, .invalid .wpcf7-response-output *, .wpcf7-not-valid-tip * {
  color: #db4a79;
  font-size: 14px;
  line-height: 1.64;
  text-transform: none;
}
.notification-alert::before, .invalid .wpcf7-response-output::before, .wpcf7-not-valid-tip::before {
  position: absolute;
  content: url("../../dist/images/error.svg");
  top: calc(50% - 12.5px);
  left: 16px;
  width: 25px;
  height: 25px;
}
.notification-warning {
  background: #fff8d4;
  padding: 16px 20px 16px 56px;
  position: relative;
  color: #dba31f;
  text-transform: none;
  font-size: 14px;
  line-height: 1.64;
}
.notification-warning * {
  color: #dba31f;
  font-size: 14px;
  line-height: 1.64;
  text-transform: none;
}
.notification-warning::before {
  position: absolute;
  content: url("../../dist/images/warning.svg");
  top: calc(50% - 12.5px);
  left: 16px;
  width: 25px;
  height: 25px;
}
.notification-success, .sent .wpcf7-response-output {
  background: #d6f9ce;
  padding: 16px 20px 16px 56px;
  position: relative;
  color: #45cd7c;
  text-transform: none;
  font-size: 14px;
  line-height: 1.64;
}
.notification-success *, .sent .wpcf7-response-output * {
  color: #45cd7c;
  font-size: 14px;
  line-height: 1.64;
  text-transform: none;
}
.notification-success::before, .sent .wpcf7-response-output::before {
  position: absolute;
  content: url("../../dist/images/checkmark.svg");
  top: calc(50% - 12.5px);
  left: 16px;
  width: 25px;
  height: 25px;
}

.segment-gold, .nav--megamenu .menu > div .megamenu-item > a {
  position: relative;
}
.segment-gold:after, .nav--megamenu .menu > div .megamenu-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: #e3a14e;
}

.invalid .wpcf7-response-output {
  padding: 16px 24px;
  border: none !important;
}

.sent .wpcf7-response-output {
  padding: 16px 24px;
  border: none !important;
}

@media only screen and (max-width: 650px) {
  .invalid .wpcf7-response-output {
    padding: 2px 5px;
    font-size: 13px;
  }
  .sent .wpcf7-response-output {
    padding: 2px 5px;
    height: 10px;
    font-size: 13px;
  }
  input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  .wpcf7-acceptance {
    margin-top: 20px;
  }
  .wpcf7-acceptance #intouch-form .wpcf7-list-item-label {
    font-size: 11px;
    line-height: 18px;
    overflow-wrap: anywhere;
    display: inline;
  }
  #page .wpcf7-list-item-label {
    flex-wrap: wrap;
    width: 100%;
    overflow-wrap: anywhere;
    max-width: 300px;
  }
  #page .acceptance-983:before {
    left: 0px;
    top: 20px;
  }
}
body {
  position: relative;
}
body:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 96px);
  background: transparent;
  opacity: 0.5;
  transition: all 0.3s ease-out;
  z-index: -1;
}
@media (max-width: 992px) {
  body:after {
    height: calc(100% - 80px);
  }
}
body.overflow-hidden {
  overflow: hidden;
}
body.overflow-hidden:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 96px);
  background: #1d1d1b;
  opacity: 0.5;
  z-index: 1;
}
@media (max-width: 992px) {
  body.overflow-hidden:after {
    height: calc(100% - 80px);
  }
}
body.overlay:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 96px);
  background: #1d1d1b;
  opacity: 0.5;
  z-index: 1;
}
@media (max-width: 992px) {
  body.overlay:after {
    height: calc(100% - 80px);
  }
}
body .hidden {
  display: none;
}
body .line-segment::after, body .nav--footer .menu-item.contact-link > a::after, .nav--footer body .menu-item.contact-link > a::after, body .nav--footer .menu-item.contact-link > .social-header::after, .nav--footer body .menu-item.contact-link > .social-header::after, body .nav--footer .menu-item.contact-link > .newsletter_title-footer::after, .nav--footer body .menu-item.contact-link > .newsletter_title-footer::after, body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu body .link-back::after, body footer .footer__map-widget .widgettitle::after, footer .footer__map-widget body .widgettitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: #e3a14e;
}
body .line-segment-centered::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  width: 100px;
  height: 1px;
  background: #e3a14e;
}

.wpcf7 form.sent .wpcf7-response-output {
  min-height: 50px;
  display: flex;
  align-items: center;
}
.wpcf7 form.sent .wpcf7-response-output .screen-reader-text {
  display: none !important;
}

/**
 * Layout
 */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
    padding: 0 16px;
  }
}
.container--wide {
  margin: 0 auto;
  max-width: 100%;
}

#page {
  min-height: 500px;
}

.section--text li {
  text-indent: inherit;
}
@media (max-width: 992px) {
  .section--text__content .aligncenter {
    width: 100%;
    height: auto;
  }
}

.single-post .gutenberg-content .section--gallery {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .single-post .gutenberg-content .section--gallery {
    max-width: 100%;
  }
}
.single-post .gutenberg-content .line-segment-centered {
  display: none !important;
}
.single-post .gutenberg-content .section--text {
  max-width: 840px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .single-post .gutenberg-content .section--text {
    max-width: 100%;
  }
}
.single-post .gutenberg-content .section--text img {
  width: 100%;
  height: auto;
}

/**
 * Elements - smallest elements to style - mostly native html elements
 */
input[type=text],
input[type=email],
input[type=tel],
select {
  height: 48px;
  padding: 14px 16px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease-out;
  border: 1px solid #efefe9;
  opacity: 1;
  transition: all 0.3s ease-out;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder {
  opacity: 0.7;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder {
  opacity: 0.7;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
select:focus {
  border: 1px solid #e3a14e;
  transition: all 0.3s ease-out;
}
input[type=text]:not(:-moz-placeholder), input[type=email]:not(:-moz-placeholder), input[type=tel]:not(:-moz-placeholder), select:not(:-moz-placeholder) {
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  opacity: 1;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
input[type=text]:not(:placeholder-shown),
input[type=email]:not(:placeholder-shown),
input[type=tel]:not(:placeholder-shown),
select:not(:placeholder-shown) {
  border: 1px solid #1d1d1b;
  color: #1d1d1b;
  opacity: 1;
  transition: all 0.3s ease-out;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
select:disabled {
  opacity: 0.5;
  background: #ffe5e0;
  border: 1px solid #efefe9;
  transition: all 0.3s ease-out;
}

select {
  padding-top: 5px;
  padding-bottom: 5px;
}

textarea {
  height: 128px;
  padding: 16px;
  transition: all 0.3s ease-out;
  opacity: 1;
  border: 1px solid #efefe9;
  transition: all 0.3s ease-out;
}
textarea::-moz-placeholder {
  opacity: 0.7;
  font-size: 16px;
  font-weight: 300;
}
textarea::placeholder {
  opacity: 0.7;
  font-size: 16px;
  font-weight: 300;
}
textarea:focus {
  border: 1px solid #e3a14e;
  transition: all 0.3s ease-out;
}
textarea:not(:-moz-placeholder) {
  border: 1px solid #1d1d1b;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
textarea:not(:placeholder-shown) {
  border: 1px solid #1d1d1b;
  transition: all 0.3s ease-out;
}
textarea:disabled {
  opacity: 0.5;
  background: #ffe5e0;
  border: 1px solid #efefe9;
  transition: all 0.3s ease-out;
}
textarea:required {
  border: 1px solid #db4a79;
  opacity: 1;
  transition: all 0.3s ease-out;
}

input[type=checkbox] {
  transition: 0.3s all ease-out;
  opacity: 0;
  position: absolute;
  z-index: 100;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
input[type=checkbox] + span {
  margin-left: 30px;
}
input[type=checkbox] + span::before {
  background: #efefe9;
  color: #ffffff;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0;
  line-height: 20px;
  text-align: center;
  transition: all 0.3s ease-out;
  position: absolute;
  top: 2px;
  left: 0;
}
input[type=checkbox]:checked + span::before {
  background: #ffe5e0;
  transition: all 0.3s ease-out;
}
input[type=checkbox]:disabled + span::before {
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
input[type=checkbox]:checked + span::before {
  content: "✓";
  background: #e3a14e;
  font-size: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}

body h1 {
  font-weight: 400;
  font-size: 52px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.19;
}
body h2, body .header-2 {
  font-weight: 400;
  font-size: 40px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body h2, body .header-2 {
    font-size: 32px;
    line-height: 1.18;
  }
}
body h3 {
  font-weight: 400;
  font-size: 34px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.24;
}
body h4 {
  font-weight: 400;
  font-size: 30px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body h4 {
    font-size: 24px;
    line-height: 1.25;
  }
}
body h5, body .header-5 {
  font-weight: 400;
  font-size: 26px !important;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.23;
}
@media (max-width: 768px) {
  body h5, body .header-5 {
    font-size: 21px !important;
    line-height: 1.29;
  }
}
body h6 {
  font-weight: 400;
  font-size: 20px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.3;
}
body strong,
body .strong,
body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a,
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body a {
  font-weight: 500;
}
@media (max-width: 768px) {
  body strong,
  body .strong,
  body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a,
  .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body a {
    font-size: 15px;
    line-height: 1.67;
  }
}
body .large-text {
  font-weight: 300;
  color: #1d1d1b;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body .large-text {
    font-size: 18px;
    line-height: 1.61;
  }
}
body .large-text.strong, body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a.large-text, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body a.large-text {
  font-weight: 500;
}
body p, body .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul body .lang-item > a, body .nav--footer .menu-item.contact-link > a, .nav--footer body .menu-item.contact-link > a, body .nav--footer .menu-item.contact-link > .social-header, .nav--footer body .menu-item.contact-link > .social-header, body .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer body .menu-item.contact-link > .newsletter_title-footer, body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu body .menu-item > a, body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu body .link-back, body .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile body .menu > .menu-item > a, body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body a, body .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop body .menu-item > a, body footer .footer__map-widget .widgettitle, footer .footer__map-widget body .widgettitle, body header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul body .lang-item > a, body .search-form + .search_result li, .search-form + .search_result body li,
body .search-form + .search_result a,
.search-form + .search_result body a,
body .regular-text {
  font-weight: 300;
  color: #1d1d1b;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 768px) {
  body p, body .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul body .lang-item > a, body .nav--footer .menu-item.contact-link > a, .nav--footer body .menu-item.contact-link > a, body .nav--footer .menu-item.contact-link > .social-header, .nav--footer body .menu-item.contact-link > .social-header, body .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer body .menu-item.contact-link > .newsletter_title-footer, body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu body .menu-item > a, body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu body .link-back, body .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile body .menu > .menu-item > a, body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body a, body .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop body .menu-item > a, body footer .footer__map-widget .widgettitle, footer .footer__map-widget body .widgettitle, body header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul body .lang-item > a, body .search-form + .search_result li, .search-form + .search_result body li,
  body .search-form + .search_result a,
  .search-form + .search_result body a,
  body .regular-text {
    font-size: 15px;
    line-height: 1.67;
  }
}
body p.strong, body .mobile-menu__language ul .lang-item > a.strong, .mobile-menu__language ul body .lang-item > a.strong, body .nav--footer .menu-item.contact-link > a.strong, .nav--footer body .menu-item.contact-link > a.strong, body .nav--footer .menu-item.contact-link > .strong.social-header, .nav--footer body .menu-item.contact-link > .strong.social-header, body .nav--footer .menu-item.contact-link > .strong.newsletter_title-footer, .nav--footer body .menu-item.contact-link > .strong.newsletter_title-footer, body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a.strong, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu body .menu-item > a.strong, body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .strong.link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu body .strong.link-back, body .nav--header-primary--mobile .menu > .menu-item > a.strong, .nav--header-primary--mobile body .menu > .menu-item > a.strong, body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body a, body .nav--header-primary--desktop .menu-item > a.strong, .nav--header-primary--desktop body .menu-item > a.strong, .nav--header-primary--desktop body .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item > a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul body .menu-item > a, body footer .footer__map-widget .strong.widgettitle, footer .footer__map-widget body .strong.widgettitle, body header .main-header .header--desktop__options__language ul .lang-item > a.strong, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap body header .main-header .header--desktop__options__language ul .menu-item .lang-item > a, header .main-header .header--desktop__options__language ul body .lang-item > a.strong, header .main-header .header--desktop__options__language .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul body .menu-item .lang-item > a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap header .main-header .header--desktop__options__language ul body .menu-item .lang-item > a, body .search-form + .search_result li.strong, .search-form + .search_result body li.strong,
body .search-form + .search_result a.strong,
.search-form + .search_result body a.strong,
body .regular-text.strong {
  font-weight: 500;
}
body .small-text, body .nav--footer .menu-item .sub-menu a, .nav--footer .menu-item .sub-menu body a {
  font-weight: 300;
  font-size: 14px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.64;
}
@media (max-width: 768px) {
  body .small-text, body .nav--footer .menu-item .sub-menu a, .nav--footer .menu-item .sub-menu body a {
    font-size: 12px;
    line-height: 1.67;
  }
}
body .small-text.strong, body .nav--footer .menu-item .sub-menu a.strong, .nav--footer .menu-item .sub-menu body a.strong, body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a.small-text, body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item .sub-menu a, .nav--footer body .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .sub-menu a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body a.small-text, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item body .sub-menu a, .nav--footer .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item body .sub-menu a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item .sub-menu body a, .nav--footer .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .sub-menu body a {
  font-weight: 500;
}
body .label {
  font-weight: 500;
  font-size: 14px;
  color: #1d1d1b;
  letter-spacing: 0;
  line-height: 1.64;
  text-transform: uppercase;
}
body .link, body .card--search-result__readmore a, .card--search-result__readmore body a {
  font-weight: 500;
  font-size: 16px;
  color: #e3a14e;
  letter-spacing: 0;
  line-height: 1.625;
}
@media (max-width: 768px) {
  body .link, body .card--search-result__readmore a, .card--search-result__readmore body a {
    font-size: 15px;
    line-height: 1.67;
  }
}
body .error {
  font-weight: 300;
  font-size: 14px;
  color: #db4a79;
  letter-spacing: 0;
  line-height: 1.64;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  text-indent: -0.7em;
  font-size: 16px;
}

li::before {
  content: "• ";
  color: #e3a14e; /* or whatever color you prefer */
  font-size: 20px;
}

.lang-item::before {
  padding-left: inherit;
}

.page-links__page::before {
  display: none !important;
}

.page-links__page {
  padding-left: inherit;
  text-indent: 0;
}

.tab_bar ul li::before {
  display: none !important;
}

.tab_bar ul li {
  padding-left: inherit;
  text-indent: 0;
}

.main-header nav li::before {
  display: none !important;
}

.mobile-menu nav li::before {
  display: none !important;
}

.main-header li {
  padding-left: inherit;
  text-indent: 0;
}

footer ul li::before {
  display: none !important;
}

footer ul li::before {
  display: none !important;
}

footer ul li {
  padding-left: inherit;
  text-indent: 0;
}

.mobile-menu li::before {
  padding-left: inherit;
  text-indent: 0;
}

.mobile-menu .lang-item::before {
  display: none !important;
}

.search_results_terms {
  padding-top: 25px;
  list-style-type: none;
}
.search_results_terms a {
  color: #1d1d1b;
}
.search_results_terms li::before {
  display: none !important;
}

.search-form input[type=submit] {
  background: #fff;
}

.btn-primary {
  cursor: pointer;
  background: #e3a14e;
  color: #ffffff;
  height: 56px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 15px 40px;
  border-radius: 99px;
  transition: all 0.3s ease-out;
}
.btn-primary:hover {
  background: #d6933e;
  transition: all 0.3s ease-out;
  opacity: 10 !important;
}
@media (max-width: 992px) {
  .btn-primary {
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 15px;
    padding: 15px 30px;
  }
}

.btn-secondary {
  border-radius: 99px;
  cursor: pointer;
  background: #efefe9;
  color: #1d1d1b;
  height: 56px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 15px 40px;
  transition: all 0.3s ease-out;
}
.btn-secondary:hover {
  color: #ffffff;
  background: #d6933e;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .btn-secondary {
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 15px;
    padding: 15px 30px;
  }
}

.btn-transparent {
  border-radius: 99px;
  cursor: pointer;
  background: transparent;
  color: #e3a14e;
  height: 56px;
  text-transform: uppercase;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 15px 40px;
  transition: all 0.3s ease-out;
  box-shadow: inset 0 0 0 1px #e3a14e;
}
.btn-transparent:hover {
  color: #ffffff;
  background: #e3a14e;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .btn-transparent {
    width: -moz-fit-content !important;
    width: fit-content !important;
    font-size: 15px;
    padding: 15px 30px;
  }
}

.icon-primary, footer .footer__map-widget p:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]::after, .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .search-form + .search_result li:not(.small-text) label[for=SUBMIT]::after, .search-form + .search_result footer .footer__map-widget li:not(.small-text) label[for=SUBMIT]::after,
footer .footer__map-widget .search-form + .search_result a:not(.small-text) label[for=SUBMIT]::after,
.search-form + .search_result footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]::after, header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .widgettitle:not(.small-text) label[for=SUBMIT]::after, footer .footer__social a {
  background: #e3a14e;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  transition: all 0.3s ease-out;
}
.icon-primary:hover, footer .footer__map-widget p:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]:hover::after, .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]:hover::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]:hover::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]:hover::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) label[for=SUBMIT]:hover::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) label[for=SUBMIT]:hover::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]:hover::after, .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) label[for=SUBMIT]:hover::after, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) label[for=SUBMIT]:hover::after, .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .search-form + .search_result li:not(.small-text) label[for=SUBMIT]:hover::after, .search-form + .search_result footer .footer__map-widget li:not(.small-text) label[for=SUBMIT]:hover::after,
footer .footer__map-widget .search-form + .search_result a:not(.small-text) label[for=SUBMIT]:hover::after,
.search-form + .search_result footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]:hover::after, header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__map-widget .widgettitle:not(.small-text) label[for=SUBMIT]:hover::after, footer .footer__social a:hover {
  background: rgba(214, 147, 62, 0.8509803922);
  transition: all 0.3s ease-out;
}

.link, .card--search-result__readmore a {
  font-size: 16px;
  line-height: 1.64;
  color: #e3a14e;
  position: relative;
  font-weight: 500;
}
.link::after, .card--search-result__readmore a::after {
  content: url("../../dist/images/arrow-forward.svg");
  position: absolute;
  top: 2px;
  right: -20px;
}

.remove-event {
  pointer-events: none !important;
}

.breadcrumbs {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  opacity: 0.89;
  /* current breadcrumb */
}
.breadcrumbs span,
.breadcrumbs .current {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs .current {
  font-weight: 300;
}
.breadcrumbs .breadcrumbsnavi {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumbs a {
  font-size: 12px;
  line-height: 1.67;
  color: #efefe9;
}
.breadcrumbs a.current {
  font-weight: bold;
}

.swiper-pagination {
  margin-top: 25px;
  position: relative !important;
}
.swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  border: 1px solid #ffffff !important;
  background: transparent !important;
  transition: all 0.3s ease-out !important;
}
.swiper-pagination-bullet-active {
  border: none !important;
  background: #000000 !important;
  transition: all 0.3s ease-out !important;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.pagination .page-item {
  display: flex;
}
.pagination .page-item .page-numbers {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pagination .page-item .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.pagination .page-item .page-numbers.current {
  color: #ffffff;
  background: #000000;
  border: none;
}
.pagination .page-item .page-numbers.next, .pagination .page-item .page-numbers.prev {
  font-size: 16px;
  padding-bottom: 3px;
}

/* blog pagination */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.wp-pagenavi .page {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wp-pagenavi .page {
    width: 40px;
    height: 40px;
  }
}
.wp-pagenavi .current {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  border: none;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 3px;
}

.sw-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.sw-pagination .page-numbers {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .sw-pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
}
.sw-pagination .page-numbers.current {
  color: #ffffff;
  background: #000000;
  border: none;
}
.sw-pagination .page-numbers.next, .sw-pagination .page-numbers.prev {
  font-size: 16px;
  padding-bottom: 3px;
}

.cookie-notice-container .cn-text-container a {
  color: #1d1d1b !important;
}
.cookie-notice-container .cn-buttons-container .cookies-btn-custom-color {
  background: #181346 !important;
}

.search_bar {
  position: relative;
  flex: 1;
  margin-right: 64px;
}
@media (max-width: 992px) {
  .search_bar {
    margin-right: 0;
  }
}

.search-form > div {
  position: relative;
}
.search-form > div::after {
  content: url("../../dist/images/search_primary.svg");
  position: absolute;
  top: 14px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  pointer-events: none;
}
.search-form input[type=search] {
  padding: 12px 16px;
  width: 100%;
  box-shadow: inset 0 0 0 1px #efefe9;
  transition: all 0.3s ease-out;
  height: 48px;
}
.search-form input[type=search]:focus {
  box-shadow: inset 0 0 0 1px #e3a14e;
  transition: all 0.3s ease-out;
}
.search-form input[type=submit] {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 40px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  padding: 8px 20px 8px 48px;
}
.search-form + .search_result {
  display: none;
  position: absolute;
  top: 95%;
  left: 0;
  width: 100%;
  max-height: 325px;
  background: #ffffff;
  padding: 16px 14px;
  border: 1px solid #e3a14e;
  border-top: none;
  z-index: 1;
  -ms-overflow-style: none;
  scrollbar-width: 10px;
  scrollbar-color: #1c8254 #ffffff;
  overflow-y: scroll;
  transform: scale(1);
  transition: all 0.1s ease-in-out;
}
.search-form + .search_result::-webkit-scrollbar {
  width: 2px;
  margin: 5px;
}
.search-form + .search_result::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 100px;
}
.search-form + .search_result::-webkit-scrollbar-thumb {
  background-color: #1c8254;
  border-radius: 100px;
}
.search-form + .search_result li a {
  display: inline-block;
  margin: 12px 0;
}
.search-form + .search_result li a:hover {
  text-decoration: underline;
}

.card--search-result {
  display: flex;
  justify-content: flex-start;
  height: 200px;
}
@media (max-width: 992px) {
  .card--search-result {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.card--search-result__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 24px;
}
.card--search-result__thumbnail {
  height: 100%;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .card--search-result__thumbnail {
    margin-right: 0px;
  }
}
.card--search-result__thumbnail img {
  height: 100%;
  width: 290px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .card--search-result__thumbnail img {
    height: auto;
    width: 100%;
  }
}
.card--search-result__content {
  padding: 20px 0;
}
.card--search-result__description {
  margin-top: 8px;
}
.card--search-result__description strong {
  color: #e3a14e;
}
.card--search-result__readmore {
  margin-top: 24px;
}
.card--attachments__items {
  display: grid;
  grid-template-rows: auto;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(auto, 400px));
  justify-content: center;
  margin-top: 40px;
}
.card--attachments__item {
  background: #ffffff;
  padding: 24px 16px;
  display: flex;
  align-items: flex-start;
  box-shadow: inset 0 0 0 1px #e3a14e;
}
.card--attachments__item img {
  width: 42px;
  margin: 0 16px 0 0;
}
.card--attachments__item div p, .card--attachments__item div .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .card--attachments__item div .lang-item > a, .card--attachments__item div .nav--footer .menu-item.contact-link > a, .nav--footer .card--attachments__item div .menu-item.contact-link > a, .card--attachments__item div .nav--footer .menu-item.contact-link > .social-header, .nav--footer .card--attachments__item div .menu-item.contact-link > .social-header, .card--attachments__item div .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .card--attachments__item div .menu-item.contact-link > .newsletter_title-footer, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .card--attachments__item div .menu-item > a, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .card--attachments__item div .link-back, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .card--attachments__item div .menu > .menu-item > a, .card--attachments__item div .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .card--attachments__item div a, .card--attachments__item div .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .card--attachments__item div .menu-item > a, .card--attachments__item div footer .footer__map-widget .widgettitle, footer .footer__map-widget .card--attachments__item div .widgettitle, .card--attachments__item div header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .card--attachments__item div .lang-item > a, .card--attachments__item div .search-form + .search_result li, .search-form + .search_result .card--attachments__item div li,
.card--attachments__item div .search-form + .search_result a,
.search-form + .search_result .card--attachments__item div a {
  text-transform: uppercase;
  margin-bottom: 4px;
}
.card--attachments__item div a {
  line-height: 1.63;
  font-size: 16px;
  color: #e3a14e;
  font-weight: 600;
  display: inline-block;
}
.card--attachments__item div a img {
  width: 10px;
  margin-right: 4px;
}
.card--attachments__item div a:last-of-type {
  margin-left: 30px;
}
.card--attachments__item div a:last-of-type img {
  width: 16px;
}

/**
 * Modules - modular elements - blocks, forms
 */
.current-lang a {
  pointer-events: none !important;
}

.section--attachments__title {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}
.section--attachments__description {
  margin-bottom: 40px;
  text-align: center;
}

.card--attachments__item svg {
  fill: black !important;
}

.card--attachments__item div p, .card--attachments__item div .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .card--attachments__item div .lang-item > a, .card--attachments__item div .nav--footer .menu-item.contact-link > a, .nav--footer .card--attachments__item div .menu-item.contact-link > a, .card--attachments__item div .nav--footer .menu-item.contact-link > .social-header, .nav--footer .card--attachments__item div .menu-item.contact-link > .social-header, .card--attachments__item div .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .card--attachments__item div .menu-item.contact-link > .newsletter_title-footer, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .card--attachments__item div .menu-item > a, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .card--attachments__item div .link-back, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .card--attachments__item div .menu > .menu-item > a, .card--attachments__item div .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .card--attachments__item div a, .card--attachments__item div .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .card--attachments__item div .menu-item > a, .card--attachments__item div footer .footer__map-widget .widgettitle, footer .footer__map-widget .card--attachments__item div .widgettitle, .card--attachments__item div header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .card--attachments__item div .lang-item > a, .card--attachments__item div .search-form + .search_result li, .search-form + .search_result .card--attachments__item div li,
.card--attachments__item div .search-form + .search_result a,
.search-form + .search_result .card--attachments__item div a {
  line-height: 1.2;
}

.card--attachments__item div a {
  color: #1d1d1b !important;
}

.card--attachments__item {
  background: #efefe9 !important;
  border: none !important;
  box-shadow: none !important;
}

.card--attachments__item {
  display: flex;
  align-items: flex-start;
}
.card--attachments__item div p, .card--attachments__item div .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .card--attachments__item div .lang-item > a, .card--attachments__item div .nav--footer .menu-item.contact-link > a, .nav--footer .card--attachments__item div .menu-item.contact-link > a, .card--attachments__item div .nav--footer .menu-item.contact-link > .social-header, .nav--footer .card--attachments__item div .menu-item.contact-link > .social-header, .card--attachments__item div .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .card--attachments__item div .menu-item.contact-link > .newsletter_title-footer, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .card--attachments__item div .menu-item > a, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .card--attachments__item div .link-back, .card--attachments__item div .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .card--attachments__item div .menu > .menu-item > a, .card--attachments__item div .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .card--attachments__item div a, .card--attachments__item div .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .card--attachments__item div .menu-item > a, .card--attachments__item div footer .footer__map-widget .widgettitle, footer .footer__map-widget .card--attachments__item div .widgettitle, .card--attachments__item div header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .card--attachments__item div .lang-item > a, .card--attachments__item div .search-form + .search_result li, .search-form + .search_result .card--attachments__item div li,
.card--attachments__item div .search-form + .search_result a,
.search-form + .search_result .card--attachments__item div a {
  text-transform: inherit;
}

.attach_section {
  padding-bottom: 96px;
}
.attach_section h2 {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.section--text-with-image {
  position: relative;
  min-height: 525px;
}
.section--text-with-image__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  padding-right: 25px;
}
@media (max-width: 992px) {
  .section--text-with-image__img {
    padding-right: 0px;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 576px) {
  .section--text-with-image__img {
    height: 300px;
  }
}
.section--text-with-image__img.reverse {
  left: unset;
  right: 0;
  padding-right: 0px;
  padding-left: 25px;
}
@media (max-width: 992px) {
  .section--text-with-image__img.reverse {
    padding-left: 0px;
  }
}
.section--text-with-image__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .section--text-with-image__img--placeholder {
    min-height: 400px;
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  .section--text-with-image__img--placeholder {
    min-height: 300px;
  }
}
.section--text-with-image .container {
  min-height: 525px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .section--text-with-image .container {
    flex-direction: column-reverse;
  }
}
.section--text-with-image .container > div {
  flex: 1;
}
.section--text-with-image .container.row-reverse {
  flex-direction: row-reverse;
}
.section--text-with-image .container.row-reverse .section--text-with-image__text {
  padding-left: 0px;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .section--text-with-image .container.row-reverse .section--text-with-image__text {
    padding-right: 0px;
  }
}
@media (max-width: 992px) {
  .section--text-with-image .container.row-reverse {
    flex-direction: column-reverse;
  }
}
.section--text-with-image__text {
  padding-left: 80px;
}
.section--text-with-image__text li {
  text-indent: 0 !important;
}
@media (max-width: 992px) {
  .section--text-with-image__text {
    padding: 48px 16px 0;
    margin-bottom: 0px;
    padding-left: 0px;
  }
}
.section--text-with-image__text h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .section--text-with-image__text h2 {
    margin-bottom: 24px;
  }
}
.section--text-with-image__text h2::after {
  width: 20%;
}
.section--text-with-image__text p:not(:last-of-type), .section--text-with-image__text .mobile-menu__language ul .lang-item > a:not(:last-of-type), .mobile-menu__language ul .section--text-with-image__text .lang-item > a:not(:last-of-type), .section--text-with-image__text .nav--footer .menu-item.contact-link > a:not(:last-of-type), .nav--footer .section--text-with-image__text .menu-item.contact-link > a:not(:last-of-type), .section--text-with-image__text .nav--footer .menu-item.contact-link > .social-header:not(:last-of-type), .nav--footer .section--text-with-image__text .menu-item.contact-link > .social-header:not(:last-of-type), .section--text-with-image__text .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(:last-of-type), .nav--footer .section--text-with-image__text .menu-item.contact-link > .newsletter_title-footer:not(:last-of-type), .section--text-with-image__text .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(:last-of-type), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--text-with-image__text .menu-item > a:not(:last-of-type), .section--text-with-image__text .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(:last-of-type), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--text-with-image__text .link-back:not(:last-of-type), .section--text-with-image__text .nav--header-primary--mobile .menu > .menu-item > a:not(:last-of-type), .nav--header-primary--mobile .section--text-with-image__text .menu > .menu-item > a:not(:last-of-type), .section--text-with-image__text .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(:last-of-type), .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--text-with-image__text a:not(:last-of-type), .section--text-with-image__text .nav--header-primary--desktop .menu-item > a:not(:last-of-type), .nav--header-primary--desktop .section--text-with-image__text .menu-item > a:not(:last-of-type), .section--text-with-image__text footer .footer__map-widget .widgettitle:not(:last-of-type), footer .footer__map-widget .section--text-with-image__text .widgettitle:not(:last-of-type), .section--text-with-image__text header .main-header .header--desktop__options__language ul .lang-item > a:not(:last-of-type), header .main-header .header--desktop__options__language ul .section--text-with-image__text .lang-item > a:not(:last-of-type), .section--text-with-image__text .search-form + .search_result li:not(:last-of-type), .search-form + .search_result .section--text-with-image__text li:not(:last-of-type),
.section--text-with-image__text .search-form + .search_result a:not(:last-of-type),
.search-form + .search_result .section--text-with-image__text a:not(:last-of-type) {
  margin-bottom: 12px;
}
.section--text-with-image__text a {
  margin-top: 24px;
}

.partner-section .container {
  height: 438px !important;
}
@media (max-width: 1200px) {
  .partner-section .container {
    height: auto !important;
  }
}

.section-slider {
  position: relative;
  overflow: hidden;
}
.section-slider__hero {
  height: 720px;
  width: 100%;
  position: relative;
}
.section-slider__hero h1 {
  color: #ffffff;
  max-width: 90%;
}
@media (max-width: 992px) {
  .section-slider__hero h1 {
    font-size: 36px;
    font-weight: 300;
  }
}
@media (max-width: 992px) {
  .section-slider__hero {
    height: 560px;
  }
}
.section-slider__hero .btn-primary {
  margin-top: 25px;
}
.section-slider__hero-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 80px;
  z-index: 9;
}
.section-slider__slideimg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section-slider .btn-primary {
  width: 400px;
}

#pagination-container {
  position: relative;
}

#hero-pagination {
  position: absolute !important;
  bottom: 30px !important;
  left: 0px;
  display: flex;
}
@media (max-width: 992px) {
  #hero-pagination {
    left: 25px;
  }
}
#hero-pagination .swiper-pagination-bullet {
  background: #ffffff !important;
  height: 4px !important;
  width: 80px !important;
  opacity: 10 !important;
  border: none !important;
  margin-left: 20px;
  border-radius: 0px;
}
@media (max-width: 992px) {
  #hero-pagination .swiper-pagination-bullet {
    width: 48px !important;
    margin-left: 12px;
  }
}
#hero-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0px;
}
#hero-pagination .swiper-pagination-bullet-active {
  background: #e3a14e !important;
}

.section--text__title {
  text-align: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .section--text__title {
    padding-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .section--text__title br {
    display: none;
  }
}
.section--text__content p:not(:last-of-type), .section--text__content .mobile-menu__language ul .lang-item > a:not(:last-of-type), .mobile-menu__language ul .section--text__content .lang-item > a:not(:last-of-type), .section--text__content .nav--footer .menu-item.contact-link > a:not(:last-of-type), .nav--footer .section--text__content .menu-item.contact-link > a:not(:last-of-type), .section--text__content .nav--footer .menu-item.contact-link > .social-header:not(:last-of-type), .nav--footer .section--text__content .menu-item.contact-link > .social-header:not(:last-of-type), .section--text__content .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(:last-of-type), .nav--footer .section--text__content .menu-item.contact-link > .newsletter_title-footer:not(:last-of-type), .section--text__content .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(:last-of-type), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--text__content .menu-item > a:not(:last-of-type), .section--text__content .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(:last-of-type), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--text__content .link-back:not(:last-of-type), .section--text__content .nav--header-primary--mobile .menu > .menu-item > a:not(:last-of-type), .nav--header-primary--mobile .section--text__content .menu > .menu-item > a:not(:last-of-type), .section--text__content .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(:last-of-type), .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--text__content a:not(:last-of-type), .section--text__content .nav--header-primary--desktop .menu-item > a:not(:last-of-type), .nav--header-primary--desktop .section--text__content .menu-item > a:not(:last-of-type), .section--text__content footer .footer__map-widget .widgettitle:not(:last-of-type), footer .footer__map-widget .section--text__content .widgettitle:not(:last-of-type), .section--text__content header .main-header .header--desktop__options__language ul .lang-item > a:not(:last-of-type), header .main-header .header--desktop__options__language ul .section--text__content .lang-item > a:not(:last-of-type), .section--text__content .search-form + .search_result li:not(:last-of-type), .search-form + .search_result .section--text__content li:not(:last-of-type),
.section--text__content .search-form + .search_result a:not(:last-of-type),
.search-form + .search_result .section--text__content a:not(:last-of-type) {
  margin-bottom: 12px;
}
.section--text .container > div:last-of-type {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section--text .container > div:last-of-type {
    flex-direction: column;
  }
}
.section--text__full-width {
  width: 100%;
}
.section--text__half-width, .section--text__full-width {
  padding-top: 48px;
}
@media (max-width: 992px) {
  .section--text__half-width, .section--text__full-width {
    padding-top: 32px;
  }
}
.section--text__half-width h4, .section--text__full-width h4 {
  margin-bottom: 8px;
}
.section--text__half-width ul li,
.section--text__half-width ol li, .section--text__full-width ul li,
.section--text__full-width ol li {
  position: relative;
  margin: 0 0 8px 20px;
}
@media (max-width: 992px) {
  .section--text__half-width ul li,
  .section--text__half-width ol li, .section--text__full-width ul li,
  .section--text__full-width ol li {
    font-size: 15px;
    line-height: 1.67;
    font-weight: 300;
    margin: 0 0 4px 20px;
  }
}
.section--text__half-width ul li::before, .section--text__full-width ul li::before {
  position: absolute;
  content: "• ";
  color: #e3a14e;
  left: -20px;
  top: -6px;
}
.section--text__half-width ol, .section--text__full-width ol {
  counter-reset: counter;
}
.section--text__half-width ol li, .section--text__full-width ol li {
  counter-increment: counter;
}
.section--text__half-width ol li::before, .section--text__full-width ol li::before {
  content: counter(counter) ". ";
  position: absolute;
  color: #e3a14e;
  left: -20px;
}
.section--text__half-width {
  flex: 1;
}
.section--text__half-width:first-of-type {
  padding-right: 36px;
}
@media (max-width: 992px) {
  .section--text__half-width:first-of-type {
    padding-right: 0;
  }
}
.section--text__half-width:last-of-type {
  padding-left: 36px;
}
@media (max-width: 992px) {
  .section--text__half-width:last-of-type {
    padding-left: 0;
  }
}

.lang-item::before {
  display: none !important;
}

.current-lang::before {
  display: block !important;
}

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.section--gallery__title {
  position: relative;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 40px;
}
.section--gallery__title::after {
  width: 25%;
}
.section--gallery__wrapper .grid-2,
.section--gallery__wrapper .grid-3 {
  display: flex;
}
@media (max-width: 992px) {
  .section--gallery__wrapper .grid-2,
  .section--gallery__wrapper .grid-3 {
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .section--gallery__wrapper .grid-2 > a,
  .section--gallery__wrapper .grid-3 > a {
    pointer-events: none !important;
    display: inline-flex;
  }
}
.section--gallery__wrapper .grid-2 > a:not(:last-of-type),
.section--gallery__wrapper .grid-3 > a:not(:last-of-type) {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .section--gallery__wrapper .grid-2 > a:not(:last-of-type),
  .section--gallery__wrapper .grid-3 > a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section--gallery__wrapper > div:not(:first-of-type) {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .section--gallery__wrapper > div:not(:first-of-type) {
    margin-top: 20px;
    display: none;
  }
}
.section--gallery__wrapper .load-more-btn {
  display: none;
  margin-top: 24px;
  text-align: center;
}
@media (max-width: 992px) {
  .section--gallery__wrapper .load-more-btn {
    display: block;
  }
}
.section--gallery__item {
  flex: 1;
}
.section--gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section--banner--header {
  position: relative;
  margin-top: 96px;
  padding: 32px 0 130px;
  min-height: 560px;
  overflow: hidden;
}
.section--banner--header.auto-height {
  min-height: auto;
}
@media (max-width: 992px) {
  .section--banner--header {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .section--banner--header {
    padding: 28px 0 48px;
  }
}
.section--banner--header__wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .section--banner--header__wrapper {
    width: 100%;
  }
}
.section--banner--header__content {
  position: absolute;
  bottom: 64px;
  max-width: 38%;
}
@media (max-width: 1790px) {
  .section--banner--header__content {
    max-width: 40%;
  }
}
@media (max-width: 1440px) {
  .section--banner--header__content {
    max-width: 44%;
  }
}
@media (max-width: 992px) {
  .section--banner--header__content {
    max-width: 90%;
  }
}
.section--banner--header__title {
  margin: 48px 0 16px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section--banner--header__title {
    margin: 28px 0 8px;
    font-size: 36px;
    line-height: 1.22;
  }
}
.section--banner--header__description {
  max-width: 70%;
}
@media (max-width: 768px) {
  .section--banner--header__description {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .section--banner--header__description {
    margin-top: 28px;
    max-width: 100%;
  }
}
.section--banner--header__description p, .section--banner--header__description .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .section--banner--header__description .lang-item > a, .section--banner--header__description .nav--footer .menu-item.contact-link > a, .nav--footer .section--banner--header__description .menu-item.contact-link > a, .section--banner--header__description .nav--footer .menu-item.contact-link > .social-header, .nav--footer .section--banner--header__description .menu-item.contact-link > .social-header, .section--banner--header__description .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .section--banner--header__description .menu-item.contact-link > .newsletter_title-footer, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--banner--header__description .menu-item > a, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--banner--header__description .link-back, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .section--banner--header__description .menu > .menu-item > a, .section--banner--header__description .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--banner--header__description a, .section--banner--header__description .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .section--banner--header__description .menu-item > a, .section--banner--header__description footer .footer__map-widget .widgettitle, footer .footer__map-widget .section--banner--header__description .widgettitle, .section--banner--header__description header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .section--banner--header__description .lang-item > a, .section--banner--header__description .search-form + .search_result li, .search-form + .search_result .section--banner--header__description li,
.section--banner--header__description .search-form + .search_result a,
.search-form + .search_result .section--banner--header__description a {
  color: #ffffff;
}
@media (max-width: 768px) {
  .section--banner--header__description p, .section--banner--header__description .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .section--banner--header__description .lang-item > a, .section--banner--header__description .nav--footer .menu-item.contact-link > a, .nav--footer .section--banner--header__description .menu-item.contact-link > a, .section--banner--header__description .nav--footer .menu-item.contact-link > .social-header, .nav--footer .section--banner--header__description .menu-item.contact-link > .social-header, .section--banner--header__description .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .section--banner--header__description .menu-item.contact-link > .newsletter_title-footer, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--banner--header__description .menu-item > a, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--banner--header__description .link-back, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .section--banner--header__description .menu > .menu-item > a, .section--banner--header__description .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--banner--header__description a, .section--banner--header__description .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .section--banner--header__description .menu-item > a, .section--banner--header__description footer .footer__map-widget .widgettitle, footer .footer__map-widget .section--banner--header__description .widgettitle, .section--banner--header__description header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .section--banner--header__description .lang-item > a, .section--banner--header__description .search-form + .search_result li, .search-form + .search_result .section--banner--header__description li,
  .section--banner--header__description .search-form + .search_result a,
  .search-form + .search_result .section--banner--header__description a {
    font-size: 18px;
    line-height: 1.61;
  }
}
.section--banner--header__description p:last-of-type, .section--banner--header__description .mobile-menu__language ul .lang-item > a:last-of-type, .mobile-menu__language ul .section--banner--header__description .lang-item > a:last-of-type, .section--banner--header__description .nav--footer .menu-item.contact-link > a:last-of-type, .nav--footer .section--banner--header__description .menu-item.contact-link > a:last-of-type, .section--banner--header__description .nav--footer .menu-item.contact-link > .social-header:last-of-type, .nav--footer .section--banner--header__description .menu-item.contact-link > .social-header:last-of-type, .section--banner--header__description .nav--footer .menu-item.contact-link > .newsletter_title-footer:last-of-type, .nav--footer .section--banner--header__description .menu-item.contact-link > .newsletter_title-footer:last-of-type, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:last-of-type, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--banner--header__description .menu-item > a:last-of-type, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:last-of-type, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--banner--header__description .link-back:last-of-type, .section--banner--header__description .nav--header-primary--mobile .menu > .menu-item > a:last-of-type, .nav--header-primary--mobile .section--banner--header__description .menu > .menu-item > a:last-of-type, .section--banner--header__description .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:last-of-type, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--banner--header__description a:last-of-type, .section--banner--header__description .nav--header-primary--desktop .menu-item > a:last-of-type, .nav--header-primary--desktop .section--banner--header__description .menu-item > a:last-of-type, .section--banner--header__description footer .footer__map-widget .widgettitle:last-of-type, footer .footer__map-widget .section--banner--header__description .widgettitle:last-of-type, .section--banner--header__description header .main-header .header--desktop__options__language ul .lang-item > a:last-of-type, header .main-header .header--desktop__options__language ul .section--banner--header__description .lang-item > a:last-of-type, .section--banner--header__description .search-form + .search_result li:last-of-type, .search-form + .search_result .section--banner--header__description li:last-of-type,
.section--banner--header__description .search-form + .search_result a:last-of-type,
.search-form + .search_result .section--banner--header__description a:last-of-type {
  margin-top: 12px;
}
.section--banner--header__btn {
  margin-top: 24px;
  display: flex;
}
@media (max-width: 992px) {
  .section--banner--header__btn {
    flex-direction: column;
    align-items: flex-start;
  }
}
.section--banner--header__btn a:not(:first-of-type) {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .section--banner--header__btn a:not(:first-of-type) {
    margin: 16px 0 0;
  }
}
.section--banner--header__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: grayscale(15%) brightness(52%) !important;
  z-index: -1;
}

@media (max-width: 992px) {
  .single-offer .section--banner--header {
    min-height: 620px;
  }
}

.hewalex-faq__row {
  padding: 32px 0 27px 0;
  position: relative;
  border-bottom: 1px solid #d4d9de;
}
.hewalex-faq__row__toggle {
  color: #1d1d1b;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 10px;
  width: 100%;
}
.hewalex-faq__row__toggle .question {
  width: calc(100% - 250px);
}
@media (max-width: 768px) {
  .hewalex-faq__row__toggle .question {
    width: calc(100% - 40px);
  }
}
.hewalex-faq__row__toggle .question__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  font-size: 26px;
  line-height: 1.23;
  color: #1d1d1b;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .hewalex-faq__row__toggle .question__title {
    font-size: 18px;
  }
}
.hewalex-faq__row__toggle .question__title .icon {
  width: 40px;
  height: 40px;
  background: #e3a14e;
  border-radius: 99px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .hewalex-faq__row__toggle .question__title .icon {
    width: 60px;
    transform: scale(0.8);
  }
}
@media (max-width: 768px) {
  .hewalex-faq__row__toggle .question__title .icon {
    display: none;
  }
}
.hewalex-faq__row__toggle .question__title .icon::after {
  content: "?";
  position: absolute;
  padding-top: 3.8px;
  left: 50%;
  transform: translate(-50%, 0);
}
.hewalex-faq__row__toggle .question__desc {
  font: normal normal 300 16px/26px Mukta;
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 21px;
  display: block;
}
@media (max-width: 768px) {
  .hewalex-faq__row__toggle .question__desc {
    font-size: 15px;
  }
}
.hewalex-faq__row__toggle .arrow {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 200px;
  margin-bottom: 20px;
  flex-wrap: nowrap;
  position: absolute;
  right: 0px !important;
  left: inherit;
  top: 70px;
  border: none !important;
}
@media (max-width: 992px) {
  .hewalex-faq__row__toggle .arrow {
    align-items: flex-start;
    margin-top: 10px;
    width: 30px;
    right: 20px !important;
    left: inherit;
    top: 15px;
  }
}
.hewalex-faq__row__toggle .arrow__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.63;
  margin-right: 12px;
  text-align: right;
  color: #e3a14e;
}
@media (max-width: 768px) {
  .hewalex-faq__row__toggle .arrow__info {
    display: none;
  }
}
.hewalex-faq__row__toggle .arrow img {
  transition: 0.5s all;
  margin-bottom: 10px;
}
.hewalex-faq__row__inner {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: #1d1d1b;
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .hewalex-faq__row__inner {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .hewalex-faq__row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .hewalex-faq {
    padding-top: 25px;
  }
}

.hewalex-faq__row__toggle.active {
  display: flex;
}
.hewalex-faq__row__toggle.active .arrow img {
  transform: rotate(180deg);
}

.hewalex-faq__row__inner.active {
  display: block;
}

#reasons-mobview {
  display: none;
}
@media (max-width: 992px) {
  #reasons-mobview {
    display: block;
    margin-top: 25px;
  }
}
#reasons-mobview .swiper-pagination {
  margin-top: 0px;
  bottom: 20px;
}
#reasons-mobview .swiper-pagination-bullet {
  width: 48px !important;
  height: 4px !important;
  background-color: #d4d9de !important;
  margin-right: 15px !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
#reasons-mobview .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#reasons-mobview .swiper-pagination-bullet-active {
  background-color: #e3a14e !important;
}

@media (max-width: 992px) {
  #reasons-deskview {
    display: none;
  }
}

.reasons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 110px;
  padding-top: 96px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .reasons {
    padding: 64px 0 48px;
  }
}
.reasons__title {
  font-size: 40px;
  line-height: 1.2;
  color: #1d1d1b;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .reasons__title {
    font-size: 32px;
  }
}
.reasons__desc {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  color: #1d1d1b;
  position: relative;
  padding-bottom: 30px;
}
.reasons__desc:after {
  content: "";
  left: calc(50% - 64px);
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}
.reasons__items {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .reasons__items {
    grid-template-columns: 1fr;
    grid-gap: 0;
    margin-top: 0;
  }
}
.reasons__items .item {
  width: 100%;
}
@media (max-width: 992px) {
  .reasons__items .item {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.reasons__items .item:hover .item__image--hover {
  transform: translateX(0);
  transition: all 0.3s ease-out;
}
.reasons__items .item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .reasons__items .item__image {
    margin-bottom: 0;
  }
}
.reasons__items .item__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: all 0.3s ease-out;
  background: rgba(29, 29, 27, 0.65);
  padding: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 992px) {
  .reasons__items .item__image--hover {
    position: relative;
    transform: unset;
  }
}
.reasons__items .item__image--hover p, .reasons__items .item__image--hover .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .reasons__items .item__image--hover .lang-item > a, .reasons__items .item__image--hover .nav--footer .menu-item.contact-link > a, .nav--footer .reasons__items .item__image--hover .menu-item.contact-link > a, .reasons__items .item__image--hover .nav--footer .menu-item.contact-link > .social-header, .nav--footer .reasons__items .item__image--hover .menu-item.contact-link > .social-header, .reasons__items .item__image--hover .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .reasons__items .item__image--hover .menu-item.contact-link > .newsletter_title-footer, .reasons__items .item__image--hover .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .reasons__items .item__image--hover .menu-item > a, .reasons__items .item__image--hover .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .reasons__items .item__image--hover .link-back, .reasons__items .item__image--hover .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .reasons__items .item__image--hover .menu > .menu-item > a, .reasons__items .item__image--hover .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .reasons__items .item__image--hover a, .reasons__items .item__image--hover .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .reasons__items .item__image--hover .menu-item > a, .reasons__items .item__image--hover footer .footer__map-widget .widgettitle, footer .footer__map-widget .reasons__items .item__image--hover .widgettitle, .reasons__items .item__image--hover header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .reasons__items .item__image--hover .lang-item > a, .reasons__items .item__image--hover .search-form + .search_result li, .search-form + .search_result .reasons__items .item__image--hover li,
.reasons__items .item__image--hover .search-form + .search_result a,
.search-form + .search_result .reasons__items .item__image--hover a {
  color: #ffffff !important;
}
.reasons__items .item__title {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .reasons__items .item__title {
    margin-bottom: 12px;
  }
}
.reasons__items .item__cta {
  margin-top: 27px;
}
.reasons__items .item__cta a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #e3a14e;
}
.reasons__items .item__cta img {
  margin-left: 5px;
}

.calculate {
  padding: 48px 110px;
  color: #1d1d1b;
  border: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
}
@media (max-width: 992px) {
  .calculate {
    padding: 15px;
    width: calc(100% + 30px);
    margin: 0 -15px;
    font-size: 15px;
  }
}
.calculate__numbers {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.19;
  text-align: center;
  color: #1d1d1b;
  padding: 15px 0 30px;
}
@media (max-width: 992px) {
  .calculate__numbers {
    font-size: 26px;
    padding: 5px 0 15px;
  }
}
.calculate__numbers .desc {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  color: #1d1d1b;
}
@media (max-width: 992px) {
  .calculate__numbers .desc {
    font-size: 12px;
  }
}

.featured-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 99px;
  padding-top: 92px;
  background-size: cover;
  background-position: center center;
}
.featured-section__title {
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .featured-section__title {
    font-size: 32px;
  }
}
.featured-section__desc {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  position: relative;
  padding-bottom: 10px;
}
.featured-section__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .featured-section__cta {
    margin-top: 30px;
  }
}
.featured-section__cta a {
  padding: 15px 40px 15px;
  background-color: #e3a14e;
  color: #ffffff;
  line-height: 1.63;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.featured-section__cta a:hover {
  background-color: #d6933e;
}

.features-repeater {
  grid-gap: inherit;
}

.instalator_or_distributor {
  padding: 96px 0 0 0;
}
.instalator_or_distributor__title {
  font-size: 40px;
  line-height: 1.2;
  color: #1d1d1b;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .instalator_or_distributor__title {
    font-size: 32px;
  }
}
.instalator_or_distributor__title:after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}
.instalator_or_distributor .tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0;
}
.instalator_or_distributor .tab button {
  padding: 15px 40px 15px;
  background-color: transparent;
  border: 1px solid #e3a14e;
  color: #e3a14e;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  text-align: center;
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 768px) {
  .instalator_or_distributor .tab button {
    font-size: 15px;
    padding: 15px 20px 15px;
  }
}
.instalator_or_distributor .tab button:hover {
  background-color: #e3a14e;
  color: #ffffff;
}
.instalator_or_distributor .tab button.active {
  color: #ffffff;
  background-color: #e3a14e;
}
.instalator_or_distributor .tabcontent {
  display: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #1d1d1b;
}
.instalator_or_distributor .tabcontent__list {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .instalator_or_distributor .tabcontent__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .instalator_or_distributor .tabcontent__list {
    grid-template-columns: 1fr;
  }
}
.instalator_or_distributor .tabcontent__list li {
  padding-left: 30px;
  position: relative;
  text-indent: 0;
  font-size: 15px;
}
.instalator_or_distributor .tabcontent__list li:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url("../images/check.svg");
  width: 16px;
  height: 13px;
  top: 10px;
}

.history {
  margin: 22px 0 96px;
  position: relative;
}
@media (max-width: 992px) {
  .history {
    display: none;
  }
}
.history__swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.history__swiper-slide .content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
  gap: 150px;
}
.history__swiper-slide .content__image {
  margin-top: 20px;
  height: 360px;
  width: 500px;
}
.history__swiper-slide .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.history__swiper-slide .content__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  color: #1d1d1b;
  width: calc(100% - 500px);
}
.history__swiper-slide .content__desc strong {
  color: #e3a14e;
}
.history__swiper-button-prev img, .history__swiper-button-next img {
  width: 20px;
  height: auto;
}
.history__swiper-button-prev:after, .history__swiper-button-next:after {
  display: none;
}
.history .swiper-pagination {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  margin: 30px 0;
}
.history .swiper-pagination-bullet {
  padding: 0;
  border-radius: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 60px !important;
  text-align: center;
  line-height: 30px;
  font-size: 26px;
  opacity: 1 !important;
  background: transparent !important;
  border: 0 !important;
  margin-right: 28px;
  margin-right: 40px !important;
  display: flex;
  align-items: center;
  transition: all 0.2s ease !important;
  color: #1d1d1b !important;
}
.history .swiper-pagination-bullet-active {
  color: #e3a14e !important;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.21;
}
.history-mobile {
  margin: 50px 0;
}
.history-mobile .content {
  padding: 0 15px;
  margin-bottom: 60px;
}
.history-mobile .content__year {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.26;
  color: #1d1d1b;
  position: relative;
  padding-bottom: 30px;
}
.history-mobile .content__year:after {
  content: "";
  height: 1px;
  background-color: #e3a14e;
  width: 96px;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.history-mobile .content__desc {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  color: #1d1d1b;
}
.history-mobile .content__desc strong {
  color: #e3a14e;
}
.history-mobile .content__image {
  margin-top: 20px;
}
.history-mobile .content__image img {
  width: 100%;
  max-width: 768px;
  height: auto;
}

.history-mobile {
  display: none;
}

@media (max-width: 992px) {
  .history-mobile {
    display: block;
  }
}
.heating-costs {
  padding: 33px 0;
}
.heating-costs__main_title {
  width: 100%;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #1d1d1b;
  margin-bottom: 33px;
}
@media (max-width: 992px) {
  .heating-costs__main_title {
    font-size: 24px;
  }
}
.heating-costs__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  color: #1d1d1b;
  text-transform: uppercase;
  margin-bottom: 15px;
  width: 260px;
  text-align: right;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .heating-costs__title {
    text-align: left;
    margin-bottom: 10px;
  }
}
.heating-costs__content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.64;
  color: #1d1d1b;
}
.heating-costs__content .bar {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .heating-costs__content .bar {
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.heating-costs__content .bar-chart--text {
  flex: 0 20%;
  display: flex;
  justify-content: right;
}
.heating-costs__content .bar-chart--text .chart-right {
  padding-right: 15px;
  text-align: right;
}
.heating-costs__content .bar-chart--text .chart-right2 {
  font-weight: 500;
  text-align: right;
  width: 70px;
}
.heating-costs__content .bar-chart--text div {
  display: inline;
}
@media (max-width: 992px) {
  .heating-costs__content .bar-chart--text {
    flex: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .heating-costs__content .bar-chart--text div {
    flex: 0 1fr;
  }
}
.heating-costs__content .bar .bar-chart {
  background: #efefe9;
  border-radius: 0 99px 99px 0;
  height: 24px;
  flex: 0 75%;
}
@media (max-width: 992px) {
  .heating-costs__content .bar .bar-chart {
    flex: 100%;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}
.heating-costs__content .bar .bar-chart .bar-chart--inner {
  background: #333;
  height: 100%;
  display: block;
  margin-bottom: 24px;
  position: relative;
  will-change: width;
  border-radius: 0 99px 99px 0;
}
@media (max-width: 992px) {
  .heating-costs__content .bar .bar-chart .bar-chart--inner {
    height: 16px;
    margin-bottom: auto;
  }
}
.heating-costs__content .bar .bar-chart[animated] .bar-chart--inner {
  transition: width 1.3s;
}

.blockquote {
  padding: 48px 110px;
  color: #1d1d1b;
}
@media (max-width: 992px) {
  .blockquote {
    padding: 15px;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.parent-pageid-19 .section--text::nth-child(2) .line-segment-centered {
  display: none;
}

.offer-post {
  padding: 70px 0;
}
.offer-post__item {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 40px;
}
.offer-post__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .offer-post__item {
    flex-wrap: wrap;
  }
}
.offer-post__item__image {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.offer-post__item__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .offer-post__item__image {
    width: 100%;
    height: auto;
  }
}
.offer-post__item__content .title {
  font-size: 30px;
  line-height: 1.2;
  color: #1d1d1b;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .offer-post__item__content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.offer-post__item__content .desc__post {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #1d1d1b;
}
@media (max-width: 992px) {
  .offer-post__item__content .desc__post {
    font-size: 18px;
  }
}
.offer-post__item__content .desc__list {
  list-style-type: none;
  display: block;
  padding: 37px 0;
}
@media (max-width: 992px) {
  .offer-post__item__content .desc__list {
    padding: 20px 0;
  }
}
.offer-post__item__content .desc__list li {
  padding-left: 40px;
  position: relative;
  display: inline;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: #1d1d1b;
  margin-right: 70px;
}
@media (max-width: 992px) {
  .offer-post__item__content .desc__list li {
    display: block;
    margin-right: 0;
    margin-top: 20px;
  }
  .offer-post__item__content .desc__list li:first-child {
    margin-top: 0;
  }
}
.offer-post__item__content .desc__list li:last-child {
  margin-right: 0;
}
.offer-post__item__content .desc__list li:before {
  content: "";
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 7px;
  width: 17px;
  height: 12px;
}
.offer-post__item__content .desc__cta {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #e3a14e;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  max-height: 56px;
  line-height: 1.63;
  letter-spacing: 1.6px;
  text-align: center;
  display: block;
  transition: 0.3s ease;
  border-radius: 90px;
}
@media (max-width: 992px) {
  .offer-post__item__content .desc__cta {
    font-size: 15px;
  }
}
.offer-post__item__content .desc__cta:hover {
  background: #d6933e;
}

.surchage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 111px;
  padding-top: 96px;
}
@media (max-width: 992px) {
  .surchage {
    padding: 64px 0 48px;
  }
}
.surchage__title {
  font-size: 40px;
  line-height: 1.2;
  color: #1d1d1b;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .surchage__title {
    font-size: 32px;
  }
}
.surchage__title:after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}
.surchage__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 32px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .surchage__items {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
.surchage__items:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 10%;
  width: 80%;
  display: block;
  height: 1px;
  background-image: linear-gradient(to right, #e3a14e 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 30px 2px;
  background-repeat: repeat-x;
}
@media (max-width: 992px) {
  .surchage__items:before {
    display: none;
  }
}
.surchage__items .item {
  width: 100%;
  display: table;
}
.surchage__items .item:nth-child(2n) .item__line,
.surchage__items .item:nth-child(2n) .element-to-rotate {
  width: 210px;
  margin: 0 auto;
  margin-top: 105px;
}
.surchage__items .item:nth-child(2n) .rotation-wrapper-outer {
  height: 210px;
}
.surchage__items .item__number {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.19;
  color: #ffffff;
  display: grid;
  place-content: center;
  margin: 0 auto;
  width: 72px;
  height: 72px;
  background-color: #e3a14e;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 992px) {
  .surchage__items .item__number {
    display: none;
  }
}
.surchage__items .item__line {
  background-color: #e3a14e;
  width: 70px;
  height: 1px;
  transform: rotate(90deg);
  display: inline-block;
  overflow: visible;
}
.surchage__items .item .rotation-wrapper-outer {
  display: grid;
  width: 100%;
  height: 70px;
}
@media (max-width: 992px) {
  .surchage__items .item .rotation-wrapper-outer {
    display: none;
  }
}
.surchage__items .item .rotation-wrapper-inner {
  display: block;
  position: relative;
  height: 70px;
}
.surchage__items .item .element-to-rotate {
  display: block;
  background-color: #e3a14e;
  height: 1px;
  width: 70px;
  margin: 0 auto;
  margin-top: 35px;
  transform: rotate(90deg);
}
.surchage__items .item__title {
  font-size: 26px;
  line-height: 1.23;
  color: #1d1d1b;
  margin-top: 20px;
  display: block;
  position: relative;
  width: 100%;
  padding: 25px 5px 0;
  text-align: center;
}
.surchage__items .item__title .number {
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  color: rgba(227, 161, 78, 0.4);
  font-size: 60px;
}
@media (max-width: 768px) {
  .surchage__items .item__title {
    font-size: 21px;
  }
}

.features-repeater {
  display: flex;
  gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
}
.features-repeater .item {
  flex: 2 0 13%;
  max-width: 270px;
}
@media (max-width: 992px) {
  .features-repeater .item {
    flex: auto;
    max-width: 100%;
    justify-content: center;
  }
}
.features-repeater .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  max-height: 70px;
  max-width: 80px;
}
.features-repeater .item__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: center;
  color: #1d1d1b;
}
.features-repeater .item__desc strong {
  font-weight: 500;
}

.features-product__repeater {
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .features-product__repeater {
    padding-bottom: 30px;
  }
}
.features-product__repeater .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 20px 0;
}
@media (max-width: 992px) {
  .features-product__repeater .container {
    display: flex;
    flex-direction: column-reverse !important;
  }
}
@media (max-width: 576px) {
  .features-product__repeater .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 992px) {
  .features-product__repeater .container {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .features-product__repeater .container {
    flex-wrap: wrap;
    padding: 0;
  }
}
.features-product__repeater .container .img {
  width: 100%;
  position: relative;
  height: 420px;
}
@media (max-width: 768px) {
  .features-product__repeater .container .img {
    height: 222px;
  }
}
.features-product__repeater .container .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
}
.features-product__repeater .container .img:after {
  display: none;
}
@media (max-width: 992px) {
  .features-product__repeater .container .img:after {
    display: none;
  }
}
@media (max-width: 992px) {
  .features-product__repeater .container .img:after {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .features-product__repeater .container .img:after {
    display: none;
  }
}
.features-product__repeater .container > div {
  flex: 1;
}
@media (max-width: 992px) {
  .features-product__repeater .container > div {
    flex: auto;
  }
}
@media (max-width: 576px) {
  .features-product__repeater .container > div {
    flex: 100%;
  }
}
.features-product__repeater .container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .features-product__repeater .container.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}
.features-product__repeater .container.reverse .item {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .features-product__repeater .container.reverse .item {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.features-product__repeater .container.reverse .img:after {
  bottom: 64px;
  left: unset;
  right: calc(100% - 64px);
}
.features-product__repeater .item {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .features-product__repeater .item {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.features-product__repeater .item__title {
  font-size: 34px;
  line-height: 1.2;
  color: #1d1d1b;
  padding-bottom: 33px;
  position: relative;
}
@media (max-width: 768px) {
  .features-product__repeater .item__title {
    padding-bottom: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .features-product__repeater .item__title {
    font-size: 28px;
  }
}
.features-product__repeater .item__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: left;
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .features-product__repeater .item__desc {
    font-size: 15px;
  }
}

.properties-title {
  font-size: 40px;
  line-height: 1.2;
  color: #1d1d1b;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .properties-title {
    font-size: 32px;
  }
}
.properties-title:after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}

.properties-repeater {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 64px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .properties-repeater {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .properties-repeater {
    gap: 32px;
  }
}
.properties-repeater .item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}
@media (max-width: 992px) {
  .properties-repeater .item {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .properties-repeater .item {
    gap: 20px;
  }
}
.properties-repeater .item__img {
  display: inline-block;
  max-width: 70px;
  width: 100%;
}
.properties-repeater .item__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.properties-repeater .item__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: #1d1d1b;
}
@media (max-width: 992px) {
  .properties-repeater .item__desc strong {
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 992px) {
  .properties-repeater .item__desc {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .properties-repeater .item__desc {
    font-size: 15px;
  }
}

/* tabela terminów przeglądów - ale może być też ogólna */

.table-hewalex{
	border-collapse: collapse;
	margin:0 auto;
}

.table-hewalex thead{
	background-color:#e3a14e;
	font-size:1.1em;
}

.table-hewalex tbody{
	background-color:#efefe9;
}

.table-hewalex td, .table-hewalex th{
	padding: 10px 15px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.table-hewalex td.text-center{
	text-align:center;
}

.table-hewalex tbody tr:nth-child(even) {background-color: #f5f5f5;}


/* ZWIJANE BLOKI W OFERCIE */

.specification {
  padding: 96px 0 0 0;
  display: block;
  position: relative;
  clear: both;
}
.specification .the-showmob {
  display: none;
}
@media (max-width: 992px) {
  .specification .the-showmob {
    display: block;
  }
}
@media (max-width: 992px) {
  .specification .the-hidemob {
    display: none;
  }
}
.specification__title {
  font-size: 40px;
  line-height: 1.2;
  color: #1d1d1b;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .specification__title {
    font-size: 32px;
  }
}
.specification__title:after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}
.specification .tab {
  position: relative;
  float: left;
  width: 30%;
  height: 300px;
}
.specification .tab button {
  display: block;
  padding: 22px 16px;
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  color: #1d1d1b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
}
.specification .tab button svg {
  margin-left: 31px;
  fill: #1d1d1b;
}
.specification .tab button:hover {
  color: #e3a14e;
}
.specification .tab button:hover svg {
  fill: #e3a14e;
}
.specification .tab button.active {
  color: #e3a14e;
  background-color: #efefe9;
}
.specification .tab button.active:hover {
  color: #e3a14e;
}
.specification .tab button.active:hover svg {
  fill: #e3a14e;
}
.specification .tab button.active svg {
  fill: #e3a14e;
}
.specification .tabcontent {
  display: none;
  position: relative;
  float: left;
  padding: 24px 110px;
  width: 70%;
  border-left: none;
  min-height: 300px;
  background-color: #efefe9;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.38;
  color: #1d1d1b;
}
.specification .tabcontent__list {
  display: flex;
  gap: 50px;
  padding: 10px 0;
  width: 100%;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
}
.specification .tabcontent__list div {
  flex: 0 50%;
}
.specification .tabcontent__list .bold p, .specification .tabcontent__list .bold .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .specification .tabcontent__list .bold .lang-item > a, .specification .tabcontent__list .bold .nav--footer .menu-item.contact-link > a, .nav--footer .specification .tabcontent__list .bold .menu-item.contact-link > a, .specification .tabcontent__list .bold .nav--footer .menu-item.contact-link > .social-header, .nav--footer .specification .tabcontent__list .bold .menu-item.contact-link > .social-header, .specification .tabcontent__list .bold .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .specification .tabcontent__list .bold .menu-item.contact-link > .newsletter_title-footer, .specification .tabcontent__list .bold .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .specification .tabcontent__list .bold .menu-item > a, .specification .tabcontent__list .bold .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .specification .tabcontent__list .bold .link-back, .specification .tabcontent__list .bold .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .specification .tabcontent__list .bold .menu > .menu-item > a, .specification .tabcontent__list .bold .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .specification .tabcontent__list .bold a, .specification .tabcontent__list .bold .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .specification .tabcontent__list .bold .menu-item > a, .specification .tabcontent__list .bold footer .footer__map-widget .widgettitle, footer .footer__map-widget .specification .tabcontent__list .bold .widgettitle, .specification .tabcontent__list .bold header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .specification .tabcontent__list .bold .lang-item > a, .specification .tabcontent__list .bold .search-form + .search_result li, .search-form + .search_result .specification .tabcontent__list .bold li,
.specification .tabcontent__list .bold .search-form + .search_result a,
.search-form + .search_result .specification .tabcontent__list .bold a {
  font-weight: 500;
}
.specification .hewalex-specification-accordion-toggle {
  color: #1d1d1b;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 10px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d4d9de;
  padding: 10px;
}
@media (max-width: 992px) {
  .specification .hewalex-specification-accordion-toggle .arrow {
    border-style: none !important;
    left: inherit !important;
    right: 20px;
  }
}
.specification .hewalex-specification-accordion-toggle .arrow img {
  position: relative;
  top: 0;
}
.specification .hewalex-specification-accordion-toggle.active {
  display: flex;
  color: #e3a14e;
  border: none;
}
.specification .hewalex-specification-accordion-toggle.active .arrow img {
  transform: rotate(180deg);
}
.specification .hewalex-specification-accordion-inner {
  display: none;
  padding: 10px;
}
.specification .hewalex-specification-accordion-inner .item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 5px 0;
  border-bottom: 1px solid white;
  flex-wrap: nowrap;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .specification .hewalex-specification-accordion-inner .item p, .specification .hewalex-specification-accordion-inner .item .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .specification .hewalex-specification-accordion-inner .item .lang-item > a, .specification .hewalex-specification-accordion-inner .item .nav--footer .menu-item.contact-link > a, .nav--footer .specification .hewalex-specification-accordion-inner .item .menu-item.contact-link > a, .specification .hewalex-specification-accordion-inner .item .nav--footer .menu-item.contact-link > .social-header, .nav--footer .specification .hewalex-specification-accordion-inner .item .menu-item.contact-link > .social-header, .specification .hewalex-specification-accordion-inner .item .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .specification .hewalex-specification-accordion-inner .item .menu-item.contact-link > .newsletter_title-footer, .specification .hewalex-specification-accordion-inner .item .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .specification .hewalex-specification-accordion-inner .item .menu-item > a, .specification .hewalex-specification-accordion-inner .item .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .specification .hewalex-specification-accordion-inner .item .link-back, .specification .hewalex-specification-accordion-inner .item .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .specification .hewalex-specification-accordion-inner .item .menu > .menu-item > a, .specification .hewalex-specification-accordion-inner .item .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .specification .hewalex-specification-accordion-inner .item a, .specification .hewalex-specification-accordion-inner .item .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .specification .hewalex-specification-accordion-inner .item .menu-item > a, .specification .hewalex-specification-accordion-inner .item footer .footer__map-widget .widgettitle, footer .footer__map-widget .specification .hewalex-specification-accordion-inner .item .widgettitle, .specification .hewalex-specification-accordion-inner .item header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .specification .hewalex-specification-accordion-inner .item .lang-item > a, .specification .hewalex-specification-accordion-inner .item .search-form + .search_result li, .search-form + .search_result .specification .hewalex-specification-accordion-inner .item li,
  .specification .hewalex-specification-accordion-inner .item .search-form + .search_result a,
  .search-form + .search_result .specification .hewalex-specification-accordion-inner .item a {
    line-height: 1.2;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.specification .hewalex-specification-accordion-inner .item .first {
  width: 65%;
}
.specification .hewalex-specification-accordion-inner .item .last {
  width: 30%;
}
.specification .hewalex-specification-accordion-inner .item .last p, .specification .hewalex-specification-accordion-inner .item .last .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .specification .hewalex-specification-accordion-inner .item .last .lang-item > a, .specification .hewalex-specification-accordion-inner .item .last .nav--footer .menu-item.contact-link > a, .nav--footer .specification .hewalex-specification-accordion-inner .item .last .menu-item.contact-link > a, .specification .hewalex-specification-accordion-inner .item .last .nav--footer .menu-item.contact-link > .social-header, .nav--footer .specification .hewalex-specification-accordion-inner .item .last .menu-item.contact-link > .social-header, .specification .hewalex-specification-accordion-inner .item .last .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .specification .hewalex-specification-accordion-inner .item .last .menu-item.contact-link > .newsletter_title-footer, .specification .hewalex-specification-accordion-inner .item .last .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .specification .hewalex-specification-accordion-inner .item .last .menu-item > a, .specification .hewalex-specification-accordion-inner .item .last .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .specification .hewalex-specification-accordion-inner .item .last .link-back, .specification .hewalex-specification-accordion-inner .item .last .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .specification .hewalex-specification-accordion-inner .item .last .menu > .menu-item > a, .specification .hewalex-specification-accordion-inner .item .last .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .specification .hewalex-specification-accordion-inner .item .last a, .specification .hewalex-specification-accordion-inner .item .last .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .specification .hewalex-specification-accordion-inner .item .last .menu-item > a, .specification .hewalex-specification-accordion-inner .item .last footer .footer__map-widget .widgettitle, footer .footer__map-widget .specification .hewalex-specification-accordion-inner .item .last .widgettitle, .specification .hewalex-specification-accordion-inner .item .last header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .specification .hewalex-specification-accordion-inner .item .last .lang-item > a, .specification .hewalex-specification-accordion-inner .item .last .search-form + .search_result li, .search-form + .search_result .specification .hewalex-specification-accordion-inner .item .last li,
.specification .hewalex-specification-accordion-inner .item .last .search-form + .search_result a,
.search-form + .search_result .specification .hewalex-specification-accordion-inner .item .last a {
  font-weight: 500;
}
.specification .hewalex-specification-accordion-inner.active {
  display: block;
  background-color: #efefe9;
}

.hewalex-products {
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 110px;
}
.hewalex-products__title-main {
  font-size: 40px;
  line-height: 1.2;
  color: #1d1d1b;
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .hewalex-products__title-main {
    font-size: 32px;
  }
}
.hewalex-products__title-main:after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}
.hewalex-products__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.hewalex-products__title {
  font-size: 26px;
  line-height: 1.23;
  text-align: center;
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .hewalex-products__title {
    font-size: 21px;
  }
}
.hewalex-products__cta {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #e3a14e;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-top: 27px;
}
.hewalex-products__cta img {
  margin-left: 5px;
}
.hewalex-products .swiper-pagination2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (min-width: 992.01px) {
  .hewalex-products .swiper-pagination2 {
    display: none;
  }
}
.hewalex-products .swiper-pagination2 .swiper-pagination-bullet {
  width: 48px !important;
  height: 4px !important;
  background-color: #d4d9de !important;
  margin-right: 15px !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}
.hewalex-products .swiper-pagination2 .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.hewalex-products .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #e3a14e !important;
}

.custom {
  position: relative;
}
.custom .swiper-pagination {
  position: absolute !important;
  width: 100%;
  top: calc(50% - 16px);
}
@media (max-width: 992px) {
  .custom .swiper-pagination {
    display: none;
  }
}
.custom .swiper-pagination .swiper-button-prev:after,
.custom .swiper-pagination .swiper-button-next:after {
  display: none;
}
.custom .swiper-pagination .swiper-button-prev img,
.custom .swiper-pagination .swiper-button-next img {
  width: 20px;
  height: auto;
}
.custom .swiper-pagination .swiper-button-prev {
  left: -50px;
}
.custom .swiper-pagination .swiper-button-next {
  right: -50px;
}

.fake-div {
  width: 100%;
  height: auto;
  position: absolute;
}

.section-counter__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 0px;
  min-height: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-counter .suffix {
  font-size: 40px;
  color: #e3a14e;
}
.section-counter .counter-value {
  font-size: 40px;
  color: #e3a14e;
}
@media (max-width: 992px) {
  .section-counter .counter-value {
    padding-top: 25px;
    font-size: 32px;
  }
}
.section-counter__counter-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 93px;
  border-right: 2px solid #efefe9;
}
@media (max-width: 992px) {
  .section-counter__counter-box {
    border-right: 0px;
    padding-bottom: 25px;
    border-bottom: 2px solid #efefe9;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.section-counter__counter-box .count-desc {
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .section-counter__counter-box .count-desc {
    font-weight: 500;
    font-size: 13px;
  }
}
.section-counter__counter-line {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .section-counter__counter-line {
    align-items: baseline;
  }
}
.section-counter .count-box:nth-child(4) {
  border-right: 0px;
}

.section-companies-logo {
  padding-top: 48px;
  padding-bottom: 48px;
  overflow: hidden;
  background: #efefe9;
}
.section-companies-logo .mobview_company {
  display: none;
}
@media (max-width: 992px) {
  .section-companies-logo .mobview_company {
    display: flex;
  }
}
.section-companies-logo__slider {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .section-companies-logo__slider .swiper-slide {
    display: none;
  }
}
@media (max-width: 992px) {
  .section-companies-logo .mobview_wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    grid-gap: 45px;
    margin-left: 0px;
  }
}
.section-companies-logo .mobview_company {
  height: 96px;
}
.section-companies-logo__slider .swiper-slide {
  height: 112px;
  width: 180px;
}
.section-companies-logo__slider img { /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.9;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .section-companies-logo__slider img {
    width: auto;
  }
}

.cta-section {
  overflow: hidden;
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-section h4 {
  padding-bottom: 10px;
}
.cta-section__image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cta-section .btn-primary {
  margin-top: 24px;
}

.section-recent-posts__top-box {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
}
.section-recent-posts__top-box hr {
  background: #e3a14e;
  height: 1px;
  width: 115px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 20px;
}
.section-recent-posts__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 992px) {
  .section-recent-posts__row {
    flex-direction: column;
  }
}
.section-recent-posts .post-card {
  display: flex;
  flex-direction: column;
  width: 31%;
}
.section-recent-posts .post-card .feature-img {
  height: 420px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-recent-posts .post-card .feature-img {
    height: 344px;
  }
}
@media (max-width: 992px) {
  .section-recent-posts .post-card {
    width: 100%;
    margin-bottom: 32px;
  }
}
.section-recent-posts .post-card img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease;
}
.section-recent-posts .post-card img:hover {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
.section-recent-posts h5 {
  padding-top: 20px;
}
.section-recent-posts__btn-wrapper {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.section-recent-posts__btn-wrapper .btn-primary {
  margin-left: auto;
  margin-right: auto;
}

.btn-readmore:hover:after {
  margin-left: 22px;
  transition: all 0.3s ease;
}

.btn-readmore {
  color: #e3a14e !important;
  font-size: 16px;
  padding-top: 10px;
  width: 127px;
  display: flex;
  align-items: center;
  height: 27px;
}
.btn-readmore:after {
  content: " ";
  background-image: url("../images/arrow-forward.svg");
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transition: all 0.3s ease;
}

.section-imgtxt-testimonials {
  min-height: 666px;
  overflow: hidden;
}
.section-imgtxt-testimonials__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .section-imgtxt-testimonials__row {
    flex-direction: column;
  }
}
.section-imgtxt-testimonials__row .top-content {
  padding-bottom: 20px;
}
.section-imgtxt-testimonials__row .top-content h2 {
  padding-bottom: 10px;
}
.section-imgtxt-testimonials__row hr {
  background: #e3a14e;
  height: 1px;
  width: 26%;
  display: block;
  margin-bottom: 40px;
}
.section-imgtxt-testimonials__row .the-content {
  padding-bottom: 25px;
}
.section-imgtxt-testimonials__row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
}
.section-imgtxt-testimonials__image {
  width: 50%;
  overflow: hidden;
  z-index: 999;
  height: 700px;
  position: absolute;
  right: 0px;
  bottom: 0;
}
@media (max-width: 992px) {
  .section-imgtxt-testimonials__image {
    display: none;
  }
}
.section-imgtxt-testimonials__content {
  width: 50%;
  padding: 64px 10px 0px 0px;
}
@media (max-width: 992px) {
  .section-imgtxt-testimonials__content {
    width: 100%;
  }
}

.the-reviews {
  margin-top: 22px;
  overflow: hidden;
  height: 300px;
  width: 50%;
  display: flex;
  bottom: 0px;
  left: 0px;
  background: #efefe9;
}
@media (max-width: 992px) {
  .the-reviews {
    background: #efefe9;
    margin-top: 25px;
    width: 100%;
    border-radius: 0px;
    overflow: visible;
    margin-left: -16px;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.the-reviews:before {
  content: "";
  height: 300px;
  background: #efefe9;
  width: 800px;
  position: absolute;
  left: 0;
  position: absolute;
}
@media (max-width: 992px) {
  .the-reviews:before {
    left: -20px;
    display: none;
  }
}
.the-reviews .swiper-wrapper {
  position: relative !important;
}
.the-reviews .swiper-slide {
  display: flex;
  align-items: center;
  padding-right: 28px;
}
@media (max-width: 992px) {
  .the-reviews .swiper-slide {
    padding: 20px;
  }
}
.the-reviews .person-img {
  width: 128px;
  height: 128px;
}
@media (max-width: 992px) {
  .the-reviews .person-img {
    width: 64px;
    height: 64px;
    margin-right: 15px;
  }
}
.the-reviews__row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 992px) {
  .the-reviews__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .the-reviews__quote {
    width: 100%;
    padding-left: 0px;
  }
}
.the-reviews__quote p, .the-reviews__quote .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .the-reviews__quote .lang-item > a, .the-reviews__quote .nav--footer .menu-item.contact-link > a, .nav--footer .the-reviews__quote .menu-item.contact-link > a, .the-reviews__quote .nav--footer .menu-item.contact-link > .social-header, .nav--footer .the-reviews__quote .menu-item.contact-link > .social-header, .the-reviews__quote .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .the-reviews__quote .menu-item.contact-link > .newsletter_title-footer, .the-reviews__quote .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .the-reviews__quote .menu-item > a, .the-reviews__quote .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .the-reviews__quote .link-back, .the-reviews__quote .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .the-reviews__quote .menu > .menu-item > a, .the-reviews__quote .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .the-reviews__quote a, .the-reviews__quote .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .the-reviews__quote .menu-item > a, .the-reviews__quote footer .footer__map-widget .widgettitle, footer .footer__map-widget .the-reviews__quote .widgettitle, .the-reviews__quote header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .the-reviews__quote .lang-item > a, .the-reviews__quote .search-form + .search_result li, .search-form + .search_result .the-reviews__quote li,
.the-reviews__quote .search-form + .search_result a,
.search-form + .search_result .the-reviews__quote a {
  color: black;
  overflow-wrap: anywhere;
  text-indent: 25px;
}
.the-reviews:after {
  display: none;
}

blockquote {
  quotes: "“" "”" "‘" "’";
  display: flex;
}

blockquote:before {
  color: #e3a14e;
  content: "”";
  font-size: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  line-height: 0.1em;
  margin-right: 5px;
  vertical-align: -0.4em;
  font-weight: bold;
  letter-spacing: 4px;
  font-style: normal;
  position: absolute;
  margin-top: 20px;
}

blockquote p, blockquote .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul blockquote .lang-item > a, blockquote .nav--footer .menu-item.contact-link > a, .nav--footer blockquote .menu-item.contact-link > a, blockquote .nav--footer .menu-item.contact-link > .social-header, .nav--footer blockquote .menu-item.contact-link > .social-header, blockquote .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer blockquote .menu-item.contact-link > .newsletter_title-footer, blockquote .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu blockquote .menu-item > a, blockquote .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu blockquote .link-back, blockquote .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile blockquote .menu > .menu-item > a, blockquote .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item blockquote a, blockquote .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop blockquote .menu-item > a, blockquote footer .footer__map-widget .widgettitle, footer .footer__map-widget blockquote .widgettitle, blockquote header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul blockquote .lang-item > a, blockquote .search-form + .search_result li, .search-form + .search_result blockquote li,
blockquote .search-form + .search_result a,
.search-form + .search_result blockquote a {
  display: inline;
}

.image-content-testimonials {
  position: relative;
}
@media (max-width: 992px) {
  .image-content-testimonials {
    overflow: hidden;
  }
}

.testimonials__quote p, .testimonials__quote .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .testimonials__quote .lang-item > a, .testimonials__quote .nav--footer .menu-item.contact-link > a, .nav--footer .testimonials__quote .menu-item.contact-link > a, .testimonials__quote .nav--footer .menu-item.contact-link > .social-header, .nav--footer .testimonials__quote .menu-item.contact-link > .social-header, .testimonials__quote .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .testimonials__quote .menu-item.contact-link > .newsletter_title-footer, .testimonials__quote .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .testimonials__quote .menu-item > a, .testimonials__quote .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .testimonials__quote .link-back, .testimonials__quote .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .testimonials__quote .menu > .menu-item > a, .testimonials__quote .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .testimonials__quote a, .testimonials__quote .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .testimonials__quote .menu-item > a, .testimonials__quote footer .footer__map-widget .widgettitle, footer .footer__map-widget .testimonials__quote .widgettitle, .testimonials__quote header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .testimonials__quote .lang-item > a, .testimonials__quote .search-form + .search_result li, .search-form + .search_result .testimonials__quote li,
.testimonials__quote .search-form + .search_result a,
.search-form + .search_result .testimonials__quote a {
  overflow-wrap: anywhere;
}

.person-name {
  padding-top: 8px;
  font-weight: bold;
}

.mobify-img {
  display: none;
}
.mobify-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 992px) {
  .mobify-img {
    display: flex !important;
    height: 300px;
    position: relative;
  }
}

.section-full-invest {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 992px) {
  #invest_desk {
    display: none;
  }
}

#invest_mob {
  display: none;
}
@media (max-width: 992px) {
  #invest_mob {
    display: flex;
  }
}

.section-invest {
  overflow: hidden;
}
.section-invest__top-box {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.section-invest__top-box hr {
  background: #e3a14e;
  height: 1px;
  width: 115px;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 20px;
}

.swiper-invest {
  width: 100%;
}
.swiper-invest .swiper-wrapper {
  width: 100%;
}
.swiper-invest .swiper-slide__bottombox {
  padding-top: 20px;
}
.swiper-invest .swiper-slide p, .swiper-invest .swiper-slide .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .swiper-invest .swiper-slide .lang-item > a, .swiper-invest .swiper-slide .nav--footer .menu-item.contact-link > a, .nav--footer .swiper-invest .swiper-slide .menu-item.contact-link > a, .swiper-invest .swiper-slide .nav--footer .menu-item.contact-link > .social-header, .nav--footer .swiper-invest .swiper-slide .menu-item.contact-link > .social-header, .swiper-invest .swiper-slide .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .swiper-invest .swiper-slide .menu-item.contact-link > .newsletter_title-footer, .swiper-invest .swiper-slide .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .swiper-invest .swiper-slide .menu-item > a, .swiper-invest .swiper-slide .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .swiper-invest .swiper-slide .link-back, .swiper-invest .swiper-slide .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .swiper-invest .swiper-slide .menu > .menu-item > a, .swiper-invest .swiper-slide .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .swiper-invest .swiper-slide a, .swiper-invest .swiper-slide .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .swiper-invest .swiper-slide .menu-item > a, .swiper-invest .swiper-slide footer .footer__map-widget .widgettitle, footer .footer__map-widget .swiper-invest .swiper-slide .widgettitle, .swiper-invest .swiper-slide header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .swiper-invest .swiper-slide .lang-item > a, .swiper-invest .swiper-slide .search-form + .search_result li, .search-form + .search_result .swiper-invest .swiper-slide li,
.swiper-invest .swiper-slide .search-form + .search_result a,
.search-form + .search_result .swiper-invest .swiper-slide a {
  color: #1d1d1b;
  font-size: 16px;
  padding-top: 3px;
}
.swiper-invest .swiper-slide_imgrow {
  display: flex;
  justify-content: space-between;
}
.swiper-invest .swiper-slide_imgrow .single_slide_img1 {
  width: 70%;
  height: 560px;
  padding-right: 25px;
}
.swiper-invest .swiper-slide_imgrow .single_slide_img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper-invest .swiper-slide_imgrow .single_slide_img2 {
  width: 30%;
  height: 560px;
}
.swiper-invest .swiper-slide_imgrow .single_slide_img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.swiper-invest .swiper-button-prev {
  background-image: url("../images/orange-left-arr.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(0.6);
  left: 70px;
}
.swiper-invest .swiper-button-prev:after {
  display: none;
}
@media (max-width: 1790px) {
  .swiper-invest .swiper-button-prev {
    left: 5px;
  }
}
.swiper-invest .swiper-button-next {
  background-image: url("../images/orange-right-arr.svg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  right: 70px;
  transform: scale(0.6);
}
.swiper-invest .swiper-button-next:after {
  display: none;
}
@media (max-width: 1790px) {
  .swiper-invest .swiper-button-next {
    right: 5px;
  }
}

#invest_mob {
  padding-bottom: 50px;
}
#invest_mob .single_slide_img {
  height: 220px;
}
#invest_mob .single_slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#invest_mob h5 {
  font-size: 24px;
}
#invest_mob #invest-pagination {
  position: absolute !important;
  bottom: 30px !important;
  left: 0px;
  display: flex;
}
@media (max-width: 992px) {
  #invest_mob #invest-pagination {
    left: 20px;
  }
}
#invest_mob #invest-pagination .swiper-pagination-bullet {
  background: #ffffff !important;
  height: 4px !important;
  width: 80px !important;
  opacity: 10 !important;
  border: none !important;
  margin-left: 40px;
  background: #d4d9de !important;
  border-radius: 0px;
}
@media (max-width: 992px) {
  #invest_mob #invest-pagination .swiper-pagination-bullet {
    width: 48px !important;
    margin-left: 12px;
  }
}
#invest_mob #invest-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 0px;
}
#invest_mob #invest-pagination .swiper-pagination-bullet-active {
  background: #e3a14e !important;
}

.section--cpt-links .mob-offer-img {
  display: none;
}
@media (max-width: 992px) {
  .section--cpt-links .mob-offer-img {
    display: flex;
  }
}
@media (max-width: 992px) {
  .section--cpt-links .mobify {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
  }
}
.section--cpt-links__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 12px;
}
.section--cpt-links .card--cpt-links__links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, auto));
  grid-gap: 32px 40px;
}
@media (max-width: 992px) {
  .section--cpt-links .card--cpt-links__links {
    grid-template-columns: 1fr;
  }
}
.section--cpt-links .card--cpt-links__link {
  cursor: pointer;
  position: relative;
  text-indent: 0;
  padding-left: 0;
}
.section--cpt-links .card--cpt-links__link:before {
  display: none;
}
@media (max-width: 992px) {
  .section--cpt-links .card--cpt-links__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefe9;
  }
}
.section--cpt-links .card--cpt-links__link:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.section--cpt-links .card--cpt-links__link:hover a::after {
  right: -40px;
  transition: all 0.3s ease-out;
}
.section--cpt-links .card--cpt-links__link__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 420px;
}
.section--cpt-links .card--cpt-links__link__image-wrapper h5 {
  display: none;
}
@media (max-width: 992px) {
  .section--cpt-links .card--cpt-links__link__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0px;
  }
}
.section--cpt-links .card--cpt-links__link__image-wrapper h5 {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .section--cpt-links .card--cpt-links__link__image-wrapper h5 {
    display: flex;
  }
}
@media (max-width: 992px) {
  .section--cpt-links .card--cpt-links__link__image-wrapper .desk-offer-img {
    display: none;
  }
}
.section--cpt-links .card--cpt-links__link__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 420px;
  max-width: 400px;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.section--cpt-links .card--cpt-links__link__description {
  margin-bottom: 4px;
}
.section--cpt-links .card--cpt-links__link a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section--cpt-links .card--cpt-links__link a.link, .section--cpt-links .card--cpt-links__link .card--search-result__readmore a, .card--search-result__readmore .section--cpt-links .card--cpt-links__link a {
  color: #e3a14e;
}
.section--cpt-links .card--cpt-links__link a.link::after, .section--cpt-links .card--cpt-links__link .card--search-result__readmore a::after, .card--search-result__readmore .section--cpt-links .card--cpt-links__link a::after {
  transition: all 0.3s ease-out;
}

.section--description-with-icons__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 12px;
}
.section--description-with-icons__description {
  text-align: center;
}
.section--description-with-icons .icons__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section--description-with-icons .icons__icon {
  width: 290px;
  margin: 0 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section--description-with-icons .icons__icon {
    width: 156px;
    margin: 16px 0 0;
  }
}
.section--description-with-icons .icons__icon__image {
  margin-bottom: 24px;
  text-align: center;
  max-height: 80px;
}
@media (max-width: 768px) {
  .section--description-with-icons .icons__icon__image {
    margin-bottom: 16px;
  }
}
.section--description-with-icons .icons__icon__image img {
  max-height: 80px;
}
.section--description-with-icons .icons__icon__title {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .section--description-with-icons .icons__icon__title {
    font-size: 15px;
  }
}

.section--installation-diagrams .all_tab_content .the_tab {
  display: none;
  margin-top: 72px;
  min-height: 400px;
}
.section--installation-diagrams .all_tab_content .the_tab.active-tab {
  opacity: 1;
  display: block;
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.section--installation-diagrams .all_tab_content .slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section--installation-diagrams .tab_bar {
  background-color: #e3a14e !important;
  position: relative;
  display: flex;
  justify-content: center;
}
.section--installation-diagrams .tab_bar .tab_bar {
  width: 100%;
}
.section--installation-diagrams .tab_bar.myTabs {
  background-color: #e3a14e !important;
}
.section--installation-diagrams .tab_bar.myTabs .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
}
.section--installation-diagrams .tab_bar ul {
  background-color: #e3a14e;
  height: 64px;
  width: auto !important;
}
.section--installation-diagrams .tab_bar ul .active-tab a {
  color: #ffffff;
  background: #d6933e;
}
.section--installation-diagrams .tab_bar ul a {
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.63;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .section--installation-diagrams .tab_bar ul a {
    padding: 0 5px;
    font-size: 15px;
  }
}
.section--installation-diagrams .tab_bar ul a:hover {
  color: #ffffff;
  background: #d6933e;
}
.section--installation-diagrams .tab_bar .swiper-button-prev {
  display: none;
  left: 1px;
}
@media (max-width: 992px) {
  .section--installation-diagrams .tab_bar .swiper-button-prev {
    display: flex;
  }
}
.section--installation-diagrams .tab_bar .swiper-button-prev:after {
  color: white !important;
  transform: scale(0.6);
}
.section--installation-diagrams .tab_bar .swiper-button-next {
  right: 1px;
  display: none;
}
@media (max-width: 992px) {
  .section--installation-diagrams .tab_bar .swiper-button-next {
    display: flex;
  }
}
.section--installation-diagrams .tab_bar .swiper-button-next:after {
  color: white !important;
  transform: scale(0.6);
}
.section--installation-diagrams__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 12px;
}
.section--installation-diagrams__description {
  text-align: center;
}
.section--installation-diagrams .icons__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section--installation-diagrams .icons__wrapper li::before {
  display: none !important;
}
.section--installation-diagrams .icons__icon {
  width: 290px;
  margin: 0 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .section--installation-diagrams .icons__icon {
    width: 156px;
    margin: 16px 0 0;
  }
}
.section--installation-diagrams .icons__icon__image {
  margin-bottom: 24px;
  text-align: center;
  max-height: 80px;
}
@media (max-width: 768px) {
  .section--installation-diagrams .icons__icon__image {
    margin-bottom: 16px;
  }
}
.section--installation-diagrams .icons__icon__image img {
  max-height: 80px;
}
.section--installation-diagrams .icons__icon__title {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .section--installation-diagrams .icons__icon__title {
    font-size: 15px;
  }
}
.section--installation-diagrams__diagram-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 80px 0 96px;
}
.section--installation-diagrams__diagram-wrapper > div:last-of-type {
  flex: 1;
}
.section--installation-diagrams__diagram-wrapper.image-right {
  flex-direction: row-reverse;
}
.section--installation-diagrams__diagram-wrapper.image-right .section--installation-diagrams__diagram__image-wrapper {
  margin-right: 0;
}
.section--installation-diagrams__diagram-wrapper.image-right .section--installation-diagrams__content-wrapper {
  margin-right: 64px;
}
@media (max-width: 992px) {
  .section--installation-diagrams__diagram-wrapper.image-right .section--installation-diagrams__content-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .section--installation-diagrams__diagram-wrapper {
    flex-direction: column-reverse !important;
    align-items: center;
    margin: 72px 0 116px;
  }
}
.section--installation-diagrams__diagram__image-wrapper {
  margin-right: 64px;
  width: 486px;
  height: 486px;
}
@media (max-width: 992px) {
  .section--installation-diagrams__diagram__image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .section--installation-diagrams__diagram__image-wrapper {
    width: auto;
    height: auto;
  }
}
.section--installation-diagrams__diagram__image-wrapper img {
  width: 100%;
  height: 100%;
}
.section--installation-diagrams__content-wrapper {
  margin: 20px 0;
}
@media (max-width: 992px) {
  .section--installation-diagrams__content-wrapper {
    margin: 0 0 32px;
  }
}
.section--installation-diagrams__content-wrapper h4 {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .section--installation-diagrams__content-wrapper h4 {
    margin: 0 0 12px;
  }
}
.section--installation-diagrams__content-wrapper p:not(:last-of-type), .section--installation-diagrams__content-wrapper .mobile-menu__language ul .lang-item > a:not(:last-of-type), .mobile-menu__language ul .section--installation-diagrams__content-wrapper .lang-item > a:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--footer .menu-item.contact-link > a:not(:last-of-type), .nav--footer .section--installation-diagrams__content-wrapper .menu-item.contact-link > a:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--footer .menu-item.contact-link > .social-header:not(:last-of-type), .nav--footer .section--installation-diagrams__content-wrapper .menu-item.contact-link > .social-header:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(:last-of-type), .nav--footer .section--installation-diagrams__content-wrapper .menu-item.contact-link > .newsletter_title-footer:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(:last-of-type), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--installation-diagrams__content-wrapper .menu-item > a:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(:last-of-type), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--installation-diagrams__content-wrapper .link-back:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--header-primary--mobile .menu > .menu-item > a:not(:last-of-type), .nav--header-primary--mobile .section--installation-diagrams__content-wrapper .menu > .menu-item > a:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(:last-of-type), .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--installation-diagrams__content-wrapper a:not(:last-of-type), .section--installation-diagrams__content-wrapper .nav--header-primary--desktop .menu-item > a:not(:last-of-type), .nav--header-primary--desktop .section--installation-diagrams__content-wrapper .menu-item > a:not(:last-of-type), .section--installation-diagrams__content-wrapper footer .footer__map-widget .widgettitle:not(:last-of-type), footer .footer__map-widget .section--installation-diagrams__content-wrapper .widgettitle:not(:last-of-type), .section--installation-diagrams__content-wrapper header .main-header .header--desktop__options__language ul .lang-item > a:not(:last-of-type), header .main-header .header--desktop__options__language ul .section--installation-diagrams__content-wrapper .lang-item > a:not(:last-of-type), .section--installation-diagrams__content-wrapper .search-form + .search_result li:not(:last-of-type), .search-form + .search_result .section--installation-diagrams__content-wrapper li:not(:last-of-type),
.section--installation-diagrams__content-wrapper .search-form + .search_result a:not(:last-of-type),
.search-form + .search_result .section--installation-diagrams__content-wrapper a:not(:last-of-type) {
  margin-bottom: 8px;
}
.section--installation-diagrams__content-wrapper a {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .section--installation-diagrams__content-wrapper a {
    margin: 16px 0 0;
  }
}

.section--page-links__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 12px;
}
.section--page-links__description {
  text-align: center;
}
.section--page-links .page-links__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, auto));
  grid-gap: 32px 40px;
}
@media (max-width: 992px) {
  .section--page-links .page-links__wrapper {
    grid-template-columns: 1fr;
  }
}
.section--page-links .page-links__page {
  cursor: pointer;
  position: relative;
  margin: auto;
}
.section--page-links .page-links__page:hover a::after {
  right: -40px;
  transition: all 0.3s ease-out;
}
.section--page-links .page-links__page__image-wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 420px;
}
@media (max-width: 992px) {
  .section--page-links .page-links__page__image-wrapper {
    margin-bottom: 16px;
    width: auto;
    height: auto;
  }
}
.section--page-links .page-links__page__image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 420px;
  max-width: 400px;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .section--page-links .page-links__page__image-wrapper img {
    width: 100%;
    height: 100%;
  }
}
.section--page-links .page-links__page__title {
  margin-bottom: 4px;
}
.section--page-links .page-links__page a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section--page-links .page-links__page a.link, .section--page-links .page-links__page .card--search-result__readmore a, .card--search-result__readmore .section--page-links .page-links__page a {
  color: #e3a14e;
}
.section--page-links .page-links__page a.link::after, .section--page-links .page-links__page .card--search-result__readmore a::after, .card--search-result__readmore .section--page-links .page-links__page a::after {
  transition: all 0.3s ease-out;
}

.the_tab {
  display: none;
}

.the_tab.active-tab {
  opacity: 1;
  display: block;
}

.all_tab_content .active-tab {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.the_bar {
  background-color: #e3a14e !important;
  position: relative;
  display: flex;
  justify-content: center;
}
.the_bar .swiper-button-prev {
  display: none;
  left: 1px;
}
@media (max-width: 992px) {
  .the_bar .swiper-button-prev {
    display: flex;
  }
}
.the_bar .swiper-button-prev:after {
  color: white !important;
  transform: scale(0.6);
}
.the_bar .swiper-button-next {
  right: 1px;
  display: none;
}
@media (max-width: 992px) {
  .the_bar .swiper-button-next {
    display: flex;
  }
}
.the_bar .swiper-button-next:after {
  color: white !important;
  transform: scale(0.6);
}

.myTabs {
  background-color: #e3a14e !important;
}
@media (max-width: 992px) {
  .myTabs {
    max-width: 315px;
  }
}
.myTabs .swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
  cursor: pointer;
}

.tab_bar ul {
  background-color: #e3a14e;
  height: 64px;
  width: 100%;
}
.tab_bar ul .active-tab a {
  color: #ffffff;
  background: #d6933e;
}
.tab_bar ul a {
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.63;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .tab_bar ul a {
    padding: 0 5px;
    font-size: 15px;
  }
}
.tab_bar ul a:hover {
  color: #ffffff;
  background: #d6933e;
}
.tab_bar ul .active-tab {
  color: #e3a14e;
  background: #d6933e;
}

.contact-tabs {
  padding-top: 75px;
  padding-bottom: 75px;
}

.the_tab {
  display: none;
}

.the_tab.active-tab {
  opacity: 1;
  display: block;
}

.all_tab_content .active-tab {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}

.slide-out {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.tab1 .company-logo {
  width: auto;
  height: 32px;
}
.tab1 .cardbox h6 {
  margin-top: 10px;
  font-size: 16px;
}
.tab1 .cardbox_line:nth-child(7) span {
  color: #e3a14e;
}
.tab1__right {
  background: #efefe9 !important;
}
.tab1__row {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .tab1__row {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  .tab1__row {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 992px) {
  .tab1__row {
    flex-direction: column;
  }
}
.tab1__left {
  width: 60%;
}
@media (max-width: 992px) {
  .tab1__left {
    width: 100%;
  }
}
.tab1__left h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
}
.tab1__left h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}
.tab1__left .the_form .intouch-line {
  width: 100%;
  margin-top: 16px;
}
.tab1__left .the_form .intouch-line input {
  width: 100%;
}
.tab1__left .the_form .intouch-row {
  margin-top: 16px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .tab1__left .the_form .intouch-row {
    flex-direction: column;
  }
}
.tab1__left .the_form .intouch-row input {
  width: 100%;
}
.tab1__left .the_form .intouch-row .intouch-left {
  width: 49%;
}
@media (max-width: 768px) {
  .tab1__left .the_form .intouch-row .intouch-left {
    width: 100%;
  }
}
.tab1__left .the_form .intouch-row .intouch-right {
  width: 49%;
}
@media (max-width: 768px) {
  .tab1__left .the_form .intouch-row .intouch-right {
    width: 100%;
    margin-top: 16px;
  }
}
.tab1__left .the_form input {
  display: flex;
}
.tab1__left .the_form textarea {
  width: 100%;
  margin-bottom: 16px;
}
.tab1__left .the_form .the-select {
  position: relative;
}
.tab1__left .the_form .the-select select {
  border: 1px solid rgb(212, 217, 222) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  width: 100%;
}
.tab1__left .the_form .the-select::after {
  content: "";
  background-image: url(../../dist/images/arrow-down.svg);
  width: 12px;
  height: 22px;
  position: absolute;
  right: 20px;
  background-size: contain;
  width: 17px;
  top: 19px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .tab1__left .the_form .the-select::after {
    transform: scale(0.9);
  }
}
.tab1__left .the_form .wpcf7-acceptance span {
  display: flex;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .tab1__left .the_form .wpcf7-acceptance {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .tab1__left .the_form .wpcf7-list-item-label {
    max-width: 100% !important;
  }
}
.tab1__left__data {
  width: 400px;
  background: #ffe5e0;
  padding: 32px;
}
.tab1__right {
  background: #ffe5e0;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px;
  width: 30%;
}
@media (max-width: 992px) {
  .tab1__right {
    width: 100%;
  }
}
.tab1__right .cardbox_line {
  display: flex;
  padding-top: 8px;
  align-items: center;
}
.tab1__right .cardbox_line span {
  text-align: left;
  color: #1d1d1b;
}
.tab1__right .cardbox_line img {
  display: none;
}
.tab1__right .additional_info {
  padding-top: 8px;
}

.districts h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 30px;
}
.districts h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
  margin-left: auto;
  margin-right: auto;
}
.districts__row {
  padding-top: 40px;
  display: flex !important;
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-gap: 55px;
  margin-left: 0px;
  justify-content: center;
  flex-wrap: wrap;
}
.districts__card {
  padding: 20px 24px;
  background: #efefe9;
  width: 390px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.districts__card h6 {
  padding-bottom: 8px;
}
.districts__infoline {
  padding-top: 5px;
  display: flex;
  align-items: center;
}
.districts__infoline span {
  padding-left: 8px;
  color: #1d1d1b;
}

.tab3 {
  position: relative;
}
.tab3 h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-bottom: 30px;
  overflow: hidden;
}
.tab3 h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
  margin-left: auto;
  margin-right: auto;
}
.tab3 .map__row {
  display: flex;
  justify-content: space-between;
}
.tab3 .map__row svg {
  width: 100%;
}
@media (max-width: 992px) {
  .tab3 .map__row svg {
    flex-direction: column-reverse;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .tab3 .map__row {
    flex-direction: column-reverse;
  }
}
.tab3 svg path {
  cursor: pointer;
}
.tab3 svg path:hover {
  fill: #e3a14e;
  transition: all 0.25s ease-in-out;
}
.tab3__left {
  width: 400px;
  position: relative;
}
@media (max-width: 1200px) {
  .tab3__left {
    width: 100%;
  }
}
.tab3__right {
  width: 800px;
}
@media (max-width: 1200px) {
  .tab3__right {
    width: 100%;
  }
}
.tab3 .toolbox_map {
  margin-top: 60px;
}
.tab3 .active-area {
  fill: #e3a14e;
}
.tab3 .employer_box {
  background: #efefe9;
  margin-top: 100px;
  left: 0px;
  position: absolute;
  padding: 40px 90px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 992px) {
  .tab3 .employer_box {
    padding: 40px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
  }
}
.tab3 .employer_box .employer_img {
  width: 180px;
  height: 180px;
  padding-bottom: 24px;
  margin: 0 auto;
}
.tab3 .employer_box .employer_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab3 .employer_box h5 {
  padding-bottom: 5px;
  text-align: center;
}
.tab3 .employer_box p, .tab3 .employer_box .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .tab3 .employer_box .lang-item > a, .tab3 .employer_box .nav--footer .menu-item.contact-link > a, .nav--footer .tab3 .employer_box .menu-item.contact-link > a, .tab3 .employer_box .nav--footer .menu-item.contact-link > .social-header, .nav--footer .tab3 .employer_box .menu-item.contact-link > .social-header, .tab3 .employer_box .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .tab3 .employer_box .menu-item.contact-link > .newsletter_title-footer, .tab3 .employer_box .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .tab3 .employer_box .menu-item > a, .tab3 .employer_box .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .tab3 .employer_box .link-back, .tab3 .employer_box .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .tab3 .employer_box .menu > .menu-item > a, .tab3 .employer_box .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .tab3 .employer_box a, .tab3 .employer_box .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .tab3 .employer_box .menu-item > a, .tab3 .employer_box footer .footer__map-widget .widgettitle, footer .footer__map-widget .tab3 .employer_box .widgettitle, .tab3 .employer_box header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .tab3 .employer_box .lang-item > a, .tab3 .employer_box .search-form + .search_result li, .search-form + .search_result .tab3 .employer_box li,
.tab3 .employer_box .search-form + .search_result a,
.search-form + .search_result .tab3 .employer_box a {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.tab3 .employer_box .employer_data {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab3 .employer_box .employer_data span {
  padding-left: 8px;
  color: #1d1d1b;
}

.section--triple h2 {
  text-align: center;
}
.section--triple .icon-triple__row {
  margin-top: 25px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 992px) {
  .section--triple .icon-triple__row {
    flex-direction: column;
  }
}
.section--triple .icon-triple__row .single-triple {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .section--triple .icon-triple__row .single-triple {
    width: 100%;
    margin-bottom: 25px;
  }
}
.section--triple .icon-triple__row .single-triple img {
  max-width: 90px;
  max-height: 90px;
  display: flex;
  margin: 0 auto;
}
.section--triple .icon-triple__row .single-triple h5 {
  text-align: center;
  margin-top: 32px;
}
.section--triple .icon-triple__row .single-triple p, .section--triple .icon-triple__row .single-triple .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .section--triple .icon-triple__row .single-triple .lang-item > a, .section--triple .icon-triple__row .single-triple .nav--footer .menu-item.contact-link > a, .nav--footer .section--triple .icon-triple__row .single-triple .menu-item.contact-link > a, .section--triple .icon-triple__row .single-triple .nav--footer .menu-item.contact-link > .social-header, .nav--footer .section--triple .icon-triple__row .single-triple .menu-item.contact-link > .social-header, .section--triple .icon-triple__row .single-triple .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .section--triple .icon-triple__row .single-triple .menu-item.contact-link > .newsletter_title-footer, .section--triple .icon-triple__row .single-triple .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--triple .icon-triple__row .single-triple .menu-item > a, .section--triple .icon-triple__row .single-triple .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--triple .icon-triple__row .single-triple .link-back, .section--triple .icon-triple__row .single-triple .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .section--triple .icon-triple__row .single-triple .menu > .menu-item > a, .section--triple .icon-triple__row .single-triple .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--triple .icon-triple__row .single-triple a, .section--triple .icon-triple__row .single-triple .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .section--triple .icon-triple__row .single-triple .menu-item > a, .section--triple .icon-triple__row .single-triple footer .footer__map-widget .widgettitle, footer .footer__map-widget .section--triple .icon-triple__row .single-triple .widgettitle, .section--triple .icon-triple__row .single-triple header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .section--triple .icon-triple__row .single-triple .lang-item > a, .section--triple .icon-triple__row .single-triple .search-form + .search_result li, .search-form + .search_result .section--triple .icon-triple__row .single-triple li,
.section--triple .icon-triple__row .single-triple .search-form + .search_result a,
.search-form + .search_result .section--triple .icon-triple__row .single-triple a {
  padding-top: 20px;
  text-align: center;
}

.section--movie h2 {
  text-align: center;
}
.section--movie .movie {
  display: flex;
  justify-content: center;
  padding-top: 32px;
  overflow: hidden;
}
.section--movie .movie iframe {
  width: 840px;
  height: 525px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .section--movie .movie iframe {
    width: 100%;
    height: auto;
  }
}

.offer-post-custom {
  padding-bottom: 0px;
}

:root {
  --app-height: 100%;
}

#menu-main-header-menu a:hover {
  text-decoration: none !important;
}

@media (max-width: 992px) {
  .header--desktop {
    max-width: 100vw;
  }
}

header .main-header .header--desktop__options__search__form__wrapper.show {
  display: block !important;
}

.superhide {
  display: none !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}
header .main-header {
  background: #ffffff;
}
header .main-header .header--desktop {
  position: relative;
  height: 96px;
}
@media (max-width: 992px) {
  header .main-header .header--desktop {
    height: 80px;
  }
}
header .main-header .header--desktop .container {
  position: relative;
}
@media (max-width: 576px) {
  header .main-header .header--desktop .container {
    padding-right: 0 !important;
  }
}
header .main-header .header--desktop .container .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .main-header .header--desktop .container .row > div:last-of-type {
  display: flex;
  align-items: center;
  height: 96px;
}
@media (max-width: 992px) {
  header .main-header .header--desktop .container .row > div:last-of-type {
    height: 80px;
  }
}
header .main-header .header--desktop__logo {
  margin: 20px 0;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  header .main-header .header--desktop__logo {
    height: 40px;
    justify-content: flex-start;
    margin: 12px 0;
  }
}
header .main-header .header--desktop__logo img {
  height: 32px;
}
@media (max-width: 1200px) {
  header .main-header .header--desktop__logo img {
    height: 24px;
  }
}
header .main-header .header--desktop__menu--primary {
  margin-right: 24px;
}
@media (max-width: 992px) {
  header .main-header .header--desktop__menu--primary {
    display: none;
  }
}
header .main-header .header--desktop__options {
  background: #efefe9;
  display: flex;
  grid-gap: 32px;
  justify-content: center;
  align-items: baseline;
  height: 96px;
  padding: 32px;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  header .main-header .header--desktop__options {
    padding: 32px 16px;
    grid-gap: 22px;
  }
}
@media (max-width: 992px) {
  header .main-header .header--desktop__options {
    background: transparent;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    margin-right: 24px;
    padding: 24px 16px;
    height: 80px;
  }
}
@media (max-width: 576px) {
  header .main-header .header--desktop__options {
    margin-right: 0;
  }
}
@media (max-width: 420px) {
  header .main-header .header--desktop__options {
    grid-gap: 12px;
  }
}
header .main-header .header--desktop__options a {
  display: flex;
}
header .main-header .header--desktop__options__logout img {
  width: 18px;
  height: auto;
  display: flex;
}
header .main-header .header--desktop__options__search, header .main-header .header--desktop__options__my-account {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}
header .main-header .header--desktop__options__search img, header .main-header .header--desktop__options__my-account img {
  width: 20px;
  height: 20px;
}
header .main-header .header--desktop__options__search {
  cursor: pointer;
  margin-left: 25px;
}
header .main-header .header--desktop__options__search__form {
  max-width: 1280px;
  margin: auto;
  padding: 24px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  header .main-header .header--desktop__options__search__form {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  header .main-header .header--desktop__options__search__form {
    max-width: 720px;
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  header .main-header .header--desktop__options__search__form {
    max-width: 540px;
  }
}
header .main-header .header--desktop__options__search__form__wrapper {
  width: 100%;
  position: absolute;
  top: 96px;
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease 0s, opacity 0.3s ease 0.1s;
  background: #ffffff;
  height: 436px;
}
@media (max-width: 992px) {
  header .main-header .header--desktop__options__search__form__wrapper {
    height: auto;
    overflow: visible;
    top: 80px;
  }
}
header .main-header .header--desktop__options__search__form__wrapper.show {
  max-height: 436px;
  opacity: 1;
  transition: max-height 0.3s ease 0s, opacity 0.3s ease 0.1s;
}
header .main-header .header--desktop__options__search__form__wrapper.show .search_bar {
  z-index: 1;
}
header .main-header .header--desktop__options__search__form .search_bar {
  z-index: -1;
}
header .main-header .header--desktop__options__search__form .search_results {
  flex: 1;
  margin-left: 64px;
}
@media (max-width: 992px) {
  header .main-header .header--desktop__options__search__form .search_results {
    display: none;
  }
}
header .main-header .header--desktop__options__search__form .search_results__header {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
header .main-header .header--desktop__options__search__form .search_results__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: #e3a14e;
}
header .main-header .header--desktop__options__language {
  width: 40px;
  height: 27px;
}
@media (max-width: 992px) {
  header .main-header .header--desktop__options__language {
    display: none;
  }
}
header .main-header .header--desktop__options__language div,
header .main-header .header--desktop__options__language ul {
  height: 100%;
}
header .main-header .header--desktop__options__language ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
header .main-header .header--desktop__options__language ul .lang-item {
  background: #efefe9;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .main-header .header--desktop__options__language ul .lang-item:not(.current-lang) {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 1s ease-out, opacity 0.3s ease 0.1s;
  justify-content: center;
  width: 104px;
  padding: 20px;
  height: auto;
}
@media (max-width: 1200px) {
  header .main-header .header--desktop__options__language ul .lang-item:not(.current-lang) {
    right: -15px;
  }
}
header .main-header .header--desktop__options__language ul .lang-item:not(.current-lang).show {
  max-height: 700px;
  opacity: 1;
}
header .main-header .header--desktop__options__language ul .lang-item > a {
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #1d1d1b !important;
}
header .main-header .header--desktop__options__language ul .lang-item.current-lang {
  position: absolute;
  top: 0;
}
header .main-header .header--desktop__options__language ul .lang-item.current-lang::before {
  content: "⚑";
  position: absolute;
  top: -10%;
  left: 0%;
  color: #1d1d1b;
  cursor: pointer;
  font-size: 24px;
}
header .main-header .header--desktop__options__language ul.color-change .lang-item > a {
  color: #898989 !important;
}
header .main-header .header--desktop__options__language ul.color-change .lang-item.current-lang::before {
  color: #898989;
}
header .main-header .header--desktop__menu--megamenu {
  padding: 24px 0 32px;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1200px) {
  header .main-header .header--desktop__menu--megamenu {
    max-width: 960px;
  }
}
header .main-header .header--desktop__menu--megamenu__wrapper {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease 0s, opacity 0.3s ease 0.1s;
  background: #ffffff;
  width: 100%;
  position: absolute;
  top: 96px;
}
header .main-header .header--desktop__menu--megamenu__wrapper.show {
  max-height: 700px;
  opacity: 1;
  transition: max-height 0.3s ease 0s, opacity 0.3s ease 0.1s;
}
header .main-header .header--mobile__menu-burger {
  width: 78px;
  height: 80px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  display: none;
  box-sizing: unset;
  background: #efefe9;
  align-self: flex-start;
}
@media (max-width: 992px) {
  header .main-header .header--mobile__menu-burger {
    display: flex;
  }
}
header .main-header .header--mobile__menu-burger > div {
  position: relative;
  width: 100%;
  height: 100%;
}
header .main-header .header--mobile__menu-burger > div span {
  display: block;
  position: absolute;
  height: 2px;
  width: 38px;
  background: #e3a14e;
  border-radius: 5px;
  opacity: 1;
  left: 20px;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .main-header .header--mobile__menu-burger > div span:nth-child(1) {
  top: 24px;
  transform-origin: left center;
}
header .main-header .header--mobile__menu-burger > div span:nth-child(2) {
  top: 37px;
  transform-origin: left center;
}
header .main-header .header--mobile__menu-burger > div span:nth-child(3) {
  top: 50px;
  transform-origin: left center;
}
header .main-header .header--mobile__menu-burger.open > div span:nth-child(1) {
  transform: rotate(45deg);
  top: 24px;
  left: 26px;
}
header .main-header .header--mobile__menu-burger.open > div span:nth-child(2) {
  width: 0;
  opacity: 0;
}
header .main-header .header--mobile__menu-burger.open > div span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50px;
  left: 26px;
}
header .main-header .header--mobile__menu-burger > span {
  display: inline-block;
  margin-left: 30px;
  color: #1d1d1b;
  font-family: "Mukta", sans-serif;
  font-weight: bold;
}

:lang(pl) header .main-header .header--desktop__options__language ul .lang-item-en:not(.current-lang) {
  top: 60px !important;
}
:lang(pl) header .main-header .header--desktop__options__language ul .lang-item-de:not(.current-lang) {
  top: 110px !important;
}

:lang(de) header .main-header .header--desktop__options__language ul .lang-item-en:not(.current-lang) {
  top: 60px !important;
}
:lang(de) header .main-header .header--desktop__options__language ul .lang-item-pl:not(.current-lang) {
  top: 110px !important;
}

:lang(en) header .main-header .header--desktop__options__language ul .lang-item-de:not(.current-lang) {
  top: 60px !important;
}
:lang(en) header .main-header .header--desktop__options__language ul .lang-item-pl:not(.current-lang) {
  top: 110px !important;
}

footer {
  position: relative;
}
footer .container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  footer .container {
    flex-direction: column;
  }
}
footer .container--wide {
  position: relative;
  overflow: hidden;
}
footer .container--wide:first-child {
  background: #1d1d1b;
  padding-top: 40px;
  padding-bottom: 50px;
}
footer .container--wide:nth-child(2) {
  background: #1d1d1b;
}
footer .container--wide:nth-child(2) .footer__row {
  width: 100%;
}
@media (max-width: 1200px) {
  footer .container--wide:nth-child(2) .footer__row {
    width: 100%;
  }
}
@media (max-width: 992px) {
  footer .container--wide:nth-child(2) .footer__row {
    width: 100%;
  }
}
@media (max-width: 992px) {
  footer .container--wide:nth-child(2) .footer__row a {
    font-weight: 400 !important;
    padding-bottom: 5px;
  }
}
footer .container--footer__column:first-of-type {
  flex: 50%;
  margin-right: 40px;
}
@media (max-width: 1200px) {
  footer .container--footer__column:first-of-type {
    flex: 55%;
  }
}
@media (max-width: 992px) {
  footer .container--footer__column:first-of-type {
    flex: 1;
    width: 100%;
  }
}
footer .container--footer__column:last-of-type {
  flex: 35%;
  margin-left: 20px;
  z-index: 1;
}
@media (max-width: 1200px) {
  footer .container--footer__column:last-of-type {
    flex: 45%;
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  footer .container--footer__column:last-of-type {
    flex: 1;
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 576px) {
  footer .container--footer__column:last-of-type {
    position: relative;
  }
}
footer .container--footer__column:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: calc(100% - 40px);
  background: transparent;
  border-top-left-radius: 80px;
  z-index: -1;
}
@media (max-width: 1200px) {
  footer .container--footer__column:last-of-type:after {
    width: 45%;
  }
}
@media (max-width: 992px) {
  footer .container--footer__column:last-of-type:after {
    right: 0;
    width: 100%;
    height: 47.5%;
    border-radius: 0;
  }
}
@media (max-width: 768px) {
  footer .container--footer__column:last-of-type:after {
    height: 37.5%;
  }
}
@media (max-width: 576px) {
  footer .container--footer__column:last-of-type:after {
    right: -15%;
    width: 130%;
    height: 100%;
  }
}
footer .footer__company-data {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
footer .footer__menu__wrapper {
  position: relative;
  margin: 32px 0 68px;
}
@media (max-width: 992px) {
  footer .footer__menu__wrapper {
    margin: 0 0 40px;
  }
}
footer .footer__social ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
footer .footer__social a {
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  footer .footer__social a {
    position: relative;
  }
}
@media (max-width: 992px) {
  footer .footer__social {
    margin-top: 15px;
  }
}
footer .footer__social .social-header {
  margin-bottom: 8px;
}
footer .footer__copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  background: #1d1d1b;
}
footer .footer__copyright p.small-text, footer .footer__copyright .mobile-menu__language ul .lang-item > a.small-text, .mobile-menu__language ul footer .footer__copyright .lang-item > a.small-text, footer .footer__copyright .nav--footer .menu-item.contact-link > a.small-text, footer .footer__copyright .nav--footer .menu-item .sub-menu .menu-item.contact-link > a, .nav--footer footer .footer__copyright .menu-item.contact-link > a.small-text, .nav--footer footer .footer__copyright .menu-item .sub-menu .menu-item.contact-link > a, .nav--footer .menu-item .sub-menu footer .footer__copyright .menu-item.contact-link > a, footer .footer__copyright .nav--footer .menu-item.contact-link > .small-text.social-header, .nav--footer footer .footer__copyright .menu-item.contact-link > .small-text.social-header, footer .footer__copyright .nav--footer .menu-item.contact-link > .small-text.newsletter_title-footer, .nav--footer footer .footer__copyright .menu-item.contact-link > .small-text.newsletter_title-footer, footer .footer__copyright .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a.small-text, footer .footer__copyright .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--footer footer .footer__copyright .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright .menu-item > a.small-text, .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright .menu-item > a, .nav--footer .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright .menu-item > a, footer .footer__copyright .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .small-text.link-back, footer .footer__copyright .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu a.link-back, .nav--footer footer .footer__copyright .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu a.link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright .small-text.link-back, .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright a.link-back, .nav--footer .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright a.link-back, footer .footer__copyright .nav--header-primary--mobile .menu > .menu-item > a.small-text, footer .footer__copyright .nav--header-primary--mobile .nav--footer .menu-item .sub-menu .menu > .menu-item > a, .nav--footer .menu-item .sub-menu footer .footer__copyright .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile footer .footer__copyright .menu > .menu-item > a.small-text, .nav--header-primary--mobile footer .footer__copyright .nav--footer .menu-item .sub-menu .menu > .menu-item > a, .nav--footer .menu-item .sub-menu .nav--header-primary--mobile footer .footer__copyright .menu > .menu-item > a, footer .footer__copyright .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a.small-text, footer .footer__copyright .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item .sub-menu a, .nav--footer footer .footer__copyright .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .sub-menu a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__copyright a.small-text, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item footer .footer__copyright .sub-menu a, .nav--footer .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__copyright .sub-menu a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item .sub-menu footer .footer__copyright a, .nav--footer .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .sub-menu footer .footer__copyright a, footer .footer__copyright .nav--header-primary--desktop .menu-item > a.small-text, footer .footer__copyright .nav--header-primary--desktop .nav--footer .menu-item .sub-menu .menu-item > a, .nav--footer .menu-item .sub-menu footer .footer__copyright .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop footer .footer__copyright .menu-item > a.small-text, .nav--header-primary--desktop footer .footer__copyright .nav--footer .menu-item .sub-menu .menu-item > a, .nav--footer .menu-item .sub-menu .nav--header-primary--desktop footer .footer__copyright .menu-item > a, footer .footer__copyright .footer__map-widget .small-text.widgettitle, footer .footer__copyright .footer__map-widget .nav--footer .menu-item .sub-menu a.widgettitle, .nav--footer .menu-item .sub-menu footer .footer__copyright .footer__map-widget a.widgettitle, footer .footer__map-widget .footer__copyright .small-text.widgettitle, footer .footer__map-widget .footer__copyright .nav--footer .menu-item .sub-menu a.widgettitle, .nav--footer .menu-item .sub-menu footer .footer__map-widget .footer__copyright a.widgettitle, footer .footer__copyright .search-form + .search_result li.small-text, .search-form + .search_result footer .footer__copyright li.small-text,
footer .footer__copyright .search-form + .search_result a.small-text,
footer .footer__copyright .search-form + .search_result .nav--footer .menu-item .sub-menu a,
.nav--footer .menu-item .sub-menu footer .footer__copyright .search-form + .search_result a,
.search-form + .search_result footer .footer__copyright a.small-text,
.search-form + .search_result footer .footer__copyright .nav--footer .menu-item .sub-menu a,
.nav--footer .menu-item .sub-menu .search-form + .search_result footer .footer__copyright a, footer .footer__copyright header .main-header .header--desktop__options__language ul .lang-item > a.small-text, footer .footer__copyright header .main-header .header--desktop__options__language ul .nav--footer .menu-item .sub-menu .lang-item > a, .nav--footer .menu-item .sub-menu footer .footer__copyright header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul footer .footer__copyright .lang-item > a.small-text, header .main-header .header--desktop__options__language ul footer .footer__copyright .nav--footer .menu-item .sub-menu .lang-item > a, .nav--footer .menu-item .sub-menu header .main-header .header--desktop__options__language ul footer .footer__copyright .lang-item > a {
  color: #ffffff !important;
  opacity: 0.5;
}
footer .footer__copyright div:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer__copyright div:last-of-type p, footer .footer__copyright div:last-of-type .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul footer .footer__copyright div:last-of-type .lang-item > a, footer .footer__copyright div:last-of-type .nav--footer .menu-item.contact-link > a, .nav--footer footer .footer__copyright div:last-of-type .menu-item.contact-link > a, footer .footer__copyright div:last-of-type .nav--footer .menu-item.contact-link > .social-header, .nav--footer footer .footer__copyright div:last-of-type .menu-item.contact-link > .social-header, footer .footer__copyright div:last-of-type .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer footer .footer__copyright div:last-of-type .menu-item.contact-link > .newsletter_title-footer, footer .footer__copyright div:last-of-type .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright div:last-of-type .menu-item > a, footer .footer__copyright div:last-of-type .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright div:last-of-type .link-back, footer .footer__copyright div:last-of-type .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile footer .footer__copyright div:last-of-type .menu > .menu-item > a, footer .footer__copyright div:last-of-type .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__copyright div:last-of-type a, footer .footer__copyright div:last-of-type .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop footer .footer__copyright div:last-of-type .menu-item > a, footer .footer__copyright div:last-of-type .footer__map-widget .widgettitle, footer .footer__map-widget .footer__copyright div:last-of-type .widgettitle, footer .footer__copyright div:last-of-type .search-form + .search_result li, .search-form + .search_result footer .footer__copyright div:last-of-type li,
footer .footer__copyright div:last-of-type .search-form + .search_result a,
.search-form + .search_result footer .footer__copyright div:last-of-type a, footer .footer__copyright div:last-of-type header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul footer .footer__copyright div:last-of-type .lang-item > a {
  margin-right: 16px;
}
@media (max-width: 768px) {
  footer .footer__copyright div:last-of-type p, footer .footer__copyright div:last-of-type .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul footer .footer__copyright div:last-of-type .lang-item > a, footer .footer__copyright div:last-of-type .nav--footer .menu-item.contact-link > a, .nav--footer footer .footer__copyright div:last-of-type .menu-item.contact-link > a, footer .footer__copyright div:last-of-type .nav--footer .menu-item.contact-link > .social-header, .nav--footer footer .footer__copyright div:last-of-type .menu-item.contact-link > .social-header, footer .footer__copyright div:last-of-type .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer footer .footer__copyright div:last-of-type .menu-item.contact-link > .newsletter_title-footer, footer .footer__copyright div:last-of-type .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright div:last-of-type .menu-item > a, footer .footer__copyright div:last-of-type .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__copyright div:last-of-type .link-back, footer .footer__copyright div:last-of-type .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile footer .footer__copyright div:last-of-type .menu > .menu-item > a, footer .footer__copyright div:last-of-type .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__copyright div:last-of-type a, footer .footer__copyright div:last-of-type .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop footer .footer__copyright div:last-of-type .menu-item > a, footer .footer__copyright div:last-of-type .footer__map-widget .widgettitle, footer .footer__map-widget .footer__copyright div:last-of-type .widgettitle, footer .footer__copyright div:last-of-type .search-form + .search_result li, .search-form + .search_result footer .footer__copyright div:last-of-type li,
  footer .footer__copyright div:last-of-type .search-form + .search_result a,
  .search-form + .search_result footer .footer__copyright div:last-of-type a, footer .footer__copyright div:last-of-type header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul footer .footer__copyright div:last-of-type .lang-item > a {
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  footer .footer__copyright div:last-of-type a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
footer .footer__copyright div:last-of-type a img {
  height: 24px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  footer .footer__copyright div:last-of-type a img {
    height: 20px;
  }
}
footer .footer__map-widget {
  margin: 32px 0 0;
}
@media (max-width: 1200px) {
  footer .footer__map-widget {
    margin-left: 20px;
  }
}
@media (max-width: 992px) {
  footer .footer__map-widget {
    margin: 40px 0 0 0;
  }
}
footer .footer__map-widget .widgettitle {
  color: #ffffff !important;
  font-weight: 600 !important;
  position: relative;
  text-transform: uppercase;
}
footer .footer__map-widget p.small-text, footer .footer__map-widget .mobile-menu__language ul .lang-item > a.small-text, .mobile-menu__language ul footer .footer__map-widget .lang-item > a.small-text, footer .footer__map-widget .nav--footer .menu-item.contact-link > a.small-text, footer .footer__map-widget .nav--footer .menu-item .sub-menu .menu-item.contact-link > a, .nav--footer footer .footer__map-widget .menu-item.contact-link > a.small-text, .nav--footer footer .footer__map-widget .menu-item .sub-menu .menu-item.contact-link > a, .nav--footer .menu-item .sub-menu footer .footer__map-widget .menu-item.contact-link > a, footer .footer__map-widget .nav--footer .menu-item.contact-link > .small-text.social-header, .nav--footer footer .footer__map-widget .menu-item.contact-link > .small-text.social-header, footer .footer__map-widget .nav--footer .menu-item.contact-link > .small-text.newsletter_title-footer, .nav--footer footer .footer__map-widget .menu-item.contact-link > .small-text.newsletter_title-footer, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a.small-text, footer .footer__map-widget .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--footer footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a.small-text, .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a, .nav--footer .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .small-text.link-back, footer .footer__map-widget .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu a.link-back, .nav--footer footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu a.link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .small-text.link-back, .nav--header-primary--mobile .nav--footer .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget a.link-back, .nav--footer .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget a.link-back, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a.small-text, footer .footer__map-widget .nav--header-primary--mobile .nav--footer .menu-item .sub-menu .menu > .menu-item > a, .nav--footer .menu-item .sub-menu footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a.small-text, .nav--header-primary--mobile footer .footer__map-widget .nav--footer .menu-item .sub-menu .menu > .menu-item > a, .nav--footer .menu-item .sub-menu .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a, footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a.small-text, footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item .sub-menu a, .nav--footer footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .sub-menu a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a.small-text, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item footer .footer__map-widget .sub-menu a, .nav--footer .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget .sub-menu a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .nav--footer .menu-item .sub-menu footer .footer__map-widget a, .nav--footer .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .sub-menu footer .footer__map-widget a, footer .footer__map-widget .nav--header-primary--desktop .menu-item > a.small-text, footer .footer__map-widget .nav--header-primary--desktop .nav--footer .menu-item .sub-menu .menu-item > a, .nav--footer .menu-item .sub-menu footer .footer__map-widget .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop footer .footer__map-widget .menu-item > a.small-text, .nav--header-primary--desktop footer .footer__map-widget .nav--footer .menu-item .sub-menu .menu-item > a, .nav--footer .menu-item .sub-menu .nav--header-primary--desktop footer .footer__map-widget .menu-item > a, footer .footer__map-widget .search-form + .search_result li.small-text, .search-form + .search_result footer .footer__map-widget li.small-text,
footer .footer__map-widget .search-form + .search_result a.small-text,
footer .footer__map-widget .search-form + .search_result .nav--footer .menu-item .sub-menu a,
.nav--footer .menu-item .sub-menu footer .footer__map-widget .search-form + .search_result a,
.search-form + .search_result footer .footer__map-widget a.small-text,
.search-form + .search_result footer .footer__map-widget .nav--footer .menu-item .sub-menu a,
.nav--footer .menu-item .sub-menu .search-form + .search_result footer .footer__map-widget a, footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a.small-text, footer .footer__map-widget header .main-header .header--desktop__options__language ul .nav--footer .menu-item .sub-menu .lang-item > a, .nav--footer .menu-item .sub-menu footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a.small-text, header .main-header .header--desktop__options__language ul footer .footer__map-widget .nav--footer .menu-item .sub-menu .lang-item > a, .nav--footer .menu-item .sub-menu header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a, footer .footer__map-widget .small-text.widgettitle, footer .footer__map-widget .nav--footer .menu-item .sub-menu a.widgettitle, .nav--footer .menu-item .sub-menu footer .footer__map-widget a.widgettitle {
  color: #ffffff !important;
  margin: 16px 0 12px;
  font-weight: 300 !important;
}
footer .footer__map-widget p:not(.small-text), footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text), .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text), footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text), .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text), footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text), .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text), footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text), .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text), footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text), footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text), .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text), footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text), .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text), footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text), .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text), footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text), .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text), footer .footer__map-widget .search-form + .search_result li:not(.small-text), .search-form + .search_result footer .footer__map-widget li:not(.small-text),
footer .footer__map-widget .search-form + .search_result a:not(.small-text),
.search-form + .search_result footer .footer__map-widget a:not(.small-text), footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text), header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text), footer .footer__map-widget .widgettitle:not(.small-text) {
  position: relative;
}
footer .footer__map-widget p:not(.small-text) input[type=email], footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) input[type=email], .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) input[type=email], .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) input[type=email], .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) input[type=email], footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) input[type=email], .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) input[type=email], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) input[type=email], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) input[type=email], .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) input[type=email], .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) input[type=email], .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) input[type=email], footer .footer__map-widget .search-form + .search_result li:not(.small-text) input[type=email], .search-form + .search_result footer .footer__map-widget li:not(.small-text) input[type=email],
footer .footer__map-widget .search-form + .search_result a:not(.small-text) input[type=email],
.search-form + .search_result footer .footer__map-widget a:not(.small-text) input[type=email], footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) input[type=email], header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) input[type=email], footer .footer__map-widget .widgettitle:not(.small-text) input[type=email] {
  width: 368px;
  background: #ffffff !important;
}
@media (max-width: 768px) {
  footer .footer__map-widget p:not(.small-text) input[type=email], footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) input[type=email], .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) input[type=email], .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) input[type=email], .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) input[type=email], footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) input[type=email], .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) input[type=email], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) input[type=email], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) input[type=email], .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) input[type=email], .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) input[type=email], footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) input[type=email], .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) input[type=email], footer .footer__map-widget .search-form + .search_result li:not(.small-text) input[type=email], .search-form + .search_result footer .footer__map-widget li:not(.small-text) input[type=email],
  footer .footer__map-widget .search-form + .search_result a:not(.small-text) input[type=email],
  .search-form + .search_result footer .footer__map-widget a:not(.small-text) input[type=email], footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) input[type=email], header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) input[type=email], footer .footer__map-widget .widgettitle:not(.small-text) input[type=email] {
    width: 100%;
  }
}
footer .footer__map-widget p:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) label[for=SUBMIT], .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT], .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT], .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT], .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) label[for=SUBMIT], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) label[for=SUBMIT], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) label[for=SUBMIT], .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) label[for=SUBMIT], .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) label[for=SUBMIT], .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .search-form + .search_result li:not(.small-text) label[for=SUBMIT], .search-form + .search_result footer .footer__map-widget li:not(.small-text) label[for=SUBMIT],
footer .footer__map-widget .search-form + .search_result a:not(.small-text) label[for=SUBMIT],
.search-form + .search_result footer .footer__map-widget a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) label[for=SUBMIT], header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .widgettitle:not(.small-text) label[for=SUBMIT] {
  position: absolute;
  top: 0;
  left: 260px;
}
@media (max-width: 768px) {
  footer .footer__map-widget p:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) label[for=SUBMIT], .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT], .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT], .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT], .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) label[for=SUBMIT], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) label[for=SUBMIT], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) label[for=SUBMIT], .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) label[for=SUBMIT], .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) label[for=SUBMIT], .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .search-form + .search_result li:not(.small-text) label[for=SUBMIT], .search-form + .search_result footer .footer__map-widget li:not(.small-text) label[for=SUBMIT],
  footer .footer__map-widget .search-form + .search_result a:not(.small-text) label[for=SUBMIT],
  .search-form + .search_result footer .footer__map-widget a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) label[for=SUBMIT], header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT], footer .footer__map-widget .widgettitle:not(.small-text) label[for=SUBMIT] {
    left: unset;
    right: 0;
  }
}
footer .footer__map-widget p:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .search-form + .search_result li:not(.small-text) label[for=SUBMIT] input[type=submit], .search-form + .search_result footer .footer__map-widget li:not(.small-text) label[for=SUBMIT] input[type=submit],
footer .footer__map-widget .search-form + .search_result a:not(.small-text) label[for=SUBMIT] input[type=submit],
.search-form + .search_result footer .footer__map-widget a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT] input[type=submit], footer .footer__map-widget .widgettitle:not(.small-text) label[for=SUBMIT] input[type=submit] {
  padding: 0;
}
footer .footer__map-widget p:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]::after, .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .search-form + .search_result li:not(.small-text) label[for=SUBMIT]::after, .search-form + .search_result footer .footer__map-widget li:not(.small-text) label[for=SUBMIT]::after,
footer .footer__map-widget .search-form + .search_result a:not(.small-text) label[for=SUBMIT]::after,
.search-form + .search_result footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]::after, header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .widgettitle:not(.small-text) label[for=SUBMIT]::after {
  position: absolute;
  content: url("../../dist/images/arrow-forward.svg");
  transform: scale(1.4);
  top: 4px;
  left: 64px;
  font-size: 25px;
  cursor: pointer;
  background: transparent !important;
}
@media (max-width: 768px) {
  footer .footer__map-widget p:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .mobile-menu__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]::after, .mobile-menu__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .social-header:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--footer .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]::after, .nav--footer footer .footer__map-widget .menu-item.contact-link > .newsletter_title-footer:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu footer .footer__map-widget .link-back:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--mobile .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--mobile footer .footer__map-widget .menu > .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .nav--header-primary--desktop .menu-item > a:not(.small-text) label[for=SUBMIT]::after, .nav--header-primary--desktop footer .footer__map-widget .menu-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .search-form + .search_result li:not(.small-text) label[for=SUBMIT]::after, .search-form + .search_result footer .footer__map-widget li:not(.small-text) label[for=SUBMIT]::after,
  footer .footer__map-widget .search-form + .search_result a:not(.small-text) label[for=SUBMIT]::after,
  .search-form + .search_result footer .footer__map-widget a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget header .main-header .header--desktop__options__language ul .lang-item > a:not(.small-text) label[for=SUBMIT]::after, header .main-header .header--desktop__options__language ul footer .footer__map-widget .lang-item > a:not(.small-text) label[for=SUBMIT]::after, footer .footer__map-widget .widgettitle:not(.small-text) label[for=SUBMIT]::after {
    left: unset;
    right: 4px;
  }
}
footer .footer__map-widget > div > a > img {
  max-width: 530px !important;
}
@media (max-width: 992px) {
  footer .footer__map-widget > div > a > img {
    max-width: 100% !important;
  }
}
footer .footer__form-gdpr {
  position: relative;
  margin-top: 12px;
  line-height: 20px;
}
footer .footer__form-gdpr label {
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}
footer .footer__form-gdpr span {
  color: #ffffff !important;
  margin: 0;
}
footer .footer__back-to-top {
  position: absolute;
  bottom: 85px;
  right: 220px;
  z-index: 1;
}
footer .footer__back-to-top a {
  border-radius: 50%;
}
@media (max-width: 768px) {
  footer .footer__back-to-top {
    bottom: unset;
    top: 40px;
    right: 40px;
  }
}
footer .footer__back-to-top:after {
  content: "do góry";
  text-transform: uppercase;
  position: absolute;
  width: 70px;
  top: 45px;
  right: -15px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 768px) {
  footer .footer__back-to-top:after {
    color: #1d1d1b;
  }
}

.newsletter-menu-footer_title {
  display: block;
  margin-bottom: 20px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.newsletter-menu-footer_title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: #e3a14e;
}

.nav--header-primary--desktop {
  padding: 36px 0;
}
.nav--header-primary--desktop .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.nav--header-primary--desktop .menu-item {
  line-height: 1;
  transition: all 0.3s ease-out;
}
.nav--header-primary--desktop .menu-item > a {
  font-weight: 500 !important;
  line-height: 1 !important;
  display: inline-block;
  margin: 0 16px;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 1440px) {
  .nav--header-primary--desktop .menu-item > a {
    margin: 0 12px;
  }
}
.nav--header-primary--desktop .menu-item.is-active a {
  color: #e3a14e;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children {
  position: relative;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap {
  position: absolute;
  z-index: 99999;
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  top: 54px;
  left: 0;
  width: 248px;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap .link-back {
  display: none;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap.show {
  max-height: 700px;
  transition: all 0.3s ease-out;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap.show ul {
  opacity: 1;
  transition: opacity 0.3s ease 0.1s;
  height: 100%;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul {
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
  height: 100%;
  padding: 20px;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item {
  margin: 0;
  position: relative;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a {
  margin: 0;
  text-transform: unset !important;
  font-weight: 200 !important;
}
.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a:after {
  position: absolute;
  top: 0;
  left: 12px;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
}
.nav--header-primary--mobile {
  position: relative;
}
.nav--header-primary--mobile .menu {
  transform: translateX(0%);
  transition: all 0.3s ease-out;
}
.nav--header-primary--mobile .menu > .menu-item {
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.nav--header-primary--mobile .menu > .menu-item > a {
  font-size: 15px !important;
  font-weight: 600 !important;
  position: relative;
}
.nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 992px) {
  .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu {
    padding-left: 15px;
  }
}
.nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu li {
  padding-left: 15px !important;
  text-indent: 0 !important;
}
.nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back {
  text-transform: uppercase;
  color: #1d1d1b;
  font-weight: 600 !important;
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back {
    margin-left: 16px;
    padding-left: 0px;
    text-indent: 0 !important;
  }
}
.nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back::before {
  position: absolute;
  top: 0px;
  left: -20px;
  content: url("../../dist/images/arrow-up-gold.svg");
  transform: rotate(-90deg) scale(0.85);
  width: 20px;
  height: 30px;
}
.nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
  margin: 10px 0 0;
}
.nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a {
  font-size: 15px !important;
  font-weight: 300 !important;
}
.nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu.show {
  transition: all 0.3s ease-out;
  opacity: 1;
  z-index: 999999;
}
.nav--header-primary--mobile .menu.mobile-slide {
  transform: translateX(calc(-100% - 16px));
  transition: all 0.3s ease-out;
}
.nav--megamenu .menu {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "kolektor pompa foto podgrz klima" "kolektor pompa foto podgrz systemy";
  grid-gap: 0 40px;
}
.nav--megamenu .menu > div {
  position: relative;
}
.nav--megamenu .menu > div .megamenu-item > a {
  font-weight: 600;
  text-transform: uppercase;
  color: #1d1d1b;
  display: inline-block;
  margin-bottom: 20px;
}
.nav--megamenu .menu > div .megamenu-item > ul li a {
  font-weight: 300;
  color: #1d1d1b;
  display: inline-block;
  margin-bottom: 12px;
}
.nav--megamenu .menu > div:nth-of-type(1) {
  grid-area: kolektor;
}
.nav--megamenu .menu > div:nth-of-type(2) {
  grid-area: pompa;
}
.nav--megamenu .menu > div:nth-of-type(3) {
  grid-area: foto;
}
.nav--megamenu .menu > div:nth-of-type(4) {
  grid-area: podgrz;
}
.nav--megamenu .menu > div:nth-of-type(5) {
  grid-area: klima;
}
.nav--megamenu .menu > div:nth-of-type(6) {
  grid-area: systemy;
  margin-top: -95px;
}
.nav--footer .menu {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .nav--footer .menu {
    display: grid;
    flex-wrap: wrap;
  }
}
.nav--footer .menu-item {
  flex: 1;
}
@media (max-width: 768px) {
  .nav--footer .menu-item {
    flex: 50%;
  }
}
@media (max-width: 768px) {
  .nav--footer .menu-item.menu-item-has-children:first-of-type {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .nav--footer .menu-item.menu-item-has-children:last-of-type {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .nav--footer .menu-item.menu-item-has-children:last-of-type .sub-menu {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.nav--footer .menu-item.contact-link > a, .nav--footer .menu-item.contact-link > .social-header, .nav--footer .menu-item.contact-link > .newsletter_title-footer {
  font-weight: 600 !important;
  color: #ffffff !important;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.nav--footer .menu-item .sub-menu {
  margin-top: 12px;
}
.nav--footer .menu-item .sub-menu a {
  color: #efefe9 !important;
}
.nav--footer .menu-item .sub-menu a.current-menu-item a {
  font-weight: bold !important;
}

.menu-item {
  text-indent: 0 !important;
}

.nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item {
  padding-left: 0px !important;
}

@media (max-width: 768px) {
  #body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a {
    line-height: 20px !important;
  }
}

@media (max-width: 768px) {
  #body .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item {
    line-height: 20px !important;
  }
}

.offer-popup {
  max-height: 700px;
  display: none;
  top: 96px;
}
@media (max-width: 992px) {
  .offer-popup {
    display: none !important;
  }
}
.offer-popup .menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "kolektor pompa foto podgrz klima" "kolektor pompa foto podgrz systemy";
  grid-gap: 0 40px;
  align-items: inherit;
}
.offer-popup .menu > div {
  position: relative;
}


.offer-popup .menu .menu-item.menu-item-has-children:nth-of-type(6) {
  position: absolute;
  right: 0;
  bottom: 90px;
  width: 224px;
  transition: all 0.3s ease-out;
}

.offer-popup .menu .menu-item.menu-item-has-children:nth-of-type(7) {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 224px;
  transition: all 0.3s ease-out;
}
/*
.offer-popup .menu .sub-menu{
grid-auto-flow: column; 
  align-items: start;
}

.offer-popup .menu .menu-item:nth-last-child(-n+3) {
  grid-column: 5; 
}
*/

.offer-popup .menu .menu-item a {
  line-height: 24px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  color: #1d1d1b;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease-out;
}
.offer-popup .menu .menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 1px;
  background: #e3a14e;
}
.offer-popup .menu .sub-menu a {
  line-height: 20px !important;
  font-weight: 300 !important;
  color: #1d1d1b;
  display: inline-block;
  margin-bottom: 12px;
  text-transform: none;
}
.offer-popup .menu .sub-menu a:after {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .offer-popup .menu .menu-item:nth-of-type(6) {
    width: 220px;
  }
}
@media only screen and (max-width: 1240px) {
  .offer-popup .menu .menu-item:nth-of-type(6) {
    width: 210px;
  }
}
@media only screen and (max-width: 1240px) {
  .offer-popup .menu .menu-item:nth-of-type(6) {
    width: 200px;
  }
}
:root {
  --app-height: 100%;
}

.link-back {
  padding-left: 20px;
}

.mobile-menu {
  position: absolute;
  top: 96px;
  left: 0;
  background: #ffffff;
  transform: translateX(-100%);
  transform-origin: top;
  transition: all 0.3s linear 0s;
  height: calc(100vh - 96px);
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: -1;
  height: calc(var(--app-height) - 96px);
  opacity: 0;
}
@media (max-width: 992px) {
  .mobile-menu {
    top: 80px;
    height: calc(100vh - 80px);
    height: calc(var(--app-height) - 80px);
    width: calc(100% - 80px);
  }
}
@media (max-width: 576px) {
  .mobile-menu {
    width: 60%;
  }
}
.mobile-menu.show {
  transform: translateX(0);
  transition: all 0.3s linear 0s;
  opacity: 1;
  z-index: 1;
}
.mobile-menu__content {
  padding: 32px 26px 0;
  margin-bottom: 64px;
  height: 100%;
}
@media (max-width: 992px) {
  .mobile-menu__content {
    padding-right: 5px;
  }
}
.mobile-menu__content.overflow-scroll {
  -ms-overflow-style: none;
  scrollbar-width: 10px;
  scrollbar-color: #1c8254 #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
}
.mobile-menu__content.overflow-scroll::-webkit-scrollbar {
  width: 2px;
  margin: 5px;
}
.mobile-menu__content.overflow-scroll::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 100px;
}
.mobile-menu__content.overflow-scroll::-webkit-scrollbar-thumb {
  background-color: #1c8254;
  border-radius: 100px;
}
.mobile-menu__language {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 64px;
  background: #e3a14e;
  width: 100%;
  padding-left: 64px;
  height: 48px;
}
.mobile-menu__language::before {
  height: 16px;
  width: 16px;
  content: "";
  background-image: url("../../dist/images/flag_white.svg");
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 25px;
  left: 30px;
  cursor: pointer;
  transform: translate(-50%, -50%);
  position: absolute;
}
.mobile-menu__language .primary-sidebar {
  background: #efefe9;
}
.mobile-menu__language div,
.mobile-menu__language ul {
  height: 100%;
}
.mobile-menu__language ul {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #efefe9;
}
.mobile-menu__language ul .lang-item {
  background: #efefe9;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu__language ul .lang-item > a {
  line-height: 1 !important;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  color: #1d1d1b !important;
}
.mobile-menu__language ul .lang-item.current-lang a {
  font-weight: 600 !important;
}

.hide-menu {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  #body .mobile-menu {
    display: none !important;
  }
  body.overflow-hidden:after {
    display: none !important;
  }
}
#apply-form .wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#apply-form textarea {
  width: 100%;
  margin-bottom: 24px;
  margin-top: 24px;
}
#apply-form .wpcf7-list-item {
  margin-left: 0px;
}
#apply-form .wpcf7-file {
  margin-top: 20px;
  margin-bottom: 20px;
}
#apply-form .wpcf7-list-item {
  position: relative;
}
#apply-form .wpcf7-list-item-label {
  margin-left: 30px;
  display: flex;
}
#apply-form input[type=checkbox] {
  position: absolute;
}
#apply-form .form-line-wide {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
#apply-form .form-line-wide input {
  width: 248px;
}
#apply-form h2 {
  text-align: center;
  padding-bottom: 40px;
}
#apply-form .btn-primary {
  margin: 0 auto;
  margin-top: 24px;
  display: flex;
}

.wpcf7-response-output {
  padding-left: 50px !important;
}

.nipdata {
  padding-top: 5px;
  font-size: 14px;
  font-weight: 300;
}

.nipdata2 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 300;
}

.section--contact-form {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section--contact-form form {
  position: relative;
}
.section--contact-form form h2 {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 40px;
  text-align: center;
  color: #ffffff !important;
}
.section--contact-form form section {
  max-width: 70%;
  background: #ffffff;
  margin: auto;
  padding: 55px 110px;
}
@media (max-width: 1200px) {
  .section--contact-form form section {
    padding: 40px 64px;
  }
}
@media (max-width: 992px) {
  .section--contact-form form section {
    max-width: 100%;
    padding: 32px 52px;
  }
}
@media (max-width: 768px) {
  .section--contact-form form section {
    padding: 0 16px 16px;
    background: transparent;
  }
}
.section--contact-form form section .intouch-line {
  margin-bottom: 16px;
}
.section--contact-form form section .intouch-line span,
.section--contact-form form section .intouch-line input {
  width: 100%;
}
.section--contact-form form section label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.64;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .section--contact-form form section label {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media (max-width: 768px) {
  .section--contact-form form section label br {
    display: none;
  }
}
.section--contact-form form section input,
.section--contact-form form section textarea {
  margin-top: 4px;
}
@media (max-width: 768px) {
  .section--contact-form form section input:not(.btn-primary),
  .section--contact-form form section textarea:not(.btn-primary) {
    background: #ffffff;
  }
}
.section--contact-form form section .intouch-row .intouch-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .section--contact-form form section .intouch-row .intouch-row {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.section--contact-form form section .intouch-row .intouch-row > * {
  flex: 1;
}
.section--contact-form form section .intouch-row .intouch-row .intouch-left,
.section--contact-form form section .intouch-row .intouch-row .intouch-right {
  max-width: 48.5%;
}
@media (max-width: 768px) {
  .section--contact-form form section .intouch-row .intouch-row .intouch-left,
  .section--contact-form form section .intouch-row .intouch-row .intouch-right {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
.section--contact-form form section .intouch-row .intouch-row .intouch-left input,
.section--contact-form form section .intouch-row .intouch-row .intouch-right input {
  width: 100%;
}
.section--contact-form form section p, .section--contact-form form section .search-form + .search_result li, .search-form + .search_result .section--contact-form form section li,
.section--contact-form form section .search-form + .search_result a,
.search-form + .search_result .section--contact-form form section a, .section--contact-form form section header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .section--contact-form form section .lang-item > a, .section--contact-form form section footer .footer__map-widget .widgettitle, footer .footer__map-widget .section--contact-form form section .widgettitle, .section--contact-form form section .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .section--contact-form form section .menu-item > a, .section--contact-form form section .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--contact-form form section a, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .section--contact-form form section .menu > .menu-item > a, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .link-back, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .menu-item > a, .section--contact-form form section .nav--footer .menu-item.contact-link > a, .nav--footer .section--contact-form form section .menu-item.contact-link > a, .section--contact-form form section .nav--footer .menu-item.contact-link > .social-header, .nav--footer .section--contact-form form section .menu-item.contact-link > .social-header, .section--contact-form form section .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .section--contact-form form section .menu-item.contact-link > .newsletter_title-footer, .section--contact-form form section .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .section--contact-form form section .lang-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section--contact-form form section p label, .section--contact-form form section .search-form + .search_result li label, .search-form + .search_result .section--contact-form form section li label,
.section--contact-form form section .search-form + .search_result a label,
.search-form + .search_result .section--contact-form form section a label, .section--contact-form form section header .main-header .header--desktop__options__language ul .lang-item > a label, header .main-header .header--desktop__options__language ul .section--contact-form form section .lang-item > a label, .section--contact-form form section footer .footer__map-widget .widgettitle label, footer .footer__map-widget .section--contact-form form section .widgettitle label, .section--contact-form form section .nav--header-primary--desktop .menu-item > a label, .nav--header-primary--desktop .section--contact-form form section .menu-item > a label, .section--contact-form form section .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a label, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--contact-form form section a label, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item > a label, .nav--header-primary--mobile .section--contact-form form section .menu > .menu-item > a label, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back label, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .link-back label, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a label, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .menu-item > a label, .section--contact-form form section .nav--footer .menu-item.contact-link > a label, .nav--footer .section--contact-form form section .menu-item.contact-link > a label, .section--contact-form form section .nav--footer .menu-item.contact-link > .social-header label, .nav--footer .section--contact-form form section .menu-item.contact-link > .social-header label, .section--contact-form form section .nav--footer .menu-item.contact-link > .newsletter_title-footer label, .nav--footer .section--contact-form form section .menu-item.contact-link > .newsletter_title-footer label, .section--contact-form form section .mobile-menu__language ul .lang-item > a label, .mobile-menu__language ul .section--contact-form form section .lang-item > a label {
  width: 100%;
}
.section--contact-form form section p textarea, .section--contact-form form section .search-form + .search_result li textarea, .search-form + .search_result .section--contact-form form section li textarea,
.section--contact-form form section .search-form + .search_result a textarea,
.search-form + .search_result .section--contact-form form section a textarea, .section--contact-form form section header .main-header .header--desktop__options__language ul .lang-item > a textarea, header .main-header .header--desktop__options__language ul .section--contact-form form section .lang-item > a textarea, .section--contact-form form section footer .footer__map-widget .widgettitle textarea, footer .footer__map-widget .section--contact-form form section .widgettitle textarea, .section--contact-form form section .nav--header-primary--desktop .menu-item > a textarea, .nav--header-primary--desktop .section--contact-form form section .menu-item > a textarea, .section--contact-form form section .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a textarea, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--contact-form form section a textarea, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item > a textarea, .nav--header-primary--mobile .section--contact-form form section .menu > .menu-item > a textarea, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back textarea, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .link-back textarea, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a textarea, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .menu-item > a textarea, .section--contact-form form section .nav--footer .menu-item.contact-link > a textarea, .nav--footer .section--contact-form form section .menu-item.contact-link > a textarea, .section--contact-form form section .nav--footer .menu-item.contact-link > .social-header textarea, .nav--footer .section--contact-form form section .menu-item.contact-link > .social-header textarea, .section--contact-form form section .nav--footer .menu-item.contact-link > .newsletter_title-footer textarea, .nav--footer .section--contact-form form section .menu-item.contact-link > .newsletter_title-footer textarea, .section--contact-form form section .mobile-menu__language ul .lang-item > a textarea, .mobile-menu__language ul .section--contact-form form section .lang-item > a textarea {
  width: 100%;
  resize: none;
}
.section--contact-form form section p .wpcf7-spinner, .section--contact-form form section .search-form + .search_result li .wpcf7-spinner, .search-form + .search_result .section--contact-form form section li .wpcf7-spinner,
.section--contact-form form section .search-form + .search_result a .wpcf7-spinner,
.search-form + .search_result .section--contact-form form section a .wpcf7-spinner, .section--contact-form form section header .main-header .header--desktop__options__language ul .lang-item > a .wpcf7-spinner, header .main-header .header--desktop__options__language ul .section--contact-form form section .lang-item > a .wpcf7-spinner, .section--contact-form form section footer .footer__map-widget .widgettitle .wpcf7-spinner, footer .footer__map-widget .section--contact-form form section .widgettitle .wpcf7-spinner, .section--contact-form form section .nav--header-primary--desktop .menu-item > a .wpcf7-spinner, .nav--header-primary--desktop .section--contact-form form section .menu-item > a .wpcf7-spinner, .section--contact-form form section .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a .wpcf7-spinner, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--contact-form form section a .wpcf7-spinner, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item > a .wpcf7-spinner, .nav--header-primary--mobile .section--contact-form form section .menu > .menu-item > a .wpcf7-spinner, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back .wpcf7-spinner, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .link-back .wpcf7-spinner, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a .wpcf7-spinner, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .menu-item > a .wpcf7-spinner, .section--contact-form form section .nav--footer .menu-item.contact-link > a .wpcf7-spinner, .nav--footer .section--contact-form form section .menu-item.contact-link > a .wpcf7-spinner, .section--contact-form form section .nav--footer .menu-item.contact-link > .social-header .wpcf7-spinner, .nav--footer .section--contact-form form section .menu-item.contact-link > .social-header .wpcf7-spinner, .section--contact-form form section .nav--footer .menu-item.contact-link > .newsletter_title-footer .wpcf7-spinner, .nav--footer .section--contact-form form section .menu-item.contact-link > .newsletter_title-footer .wpcf7-spinner, .section--contact-form form section .mobile-menu__language ul .lang-item > a .wpcf7-spinner, .mobile-menu__language ul .section--contact-form form section .lang-item > a .wpcf7-spinner {
  position: absolute;
  bottom: 11%;
}
.section--contact-form form section p br, .section--contact-form form section .search-form + .search_result li br, .search-form + .search_result .section--contact-form form section li br,
.section--contact-form form section .search-form + .search_result a br,
.search-form + .search_result .section--contact-form form section a br, .section--contact-form form section header .main-header .header--desktop__options__language ul .lang-item > a br, header .main-header .header--desktop__options__language ul .section--contact-form form section .lang-item > a br, .section--contact-form form section footer .footer__map-widget .widgettitle br, footer .footer__map-widget .section--contact-form form section .widgettitle br, .section--contact-form form section .nav--header-primary--desktop .menu-item > a br, .nav--header-primary--desktop .section--contact-form form section .menu-item > a br, .section--contact-form form section .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a br, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--contact-form form section a br, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item > a br, .nav--header-primary--mobile .section--contact-form form section .menu > .menu-item > a br, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back br, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .link-back br, .section--contact-form form section .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a br, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--contact-form form section .menu-item > a br, .section--contact-form form section .nav--footer .menu-item.contact-link > a br, .nav--footer .section--contact-form form section .menu-item.contact-link > a br, .section--contact-form form section .nav--footer .menu-item.contact-link > .social-header br, .nav--footer .section--contact-form form section .menu-item.contact-link > .social-header br, .section--contact-form form section .nav--footer .menu-item.contact-link > .newsletter_title-footer br, .nav--footer .section--contact-form form section .menu-item.contact-link > .newsletter_title-footer br, .section--contact-form form section .mobile-menu__language ul .lang-item > a br, .mobile-menu__language ul .section--contact-form form section .lang-item > a br {
  display: none;
}
.section--contact-form form section .wpcf7-form-control-wrap {
  width: 100%;
}
.section--contact-form form section .wpcf7-list-item {
  margin: 0;
}
.section--contact-form form section .wpcf7-list-item-label {
  font-weight: 300;
  text-transform: none;
  cursor: pointer;
}
@media (max-width: 768px) {
  .section--contact-form form section .wpcf7-list-item-label {
    max-width: unset !important;
    width: unset !important;
  }
}
@media (max-width: 768px) {
  .section--contact-form form section .wpcf7-list-item input[type=checkbox] + span::before {
    background: #ffffff;
  }
}
@media (max-width: 768px) {
  .section--contact-form form section .wpcf7-list-item input[type=checkbox]:checked + span::before {
    background: #e3a14e;
  }
}
.section--contact-form form section input[type=submit] {
  margin-bottom: 8px;
  margin-top: 16px;
}
.section--contact-form .wpcf7-response-output {
  display: none;
}

.section--bgcontact {
  padding-top: 80px;
  padding-bottom: 129px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#apply-form .btn-primary-small {
  margin: 0 auto;
  margin-top: 20px;
}

.section--bgcontact form {
  padding: 64px 102px;
  background: #ffffff;
  width: 996px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.section--bgcontact form .intro {
  font-weight: bold;
  color: #1d1d1b;
}
.section--bgcontact form h2 {
  padding-bottom: 20px;
  text-align: center;
}
.section--bgcontact form .francise-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.section--bgcontact form .francise-line input {
  width: 384px;
}
.section--bgcontact form textarea {
  width: 100% !important;
  margin-bottom: 24px;
}
.section--bgcontact form .form-row {
  width: 100%;
}
.section--bgcontact form .wpcf7-list-item {
  margin-left: 0px;
}
.section--bgcontact form .wpcf7-file {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section--bgcontact form .wpcf7-list-item {
  position: relative;
}
.section--bgcontact form .wpcf7-list-item-label {
  text-align: left;
  margin-left: 30px;
  display: flex;
}
.section--bgcontact form input[type=checkbox] {
  position: absolute;
  left: 0px;
}

#apply-form .wpcf7-file {
  min-width: 100%;
  position: absolute;
}

.file-add {
  display: flex;
  align-items: center;
  border: 1px solid #ffe5e0;
  padding: 16px;
  height: 50px;
  position: relative;
  margin-bottom: 34px;
}
.file-add input {
  min-width: 300px;
  text-align: left;
}

.file-add:after {
  content: "";
  background-image: url(../images/ico-attach.svg);
  width: 30px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
}

.file-add div#mfcf7_zl_multifilecontainer {
  margin-bottom: 10px;
  position: absolute;
  top: 12px;
  right: 0px;
  width: 100%;
}

.file-add #mfcf7_zl_multifilecontainer .wpcf7-form-control-wrap {
  display: inline;
  position: absolute;
  top: 0px;
  right: 60px;
  top: -14px;
}

.file-add .wpcf7-not-valid-tip {
  top: 0;
  position: absolute;
  width: 340px;
  display: flex;
  left: 0px;
  margin-top: -24px;
  padding: 12px;
  position: absolute;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 90px;
  float: left;
  justify-content: flex-start;
  margin-left: -16px !important;
}

.file-add input {
  position: absolute;
}

.francise-form .btn-primary-small {
  margin: 0 auto;
}

@media only screen and (max-width: 1050px) {
  .section--bgcontact form {
    width: 100%;
    max-width: 97%;
  }
  #apply-form .wpcf7-file {
    width: 100%;
  }
  .section--bgcontact form .francise-line {
    flex-direction: column;
  }
  .section--bgcontact form .francise-line input {
    width: 100%;
  }
  #apply-form .form-line-wide {
    flex-direction: column;
  }
  #apply-form .form-line-wide .wpcf7-form-control-wrap {
    width: 100%;
  }
  #apply-form .form-line-wide input {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .section--bgcontact form {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 650px) {
  #apply-form {
    padding-top: 40px;
  }
}
#popup-form {
  background: #ffffff;
  padding: 40px;
  position: relative;
  max-width: 900px;
}
#popup-form input[type=checkbox] {
  position: absolute;
  left: 0px;
}
#popup-form h4 {
  text-align: center;
  margin-bottom: 24px;
}
#popup-form .popup-line input {
  width: 100%;
  margin-bottom: 24px;
}
#popup-form .textarea-67 {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
#popup-form .textarea-67 textarea {
  width: 100%;
}
#popup-form .popup-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
#popup-form .popup-wrapper .popup-form-left {
  width: 49%;
}
#popup-form .popup-wrapper .popup-form-left input {
  width: 100%;
}
#popup-form .popup-wrapper .popup-form-right {
  width: 49%;
}
#popup-form .popup-wrapper .popup-form-right input {
  width: 100%;
}
#popup-form .acceptance-417 label {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
#popup-form .acceptance-417 label span {
  margin-left: 16px;
}
#popup-form .btn-primary-small {
  margin: 0 auto;
  margin-top: 24px;
}
#popup-form .popup-close {
  position: absolute;
  top: 40px;
  right: 40px;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .banner-form-popup form {
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner-form-popup form .wpcf7-response-output {
    position: absolute;
    bottom: 0px;
  }
  #popup-form {
    max-width: 100%;
  }
  #popup-form .popup-wrapper {
    flex-direction: column;
  }
  #popup-form .popup-wrapper .popup-form-left {
    width: 100%;
    margin-bottom: 24px;
  }
  #popup-form .popup-wrapper .popup-form-left input {
    width: 100%;
  }
  #popup-form .popup-wrapper .popup-form-right {
    width: 100%;
  }
  #popup-form .popup-wrapper .popup-form-right input {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  #popup-form {
    transform: scale(0.9);
    padding: 16px;
    padding-top: 40px;
  }
  #popup-form .wpcf7-response-output {
    position: absolute;
    bottom: 130px;
  }
  #popup-form .popup-close {
    top: 10px;
    right: 20px;
  }
}
/**
 * Pages - native WP pages - index, page, post, single, archive, taxonomy
 */
/* 404 page */
.section--four-zero-four .section--banner--header__content h5 {
  color: #ffffff;
  margin-top: 12px;
}

.section--search__content h5 {
  color: #ffffff;
  margin-top: 16px;
}
.section--search__search-form {
  margin-top: 24px;
}
.section--search__search-form .search_bar {
  margin: 0;
}
.section--search__search-form input[type=search] {
  background: #ffffff;
  width: 620px;
}
@media (max-width: 992px) {
  .section--search__search-form input[type=search] {
    width: 100%;
  }
}
.section--search__search-count {
  margin-top: 16px;
}
.section--search__search-count p, .section--search__search-count .search-form + .search_result li, .search-form + .search_result .section--search__search-count li,
.section--search__search-count .search-form + .search_result a,
.search-form + .search_result .section--search__search-count a, .section--search__search-count header .main-header .header--desktop__options__language ul .lang-item > a, header .main-header .header--desktop__options__language ul .section--search__search-count .lang-item > a, .section--search__search-count footer .footer__map-widget .widgettitle, footer .footer__map-widget .section--search__search-count .widgettitle, .section--search__search-count .nav--header-primary--desktop .menu-item > a, .nav--header-primary--desktop .section--search__search-count .menu-item > a, .section--search__search-count .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item a, .nav--header-primary--desktop .menu-item.menu-item-has-children .sub-menu-wrap ul .menu-item .section--search__search-count a, .section--search__search-count .nav--header-primary--mobile .menu > .menu-item > a, .nav--header-primary--mobile .section--search__search-count .menu > .menu-item > a, .section--search__search-count .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--search__search-count .link-back, .section--search__search-count .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .menu-item > a, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .section--search__search-count .menu-item > a, .section--search__search-count .nav--footer .menu-item.contact-link > a, .nav--footer .section--search__search-count .menu-item.contact-link > a, .section--search__search-count .nav--footer .menu-item.contact-link > .social-header, .nav--footer .section--search__search-count .menu-item.contact-link > .social-header, .section--search__search-count .nav--footer .menu-item.contact-link > .newsletter_title-footer, .nav--footer .section--search__search-count .menu-item.contact-link > .newsletter_title-footer, .section--search__search-count .mobile-menu__language ul .lang-item > a, .mobile-menu__language ul .section--search__search-count .lang-item > a {
  color: #ffffff;
}
.section--search__results {
  padding: 72px 0 0;
}
.section--search__results--pages, .section--search__results--posts, .section--search__results--attachments {
  padding: 0 0 96px;
}
.section--search__results--pages h2, .section--search__results--posts h2, .section--search__results--attachments h2 {
  position: relative;
  padding-bottom: 8px;
  text-align: center;
  margin-bottom: 40px;
}
#container-async {
  position: relative;
}
#container-async .loader {
  left: 45%;
  right: 45%;
  top: 30%;
  opacity: 0.6;
}
#container-async .allterms {
  position: absolute;
  z-index: -99;
}
#container-async #datablog {
  background: #e3a14e;
}
#container-async #datablog .swiper-button-next {
  right: 11%;
}
@media (max-width: 1790px) {
  #container-async #datablog .swiper-button-next {
    right: 6%;
  }
}
#container-async #datablog .swiper-button-next img {
  filter: brightness(0) invert(1) !important;
}
#container-async #datablog .swiper-button-next::after {
  display: none !important;
}
#container-async #datablog .swiper-button-prev {
  left: 11%;
}
@media (max-width: 1790px) {
  #container-async #datablog .swiper-button-prev {
    left: 6%;
  }
}
#container-async #datablog .swiper-button-prev img {
  filter: brightness(0) invert(1);
}
#container-async #datablog .swiper-button-prev::after {
  display: none !important;
}
#container-async #datablog .item a {
  min-width: 190px;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#container-async #datablog li::before {
  display: none;
}
#container-async #datablog .nav-filter {
  flex-wrap: nowrap;
}
#container-async #datablog .active {
  background: #d6933e !important;
}
#container-async #datablog .active a {
  background: #d6933e !important;
}

.blog__categories {
  background-color: #e3a14e;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  position: relative;
}
.blog__categories .container {
  width: 100%;
}
.blog__categories .categories {
  height: 100%;
  width: 100%;
}
.blog__categories .categories .swiper-button-next:after,
.blog__categories .categories .swiper-button-prev:after {
  display: none;
}
.blog__categories .categories .swiper-button-prev {
  left: 0;
}
.blog__categories .categories .swiper-button-next {
  right: 0;
}
.blog__categories .item {
  padding: 0 32px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1.63;
  color: #ffffff;
  text-transform: uppercase;
  transition: 0.3s ease;
  text-align: center;
}
@media (max-width: 768px) {
  .blog__categories .item {
    padding: 0 16px;
  }
}
.blog__categories .item:hover {
  color: #ffffff;
  background: #d6933e;
}
.blog__categories .item.active {
  color: #ffffff;
  background: #d6933e;
}
.blog__posts {
  position: relative;
  padding-bottom: 170px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 72px;
}
@media (max-width: 992px) {
  .blog__posts {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-bottom: 50px;
  }
}
.blog__posts .post {
  width: 100%;
  position: relative;
}
.blog__posts .post:hover .post__image img {
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-out;
}
.blog__posts .post:hover .post__cta img {
  margin-left: 30px;
  transition: all 0.3s ease-out;
}
.blog__posts .post__image {
  width: 100%;
  min-height: 350px;
  max-height: 420px;
  overflow: hidden;
}
.blog__posts .post__image img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease-out;
}
.blog__posts .post__title {
  font-size: 26px;
  line-height: 1.23;
  color: #1d1d1b;
  margin-top: 20px;
  display: block;
}
@media (max-width: 768px) {
  .blog__posts .post__title {
    font-size: 21px;
  }
}
.blog__posts .post__cta {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #e3a14e;
}
.blog__posts .post__cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .blog__posts .post__cta {
    font-size: 12px;
  }
}
.blog__posts .post__cta img {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}
.blog__pagination {
  margin-top: 46px;
  margin-bottom: 46px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -5px;
  z-index: 88;
}
.blog__pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .blog__pagination .pagination .next {
    margin-right: -35px;
  }
}
.blog__pagination .pagination .prev {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .blog__pagination .pagination .prev {
    margin-left: -35px;
  }
}
.blog__pagination .pagination .page-numbers {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 12px;
  color: #1d1d1b;
}
@media (max-width: 992px) {
  .blog__pagination .pagination .page-numbers {
    position: relative;
    font-size: 18px;
    max-width: 25px;
  }
}
.blog__pagination .pagination .current {
  color: #e3a14e;
}
.blog__pagination .pagination__prev {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .blog__pagination .pagination {
    margin-left: -25px;
  }
}
@media (max-width: 992px) {
  .blog__pagination {
    position: relative;
    left: auto;
    right: auto;
    transform: none;
  }
}

.single-post-custom__meta {
  display: flex;
  margin: 0 auto;
  max-width: 840px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 110px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .single-post-custom__meta {
    padding: 0 15px;
    margin-bottom: 60px;
    margin-top: 28px;
  }
}
.single-post-custom__date {
  display: flex;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: #1d1d1b;
  flex-wrap: wrap;
}
.single-post-custom__date strong {
  font-weight: 500;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .single-post-custom__date {
    margin-top: 15px;
  }
}
.single-post-custom__sharing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-post-custom__sharing .sharing-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #1d1d1b;
}
@media (max-width: 768px) {
  .single-post-custom__sharing .sharing-title {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.single-post-custom__sharing .sharing-icons {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .single-post-custom__sharing .sharing-icons {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.single-post-custom__sharing .sharing-icons__button {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .single-post-custom__sharing .sharing-icons__button {
    margin-right: 10px;
  }
}
.single-post-custom .related-posts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 96px;
}
.single-post-custom .related-posts__title {
  font-size: 40px;
  line-height: 1.2;
  color: #1d1d1b;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .single-post-custom .related-posts__title {
    font-size: 32px;
  }
}
.single-post-custom .related-posts__title:after {
  content: "";
  position: absolute;
  left: calc(50% - 64px);
  bottom: 10px;
  background-color: #e3a14e;
  height: 1px;
  width: 128px;
}
.single-post-custom .related-posts .blog__posts {
  width: 100%;
}
@media (max-width: 992px) {
  .single-post-custom .related-posts .blog__posts {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
  }
}
.single-post-custom .related-posts__cta {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .single-post-custom .related-posts__cta {
    margin-top: 30px;
  }
}
.single-post-custom .related-posts__cta a {
  padding: 15px 40px 15px;
  background-color: #e3a14e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.63;
  letter-spacing: 1.6px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s ease;
  align-items: center;
  display: inline-flex;
  letter-spacing: 1.6px;
  padding: 15px 40px;
  border-radius: 99px;
}
.single-post-custom .related-posts__cta a:hover {
  background-color: #d6933e !important;
}

.archive .section-recent-posts {
  padding-bottom: 80px;
}

.item {
  width: 100%;
  position: relative;
}
.item:hover .item__image img {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}
.item:hover .item__cta img {
  margin-left: 30px;
  transition: all 0.3s ease-out;
}
.item__image {
  height: 420px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.item__title {
  line-height: 1.23;
  color: #1d1d1b;
  display: block;
}
@media (max-width: 768px) {
  .item__title {
    font-size: 21px;
    margin: 0 0 22px;
  }
}
.item__cta {
  margin: 0 !important;
}
.item__cta a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.63;
  color: #e3a14e;
}
.item__cta a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item__cta img {
  margin-left: 10px;
  transition: all 0.3s ease-out;
}

@media (max-width: 992px) {
  .section-recent-posts {
    padding-bottom: 126px;
  }
}
.section-recent-posts .reasons__title {
  position: relative;
}
@media (max-width: 992px) {
  .section-recent-posts .reasons__items {
    grid-template-columns: 1fr;
  }
}

.taxonomy-custom {
  padding: 86px 0;
}
.taxonomy-custom__title {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .taxonomy-custom__title {
    display: none;
  }
}
.taxonomy-custom__grid {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 32px;
}
@media (max-width: 1200px) {
  .taxonomy-custom__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .taxonomy-custom__grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .taxonomy-custom__grid .item {
    padding-bottom: 16px;
    border-bottom: 1px solid #e3a14e;
  }
}
@media (max-width: 768px) {
  .taxonomy-custom__grid .item__image {
    display: none;
  }
}
.taxonomy-custom__blocks-image {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 69px;
  align-items: baseline;
}
@media (max-width: 992px) {
  .taxonomy-custom__blocks-image {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .taxonomy-custom__blocks-image {
    grid-template-columns: 1fr 1fr;
  }
}
.taxonomy-custom__blocks-image .item img {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
  max-height: 85px;
  max-width: 85px;
}
.taxonomy-custom__blocks-image .item__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: center;
  color: #1d1d1b;
}
.taxonomy-custom__blocks-image .item__desc strong {
  font-weight: 500;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image {
    background: #ffe5e0;
  }
}
.taxonomy-custom__text-image__repeater {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  position: relative;
  background: #efefe9;
}
.taxonomy-custom__text-image__repeater .line-segment::after, .taxonomy-custom__text-image__repeater footer .footer__map-widget .widgettitle::after, footer .footer__map-widget .taxonomy-custom__text-image__repeater .widgettitle::after, .taxonomy-custom__text-image__repeater .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .link-back::after, .nav--header-primary--mobile .menu > .menu-item.menu-item-has-children .sub-menu .taxonomy-custom__text-image__repeater .link-back::after, .taxonomy-custom__text-image__repeater .nav--footer .menu-item.contact-link > a::after, .nav--footer .taxonomy-custom__text-image__repeater .menu-item.contact-link > a::after, .taxonomy-custom__text-image__repeater .nav--footer .menu-item.contact-link > .social-header::after, .nav--footer .taxonomy-custom__text-image__repeater .menu-item.contact-link > .social-header::after, .taxonomy-custom__text-image__repeater .nav--footer .menu-item.contact-link > .newsletter_title-footer::after, .nav--footer .taxonomy-custom__text-image__repeater .menu-item.contact-link > .newsletter_title-footer::after {
  width: 125px;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater {
    flex-direction: column-reverse;
  }
}
.taxonomy-custom__text-image__repeater .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .img {
    top: unset;
    bottom: 0;
    width: 100%;
    height: 400px;
    padding-right: 0px;
  }
}
@media (max-width: 576px) {
  .taxonomy-custom__text-image__repeater .img {
    height: 300px;
  }
}
.taxonomy-custom__text-image__repeater .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.taxonomy-custom__text-image__repeater .img.reverse {
  left: unset;
  right: 0;
  padding-left: 40px;
  padding-right: 0px;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .img.reverse {
    padding-left: 0px;
  }
}
.taxonomy-custom__text-image__repeater .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0 65px 0;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .container {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.taxonomy-custom__text-image__repeater .container > div {
  flex: 1;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .container > div {
    flex: auto;
  }
}
.taxonomy-custom__text-image__repeater .container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .container.reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .container .placeholder-image {
    min-height: 400px;
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  .taxonomy-custom__text-image__repeater .container .placeholder-image {
    min-height: 300px;
  }
}
.taxonomy-custom__text-image__repeater .item {
  max-width: 46.1%;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .item {
    padding: 48px 16px 0;
    max-width: 100%;
  }
}
.taxonomy-custom__text-image__repeater .item__title {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .taxonomy-custom__text-image__repeater .item__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
.taxonomy-custom__text-image__repeater .item__desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  text-align: left;
  color: #1d1d1b;
}

@media (max-width: 992px) {
  .taxonomy-custom__grid .item .item__cta {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 992px) {
  .taxonomy-custom__grid .item .item__cta .cta_small_name {
    display: none !important;
  }
}

/**
 * Templates - WP templates
 */
