.page-template-contact .page-hero-next,
.page-template-blog .page-hero-next,
.archive.category .page-hero-next {
    display: none;
}

.page-template-contact .template-contact-content,
.page-template-blog .terms-list,
.archive.category .terms-list {
    position: relative;
    z-index: 1;
}

.text-section--media-size-half_screen .col--text.col-lg-6+.col--media .owl-photos .owl-stage-outer {
    height: 100%;
}


/* accordion */
.accordion {
    font-family: "replica", sans-serif;
}

.accordion .accordion__content p {
    font-size: 16px;
}

body.mid-text .accordion .accordion__content p {
    font-size: 18px;
}

body.big-text .accordion .accordion__content p {
    font-size: 20px;
}


/* gtranslate */
.gtranslate_wrapper a.glink {
    font-weight: 600 !important;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid transparent;
}

.gtranslate_wrapper a.glink.gt-current-lang {
    border-bottom: 1px solid #041E3A;
}

body.mid-text .gtranslate_wrapper a.glink {
    font-size: 18px;
}

body.big-text .gtranslate_wrapper a.glink {
    font-size: 20px;
}

body.high-contrast .gtranslate_wrapper a.glink.gt-current-lang {
    border-bottom: 1px solid #FFFF00;
}

[data-theme="dark"] .gtranslate_wrapper a.glink.gt-current-lang {
    border-bottom: 1px solid #fff;
}


