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;
}

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

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

body {
  color: #000;
  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;
  padding: 5rem 0 0;
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
}

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

a:hover {
  text-decoration: underline;
}

.title {
  text-align: center;
  font-weight: 600;
  padding: 0 0 0.75em;
}

.title--h2 {
  font-size: 2.25rem;
}

.btn {
  background: #e41b13;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.75em 2.5em;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2em;
  position: relative;
}

.btn__icon {
  position: absolute;
  top: 1em;
  right: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}

.btn--small {
  font-size: 1em;
  padding: 0.35em 2em;
}

.btn--static__icon {
  margin-right: 0em;
  width: 2em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  padding: 0.75em 3.25em 0.75em 1.75em;
}

.btn:hover .btn__icon,
.btn:focus .btn__icon {
  opacity: 1;
  right: 0.75em;
}

.btn:hover .btn--static__icon,
.btn:focus .btn--static__icon {
  margin-right: 1.5em;
}

.btn--static:hover,
.btn--static:focus {
  padding: 0.75em 1.75em 0.75em 1.75em;
}

.btn--small .btn__icon {
  top: 0.55em;
}

.btn--small:hover,
.btn--small:focus {
  text-decoration: none;
  padding: 0.35em 3em 0.35em 1em;
}

.btn--small:hover .btn__icon,
.btn--small:focus .btn__icon {
  opacity: 1;
  right: 1.25em;
}

.btn:focus {
  -webkit-box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5em rgba(0, 0, 0, 0.2);
}

strong {
  font-weight: 600;
}

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

.underline {
  text-decoration: underline;
}

::-moz-selection {
  color: #fff;
  background: #e41b13;
}

::selection {
  color: #fff;
  background: #e41b13;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container--m {
  max-width: 980px;
}

.container--s {
  max-width: 800px;
}

.loader {
  background: #fff;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -10;
  pointer-events: none;
  top: 0;
  left: 0;
  padding: 5rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: 1s infinite alternate loaderShadow;
          animation: 1s infinite alternate loaderShadow;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.loader .logo {
  max-width: 18rem;
}

.loader__icon {
  color: #2daae1;
  font-size: 2rem;
  position: absolute;
  margin-top: 7rem;
}

@-webkit-keyframes loaderShadow {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #2daae1;
            box-shadow: inset 0 0 0 0 #2daae1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 4rem #2daae1;
            box-shadow: inset 0 0 0 4rem #2daae1;
  }
}

@keyframes loaderShadow {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #2daae1;
            box-shadow: inset 0 0 0 0 #2daae1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 4rem #2daae1;
            box-shadow: inset 0 0 0 4rem #2daae1;
  }
}

.js .loader--active {
  pointer-events: all;
  opacity: 1;
  z-index: 1005;
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
  padding: 0 1rem;
}

@media screen and (min-width: 1200px) {
  .header {
    top: 2.125rem;
  }
}

.navbar {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar__logo {
  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;
  padding: 0.5rem 0;
}

.navbar__logo__img {
  height: 3.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar__trigger {
  margin-left: auto;
  background: none;
  color: #e41b13;
  border: 0;
  font-size: 2.5rem;
  width: 5rem;
  cursor: pointer;
}

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

.navbar__social {
  display: none;
}

@media screen and (min-width: 1200px) {
  .navbar__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -1rem;
  }
  .navbar__social__single {
    width: auto;
    padding: 1.75rem 0;
    display: block;
    margin: 0 0 0 1.5rem;
    color: #000;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 4rem;
  width: 100%;
  left: 0;
  padding: 0 1rem 1rem;
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .menu {
    background: none;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0;
    width: auto;
    padding: 0;
    border: 0;
  }
}

.menu__item {
  margin: 1rem 0 0;
}

@media screen and (min-width: 1200px) {
  .menu__item {
    margin: 0;
  }
  .menu__item--btn {
    margin: 0 0.5rem 0 1rem;
  }
}

.menu .current-menu-item {
  font-weight: 600;
}

.menu__link {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
  padding: 0.75rem 1rem;
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .menu__link {
    width: auto;
    padding: 1.75rem 0;
    display: block;
    margin: 0 0 0 1rem;
  }
}

.navbar__menu.menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  padding: 1rem 0;
  max-width: 20rem;
  height: 100vh;
  -webkit-box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.3);
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1200px) {
  .navbar__menu.menu {
    margin-left: auto;
    background: none;
    border: 0;
    position: unset;
    height: auto;
    max-width: none;
    padding: 0;
    top: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar__menu.menu--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#magic-line {
  display: none;
}

@media screen and (min-width: 1200px) {
  #magic-line {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0.25rem;
    background: #e41b13;
    list-style: none;
  }
}

