@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/subset-RobotoCondensed-Light.woff2") format("woff2"), url("../fonts/subset-RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url("../fonts/subset-RobotoCondensed-LightItalic.woff2") format("woff2"), url("../fonts/subset-RobotoCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/subset-RobotoCondensed-Regular.woff2") format("woff2"), url("../fonts/subset-RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Condensed';
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/subset-RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/subset-RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/subset-Ubuntu-Regular.woff2") format("woff2"), url("../fonts/subset-Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ubuntu';
  src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("../fonts/subset-Ubuntu-Bold.woff2") format("woff2"), url("../fonts/subset-Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icofont';
  src: url("../fonts/icofont.eot");
  src: url("../fonts/icofont.eot?#iefix") format("embedded-opentype"), url("../fonts/icofont.woff") format("woff"), url("../fonts/icofont.ttf") format("truetype"), url("../fonts/icofont.svg#icofont") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='fa-']:before {
  display: inline-block;
  font-family: 'icofont';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-caret-down:before {
  content: '\0041';
}

.fa-caret-right:before {
  content: '\0042';
}

.fa-envelope:before {
  content: '\0043';
}

.fa-facebook-f:before {
  content: '\0044';
}

.fa-file:before {
  content: '\0045';
}

.fa-home:before {
  content: '\0046';
}

.fa-instagram:before {
  content: '\0047';
}

.fa-linkedin:before {
  content: '\0048';
}

.fa-phone-alt:before {
  content: '\0049';
}

.fa-search:before {
  content: '\004a';
}

.fa-times:before {
  content: '\004b';
}

.fa-bars:before {
  content: '\004c';
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

body {
  color: #010101;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  z-index: 1;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #3f8e93;
}

a:hover {
  text-decoration: underline;
}

.go-to {
  cursor: pointer;
}

strong,
b {
  font-weight: 700;
}

p + p {
  margin: 1rem 0 0;
}

.text-primary {
  color: #3f8e93;
}

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

.underline {
  text-decoration: underline;
}

::-moz-selection {
  color: #fff;
  background: #3f8e93;
}

::selection {
  color: #fff;
  background: #3f8e93;
}

.noscroll {
  overflow: hidden;
}

.container, .cookiebar__container {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--l {
  max-width: 67rem;
}

.container--m {
  max-width: 57rem;
}

.container--s {
  max-width: 47rem;
}

.space-bottom {
  padding-bottom: 4rem;
}

.title {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding: 0 0 2rem 0.875em;
  display: inline-block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .title {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .title--center {
    text-align: center;
  }
}

.title__icon {
  position: absolute;
  z-index: 0;
  margin-left: -0.875em;
  margin-top: -0.25em;
  height: 0.75em;
}

.title__text {
  display: inline;
  z-index: 1;
  position: relative;
  font-weight: 700;
}

.title__sub {
  line-height: 1;
  font-size: 0.75em;
  font-weight: 300;
}

.wp-text {
  text-align: justify;
  font-size: 1.0rem;
  line-height: 2;
}

.wp-text ul {
  list-style: disc;
}

.wp-text p + ul {
  margin-bottom: 1rem;
}

.wp-text li {
  margin-left: 2rem;
}

.wp-text a {
  color: inherit;
  text-decoration: underline;
}

.wp-text a:hover {
  color: #3f8e93;
}

.topbar {
  position: absolute;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topbar--fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.85);
  padding: 0 1rem;
}

.topbar--mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  background: #fff;
  padding: 2rem 1rem;
  text-align: center;
  position: fixed;
}

.topbar--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.topbar__logo {
  display: none;
}

@media (min-width: 768px) {
  .topbar__logo {
    display: block;
  }
}

@media (min-width: 1200px) {
  .topbar__logo {
    opacity: 0;
  }
}

.topbar__logo--fixed {
  opacity: 1;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.topbar__logo--pinus {
  display: none;
}

@media (min-width: 1200px) {
  .topbar__logo--pinus {
    opacity: 1;
    display: inline;
  }
}

.topbar__logo--mobile {
  display: inline;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.topbar__logo__img {
  height: 1.5rem;
  display: block;
}

.social {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 1rem;
  }
}

.social--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.social__link {
  display: inline-block;
  padding: 1.0rem 0.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
}

.social__link--fixed, .social__link--mobile {
  color: #010101;
}

.social__link:hover {
  color: #3f8e93;
  text-decoration: none;
}

.lang {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 1.0rem;
  margin-left: 1rem;
  list-style: none;
}

@media (min-width: 1200px) {
  .lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
  }
}

.lang--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}

.lang .lang-item {
  display: inline-block;
  padding: 1.0rem 0.5rem;
}

.lang .lang-item a {
  color: #fff;
  text-transform: uppercase;
}

.lang .lang-item a:hover {
  color: #3f8e93;
  text-decoration: none;
}

.lang .lang-item.current-lang:not(.lang-item--mobile) {
  background: #e5e5e5;
  position: relative;
}

.lang .lang-item.current-lang:not(.lang-item--mobile):before {
  content: '';
  background: #e5e5e5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.lang .lang-item.current-lang:not(.lang-item--mobile) a {
  color: #010101;
}

.lang .lang-item--fixed a,
.lang .lang-item--mobile a {
  color: #010101;
}

.topnav {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  top: 0;
  z-index: 999;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1.0rem;
  letter-spacing: 0.1em;
}

.topnav--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0;
}

@media (min-width: 1200px) {
  .topnav {
    margin-left: auto;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.topnav__single {
  padding: 0 1rem;
}

.topnav__single--mobile {
  padding: 0.5rem 0;
}

.topnav__link {
  padding: 1.0rem 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  cursor: pointer;
}

.topnav__link--fixed {
  color: #010101;
}

.topnav__link--active {
  position: relative;
}

.topnav__link--active:after {
  content: '';
  position: absolute;
  background: #3f8e93;
  height: 0.0625rem;
  width: 100%;
  left: 0;
  bottom: 0.5rem;
}

.topnav__link--mobile {
  color: #010101;
}

.topnav__link:hover {
  color: #3f8e93;
  text-decoration: none;
}

.trigger {
  position: fixed;
  z-index: 1001;
  top: 1rem;
  right: 1rem;
  background: #fff;
  color: #010101;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
  width: 3rem;
  height: 3rem;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 1.5rem;
  padding-top: .1875rem;
}

@media (min-width: 1200px) {
  .trigger {
    display: none;
  }
}

.trigger .trigger__start {
  display: inline;
}

.trigger .trigger__stop {
  display: none;
}

.trigger--active .trigger__start {
  display: none;
}

.trigger--active .trigger__stop {
  display: inline;
}

.footer {
  padding: 2rem 1rem;
  text-align: center;
  font-size: 1.0rem;
}

.footer__privacy {
  padding-bottom: 1rem;
}

.footer__privacy__link {
  font-size: .75rem;
  color: #010101;
}

.eu-bottom {
  background: #fff;
  color: #010101;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}

.eu-bottom__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .eu-bottom__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.eu-bottom__img {
  max-width: 12rem;
}

.eu-bottom__text {
  padding: 0 2rem;
  width: 100%;
}

.eu-bottom__strong {
  font-weight: 700;
}

.error-page {
  text-align: center;
  padding: 5rem 0;
}

.error-page__title {
  font-size: 4rem;
}

.error-page__info {
  font-size: 1.25rem;
  font-weight: 300;
}

.normal-page {
  padding-bottom: 4rem;
}

.page-logo {
  padding: 3rem 1rem;
  text-align: center;
}

.page-logo__img {
  height: 2rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.home-page {
  overflow: hidden;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  position: relative;
}

.intro__logo {
  height: 2rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .intro__logo {
    height: 3rem;
  }
}

.intro__title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.125rem;
}

.intro__contact {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 0.0625rem solid #fff;
  padding: 0.75rem 2rem 0.75rem 1.5rem;
  letter-spacing: 0.2em;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .intro__contact {
    position: absolute;
    bottom: 5rem;
    right: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 0;
  }
}

.intro__contact:hover {
  background: #fff;
  color: #010101;
}

.intro__contact:hover .intro__contact__img-1 {
  opacity: 1;
}

.intro__contact__icon {
  margin-left: 1rem;
  font-size: .55rem;
}

.intro__contact__img {
  position: absolute;
  top: -0.0625rem;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 3.125rem;
}

.intro__contact__img-1 {
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.intro__move {
  position: absolute;
  bottom: 4rem;
  display: none;
}

@media (min-width: 768px) {
  .intro__move {
    display: block;
  }
}

.intro__move__img-1 {
  height: 3.46875rem;
  cursor: pointer;
}

.intro__move__img-2 {
  height: 0.71875rem;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  top: 0.5rem;
  -webkit-animation: 1s infinite alternate mouseMove;
          animation: 1s infinite alternate mouseMove;
  pointer-events: none;
}

@-webkit-keyframes mouseMove {
  0% {
    top: 0.5rem;
  }
  100% {
    top: 1rem;
  }
}

@keyframes mouseMove {
  0% {
    top: 0.5rem;
  }
  100% {
    top: 1rem;
  }
}

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

@media (min-width: 992px) {
  .text-photo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .text-photo--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.text-photo__col {
  width: 100%;
}

@media (min-width: 992px) {
  .text-photo__col {
    width: 50%;
    min-height: 50vh;
  }
}

.text-photo__col--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 1rem;
}

@media (min-width: 768px) {
  .text-photo__col--text {
    padding: 4rem 2rem;
  }
}

@media (min-width: 992px) {
  .text-photo__col--text {
    padding: 4rem;
  }
}

.text-photo__col--photo-about {
  height: 50vh;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .text-photo__col--photo-about {
    margin-bottom: 0;
    height: unset;
  }
}

.text-photo__col--photo-offer {
  height: 50vh;
}

@media (min-width: 992px) {
  .text-photo__col--photo-offer {
    height: unset;
  }
}

.text-photo__text {
  width: 100%;
  max-width: 30rem;
}

@media (min-width: 992px) {
  .text-photo__text--right {
    margin-left: auto;
  }
}

.maininfo {
  background: #010101;
  color: #fff;
  margin-top: 5rem;
  z-index: 1;
  position: relative;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.4);
  padding: 5rem 1rem;
}

@media (min-width: 768px) {
  .maininfo {
    padding: 5rem 2rem;
  }
}

@media (min-width: 992px) {
  .maininfo {
    padding: 5rem 8rem;
  }
}

.architects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 5rem 0 0;
  background: #f3f3f3;
}

@media (min-width: 1200px) {
  .architects {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.architects__photo {
  width: 100%;
}

@media (min-width: 992px) {
  .architects__photo {
    width: 40%;
  }
}

.architects__img {
  width: 100%;
  display: block;
}

.architects__text {
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 1200px) {
  .architects__text {
    padding: 0 2rem 2rem;
    max-width: 40rem;
    width: 60%;
  }
}

.architects__btn {
  background: #3f8e93;
  color: #fff;
  display: block;
  cursor: pointer;
  border: 0;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  margin-bottom: 1rem;
  line-height: 1;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

.realizations {
  padding: 5rem 0;
}

.realizations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.realizations__single {
  padding: 1.5rem;
  width: 100%;
}

@media (min-width: 460px) {
  .realizations__single {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .realizations__single {
    width: 33.333333%;
  }
}

.realizations__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.realizations__content:hover .realizations__hover {
  opacity: 1;
}

.realizations__img {
  width: 100%;
  height: 100%;
}

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

.realizations__hidden {
  display: none;
}

.realizations__hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.realizations__icon {
  font-size: 1.5rem;
}

.borders {
  background: url(../img/photo4.jpg) no-repeat center center fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7rem 1rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .borders {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.borders--webp {
  background: url(../img/photo4.webp) no-repeat center center fixed;
  background-size: cover;
}

.borders__logo {
  display: block;
  height: 1.5em;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .borders__logo {
    height: 2em;
    margin-bottom: 0;
  }
}

.stands {
  background: #f3f3f3;
  padding: 5rem 0 3rem;
}

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

@media (min-width: 992px) {
  .stands__list {
    padding: 0 3rem;
  }
}

.stands__single {
  padding: 2rem;
  width: 100%;
}

@media (min-width: 768px) {
  .stands__single {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .stands__single {
    width: 33.333333%;
  }
}

.stands__content {
  position: relative;
}

.stands__content:hover .stands__front {
  opacity: 0;
}

.stands__front {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}

.stands__icon {
  width: 100%;
  max-width: 12.5rem;
}

.stands__more {
  color: #949494;
  font-size: .875rem;
  position: absolute;
  bottom: 2rem;
}

.stands__back {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.profile {
  background: #010101;
  color: #fff;
  padding: 5rem 0;
}

.profile__text {
  padding: 0 0 3rem;
}

@media (min-width: 992px) {
  .profile__text {
    padding: 0 3rem 4rem;
  }
}

.box__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -0.125rem;
}

.box__photo {
  width: 20%;
  height: 50vh;
  max-height: 30rem;
  border: 0.125rem solid #010101;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.box__photo--active {
  width: 60%;
}

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

.box__bottom {
  margin: 1rem 0;
}

.box__text {
  background: #3f8e93;
  padding: 2rem;
  position: relative;
  display: none;
}

.box__text--active {
  display: block;
}

.box__text:after {
  content: '';
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(63, 142, 147, 0);
  border-bottom-color: #3f8e93;
  border-width: 1.5rem;
  margin-left: -1.5rem;
}

.materials {
  background: #fafafa;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  z-index: 1;
  position: relative;
  padding: 5rem 1rem;
}

@media (min-width: 768px) {
  .materials {
    padding: 5rem 2rem;
  }
}

@media (min-width: 992px) {
  .materials {
    padding: 5rem 5rem 3rem;
  }
}

.materials__text {
  text-align: center;
  padding-bottom: 2rem;
}

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

@media (min-width: 992px) {
  .materials__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.materials__single {
  width: 100%;
  padding: 2rem;
  text-align: center;
  color: #b7662a;
  letter-spacing: 0.2em;
}

@media (min-width: 992px) {
  .materials__single {
    width: 33.333333%;
  }
}

.materials__single--glass {
  color: #92b8c3;
}

.materials__single--stone {
  color: #75705e;
}

.materials__single:hover .materials__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.materials__img {
  width: 100%;
  max-width: 20rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.materials__name {
  font-size: 1.5rem;
  font-weight: 700;
}

.materials__info {
  font-size: 1.25rem;
  margin: 0;
}

.environment {
  background: #3f8e93;
  color: #fff;
  padding: 5rem 0;
}

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

.environment__single {
  padding: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
}

@media (min-width: 768px) {
  .environment__single {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .environment__single {
    width: 33.333333%;
  }
}

.environment__single:hover .environment__icon {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.environment__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .environment__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}

.environment__title__text {
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  width: calc( 100% - 5rem);
}

.environment__title__top {
  font-weight: 700;
}

.environment__icon {
  width: 5rem;
  height: 5rem;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.environment__text {
  text-align: center;
  font-size: 1rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .environment__text {
    text-align: left;
    padding-left: 6rem;
  }
}

.energy {
  background: url(../img/photo5.jpg) no-repeat center center fixed;
  background-size: cover;
  padding-top: 8rem;
}

.energy--webp {
  background: url(../img/photo5.webp) no-repeat center center fixed;
  background-size: cover;
}

.energy__content {
  background: #fff;
  max-width: 50rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  margin-bottom: -10rem;
  padding: 5rem 1rem;
}

@media (min-width: 768px) {
  .energy__content {
    padding: 5rem 2rem;
  }
}

@media (min-width: 992px) {
  .energy__content {
    padding: 5rem;
  }
}

@media (min-width: 992px) {
  .energy__text {
    padding-left: 1.6rem;
  }
}

.tns-outer {
  position: relative;
}

.tns-controls {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
  top: 16%;
  max-width: 17.5rem;
}

@media (min-width: 768px) {
  .tns-controls {
    top: 19%;
    max-width: 37.5rem;
  }
}

@media (min-width: 1200px) {
  .tns-controls {
    top: 40%;
    max-width: unset;
  }
}

.tns-outer [aria-controls] {
  pointer-events: all;
  background: none;
  border: 0.0625rem solid #3f8e93;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.75rem;
  width: 2.75rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 768px) {
  .tns-outer [aria-controls] {
    height: 3.75rem;
    width: 3.75rem;
  }
}

.tns-outer [aria-controls]:hover {
  background: rgba(63, 142, 147, 0.4);
}

.tns-outer [aria-controls] img {
  height: 1.5rem;
  margin-left: -.125rem;
}

.tns-outer [data-controls="next"] {
  margin-left: auto;
}

.tns-outer [data-controls="next"] img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 -.125rem 0 0;
}

.opinions {
  background: #f3f3f3;
  padding: 15rem 0 5rem;
}

.opinions__content {
  padding: 4.125rem 0 3.375rem;
  text-align: center;
  position: relative;
}

@media (min-width: 1200px) {
  .opinions__content {
    padding: 3.75rem 0 3.375rem;
  }
}

.opinions__icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.opinions__icon__img {
  width: 3rem;
}

.opinions__text {
  width: 100%;
  max-width: 31rem;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-size: 1.25rem;
  position: relative;
  z-index: 2;
  font-style: italic;
}

.opinions__author {
  position: relative;
  z-index: 2;
  font-size: 1rem;
}

.download {
  background: #f3f3f3;
  padding: 0 0 5rem;
}

.download__single {
  color: #010101;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  background: none;
  border: 0;
  margin: 0;
  padding: .5rem 0;
  text-align: left;
  cursor: pointer;
}

.download__single:hover {
  text-decoration: underline;
}

.download__name {
  font-weight: 700;
  margin: 0 0.5rem;
}

.collapse__single {
  padding: 0 0 0.75rem;
}

.collapse__top {
  background: #c3c3c3;
  color: #010101;
  width: 100%;
  position: relative;
  font-size: 1.25rem;
  padding: 0.35rem;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.collapse__top:hover {
  background: #3f8e93;
}

.collapse__name {
  margin-left: 3rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.collapse__content {
  padding: 0 4rem;
  line-height: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.collapse__icon {
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-filter 0s;
  transition: -webkit-filter 0s;
  transition: filter 0s;
  transition: filter 0s, -webkit-filter 0s;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.collapse__single--active .collapse__top {
  background: #3f8e93;
  color: #fff;
}

.collapse__single--active .collapse__content {
  padding: 1rem;
  opacity: 1;
  height: auto;
  pointer-events: all;
}

@media (min-width: 768px) {
  .collapse__single--active .collapse__content {
    padding: 1rem 4rem;
  }
}

.collapse__single--active .collapse__icon {
  -webkit-transform: rotate(-180deg) scale(0.5);
          transform: rotate(-180deg) scale(0.5);
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.download-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 142, 147, 0);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.download-modal--active {
  background: rgba(63, 142, 147, 0.8);
  z-index: 1000;
  pointer-events: all;
}

@media (min-width: 992px) {
  .download-modal {
    padding: 2rem;
  }
}

.download-modal__container {
  border-radius: 0.25rem;
  background: #fff;
  padding: 1.5rem;
  height: 100%;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 50rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow-x: auto;
}

.download-modal__container--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (min-width: 992px) {
  .download-modal__container {
    padding: 4rem;
  }
}

.download-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem auto;
  width: 2rem;
  height: 2rem;
  background: none;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media (min-width: 992px) {
  .download-modal__close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    margin: 0;
  }
}

.download-modal__close:hover {
  color: #da0000;
}

.download-modal__close .fa-times {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}

.download-modal__start {
  text-align: justify;
  margin-bottom: 2rem;
}

.download-modal__title {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
}

.download-modal__title--info {
  margin-top: 2rem;
}

.download-modal__category {
  padding: 0.5rem 0 0;
  font-weight: 700;
  font-size: 1.125rem;
  color: #949494;
}

.download-modal__label {
  display: block;
  cursor: pointer;
  padding: 0.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.download-modal__label--acceptance {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 1rem;
  text-align: justify;
}

.download-modal__label--error {
  color: #da0000;
}

.download-modal__label__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 0 0.25rem 0 1.5rem;
  position: relative;
}

.download-modal__label__name:before {
  content: '';
  position: absolute;
  font-size: 1rem;
  left: 0;
  border: 0.0625rem solid;
  height: 1rem;
  width: 1rem;
  line-height: 1;
  text-align: center;
}

.download-modal__label__name--acceptance {
  font-weight: 400;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.75rem;
}

.download-modal__label__name--acceptance:before {
  top: 0.25rem;
}

.download-modal__helper {
  margin: 1rem 0 .25rem;
  display: inline-block;
  font-size: .875rem;
}

.download-modal__checkbox {
  display: none;
}

.download-modal__checkbox:checked + .download-modal__label__name:before {
  content: '✓';
}

.download-modal__informations {
  max-width: 32rem;
  margin: 0 auto 40px;
}

.download-modal__input {
  width: 100%;
  border: 0;
  background: #e5e5e5;
  padding: 0.5rem;
  margin: 0;
}

.download-modal__input--error {
  -webkit-box-shadow: inset 0 0 0 0.125rem #da0000;
          box-shadow: inset 0 0 0 0.125rem #da0000;
}

.download-modal__submit {
  font-weight: 400;
  font-family: inherit;
  border: 0;
  background: #3f8e93;
  color: #fff;
  padding: 0.625rem 2rem;
  margin: 1.5rem auto 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

.download-modal__submit--hide {
  display: none;
}

.download-modal__response {
  text-align: center;
  display: none;
}

.download-modal__response--active {
  display: block;
  padding: 1rem 0 0;
  font-weight: 700;
}

.download-modal__response--error {
  color: #da0000;
}

.download-modal__response--success {
  color: #007941;
}

.download-modal__loader {
  display: none;
}

.download-modal__loader--active {
  width: 2rem;
  display: block;
  margin: 1rem auto 0;
}

.contact {
  padding: 5rem 0 3rem;
}

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

@media (min-width: 992px) {
  .contact__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__data {
  line-height: 2;
  z-index: 1;
}

@media (min-width: 992px) {
  .contact__data {
    width: 50%;
  }
}

.contact__single {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact__single--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact__link {
  color: #010101;
  font-weight: 700;
  display: inline-block;
  padding: .5rem 0;
}

.contact__link:hover {
  color: #3f8e93;
  text-decoration: none;
}

.contact__icon {
  color: #3f8e93;
  margin-right: 0.25rem;
}

.contact__form {
  background: #fff;
}

@media (min-width: 992px) {
  .contact__form {
    margin-left: -5rem;
    width: calc( 50% + 5rem);
  }
}

.wpcf7-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem;
  margin: 0.5rem 0;
}

@media (min-width: 1200px) {
  .wpcf7-form label {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .wpcf7-form-control-wrap {
    width: calc( 100% - 10rem);
  }
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  resize: vertical;
  border: 0;
  background: #f3f3f3;
  padding: 0.5rem;
  border: 0.0625rem solid #949494;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

.cf7-label {
  padding: 0.375rem 1.5rem 0 0;
  color: #010101;
}

@media (min-width: 1200px) {
  .cf7-label {
    text-align: right;
    width: 10rem;
  }
}

span.wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance {
  margin: -0.75rem 0 1.5rem;
  display: block;
}

@media (min-width: 1200px) {
  .wpcf7-acceptance {
    padding-left: 10rem;
  }
}

.wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.75em;
  font-weight: 400;
  cursor: pointer;
}

.wpcf7-acceptance label:before {
  content: '';
  color: #3f8e93;
  width: 1rem;
  min-width: 1rem;
  height: 1.0rem;
  border: 0.0625rem solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.25rem;
  margin: 0.125rem 0.75rem 0 0;
}

.wpcf7-acceptance label.active:before {
  content: '✓';
}

.wpcf7-acceptance input[type=checkbox] {
  display: none;
}

.wpcf7-submit {
  font-weight: 400;
  border: 0;
  background: #377c81;
  color: #fff;
  padding: 0.625rem 0;
  width: 100%;
  max-width: 13rem;
  font-size: 1rem;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  z-index: 10;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 768px) {
  .wpcf7-submit {
    margin: 0 1rem 0 auto;
  }
}

@media (min-width: 992px) {
  .wpcf7-submit {
    margin: 0 0 0 auto;
  }
}

.wpcf7-submit:hover {
  background: #3f8e93;
}

.grecaptcha-badge {
  visibility: hidden;
}

.google-info {
  font-size: 0.75rem;
  text-align: center;
  margin: 2rem 0;
}

.google-info__link {
  color: inherit;
  text-decoration: underline;
}

.cookiebar {
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  color: #010101;
  border-top: 0.0625rem solid #3f8e93;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cookiebar--hide {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.cookiebar__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .cookiebar__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cookiebar__text {
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 992px) {
  .cookiebar__text {
    margin: 0 2rem 0 0;
    text-align: left;
  }
}

.cookiebar__link {
  color: #010101;
  text-decoration: underline;
}

.cookiebar__btn {
  all: unset;
  cursor: pointer;
  background: none;
  color: #010101;
  border: 0.0625rem solid #3f8e93;
  padding: .25rem 1rem;
  white-space: nowrap;
}

.cookiebar-spacer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  width: 100%;
  background: #fff;
}

.cookiebar-spacer--active {
  height: 0;
}

@media (min-width: 992px) {
  .cookiebar-spacer--active {
    height: 3.625rem;
  }
}
/*# sourceMappingURL=style.css.map */