/* cookies banner */
.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:before {
    top: 0 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label:after {
    top: 2px !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-banner-checkbox .cmplz-label {
    padding-left: 34px;
}


/* newsletter */
div.tnp-subscription.tnp {
    background: #fff;
    box-shadow: 0 0 30px #ccc;
    padding: 34px 34px 20px;
    width: 780px;
    min-width: 780px;
    max-width: 100%;
    margin-top: 34px;
}

.tnp form {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Replica';
}

.tnp .tnp-field-email {
    width: 470px;
    max-width: 70%;
    order: 1;
}

.tnp .tnp-field-email input[type="email"] {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 15px 18px;
    font-size: 16px;
}

.tnp .tnp-field-email input::placeholder {
    opacity: 0.5;
}

.tnp .tnp-field-email label {
    display: none;
}

.tnp .tnp-privacy-field {
    order: 3;
    width: 100%;
    margin-top: 8px;
}

.tnp .tnp-privacy-field label {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
        line-height: 1.4;
}

.tnp input[type="checkbox"] {
    -webkit-appearance: checkbox;
    position: relative;
    top: 4px;
    margin-right: 15px;
    width: 16px;
    min-width: 16px;
    height: 16px;
}

.tnp .tnp-field.tnp-field-button {
    order: 2;
    width: calc(100% - 470px);
    text-align: right !important;
    padding-left: 15px;
    position: relative;
}

.tnp .tnp-field.tnp-field-button input[type="submit"] {
    background-color: #EF4655;
    text-transform: lowercase;
    font-size: 16px;
    padding: 21px 64px 19px 34px;
    border-radius: 34px;
}

.tnp .tnp-field.tnp-field-button::after {
    content: '\e8a8';
    font-family: 'fontello';
    display: inline-block;
    font-size: 8px;
    -webkit-text-stroke: 2px #fff;
    position: absolute;
    top: 22px;
    right: 34px;
    transition: all 0.3s ease-in-out;
}

.tnp-profile.tnp .tnp-field {
    margin-right: 15px !important;
}

.tnp-profile.tnp .tnp-field label {
    font-size: 16px !important;
    line-height: 1.4;
}

.tnp-profile.tnp input:not([type="submit"]),
.tnp-profile.tnp select {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    padding: 20px 15px 18px !important;
    margin-bottom: 12px !important;
}

.tnp-profile.tnp input[type="submit"] {
    padding-right: 34px !important;
}

.tnp-profile.tnp .tnp-field-privacy {
    display: flex;
    align-items: center;
}

.tnp-profile.tnp .tnp-field.tnp-field-button::after {
    display: none;
}

.page-id-8759 .newsletter {
    display: none;
}

.footer-menu-section div.tnp-subscription.tnp {
    min-width: auto;
    width: auto;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.footer-menu-section div.tnp-subscription.tnp .tnp-field-email {
    width: calc(100% - 197px);
    padding-right: 15px;
    max-width: initial;
}

.footer-menu-section div.tnp-subscription.tnp .tnp-field.tnp-field-button {
    width: 197px;
    padding-left: 0;
}

.footer-menu-section div.tnp-subscription.tnp input[type='email'] {
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    padding-left: 0;
    font-size: 30px;
    padding-top: 10px;
}

.footer-menu-section div.tnp-subscription.tnp .tnp-field.tnp-field-button input {
    background-color: transparent;
    border: 2px solid #fff;
    padding: 19px 64px 17px 34px
}

body.mid-text .tnp .tnp-field-email input[type="email"],
body.mid-text .tnp .tnp-privacy-field label,
body.mid-text .tnp .tnp-field.tnp-field-button input[type="submit"],
body.mid-text .tnp-profile.tnp .tnp-field label    {
    font-size: 18px!important;
}

body.big-text .tnp .tnp-field-email input[type="email"],
body.big-text .tnp .tnp-privacy-field label,
body.big-text .tnp .tnp-field.tnp-field-button input[type="submit"],
body.big-text .tnp-profile.tnp .tnp-field label {
    font-size: 20px!important;
}

body.high-contrast div.tnp-subscription.tnp {
    background-color: #000;
    box-shadow: 0 0 30px #666;
}

body.high-contrast .footer-menu-section div.tnp-subscription.tnp {
    background-color: transparent;
    box-shadow: none;
}

body.high-contrast .footer-menu-section div.tnp-subscription.tnp input[type='email'] {
    border-bottom: 1px solid #FFFF00;
}

body.high-contrast .footer-menu-section div.tnp-subscription.tnp input[type='email'],
body.high-contrast .footer-menu-section div.tnp-subscription.tnp input[type='email']::placeholder {
    color: #ffff00;
}

body.high-contrast .footer-menu-section div.tnp-subscription.tnp .tnp-field.tnp-field-button input {
    color: #FFFF00;
    border: 2px solid #FFFF00;
}

body.high-contrast .tnp .tnp-field.tnp-field-button::after {
    -webkit-text-stroke: 2px #ffff00;
}

[data-theme="dark"]  div.tnp-subscription.tnp {
    background-color: #000;
    box-shadow: 0 0 30px #666;
}

[data-theme="dark"] .footer-menu-section div.tnp-subscription.tnp {
    background-color: transparent;
    box-shadow: none;
}


@media screen and (max-width: 1199.98px) {
    .footer-menu-section div.tnp-subscription.tnp .tnp-field-email {
        width: 100%;
    }

.footer-menu-section div.tnp-subscription.tnp .tnp-field.tnp-field-button{
        width: 100%;
        order: 3;
        max-width: 100%;
    }
}

@media screen and (max-width: 991.98px) {

    div.tnp-subscription.tnp {
        min-width: auto;
    }

    .tnp .tnp-field.tnp-field-button::after {
        display: none;
    }

    .tnp .tnp-field.tnp-field-button input[type="submit"] {
        padding-right: 34px;
    }
}

@media screen and (max-width: 767.98px) {
    .tnp .tnp-field.tnp-field-button {
        order: 3;
        width: 100%;
        padding-left: 0;
    }

    .tnp .tnp-field-email {
        max-width: 100%;
    }
}

@media screen and (max-width: 575.98px) {

    .tnp-profile.tnp .tnp-field {
        width: 100%;
        margin-right: 0 !important;
    }

    .tnp-profile.tnp input:not([type="submit"]),
    .tnp-profile.tnp select {
        width: 1005 !important;
        margin-right: 0 !important;
    }
}


.template-baza-firm-content .company__about .c-opis p {
    margin-bottom: 24px;
}

.text-columns-section .row .standard-format {
	width: auto;
}

@media screen and (min-width: 1200px) {
	.page-id-1291 .page-hero-next .info-box {
	top: -80px;
}
}

@media screen and (max-width: 1199.98px) {
	.page-id-1291 .page-hero-next .info-box {
	top: 0;
		position: relative;
		right: 0;
		margin-top: 45px;
}
}

.template-baza-firm-content .company__map {
	max-height: initial;
}

@media screen and (max-width: 399.98px) {
	.template-baza-firm-content .company-list ul li {
		width: 100%;
	}
}

.footer-menu-section__logos img {
	object-fit: contain;
	width: auto!important;
	height: auto!important;
}


#event-filter select#event-month-year:focus-visible, #event-filter-2 select#event-month-year:focus-visible {
	outline: 1px solid #000 !important;
	outline-offset: 0!important;
}

.footer-menu-section input {
	font-family: 'replica'!important;
}

 .footer-menu-section input:-webkit-autofill,
.footer-menu-section input:-webkit-autofill:hover,
.footer-menu-section input:-webkit-autofill:focus,
.footer-menu-section input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s!important;
	    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

.footer-menu-section .tnp .tnp-privacy-field a {
	font-weight: 300!important;
}

.video-wrapper iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}


.your-files + div + span + p label span::before {
    content: 'Dodaj załączniki (np. PDF)';
    color: #EF4655;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

.your-files + div + span + p label span::after {
    content: '\e8a8';
    font-family: 'fontello';
    display: inline-block;
    font-size: 8px;
    -webkit-text-stroke: 2px #EF4655;
    color: #EF4655;
    position: relative;
    position: absolute;
    top: 5px;
    right: 0;
}

/* layput: project-template-project-lp */
*{}

@media screen and (max-width: 1199.98px) {
  body.project-template-project-lp.single-project .flex-content > div {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  body.project-template-project-lp.single-project .flex-content > div {
    margin-bottom: 45px;
  }
}

body.project-template-project-lp .header-landing {
  padding: 20px 0 40px;
}

body.project-template-project-lp .header-desktop__logo--add {
  width: 280px;
  height: 120px;
}

@media screen and (max-width: 1199.98px) {
  body.project-template-project-lp .header-mobile__logo--add {
    max-width: 160px !important;
    margin-top: 10px;
    height: auto;
  }
}

@media screen and (max-width: 991.98px) {
  body.project-template-project-lp .header-mobile__logo--add {
    max-width: 120px !important;
  }
}

@media screen and (max-width: 991.98px) {
  body.project-template-project-lp .header-mobile__logo-anchore  {
    min-width: initial !important;
    max-width: 600px !important;
  }
  body.project-template-project-lp .header-mobile__logo--add {
    max-width: 100px !important;
  }
}



body.project-template-project-lp {
  --hero-height: 900px;
  --hero-height-2: 650px;
  --hero-height-3: 450px;
  margin-top: 0 !important;
}

@media screen and (max-width: 1199.98px) {
  body.project-template-project-lp .page-hero {
    padding-top: 140px;
  }
}

body.project-template-project-lp .page-hero__bg {
  height: var(--hero-height);
}

body.project-template-project-lp .page-hero__bg img,
body.project-template-project-lp .page-hero__bg video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  display: block;
}

body.project-template-project-lp .page-hero__video-wrapper {
  position: relative;
  width: 100%;
  height: 100% !important;
}

body.project-template-project-lp .page-hero__video-holder {
  position: relative;
}

body.project-template-project-lp .page-hero__video-holder::before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFF 9.66%, rgba(255, 255, 255, 0) 50%);
  z-index: 3;
}
@media screen and (max-width: 1199.98px) {
  body.project-template-project-lp .page-hero__bg::after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
  }
}