.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .menu-item-has-children {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.menu-item-has-children > .menu__link {
  position: relative;
}

.sub-menu {
  position: static;
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .sub-menu {
    background: #fff;
    position: absolute;
    top: 5rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-left: 1rem;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  }
}

.sub-menu .menu__link {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  text-align: left;
  color: #000;
}

@media screen and (min-width: 1200px) {
  .sub-menu .menu__link {
    padding: 1rem 3rem;
    margin: 0;
    white-space: nowrap;
    text-align: center;
  }
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  height: auto;
}

.menu-item-has-children.current-menu-item .sub-menu .menu__link {
  font-weight: 400;
}

.menu-item-has-children.current-menu-item .sub-menu .menu__link:hover {
  font-weight: 600;
}

.navbar--scroll .navbar__logo__img {
  height: 3rem;
}

@media screen and (min-width: 1200px) {
  .navbar--scroll .menu__link {
    padding: 1.5rem 0;
  }
}

.navbar--scroll #magic-line {
  height: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .navbar--scroll .sub-menu {
    top: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .navbar--scroll .sub-menu .menu__link {
    padding: 1rem 3rem;
  }
}

.navbar--scroll .navbar__social__single {
  padding: 1.5rem 0;
}

.topsearch {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 1rem;
  position: fixed;
  top: 5rem;
  z-index: 998;
  width: 100%;
  -webkit-box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
  font-size: 1.5rem;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topsearch--active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.topsearch--scroll {
  top: 4rem;
}

@media screen and (min-width: 992px) {
  .topsearch--scroll {
    top: 4.5rem;
  }
}

@media screen and (min-width: 1200px) {
	.topsearch--active,
  .topsearch--scroll {
    top: 6.625rem;
  }
}

.topsearch__trigger {
  border: 0;
  background: #fff;
  padding: 0 1rem;
  font-size: 1.5rem;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.topsearch__trigger:hover {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .topsearch__trigger {
    padding: 0 2rem;
  }
}

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

@media screen and (min-width: 768px) {
  .topsearch .searchform div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.topsearch input[type="text"] {
  padding: 0.25rem 1rem;
  width: 100%;
  font-size: 1.5rem;
  margin: 0 1rem;
  border: 0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .topsearch input[type="text"] {
    border-radius: 2em;
  }
}

.topsearch input[type="submit"] {
  font-size: 1.5rem;
  border: 0;
  padding: 0.25rem 1rem;
  background: #fed21f;
  color: #fff;
  cursor: pointer;
  width: 100%;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

@media screen and (min-width: 768px) {
  .topsearch input[type="submit"] {
    border-radius: 2em;
    width: auto;
  }
}

.topsearch input[type="submit"]:hover, .topsearch input[type="submit"]:focus {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.2);
}

.footer {
  background: #fff;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 992px) {
  .footer {
    position: fixed;
  }
}

.footer__twitter {
  color: #000;
  background: #fed21f;
  display: block;
  padding: 0.75rem 0;
  -webkit-box-shadow: 0 0 2rem rgba(70, 70, 70, 0.35);
          box-shadow: 0 0 2rem rgba(70, 70, 70, 0.35);
  display: none;
}

.footer__twitter:hover {
  text-decoration: none;
}

.footer__twitter__content {
  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;
}

.footer__twitter__icon {
  font-size: 1.5rem;
}

.footer__twitter__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2rem;
}

.footer__twitter__move {
  padding: 0 0.5rem;
}

.footer__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;
  text-align: center;
  margin-top: 5rem;
}

@media screen and (min-width: 992px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.footer__logo {
  padding: 1rem 0;
  position: relative;
}

.footer__logo__img {
  width: 100%;
  max-width: 18rem;
}

.footer__beta {
  pointer-events: none;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
}

.footer__menu {
  padding: 0 2rem;
  line-height: 2;
}

.footer__menu__link {
  color: #000;
}

.footer__info {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .footer__info {
    max-width: 25rem;
    margin-left: auto;
  }
}

.footer__social__link {
  font-size: 1.5rem;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  color: #000;
}

.footer__link {
  color: #000;
}

.footer__bottom {
  border-top: 0.0625rem solid #d9d9d9;
  text-align: center;
  margin: 3rem 0 1rem;
  padding: 1rem 1rem 0;
}

.newsletter {
  background: url(../img/warsaw.jpg) no-repeat center center;
  background-size: cover;
}

.newsletter__bg {
  padding: 5rem 1rem;
  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;
  background: rgba(17, 118, 162, 0.8);
  color: #fff;
}

.newsletter__title {
  font-size: 2.5rem;
  font-weight: 600;
}

.newsletter__info {
  margin: 0;
}

.intro {
  width: 100%;
  height: calc(100vh - 5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.intro .container {
  height: 100%;
}

.intro__content {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .intro__content:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 100vw;
    height: 100%;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}

.intro__img {
  display: none;
}

@media screen and (min-width: 992px) {
  .intro__img {
    height: calc( 100% + 19.5%);
    position: absolute;
    display: block;
    top: 0;
  }
}

.intro__cover--c1 {
  fill: rgba(228, 27, 19, 0.8);
  mix-blend-mode: hard-light;
}

.intro__cover--c2 {
  fill: rgba(45, 170, 225, 0.8);
  mix-blend-mode: hard-light;
}

.intro__cover--c2b {
  fill: #2daae1;
}

.intro__cover--c3 {
  fill: rgba(254, 210, 31, 0.8);
  mix-blend-mode: hard-light;
}

.intro__cover--c4 {
  fill: none;
}

.intro__main {
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .intro__main {
    font-weight: 900;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .intro__main {
    width: 35rem;
    margin-left: auto;
    text-align: right;
  }
}

.text-section {
  text-align: center;
  padding: 5rem 0;
  font-size: 1.25rem;
  margin: 0 auto;
}

.text-section--grey-bg {
  background: #f2f2f2;
}

.text-section--no-top-padding {
  padding: 0 0 5rem;
}

.text-section .container {
  max-width: 45rem;
}

.text-section__actions {
  padding: 2rem 0 0;
}

.projects-home {
  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 -1rem;
  padding: 0 0 4rem;
  width: calc( 100% + 2rem);
}

.projects-home__single {
  padding: 1rem;
  width: 100%;
}

.projects-home__content {
  border-radius: 1.5rem;
  color: #fff;
  background: url(../img/warsaw.jpg) no-repeat center center;
  background-size: cover;
  -webkit-box-shadow: 0 0 1rem rgba(80, 80, 80, 0.3);
          box-shadow: 0 0 1rem rgba(80, 80, 80, 0.3);
}

.projects-home__bg {
  border-radius: 1.5rem;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 28rem;
  padding: 1.5rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.projects-home__center {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  width: calc(100% - 3rem);
  top: 14.5rem;
}

.projects-home__number {
  font-size: 1.5rem;
  font-weight: 600;
  border: 0.125rem solid;
  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: 3rem;
  width: 3rem;
  position: absolute;
  top: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.projects-home__title {
  font-size: 1.5em;
  padding: 0 0 1rem;
  height: 10rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.projects-home__text {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.projects-home__btn {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  font-weight: 600;
}

.projects-home__content:hover .projects-home__bg {
  background: rgba(0, 0, 0, 0.8);
}

.projects-home__content:hover .projects-home__center {
  position: absolute;
  width: calc(100% - 3rem);
  top: -5rem;
}

.projects-home__content:hover .projects-home__number {
  opacity: 0;
}

.projects-home__content:hover .projects-home__text {
  height: auto;
  opacity: 1;
}

.projects-home__content:hover .projects-home__btn {
  background: #fed21f;
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
  width: calc( 100% + 2rem);
}

.news__single {
  width: 100%;
  padding: 1rem;
}

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

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

@media screen and (min-width: 1200px) {
  .news__single {
    width: 25%;
  }
}

.news__single--home {
  width: 100%;
}

.news__content {
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 0 1rem rgba(80, 80, 80, 0.3);
          box-shadow: 0 0 1rem rgba(80, 80, 80, 0.3);
}

.news__thumbnail {
  overflow: hidden;
  display: block;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.news__thumbnail:hover .news__thumbnail__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news__thumbnail__img {
  width: 100%;
  display: block;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news__title {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1rem 1rem 0.5rem;
}

.news__excerpt {
  padding: 0 1rem 1rem;
  font-size: 0.85rem;
}

.news__btn {
  margin: 0 0 1rem 1rem;
  background: #2daae1;
}

.change-post {
  text-align: center;
  padding: 1rem 0;
}

.change-post__btn {
  padding: 1rem;
  white-space: nowrap;
  display: inline-block;
}

.homepage__map {
  padding: 5rem 0 0;
}

.homepage__projects {
  padding: 7rem 0 0;
}

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

@media screen and (min-width: 992px) {
  .homepage__news {
    padding: 10rem 0 5rem;
  }
}

.homepage .news__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage .news__thumbnail__img {
  height: 100%;
  min-height: 5rem;
  width: auto;
}

.page-title {
  text-align: center;
  font-size: 3rem;
  padding: 3rem 1rem 2rem;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .page-title {
    padding: 5rem 1rem 2rem;
  }
}

.short-info {
  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-size: 1.25rem;
  padding: 2.5rem 0;
}

.short-info__icon {
  font-size: 2.5rem;
  color: #fed21f;
  width: 3rem;
  text-align: center;
  margin-right: 2rem;
}

.documents {
  border-top: 0.0625rem solid #d9d9d9;
  padding: 3rem 0 3rem;
}

.documents__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .documents__title {
    text-align: left;
  }
}

.documents__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 0;
  border-bottom: 0.0625rem solid #d9d9d9;
}

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

.documents__single:last-child {
  border-bottom: 0;
}

.documents__info {
  font-size: 1.25rem;
}

.documents__btn {
  white-space: nowrap;
  margin: 1rem 0 0;
}

@media screen and (min-width: 768px) {
  .documents__btn {
    margin: 0 0 0 auto;
  }
}

.people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.people__single {
  width: 100%;
  padding: 1rem;
}

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

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

@media screen and (min-width: 1200px) {
  .people__single {
    width: 25%;
  }
}

.people__content {
  text-align: center;
  padding: 0 0 1rem;
}

.people__photo {
  width: 100%;
}

.people__name {
  font-weight: 600;
  font-size: 1.25rem;
  padding: 0.5rem;
  position: relative;
}

.people__name:after {
  content: '';
  position: absolute;
  height: 0.0625rem;
  width: 6rem;
  background: #fed21f;
  margin: 0 auto;
  bottom: 0.25rem;
  left: 0;
  right: 0;
}

.people__title {
  padding: 0 0.5rem 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
}

.people__job {
  padding: 0 0.5rem;
  font-size: 0.9rem;
}

.people__revision {
  text-align: center;
  padding: 4rem 0 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.projects__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 4rem;
  background: #f2f2f2;
  border-radius: 1.5rem;
}

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

.projects__photo {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 0rem;
  width: 100%;
  height: 10rem;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .projects__photo {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.5rem;
    width: 40%;
    height: auto;
  }
}

.projects__photo__img {
  background: url(../img/warsaw.jpg) no-repeat center center;
  background-size: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.projects__photo:hover .projects__photo__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.projects__number {
  font-size: 1.5rem;
  font-weight: 600;
  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: 3rem;
  width: 3rem;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: #fff;
  color: #000;
  mix-blend-mode: screen;
}

.projects__content {
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .projects__content {
    width: 60%;
  }
}

.projects__title {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 0 1rem;
}

.projects__excerpt {
  padding: 0 0 2rem;
}

.contact {
  margin: 0 -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.contact__col {
  padding: 1rem 1rem 3rem;
  width: 100%;
}

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

.wpcf7-text, .wpcf7-textarea {
  background: #f2f2f2;
  width: 100%;
  padding: 0.35rem;
  width: 100%;
  padding: 0.5rem;
  border: 0;
  resize: vertical;
  font-size: 1rem;
  font-family: inherit;
}

.wpcf7-text:focus, .wpcf7-textarea:focus {
  -webkit-box-shadow: inset 0 0 0 0.125rem #fed21f;
          box-shadow: inset 0 0 0 0.125rem #fed21f;
}

.wpcf7-submit {
  background: #e41b13;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.45rem 2.5rem;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  display: block;
  border-radius: 2em;
  cursor: pointer;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 2rem rgba(0, 0, 0, 0.2);
}

.commons {
  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;
}

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

.map-container {
  height: 90vh;
  margin-bottom: 6rem;
}

@media screen and (min-width: 992px) {
  .map-container {
    width: 60%;
  }
}

#map {
  width: 100%;
  height: 100%;
}

.st0,
.st1,
.st2 {
  fill: #bbb;
  stroke: #000000;
  stroke-width: 0.2834646;
  stroke-miterlimit: 50;
}

.nuts2 {
  fill: #666;
}

.map-legend__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.25rem 0;
  font-size: 0.875rem;
}

.map-legend__color {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.35rem;
}

.map-legend__color--members {
  background: #fed21f;
}

.map-legend__color--nuts2 {
  background: #666;
}

.member {
  fill: #fed21f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.member:hover {
  fill: #e41b13;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 1.25rem;
  text-align: center;
  background: #fff;
  padding: 0.375rem 1rem;
  z-index: 998;
  height: 2rem;
  line-height: 1;
  margin: 0 auto;
  color: #000;
  border-radius: 0.35rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.description.active {
  display: block;
}

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

.members__list {
  padding: 0 1rem;
}

.members__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
  padding: 0.5rem 1rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  height: 4rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.members__single:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.members__img {
  width: 2rem;
  margin-right: 0.75rem;
}

.page-common__top {
  text-align: center;
  padding: 3rem 0;
}

.page-common__img {
  max-width: 100%;
}

.page-common__title {
  font-size: 3rem;
  font-weight: 600;
}

.page-common__subtitle {
  padding: 0 0 1rem;
}

.page-common__links {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-common__links__single {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  margin: 1rem;
  -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-common__links__single:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

.page-common__news {
  padding-bottom: 5rem;
}

.page-common .news__thumbnail__img {
  height: 100%;
  min-height: 5rem;
  width: auto;
}

.page-common .news__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-post__date {
  text-align: center;
  margin: -1rem 0 2rem;
  opacity: 0.6;
}

.page-post__commons {
  text-align: center;
  margin: 0 auto 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 50rem;
}

.page-post__commons__single {
  border: 0.0625rem solid;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  opacity: 0.5;
  font-weight: 800;
  font-size: 0.75rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #000;
  margin: 0.125rem;
}

.page-post__commons__single:hover {
  opacity: 1;
  text-decoration: none;
}

.page-post__cover {
  height: auto;
  width: 100%;
}

.page-post__content {
  margin: 3rem 0;
}

.calendar {
  padding-bottom: 5rem;
}

.wp-text ul {
  list-style: disc;
  margin-left: 1.5rem;
}

.wp-text ol {
  margin: 0 0 1.5em;
  padding: 0;
  counter-reset: item;
}

.wp-text ol > li {
  margin: 0;
  padding: 0 0 0 2em;
  list-style-type: none;
  counter-increment: item;
}

.wp-text ol > li:before {
  display: inline-block;
  width: 1.5em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.wp-text img {
  margin: 1rem auto;
  display: block;
  max-width: 100%;
}

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

.error-page__title {
  font-size: 4rem;
  font-weight: 600;
  color: #000;
}

.page-search__single {
  color: #000;
  font-size: 1.25rem;
  margin: 0.35rem 0;
  padding: 0.75rem 2rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-search__single:hover {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.page-search__single__type {
  font-weight: 600;
  color: #e41b13;
}

.page-search__single:last-child {
  margin-bottom: 4rem;
}

.page-search__single__empty {
  font-size: 2rem;
  text-align: center;
  padding: 4rem 0;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  #pojo-a11y-toolbar {
    z-index: 1000 !important;
  }
  #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    right: 0;
  }
  .pojo-a11y-toolbar-toggle,
  .pojo-a11y-toolbar-title {
    display: none !important;
  }
  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay,
  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items.pojo-a11y-links {
    border: 0;
  }
  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items {
    position: fixed;
    z-index: 1000;
    height: 2.125rem;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px solid #ccc;
  }
}
/*# sourceMappingURL=style.css.map */