body.project-template-project-lp .page-hero__video {
  position: relative;
  z-index: 1;
}

body.project-template-project-lp .page-hero.--has-video  > .container {
  z-index: 3;
}

body.project-template-project-lp .page-hero.--has-video + .page-hero-next .col--link {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  body.project-template-project-lp .page-hero.--has-video + .page-hero-next {
    margin-bottom: 0;
  }
}

body.project-template-project-lp .page-hero__bg .page-hero__video::-webkit-media-controls {
  z-index: 4;
}

body.project-template-project-lp .page-hero__bg {
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  body.project-template-project-lp .page-hero__bg {
    min-height: var(--hero-height-2);
    max-height: var(--hero-height-2);
    height: 100dvh;
  }
}

@media (max-width: 991.98px) {
  body.project-template-project-lp .page-hero__bg {
    min-height: var(--hero-height-3);
    max-height: var(--hero-height-3);
    height: 100dvh;
  }
}

body.project-template-project-lp .page-hero__bg::before {
  z-index: 2;
}

body.project-template-project-lp .headline,
body.project-template-project-lp .standard-format h2, 
body.project-template-project-lp .standard-format h3, 
body.project-template-project-lp .standard-format h4, 
body.project-template-project-lp .standard-format h5, 
body.project-template-project-lp .standard-format h6 
{
  font-weight: 400 !important;
}

.text-section.image-full-h .col--media {
  position: relative !important;
  max-height: initial !important;
  /* min-height: 650px; */
}

@media (min-width: 1200px) {
  .text-section.image-full-h .col--media {
    min-height: 650px;
  }
}

.text-section.image-full-h .col--media img {
  height: auto !important;
  top: initial;
  max-height: initial;
}

.text-section.image-full-h.text-section--photo-left .col--media img {
  right: 0;
  left: initial;
}

.text-section.image-full-h.text-section--photo-right .col--media img {
  left: 0;
  right: initial;
}

.text-section.mb-0,
.text-columns-section--no-border.mb-0 {
  margin-bottom: 0 !important
}

/* section: text-columns-section */

/* body.project-template-project-lp .text-columns-section .row {
  align-items: stretch;
} */
body.project-template-project-lp .text-columns-section .row > div[class*="col"] {
  margin-bottom: 2.5rem;
}

body.project-template-project-lp .text-columns-section div[class*="col"] .headline {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  --fs: 48px;
  font-size: var(--fs) !important;
}

@media (max-width: 767.98px) { 
  body.project-template-project-lp .text-columns-section div[class*="col"] .headline { 
    --fs: 36px;
  } 
}

@media (max-width: 575.98px) { 
  body.project-template-project-lp .text-columns-section div[class*="col"] .headline { 
    --fs: 30px;
  } 
}

body.project-template-project-lp .text-columns-section .standard-format ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

body.project-template-project-lp .text-columns-section.text-columns-section--no-border .headline {
  --fs: 64px;
  font-size: var(--fs) !important;
}

@media (max-width: 1199.98px) { 
  body.project-template-project-lp .text-columns-section.text-columns-section--no-border .headline { 
    --fs: 54px; 
  } 
}
@media (max-width: 991.98px)  { 
  body.project-template-project-lp .text-columns-section.text-columns-section--no-border .headline { 
    --fs: 44px; 
  } 
}
@media (max-width: 767.98px)  { 
  body.project-template-project-lp .text-columns-section.text-columns-section--no-border .headline { 
    --fs: 38px; 
  } 
}
@media (max-width: 575.98px)  { 
  body.project-template-project-lp .text-columns-section.text-columns-section--no-border .headline { 
    --fs: 34px; 
  } 
}


/* blockquote */

body.project-template-project-lp blockquote {
  background: #ABCE78;
  margin-left: 0;
  border: none;
  color: #041E3A;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding: 10px 50px;
  display: inline-block;
}
@media screen and (max-width: 1199.98px) {
  body.project-template-project-lp blockquote {
    padding: 10px 30px;
    font-size: 20px;
    line-height: 24px;
  }
}

body.project-template-project-lp blockquote::before {
  display: none;
}

/* .text-dropdown-section */

body.project-template-project-lp .text-dropdown-section .accordion__title p.headline {
  font-size: 24px;
}

body.project-template-project-lp .text-dropdown-section .accordion__title p:not(.headline) {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #595959;
}

body.project-template-project-lp .text-dropdown-section--media-type-photo {
  position: relative !important;
  --icons-col-width: 80px;
}

body.project-template-project-lp .text-dropdown-section--media-type-photo .col--text {
  position: static;
  overflow: visible;
  padding-bottom: 0;
}

body.project-template-project-lp .text-dropdown-section--media-type-photo .col--text img {
  position: relative;
  display: block;
  height: auto;
  object-fit: cover;
  margin-left: calc((50% - 50vw) / 2);
  width: calc(50vw - var(--icons-col-width));
  max-width: calc(960px - var(--icons-col-width));
}

@media screen and (max-width: 1199.98px) {
  body.project-template-project-lp .text-dropdown-section--media-type-photo .col--text img {
    margin-left: calc((50% - 40vw) / 2);
  }
}
@media screen and (max-width: 1023.98px) {
  body.project-template-project-lp .text-dropdown-section--media-type-photo .col--text img {
    margin-left: calc((50% - 30vw) / 2);
  }
}
@media screen and (max-width: 991.98px) {
  body.project-template-project-lp .text-dropdown-section--media-type-photo .col--text img {
    margin-left: 0;
    width: 100%;
  }
}

/* section: text-dropdown-section--type-history */
body.project-template-project-lp .text-dropdown-section--type-history .col--list .accordion__left {
  z-index: 3;
  outline: 15px solid #fff;
  background-color: #E50E81;
}

body.project-template-project-lp .text-dropdown-section--type-history .col--list .accordion::before,
body.project-template-project-lp .text-dropdown-section--type-history .col--list .accordion::after {
  height: calc(50%);
}

body.project-template-project-lp .text-dropdown-section--type-history .col--list .accordion.active::before,
body.project-template-project-lp .text-dropdown-section--type-history .col--list .accordion.active::after {
  height: calc(50%);
}

@media screen and (min-width: 1200px) {
  body.project-template-project-lp .text-dropdown-section--type-simple.text-dropdown-section--2 .col--list {
    max-width: calc(10/12 * 100%);
    margin-left: auto;
    margin-right: auto;
  }
}

/* decorations */
[class*="--decoration-"] {
  position: relative;
  z-index: 1;
}
/* .--decoration-01 {
  position: relative;
  z-index: 1;
} */

.--decoration-01 .standard-format ul li {
  margin-bottom: 1rem !important;
  font-size: 24px !important;
}

.--decoration-01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* width: calc(620px / 2); */
  /* height: 660px; */
  width: clamp(120px, 18vw, 310px);
  height: clamp(220px, 30vw, 660px);
  background-image: url('../img/decorations/--decoration-01.svg');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(15%);
}


.--decoration-02 {
  margin-bottom: 0 !important;
  z-index: 2;
}


@media screen and (max-width: 1199.98px) {
  .--decoration-02::before,
  .--decoration-02::after {
    opacity: 0.5
  }
}

.--decoration-02::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  /* width: 490px; */
  /* height: 560px; */
  width: clamp(180px, 28vw, 490px);
  height: clamp(220px, 32vw, 560px);
  background-image: url('../img/decorations/--decoration-02.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
  /* z-index: 2; */
  z-index: 0;
  pointer-events: none;
  transform: translateY(-10%);
  mix-blend-mode: multiply;
}

.--decoration-02-bg > .container {
  background-image: url('../img/decorations/--decoration-02-bg-a.jpg');
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  padding-bottom: 100px;
}

@media (max-width: 1199.98px) {
  .--decoration-02-bg > .container {
    padding-bottom: 60px;
  }
}

.--decoration-02-bg-b > .container {
  background-image: url('../img/decorations/--decoration-02-bg-b.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  padding-top: 0px;
}


.--decoration-03::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* width: 200px; */
  /* height: 800px; */
  width: clamp(80px, 16vw, 200px);
  height: clamp(300px, 45vw, 800px);
  background-image: url('../img/decorations/--decoration-03.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}


.--decoration-04::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  /* width: 400px; */
  /* height: 800px; */
  width: clamp(140px, 24vw, 400px);
  height: clamp(260px, 45vw, 800px);
  background-image: url('../img/decorations/--decoration-04.png');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  transform: translateY(15%);
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.--ekoista > .container > div > .headline {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}
.--ekoista > .container > div > .headline::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(calc(150px));
  /* width: 380px; */
  /* height: 170px; */
  width: clamp(120px, 26vw, 380px);
  height: clamp(55px, 12vw, 170px);
  background-image: url('../img/decorations/badz-ekoista.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 1439.98px) {
  .--ekoista > .container > div > .headline::after {
    transform: translateX(calc(100px)) scale(0.8);
  }
}

@media screen and (max-width: 1199.98px) {
  .--ekoista > .container > div > .headline::after {
    transform: translateX(calc(100px)) scale(0.8);
  }
}

@media screen and (max-width: 991.98px) {
  .--ekoista > .container > div > .headline::after {
    transform: translateX(calc(100px)) scale(0.8);
  }
}

@media screen and (max-width: 767.98px) {
  .--ekoista > .container > div > .headline::after {
    position: relative;
    transform: none;
    display: block;
    margin: 0 auto;
  }
}


.--decoration-05::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* width: 300px; */
  /* height: 250px; */
  width: clamp(100px, 18vw, 300px);
  height: clamp(80px, 15vw, 250px);
  background-image: url('../img/decorations/--decoration-05.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-75%);
}

.--decoration-06 {
  z-index: 1;
}
.--decoration-06 + div {
  z-index: 2;
}
.--decoration-06::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  /* width: 640px; */
  /* height: 480px; */
  width: clamp(220px, 32vw, 640px);
  height: clamp(160px, 24vw, 480px);
  background-image: url('../img/decorations/--decoration-06.png');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(33%);
}

.--decoration-07 {
  z-index: 2;
}
.--decoration-07::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  /* width: 350px; */
  /* height: 700px; */
  width: clamp(120px, 20vw, 350px);
  height: clamp(240px, 40vw, 700px);
  background-image: url('../img/decorations/--decoration-07.png');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-45%);
}

.--decoration-08::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* width: 65px; */
  /* height: 385px; */
  width: clamp(30px, 6vw, 65px);
  height: clamp(140px, 28vw, 385px);
  background-image: url('../img/decorations/--decoration-08.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(20%);
}


.--decoration-09::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  /* width: 190px; */
  /* height: 515px; */
  width: clamp(80px, 13vw, 190px);
  height: clamp(220px, 36vw, 515px);
  background-image: url('../img/decorations/--decoration-09.png');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-55%);
}


.--decoration-10::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  /* width: 230px; */
  /* height: 1060px; */
  width: clamp(80px, 16vw, 230px);
  height: clamp(300px, 60vw, 1060px);
  background-image: url('../img/decorations/--decoration-10.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-50%);
}


.--decoration-11::before {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  /* width: 430px; */
  /* height: 870px; */
  width: clamp(140px, 24vw, 430px);
  height: clamp(260px, 50vw, 870px);
  background-image: url('../img/decorations/--decoration-11.png');
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-50%);
}


.--decoration-12::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  /* width: 260px; */
  /* height: 720px; */
  width: clamp(90px, 18vw, 260px);
  height: clamp(220px, 42vw, 720px);
  background-image: url('../img/decorations/--decoration-12.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
  transform: translateY(-50%);
}

.--ekoista-02 .col--text > h3 {
  position: relative;
  z-index: 1;
  display: block;
}

.--ekoista-02 .col--text > h3::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(50%);
  /* width: 380px; */
  /* height: 170px; */
  width: clamp(120px, 26vw, 380px);
  height: clamp(55px, 12vw, 170px);
  background-image: url('../img/decorations/badz-ekoista.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 991.98px) {
  .--ekoista-02 .col--text > h3::after {
    transform: translateY(100%);
  }
}
@media screen and (max-width: 767.98px) {
  .--ekoista-02 .col--text > h3::after {
    position: relative;
    display: block;
    transform: none;  
    margin: 0 auto;
  }
}


/* ---------- video popup ---------- */
#video-popup.popup {
  display: flex;
  align-items: center;
  justify-content: center;
}
#video-popup .popup__box {
  width: auto;
  max-width: calc(100vw - 32px);
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  opacity: 1;
}
#video-popup video.page-hero__popup-video {
  display: block;
  width: 100%;
  max-width: 1280px;
  max-height: 85vh;
  height: auto;
  /* border-radius: 8px; */
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
#video-popup .popup__close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
}
#video-popup .popup__close:hover,
#video-popup .popup__close:focus {
  background-color: #EF4655;
}