/*
*
*  Theme name: Fundacja Dialog
*  Version: 1.0
*  Author: Wrona.it 
*
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

.main-content p {
  line-height: 1.8rem; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  height: 100%; }

body {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: all 0.3s ease-in-out;
  left: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px; }

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 2.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.125rem; }

h5, .h5 {
  font-size: 0.875rem; }

h6, .h6 {
  font-size: 0.75rem; }

p {
  margin: 0 0 10.5px; }

main {
  background-color: #fafafa;
  flex: 1 0 auto;
  overflow-x: hidden; }

.list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.link {
  text-decoration: none; }

p {
  color: #002e3a;
  font-size: 1rem;
  line-height: 1.5rem; }


.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (min-width: 1801px) {
    .container--lg {
      max-width: 1440px; } }
  .container--single {
    max-width: 1080px; }
    .container--single p {
      text-align: justify; }
  .container--accordion {
    max-width: 890px; }

.zero-padding {
  padding: 0; }

.zero-margin {
  margin: 0 !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

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

.padding {
  padding: 50px 0 10px; }
  @media (max-width: 991px) {
    .padding {
      padding: 20px 0 10px; } }

.aligncenter {
  display: block;
  margin: 20px auto; }

.padding-top-40 {
  padding-top: 40px; }
.padding-bottom-40 {
  padding-bottom: 40px; }

.action-btn {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 14px 38px;
  letter-spacing: 0.5px;
  margin: 20px 0;
  transition: all 0.1s ease-in-out; }

.action-btn--slider {
  background-color: transparent;
  margin: 20px 0 !important;
  border: 1px solid #000; }
  .action-btn--slider:hover {
    background-color: #000;
    color: #000000; }

.action-btn--search {
  background-color: #002e3a;
  color: #ffffff;
  padding: 20px; }

.action-btn--intro {
  border: 1px solid #21282b;
  color: #21282b; }

.home .page-header {
  padding-top: 50px; }

.flex {
  display: flex;
  flex-wrap: wrap; }

.flex-2equal__item {
  position: relative;
  width: 50%; }
  @media (max-width: 1100px) {
    .flex-2equal__item {
      width: 100%; } }
  @media (min-width: 1101px) {
    .flex-2equal__item-padding:nth-child(2n+1) {
      padding-right: 30px; } }
  @media (min-width: 1801px) {
    .flex-2equal__item-padding:nth-child(2n+1) {
      padding-right: 90px; } }
  @media (min-width: 1101px) {
    .flex-2equal__item-padding:nth-child(2n+2) {
      padding-left: 30px; } }
  @media (min-width: 1801px) {
    .flex-2equal__item-padding:nth-child(2n+2) {
      padding-left: 90px; } }

.nav {
  background-color: #ffffff; }
  .nav .container {
    display: flex;
    height: 130px; }
    @media (max-width: 1150px) {
      .nav .container {
        height: auto;
        padding: 15px; } }
    @media (min-width: 1801px) {
      .nav .container {
        height: 150px; } }

.logo {
  display: flex;
  position: relative;
  align-items: center;
  transition: all 0.35s ease-in-out; }
  .logo img {
    width: 120px; }
    @media (max-width: 1150px) {
      .logo img {
        max-width: 85px; } }
    @media (min-width: 1801px) {
      .logo img {
        width: 140px; } }

@media (max-width: 991px) {
  .logo {
    position: relative;
    top: auto; } }

@media (min-width: 1801px) {
  .single-page {
    padding-top: 67px; } }

.single-page .sidebar {
  width: 25%; }
  @media (max-width: 991px) {
    .single-page .sidebar {
      width: 100%;
      margin: 0 0 20px; } }

.crumbs {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1; }
  .crumbs--hero {
    padding-top: 50px; }
    @media (max-width: 1100px) {
      .crumbs--hero {
        text-align: center; } }
  .crumbs > .current {
    font-weight: 800!important;
    padding-bottom: 4px;
    color: #ffffff; }
  .crumbs span {
    color: #ffffff; }

.page-header .crumbs a,
.page-header .crumbs span {
  color: #002e3a;
  font-weight: 600; }


.home .crumbs > .current {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35); }

.dialog-heading-component {
  display: flex;
  justify-content: center; }
  .dialog-heading-component--dictionary {
    justify-content: flex-start; }
.dialog-heading-filter {
  color: #F27B00;
  font-weight: 600;
  text-transform: initial!important;
}
@media (max-width: 1100px) {
  .dialog-heading-filter {
    text-align: center;
  }
}
.dialog-heading {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.45px;
  line-height: 1.5rem;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  position: relative; }
  .dialog-heading:after {
    background-color: rgba(255, 255, 255, 0.35);
    content: "";
    height: 2px;
    width: calc(100% + 60px);
    left: -30px;
    right: -30px;
    position: absolute;
    bottom: -8px; }
  .dialog-heading--navy {
    color: #002e3a; }
  .dialog-heading--orange {
  color: #F27B00; }
  .dialog-heading--oprojekcie {
    background-color: #f69220;
    box-shadow: 0px 3px 6px #00000029;
    color: #002E3A;
    display: inline-block;
    letter-spacing: 2px;
    padding: 5px;
  }
  .dialog-heading--full {
    display: block;
    text-align: left; }
    @media (max-width: 1100px) {
      .dialog-heading--full {
        text-align: center; } }
    .dialog-heading--full:after {
      left: 0;
      right: 0;
      width: 100%; }
  .dialog-heading--dictionary:after {
    background-color: #48A343; }
  .dialog-heading__dictionary {
    text-align: left;
    background-color: #48A343; }
  .dialog-heading--lowercase {
    font-size: 1.125rem;
    letter-spacing: 0.45px;
    text-transform: none; }
    @media (max-width: 1100px) {
      .dialog-heading--lowercase {
        width: 100%;
        max-width: 350px;
        margin: 0 auto; } }
  .dialog-heading--contact {
    color: #ffffff;
    font-size: 1.25rem; }
    @media (max-width: 1100px) {
      .dialog-heading--contact {
        display: block;
        text-align: center; } }
    .dialog-heading--contact:after {
      display: none; }

.dialog-heading-lg {
  font-size: 2.8125rem;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 3rem;
  max-width: 660px;
  margin: -60px 0 20px; }
  .single .dialog-heading-lg {
    margin-bottom: 50px;
  }
  @media (max-width: 1100px) {
    .dialog-heading-lg {
      font-size: 2.2rem;
      text-align: center; } }
  @media (min-width: 1801px) {
    .dialog-heading-lg {
      font-size: 2.8125rem;
    }
  }
.home .dialog-heading-lg {
  font-weight: 600;
  margin: 0 0 20px;
}

.header-icons {
  display: flex;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 0;
  margin: 0; }
  @media (max-width: 1150px) {
    .header-icons {
      padding: 0;
      top: 34px;
      right: 70px; } }
  .header-icons__item {
    display: inline-block; }
    @media (max-width: 1150px) {
      .header-icons__item:nth-child(1) {
        display: none; } }
    .header-icons__item:nth-child(2) .header-icons__link {
      padding-right: 0; }
    .header-icons__item:nth-child(2) .header-icons__img {
      height: 50px; }
      @media (max-width: 1100px) {
        .header-icons__item:nth-child(2) .header-icons__img {
          height: 30px; } }
  .header-icons__link {
    display: inline-block;
    padding: 0 10px; }
    @media (max-width: 1150px) {
      .header-icons__link {
        padding: 5px 0; } }
  .header-icons__img {
    height: 40px;
    width: auto; }

.header-icons__link i {
  color: #000000; }

.custom-form--scenariusze {
  width: 75%;
  position: absolute;
  right: 0;
  top: -10px; }
  @media (max-width: 1150px) {
    .custom-form--scenariusze {
      width: 100%; } }
  .custom-form--scenariusze .search-input {
    border-width: 2px; }
    .custom-form--scenariusze .search-input::-moz-placeholder {
      text-transform: uppercase;
      font-weight: 600; }
    .custom-form--scenariusze .search-input:-ms-input-placeholder {
      text-transform: uppercase;
      font-weight: 600; }
    .custom-form--scenariusze .search-input::placeholder {
      text-transform: uppercase;
      font-weight: 600; }

.custom-form-mobile {
  position: relative; }
  @media (min-width: 1151px) {
    .custom-form-mobile {
      display: none; } }
  .custom-form-mobile .search-form {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%; }

.search-form {
  background-color: #EDF1F7;
  position: absolute;
  top: 15px;
  right: 182px;
  width: 362px;
  height: 50px; }

.search-input {
  border: 1px solid #002e3a;
  background-color: transparent;
  height: 50px;
  width: 100%;
  padding: 0 15px;
  outline: none; }
  .search-input::-moz-placeholder {
    color: #002e3a;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: .5px; }
  .search-input:-ms-input-placeholder {
    color: #002e3a;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: .5px; }
  .search-input::placeholder {
    color: #002e3a;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: .5px; }

.search-submit {
  background: url(/wp-content/uploads/2022/02/search-submit.svg) center/cover no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 10px; }

.scenarios .search-form {
  position: relative;
  width: 100%;
  top: auto;
  right: auto;
  margin-bottom: 10px; }
  .scenarios .search-form .search-input {
    border: 2px solid #002e3a;
    background-color: #bdcbd6; }

.page-header {
  padding: 50px 0;
  position: relative; }
  @media (max-width: 991px) {
    .page-header .container {
      text-align: center; } }
  .page-header__title {
    position: relative;
    color: #ffffff;
    display: inline-block;
    font-size: 2.43rem;
    font-family: 'Ubuntu', sans-serif;
    line-height: 2rem;
    margin: 0 0 10.5px; }
    .page-header__title:after {
      content: "";
      position: absolute;
      width: 34px;
      height: 1px;
      background-color: #000;
      bottom: 0;
      right: -45px; }

.section-arrow {
  background: url("/wp-content/uploads/2022/02/arrow-down.svg") center/cover no-repeat;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -108px;
  height: 30px;
  width: 30px; }
  .section-arrow--scenarios {
    padding: 0; }

.page-intro {
  margin-top: 60px;
  position: relative; }
  .page-intro__left {
    padding-right: 115px;
    position: relative;
    width: 65%; }
    .page-intro__left--sources {
      height: 440px;
      width: 35%;
      padding-right: 0; }
      @media (max-width: 1100px) {
        .page-intro__left--sources {
          height: auto;
          order: 2; } }
    .page-intro__left p {
      font-size: 1.25rem;
      line-height: 1.875rem;
      font-weight: 500; }
    @media (max-width: 1100px) {
      .page-intro__left {
        width: 100%;
        padding-right: 0; } }
  .page-intro__right {
    position: relative;
    width: 35%; }
    .page-intro__right p {
      font-weight: 500; }
    .page-intro__right--sources {
      padding-left: 115px;
      width: 65%; }
      @media (max-width: 1100px) {
        .page-intro__right--sources {
          padding-left: 0; } }
    @media (max-width: 1100px) {
      .page-intro__right {
        width: 100%; } }
  .page-intro__img {
    bottom: 0;
    left: 0;
    top: 0;
    -o-object-fit: contain;
       object-fit: contain;
    position: relative;
    height: auto;
    width: calc(100% + 60px); }
    @media (max-width: 1100px) {
      .page-intro__img {
        top: 0;
      }
    }
    .page-intro__img--sources {
      left: auto;
      position: absolute;
      -o-object-position: left;
         object-position: left;
      right: 0; }
      @media (max-width: 1100px) {
        .page-intro__img--sources {
          position: relative; } }
    @media (max-width: 1100px) {
      .page-intro__img {
        display: block;
        width: 100%;
        max-width: 400px;
        height: auto;
        margin: 25px auto; } }


  .page-intro--dictionary {
    padding: 0 0 50px; }
    @media (min-width: 1801px) {
      .page-intro--dictionary {
        padding: 0 0 100px; } }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #818181;
  font-family: 'Arimo', sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.5px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #818181;
  font-family: 'Arimo', sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.5px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #818181;
  font-family: 'Arimo', sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.5px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #818181;
  font-family: 'Arimo', sans-serif;
  font-size: 0.5625rem;
  letter-spacing: 0.5px; }

.contact-form {
  gap: 30px;
  margin: 30px 0; }
  .contact-form-section {
    background-color: #282F49;
    padding: 50px 0; }
  .contact-form__left, .contact-form__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(48% - 15px); }
    @media (max-width: 991px) {
      .contact-form__left, .contact-form__right {
        width: 100%; } }
  .contact-form__center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%; }

.contact-iframe {
  margin-top: 30px; }
  @media (max-width: 1100px) {
    .contact-iframe {
      margin-top: 0; } }

.wpcf7 {
  width: 100%;
  max-width: 600px;
  margin: 50px auto 0; }
  @media (max-width: 1100px) {
    .wpcf7 {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; } }

.wpcf7-form-control {
  background-color: #BDCBD6;
  border: none;
  display: block;
  font-family: 'Arimo', sans-serif;
  font-size: 0.75rem;
  padding: 13px 16px;
  margin-top: 10px;
  width: 100%; }

textarea.wpcf7-form-control {
  height: 105px; }

.wpcf7-form-control.wpcf7-acceptance {
  padding: 0; }

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

.contact-rodo {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px 0; }

.contact-rodo__txt {
  color: #ffffff;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  text-align: justify; }

.wpcf7-not-valid-tip {
  bottom: 0;
  left: 15px;
  position: relative; }

.wpcf7-response-output {
  color: #ffffff; }

/* submit btn */
.wpcf7-submit {
  background-color: #F69220;
  color: #ffffff;
  display: inline-block;
  padding: 8px 20px;
  border: none;
  margin: 25px auto 0;
  width: auto; }
  @media (max-width: 1100px) {
    .wpcf7-submit {
      display: block; } }

.form-row {
  justify-content: space-between;
  margin: 0 0 20px; }
  .form-row__item--left {
    width: 38%; }
    @media (max-width: 1100px) {
      .form-row__item--left {
        width: 100%; } }
  .form-row__item--right {
    width: 58%; }
    @media (max-width: 1100px) {
      .form-row__item--right {
        width: 100%; } }
  .form-row__item--full {
    width: 100%; }
  .form-row label {
    color: #ffffff;
    line-height: 24px;
    padding: 0 0 10px; }

.spinner {
  display: block;
  margin: 50px auto;
  width: 100px;
  height: 100px;
  background: url("/wp-content/uploads/2022/02/spinner.gif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }



.header {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  margin-bottom: 0; }

.header-widget {
  display: block; }
  @media (max-width: 1150px) {
    .header-widget .search-form {
      display: none; } }

@media (min-width: 1151px) {
  .menu-item-mobile-facebook {
    display: none; }
  .visuallyhidden-logo {
    display: none !important;
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; }
  .menu__wrap {
    display: flex;
    align-items: flex-end;
    margin: 0 0 0 auto;
    position: relative;
    right: -60px; } }
  @media (min-width: 1151px) and (min-width: 1101px) and (max-width: 1350px) {
    .menu__wrap {
      right: -30px; } }

@media (min-width: 1151px) {
  .dialog-menu__item {
    display: inline-block;
    position: relative; }
  .dialog-menu__link {
    background-color: #002e3a;
    color: #fff;
    display: inline-block;
    padding: 20px 0;
    text-decoration: none;
    font: normal normal 600 0.875rem/1.3125rem 'Lato';
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none !important;
    width: 180px; }

  .current_page_parent > .dialog-menu__link {
    background-color: #007AAA;
    color: #fff;
    font-weight: 900; }
  .dialog-menu {
    display: inline-block;
    font-size: 0; }
    .dialog-menu > .dialog-menu__item {
      margin-right: 2px; }
      .dialog-menu > .dialog-menu__item:nth-child(6) {
        margin-right: 0; }
      .dialog-menu > .dialog-menu__item:not(.current-menu-item) > .dialog-menu__link:hover {
        background-color: #007AAA;
        color: #ffffff;
        position: relative; }
        .dialog-menu > .dialog-menu__item:not(.current-menu-item) > .dialog-menu__link:hover:after {
          content: "";
          background-color: rgba(213, 213, 213, 0.1);
          position: absolute;
          left: -2px;
          right: 0;
          height: 2px;
          bottom: 0; }
  .dialog-menu > .menu-item > .sub-menu {
    background: #EDF1F7;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 63px;
    padding: 0;
    left: -2px;
    width: 180px; }
  .dialog-menu > .menu-item > .sub-menu.active {
    visibility: visible !important;
    opacity: 1 !important;
    top: 63px !important;
    left: -2px;
    z-index: 9999;
    width: 184px; }
    .dialog-menu > .menu-item > .sub-menu.active:before {
      content: "";
      background-color: #dcdfe5;
      position: absolute;
      left: 0;
      right: 0;
      top: -2px;
      width: 100%;
      height: 2px;
      z-index: 2; }
    .dialog-menu > .menu-item > .sub-menu .current-menu-item > .dialog-menu__link {
      border-left: 3px solid #F69220;
      border-right: 3px solid #F69220;
    }
  .dialog-menu > .menu-item > .sub-menu .dialog-menu__link {
    background-color: #007AAA;
    border-bottom: 1px solid #d5d5d5;
    color: #ffffff;
    display: block;
    min-width: 180px;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 184px;
    border-left: 2px solid #d5d5d5;
    border-right: 2px solid #d5d5d5; }
  .menu-item-has-children > .dialog-menu__link {
    width: 180px;
    text-align: center; } }

    .dialog-menu__link.active {
      background-color: #007AAA;
      color: #ffffff;
      position: relative; }
  .current-menu-item > .dialog-menu__link {
    border-left: 3px solid #F69220;
    border-right: 3px solid #F69220;
    background-color: #007AAA;
    color: #fff; }
    .current-menu-item > .dialog-menu__link:before {
      content: "";
      background-color: #F69220;
      position: absolute;
      left: 0;
      right: 0;
      height: 3px;
      top: 0; }
    .current-menu-item > .dialog-menu__link:after {
      content: "";
      background-color: #F69220;
      position: absolute;
      left: 0;
      right: 0;
      height: 3px;
      bottom: 0; }

@media (max-width: 1150px) {
  .menu-item-mobile-facebook {
    text-align: center; }
  .menu-item__mobile {
    display: block; }
  .MainLogo {
    max-width: 9rem; }
  .logo img {
    width: 120px; }
  body > .over-menu {
    transition: all 0.3s ease-in-out;
    position: fixed;
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9; }
  body.open-menu {
    left: -250px; }
  body.open-menu > .over-menu {
    visibility: visible;
    opacity: 1; }
  .dialog-menu {
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    position: fixed;
    height: 100%;
    width: 250px;
    right: -250px;
    top: 0;
    z-index: 999; }
  body.open-menu .dialog-menu {
    right: 0 !important; }
  .dialog-menu__link {
    color: #000000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: .9rem;
    text-decoration: none;
    padding: 1rem; }
  .menu-item__logo {
    margin-bottom: 15px; }
    .menu-item__logo img {
      max-width: 120px; }
  .menuicon {
    display: block;
    cursor: pointer;
    color: white;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .menuicon__bar, .menuicon__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round; }
  .menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-in-out; }
  .menuicon__circle {
    transition: stroke-dashoffset 0.3s linear 0.1s;
    stroke-dashoffset: 144.513262038;
    stroke-dasharray: 144.513262038; }
  .splash {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 1px;
    height: 1px;
    transform-origin: 50% 50%;
    transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    will-change: transform; }
  .splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: #002e3a;
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    transform: scale(0); }
  .nav:target > .splash::after, .nav--open > .splash::after {
    transform: scale(1); }
  .nav:target .menuicon, .nav--open .menuicon {
    color: white;
    transform: rotate(180deg); }
  .nav:target .menuicon__circle, .nav--open .menuicon__circle {
    stroke-dashoffset: 0; }
  .nav:target .menuicon__bar:nth-child(1), .nav--open .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4), .nav--open .menuicon__bar:nth-child(4) {
    opacity: 0; }
  .nav:target .menuicon__bar:nth-child(2), .nav--open .menuicon__bar:nth-child(2) {
    transform: rotate(45deg); }
  .nav:target .menuicon__bar:nth-child(3), .nav--open .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg); }
  .nav:target .menuicon__bar:nth-child(4), .nav--open .menuicon__bar:nth-child(4) {
    transform: rotate(-45deg); }
  .nav:target .menuicon__bar:nth-child(5), .nav--open .menuicon__bar:nth-child(5) {
    transform: rotate(-45deg); }
  .nav:target .menuicon__bar:nth-child(6), .nav--open .menuicon__bar:nth-child(6) {
    transform: rotate(-45deg); }
  .nav:target .menuicon__bar:nth-child(7), .nav--open .menuicon__bar:nth-child(7) {
    transform: rotate(-45deg); }
  .nav:target .menuicon__bar:nth-child(8), .nav--open .menuicon__bar:nth-child(8) {
    transform: rotate(-45deg); }
  .nav:target .nav__menu, .nav--open .dialog-menu {
    visibility: visible; }
  .nav:target .nav__item, .nav--open .nav__item {
    opacity: 1;
    transform: translateY(0); }
  .dialog-menu .sub-menu {
    background-color: #dddddd;
    padding: 0;
    list-style-type: none; }
    .dialog-menu .sub-menu .dialog-menu__link {
      font-size: .75em; } }

.nav__label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.nav__menu_open {
  display: block !important; }

.nav__toggler {
  display: none; }
  @media (max-width: 1150px) {
    .nav__toggler {
      cursor: pointer;
      display: block;
      position: absolute;
      top: 10px;
      bottom: 0;
      margin: auto;
      width: 40px;
      height: 40px;
      right: 15px;
      z-index: 11;
      transition: all 0.3s ease; }
      .nav__toggler .bar {
        position: relative;
        transform: translateY(25px);
        transition: all 0.1s ease;
        background: #4e4e4e;
        top: -7px;
        width: 35px;
        height: 3px; }
        .nav__toggler .bar::before, .nav__toggler .bar::after {
          position: absolute;
          background: #4e4e4e;
          content: "";
          left: 0;
          border-radius: 5px;
          width: 35px;
          height: 3px; }
        .nav__toggler .bar::before {
          bottom: 10px;
          transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
        .nav__toggler .bar::after {
          top: 10px;
          transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
        .nav__toggler .bar.animate {
          background: rgba(255, 255, 255, 0); }
          .nav__toggler .bar.animate::before {
            bottom: 0;
            transform: rotate(-45deg);
            transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
          .nav__toggler .bar.animate::after {
            top: 0;
            transform: rotate(45deg);
            transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); } }

.footer {
  background-color: #002e3a;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  overflow-x: hidden;
  padding: 65px 0 32px; }
  .footer__left {
    width: 48%; }
    @media (max-width: 1100px) {
      .footer__left {
        width: 100%;
        text-align: center; } }
  .footer__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 52%; }
    @media (max-width: 1100px) {
      .footer__right {
        width: 100%;
        margin: 25px 0 0; } }

.footer-menu__title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0 0 25px; }

.footer-menu .menu-item a {
  padding: 2px 0 0 5px;
  position: relative; }
  .footer-menu .menu-item a:before {
    content: "";
    display: inline-block;
    background: url("/wp-content/uploads/2022/02/next.png") center/cover no-repeat;
    height: 15px;
    width: 15px;
    position: relative;
    top: 3px;
    left: -5px; }
    @media (max-width: 1100px) {
      .footer-menu .menu-item a:before {
        display: none; } }

.footer-logo-list {
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 1100px) {
    .footer-logo-list {
      flex-wrap: wrap;
      justify-content: center;
      margin: 25px 0 0; } }
  .footer-logo-list__item {
    display: inline-block;
    padding-right: 15px;
    position: relative; }
    @media (max-width: 1100px) {
      .footer-logo-list__item {
        width: 33.333%;
        min-width: 180px; } }
    .footer-logo-list__item:nth-child(3) {
      padding-right: 0; }
  .footer-logo-list__img {
    height: 50px;
    width: auto; }
    @media (max-width: 1100px) {
      .footer-logo-list__img {
        display: block;
        margin: 10px auto; } }

.footer-info-list {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1100px) {
    .footer-info-list {
      flex-direction: column;
      justify-content: center; } }
  .footer-info-list__item {
    color: #ffffff;
    display: inline-block;
    padding-right: 15px;
    position: relative;
    text-decoration: none; }
    @media (max-width: 1100px) {
      .footer-info-list__item {
        margin: 25px auto; } }
    .footer-info-list__item:nth-child(3) {
      padding-right: 0; }
    .footer-info-list__item:nth-child(1) a {
      display: inline-block;
      background: url(/wp-content/uploads/2022/02/facebook-white.svg) center/cover no-repeat;
      width: 25px;
      height: 25px; }
    .footer-info-list__item:nth-child(2) {
      color: #ffffff;
      display: inline-block;
      font-size: 0.875rem;
      padding: 2px 0 0 5px; }

.link-with-arrow {
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  position: relative; }
  .link-with-arrow:before {
    content: "";
    display: inline-block;
    background: url("/wp-content/uploads/2022/02/next.png") center/cover no-repeat;
    height: 15px;
    width: 15px;
    position: relative;
    top: 3px;
    left: -5px; }
    @media (max-width: 1100px) {
      .link-with-arrow:before {
        width: 0;
        height: 0;
        background-image: none !important;
        left: 0;
        top: 0; } }

.footer-link {
  color: #ffffff;
  text-decoration: none; }

.hero {
  position: relative;
  left: calc(-50vw + 50%);
  right: 0;
  background-color: #007AAA;
  width: 100vw;
  height: auto; }

.hero__left {
  align-items: center;
  display: flex;
  width: 37%;
  padding: 40px 0;
}
.hero__right {
  width: 63%;
}
@media (max-width: 1100px) {
  .hero__left {
    width: 100%;
  }
  .hero__right {
    width: 100%;
  }
}

  .hero__container {
    background: url("") bottom right no-repeat;
    background-size: 600px auto; }
    @media (min-width: 1801px) {
      .hero__container {
        background-size: 530px auto; } }
    @media (max-width: 1100px) {
      .hero__container {
        background-image: none;
        justify-content: center; } }
    @media (max-width: 750px) {
      .hero__container {
        background-position: 45vw bottom; } }
    @media (max-width: 600px) {
      .hero__container {
        background-position: bottom right; } }
  .hero-content {
    color: #ffffff;
    max-width: 650px; }
    @media (max-width: 1100px) {
      .hero-content {
        text-align: center;
        margin: 0 auto; } }
    @media (min-width: 1801px) {
      .hero-content {
        max-width: 750px; } }

.hero-descr {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 30px 0 0;
  padding: 10px 0 0; 
  position: relative;}
  .hero-descr:before {
  content: "";
  background-color: #F69220;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  height: 1px;
  width: 100px; }

  @media (max-width: 1100px) {
    .hero-descr:before {
      margin: 0 auto;
  }
    .hero-descr {
      margin-top: 10px;
      text-align: center; } }
  @media (max-width: 500px) {
    .hero-descr {
      padding: 10px 30px 0; } }
  @media (min-width: 1801px) {
    .hero-descr {
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 110px 0 25px; } }

.hero-heading {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 2.2px; }
  @media (max-width: 1100px) {
    .hero-heading {
      font-size: 2.8rem;
      line-height: 3rem;
      padding-bottom: 30px; } }
  @media (max-width: 500px) {
    .hero-heading {
      font-size: 2rem;
      line-height: 2.2rem;
      padding-bottom: 30px;
    }
  }
  /* @media (min-width: 1801px) {
    .hero-heading {
      font-size: 85px;
      line-height: 106px; } } */
  .hero-heading--thin {
    font-weight: 100;
    letter-spacing: 0; }
  .hero-heading--orange {
    color: #F69220;
    letter-spacing: 1px; }
  .hero-heading--green {
    color: #48a343;
    letter-spacing: 1px; }

@media (min-width: 1101px) {
  .hero-img--mobile {
    display: none;
  }
}

  .hero__img--desktop {
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto; }

@media (max-width: 1100px) {
  .hero__img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  display: block; } }



.hero-img--desktop .hero__img--icon1 {
  left: calc(50% - 50px);
  bottom: 700px;
  transform: rotate(15deg);
  width: 150px;
}
.hero-img--desktop .hero__img--icon2 {
  left: calc(50% - 250px);
  bottom: 476px;
  transform: rotate(-20deg);
  width: 250px;
}
@media (min-width: 1101px) and (max-width: 1799px) {
  .hero__img--icon1 {
    bottom: 600px;
  }
  .hero__img--icon2 {
    bottom: 395px;
  }
}

.hero-link {
  color: #ffffff;
  position: relative; }


.hero-img--desktop {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1100px) {
  .hero-img--desktop {
    display: none;
  }
}

.intro {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.8rem;
  letter-spacing: .5px;
  padding-top: 25px; }
  .intro--navy {
    color: #002e3a; }

.intro__img {
  width: 100%;
  max-width: 500px; }
  @media (max-width: 1100px) {
    .intro__img {
      display: inline-block;
      margin: 50px auto 0; } }

.intro p {
  font-weight: 600; }

.foundations {
  margin: 0;
  padding: 100px 0 80px;
  position: relative; }
  @media (min-width: 1801px) {
    .foundations {
      margin: 100px 0 0;
      padding: 100px 0 128px; } }

.foundation-box {
    display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem; }
  @media (max-width: 1100px) {
    .foundation-box {
      padding: 20px !important;
      height: auto !important;
      position: relative !important;
      width: 100% !important;
      max-width: 400px;
      top: auto !important;
      margin: 0 auto 25px; } }
  .foundation-box__row {
    position: relative;
    margin: 0 0 45px; }
    @media (max-width: 1100px) {
      .foundation-box__row {
        margin: 0 0 25px; } }
    .foundation-box__row:nth-child(2n+1) .foundation-box:nth-child(1) {
      background-color: #002e3a;
      padding: 78px 196px 78px 98px;
      height: 300px;
      width: 56%; }
    .foundation-box__row:nth-child(2n+1) .foundation-box:nth-child(2) {
      background-color: #007AAA;
      padding: 53px 98px;
      height: 250px;
      width: 51%;
      position: absolute;
      top: 25px;
      right: 0; }
    .foundation-box__row:nth-child(2n+2) .foundation-box:nth-child(1) {
      background-color: #007AAA;
      padding: 53px 98px;
      height: 250px;
      width: 51%;
      position: relative;
      z-index: 1; }
      @media (max-width: 1100px) {
        .foundation-box__row:nth-child(2n+2) .foundation-box:nth-child(1) {
          background-color: #002e3a; } }
    .foundation-box__row:nth-child(2n+2) .foundation-box:nth-child(2) {
      background-color: #002e3a;
      padding: 78px 98px 78px 196px;
      height: 300px;
      position: absolute;
      top: -25px;
      right: 0;
      width: 56%; }
      @media (max-width: 1100px) {
        .foundation-box__row:nth-child(2n+2) .foundation-box:nth-child(2) {
          background-color: #007AAA; } }
  .foundation-box__title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0; }
  .foundation-box__descr {
    color: #ffffff;
    letter-spacing: 0.5px;
    padding-top: 10px; }

.foundation-box-pdf {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.foundation-box-pdf__p {
  color: #002e3a;
}
.foundation-box-pdf__link {
  background-color: #F27B00;
  color: #002e3a;
  align-items: center;;
  display: flex;
  justify-content: center;
  padding: 20px;
  text-transform: uppercase;
}
.foundation-box-pdf__img {
  width: 70px;
  height: auto;
}
.foundation-box-pdf__link span {
  position: relative;
}
.foundation-box-pdf__link span:after {
background-color: #48a343;
content: "";
height: 2px;
width: 100%;
left: 0;
right: 0;
position: absolute;
bottom: -8px; }

.foundation-arrow {
  background: url("/wp-content/uploads/2022/02/arrow-down.svg") center/cover no-repeat;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -108px;
  height: 30px;
  width: 30px; }

.scenarios {
  margin: 50px 0 0;
  padding: 0 0 80px;
  position: relative; }
  @media (max-width: 1100px) {
    .scenarios {
      margin: 25px 0 0; } }
  .scenarios__right {
    width: 80%; }
    @media (max-width: 1100px) {
      .scenarios__right {
        width: 100%; } }
  .scenarios-content {
    position: relative; }

.scenarios__left {
    width: calc(20% - 15px);
    margin-right: 15px;
}
@media (max-width: 991px) {
  .scenarios__left {
    width: 100%;
  }
}

.scenarios-categories {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px 0; }
  @media (max-width: 991px) {
    .scenarios-categories {
      max-width: 180px;
      margin: 0 auto;
      padding: 40px 0 0;
      }
  }
  .scenarios-categories__item {
    position: relative; }
  .scenarios-categories__checkbox {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 200px; }
    .scenarios-categories__checkbox input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .scenarios-categories__checkbox input[type="checkbox"]:checked ~ .checkmark:after {
        display: block; }
    .scenarios-categories__checkbox .checkmark {
      border: 1px solid #002e3a;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 1px;
      height: 20px;
      width: 20px; }
      .scenarios-categories__checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 3px;
        width: 5.5px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
    .scenarios-categories__checkbox input:checked ~ .checkmark {
      border: none;
      border-radius: 50%;
      background-color: #F27B00; }

.scenarios-list__wrap {
  padding: 27px 60px 27px 0; }
@media (max-width: 1100px) {
  .scenarios-list__wrap {
    padding: 27px 0 27px 0;
  }
}

.scenarios-list__load-more-btn-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px 0; }

.scenarios-list__load-more-btn {
  border: 1px solid #F69220;
  display: inline-block;
  padding: 8px 22px; }

.scenarios-list__load-more-btn {
  border: 1px solid #F69220;
  display: inline-block;
  padding: 8px 22px; }

.single-scenariusze .scenarios-list__item {
  box-shadow: none;
}
.single-scenariusze .scenarios-list__content {
  padding-left: 0;
}

.scenarios-list__item {
  padding: 35px 60px;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%),
  0 10px 10px rgb(0 0 0 / 22%);
  background-color: #ffffff;
  margin: 0 0 20px; }
  .scenarios-list__item:last-of-type {
    border-bottom: none;
  }

  .single-scenariusze .scenarios-list__wrap {
      margin: 0 0 100px;
      padding-bottom: 0;
  }
.single-scenariusze .scenarios-list__item {
  border-bottom: none;
}
.single-scenariusze .scenarios-single {
  display: block;
}
.scenarios-single__btn {
  background-color: #F27B00;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: 255px;
}

.scenarios-single__left {
  position: relative;
  width: 65%;
}
.scenarios-single__right {
  position: relative;
  width: 35%;
}
@media (max-width: 1100px) {
  .scenarios-single__left,
  .scenarios-single__right {
    width: 100%;
  }
}

.scenarios-list__img {
  width: 20%; }
  @media (max-width: 1100px) {
    .scenarios-list__img {
      max-width: 300px;
      margin: 0 auto;
      width: 100%; } }

.scenarios-list__content {
  width: 80%;
  padding-left: 30px}
  @media (max-width: 1100px) {
    .scenarios-list__content {
      padding-left: 0;
      flex-direction: column;
      align-items: center;
      width: 100%; } }

.scenarios-list__txt {
  width: 75%; }
  @media (max-width: 1100px) {
    .scenarios-list__txt {
      width: 100%; } }
.single .scenarios-list__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}


.scenarios-list__more {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 25%; }

.scenarios-list__more-link {
  background: url("/wp-content/uploads/2022/02/more-orange.svg") center/cover no-repeat;
  display: inline-block;
  width: 29px;
  height: 29px; }

.scenarios-list__title {
  color: #002e3a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-top: 0; }
  @media (max-width: 1100px) {
    .scenarios-list__title {
      text-align: center;
      padding: 10px 0 0; } }

.scenarios-list__description {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem; }
  @media (max-width: 1100px) {
    .scenarios-list__description {
      text-align: center; } }

.scenarios-single {
  display: none;
  width: 100%; }
  .scenarios-single.active {
    display: block; }
  .scenarios-single__item {
    color: #002e3a;
    margin: 0 0 5px;
    position: relative;
    width: calc(100% + 120px);
    left: -60px;
    padding: 15px 60px; }
  @media (max-width: 1100px) {
    .scenarios-single__item {
      left: 0;
      padding: 15px 0;
      width: 100%;
    }
  }
    .scenarios-single__item:last-child {
      border-bottom: none; }
    .scenarios-single__item:nth-child(1) {
      margin-top: 38px; }
  .scenarios-single-left {
    align-self: baseline;
    align-items: center;
    display: grid;
    grid-template-columns: 24px 1fr;
    width: 45%; }
    @media (max-width: 1100px) {
      .scenarios-single-left {
        margin-bottom: 10px;
        width: 100%; } }
  .scenarios-single-right {
    display: flex;
    flex-direction: column;
    width: 55%; }
    .scenarios-single-right p {
      color: #002e3a;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.875rem; }
    @media (max-width: 1100px) {
      .scenarios-single-right {
        width: 100%; } }
  .scenarios-single__arrow {
    background: url(/wp-content/uploads/2022/02/arrow-right-navy.svg) center/cover no-repeat;
    display: inline-block;
    width: 7px;
    height: 15px; }
  .scenarios-single__title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    margin: 0; }

.scenariuszelista {
  list-style: none;
  margin: 10px 0;
  padding-left: 14px;
}

.scenariuszelista li {
  color: #002E3A;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.scenariuszelista li:before {
  content: "\2022";
  color: #FF7047;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: -14px;
  position: relative;
  bottom: 2px;
}

.dictionary {
  background-color: #fafafa;
  margin: 100px 0 0;
  padding: 100px 0 80px;
  position: relative; }
  @media (max-width: 1100px) {
    .dictionary {
      margin: 25px 0 0; } }
.dictionary-form {
  padding: 0 0 20px;
  text-align: right;
}
@media (max-width: 991px) {
  .dictionary-form {
    text-align: center;
  }
}
.dictionary-list__wrap {
  padding-top: 50px;
}
.dictionary-list {
  gap: 45px;
  padding: 0 0 50px; }
  @media (min-width: 1801px) {
    .dictionary-list {
      gap: 114px; } }
  .dictionary-list__item {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
    background-color: #ffffff;
    padding: 20px;
    position: relative;
    width: calc(33.333% - 30px); }
    @media (max-width: 991px) {
      .dictionary-list__item {
        width: calc(50% - 22.5px); } }
    @media (max-width: 700px) {
      .dictionary-list__item {
        width: 100%;
        max-width: 350px;
        margin: 0 auto; } }
    @media (min-width: 1801px) {
      .dictionary-list__item {
        width: calc(33.333% - 76px); } }
  .dictionary-list__heading {
    color: #002e3a;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 900;
    text-transform: uppercase; }
  .dictionary-list__excerpt {
    font-size: 1.125rem;
    font-weight: 500; }
    @media (min-width:992px) {
      .dictionary-list__excerpt {
        min-height: 145px;
      }
    }
  .dictionary-list__more-container {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    margin-top: 15px; }
  .dictionary-list__more {
    background-color: #F69220;
    border: 1px solid #F69220;
    color: #ffffff;
    display: inline-block;
    padding: 8px 22px;
    padding: 8px 70px 8px 22px;
    position: relative;
    text-transform: uppercase; }
    .dictionary-list__more:hover {
      background: #F69220;
      color: #ffffff; }

  .dictionary-list__more .arrow_poziom {
      position: absolute;
      top: 50%;
      right: 35px;
      transform: translate(0, -50%);
      width: 23px;
      transition: all 0.3s;
  }
.dictionary-list__more:hover .arrow_poziom {
    right: 20px;
}
.cls-5 {
    fill: #fff;
    fill-rule: evenodd;
}

.dictionary-alphabetic-list {
  padding-top: 15px; }
  .dictionary-alphabetic-list__item {
    display: inline-block; }
    .dictionary-alphabetic-list__item a {
      color: #002E3A; }

.sources {
  background-color: #BDCBD6;
  margin: 100px 0 0;
  padding: 100px 0 80px;
  position: relative; }
  @media (min-width: 1801px) {
    .sources {
      margin: 124px 0 0;
      padding: 100px 0 152px; } }
  .sources__left {
    width: 35%; }
    @media (max-width: 1100px) {
      .sources__left {
        width: 100%; } }
  .sources__right {
    position: relative;
    width: 65%; }
    @media (max-width: 1100px) {
      .sources__right {
        display: none;
        width: 100%; } }
  .sources__component {
    padding-bottom: 20px; }
    @media (max-width: 1100px) {
      .sources__component {
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
  .sources-list {
    padding-left: 20px; }
    .sources-list__item {
      color: #002e3a;
      font-size: 0.875rem;
      padding: 5px 0; }
  .sources__img-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%; }
  .sources__img {
    height: auto;
    position: absolute;
    margin-left: auto; }
    .sources__img--1 {
      right: 0;
      top: 0;
      width: 120px; }
    .sources__img--2 {
      left: 0;
      top: 100px;
      width: 140px; }
    .sources__img--3 {
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0;
      width: 140px; }

.o-projekcie {
  background-color: #fafafa;
  margin: 0;
  padding: 100px 0 0;
  position: relative; }
  @media (max-width: 991px) {
    .o-projekcie {
      padding: 0;
    }
  }
  .o-projekcie > .container {
    border-top: 1px solid #fafafa;
  }
  @media (max-width: 1100px) {
    .o-projekcie {
      margin: 25px 0 0; } }
  .o-projekcie__paragraph {
    font-weight: 600; }

.o-projekcie-list {
  padding: 30px 0 0; }
  .o-projekcie-list__item {
    font-weight: 700;
    padding: 0 0 20px;
    text-transform: uppercase; }
  .o-projekcie-list-sm__item {
    color: #002e3a;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    padding: 3px 0;
    text-transform: initial; }
    .o-projekcie-list-sm__item:nth-child(1) {
      padding-top: 10px; }
    .o-projekcie-list-sm__item:before {
      content: "";
      display: inline-block;
      background: url(/wp-content/uploads/2022/02/next-black.png) center/cover no-repeat;
      height: 15px;
      width: 15px;
      position: relative;
      top: 3px;
      left: -5px; }

.search {
  padding: 0 0 50px; }
  @media (max-width: 1100px) {
    .search > .container {
      text-align: center; } }
  .search-results-list {
    padding-top: 50px;
    padding-bottom: 30px; }
    @media (max-width: 1100px) {
      .search-results-list {
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
        text-align: left; } }
    .search-results-list__item {
      padding-bottom: 10px; }
    .search-results-list__link {
      color: #000000; }
    .search-results-list__none {
      color: red;
      font-size: 1.375rem;
      padding-top: 50px; }
      @media (max-width: 1100px) {
        .search-results-list__none {
          text-align: center; } }

.alert-info {
  padding-bottom: 30px; }
  @media (max-width: 1100px) {
    .alert-info p {
      text-align: center; } }

.contact {
  height: 100%;
  position: relative;
  z-index: 0; }
  @media (min-width: 1801px) {
    .contact {
      flex: 1 0 auto; } }
  .contact .crumbs {
    padding: 0 0 85px; }
    .contact .crumbs a,
    .contact .crumbs span {
      color: #002e3a; }
    @media (max-width: 1100px) {
      .contact .crumbs {
        text-align: center; } }
  .contact > .container {
    height: inherit; }
  .contact__heading {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.45px; }
  .contact__left {
    background-color: #F69220;
    padding: 45px 0 100px;
    position: relative; }
    @media (min-width: 992px) {
      .contact__left {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 100px; } }
    @media (min-width: 1801px) {
      .contact__left {
        padding: 45px 100px 200px 45px; } }
    .contact__left:after {
      content: "";
      position: absolute;
      left: calc(-50vw + 50%);
      top: 0;
      bottom: 0;
      background-color: #F69220;
      width: 50vw;
      z-index: -1; }
      @media (max-width: 1100px) {
        .contact__left:after {
          width: 100vw;
          right: 0; } }
  .contact__container {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .contact__right {
    background-color: #007AAA;
    padding: 45px 0 25px;
    position: relative; }
    @media (min-width: 992px) {
      .contact__right {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media (min-width: 1101px) {
      .contact__right {
        padding-left: 100px; } }
    @media (min-width: 1801px) {
      .contact__right {
        margin-top: -110px; } }
    .contact__right:after {
      content: "";
      position: absolute;
      right: calc(-50vw + 50%);
      top: 0;
      bottom: 0;
      background-color: #007AAA;
      width: 50vw;
      z-index: -1; }
      @media (max-width: 1100px) {
        .contact__right:after {
          width: 100vw; } }
  .contact__paragraph {
    color: #002e3a;
    padding-top: 25px;
    margin: 0; }
    .contact__paragraph--bold {
      font-weight: 700; }
    @media (max-width: 1100px) {
      .contact__paragraph {
        text-align: center; } }

@media (min-width: 1801px) {
  .page-template-page-kontakt main {
    display: flex; } }


.dictionary-form-select {
  border: 1px solid #002e3a;
  background-color: transparent;
  height: 35px;
  outline: none;
}
.dictionary-form-select option {
  text-align: center;
}
.dictionary-form input[type=submit] {
  border: none;
  background-color: #F69220;
  color: #ffffff;
  margin-left: 5px;
  padding: 8px 20px;
  text-transform: uppercase;
}
.color-white {
  color: #ffffff;
}








.single-slownik .single-slownik>.dialog-menu__link,
.single-scenariusze .single-scenariusze>.dialog-menu__link {
  border-left: 3px solid #F69220;
  border-right: 3px solid #F69220;
  background-color: #007AAA;
  color: #fff;
}

.single-slownik .single-slownik>.dialog-menu__link:before,
.single-scenariusze .single-scenariusze>.dialog-menu__link:before {
  content: "";
  background-color: #F69220;
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  top: 0;
}

.single-slownik .single-slownik>.dialog-menu__link:after,
.single-scenariusze .single-scenariusze>.dialog-menu__link:after {
  content: "";
  background-color: #F69220;
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  bottom: 0;
}


@media (min-width: 1101px) {
  .page-intro__img {
    margin-top: -80px;
  }
}

@media (min-width: 1800px) {
  .page-intro__img {
    margin-top: -120px;
  }
}



/* Cookies */


.offsetleft {
  left: -330px !important;
}

@media (max-width: 991px) {
  .june2018cookies {
    display: none;
  }
}


#ciasteczka {
  max-width: 280px;
  height: 130px;
  background: #fff;
  padding: 0 10px;
  position: fixed;
  bottom: 9px;
  left:-330px;
  z-index: 9999;
  -webkit-border-radius: 0 40px 40px 0;
  border-radius: 0 40px 40px 0;
  border: 1px solid #e0e0e0;
  opacity: .95;
}

#ciasteczka .zawartosc {
  max-width: 300px
}

#ciasteczka p.info {
  margin: 3px 0 0;
  font: 300 14px/20px 'Lato', sans-serif;
}

#ciasteczka p span,
#ciasteczka p strong {
  font: 600 14px/20px 'Lato', sans-serif
}

#ciasteczka p a {
  color: #9a7e44
}

#ciasteczka,
#ciasteczka .zamknij {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer
}

#ciasteczka .zamknij {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background: #F27B00;
  border-radius: 50%;
  color: #ffffff;
  float: right;
  width: 34px;
  height: 35px;
  margin: 22px 0 0 9px
}
#ciasteczka .zamknij:hover {
  background: #48A343;
}

#ciasteczka:hover .zamknij {
  background-position: 0 -36px
}


.slownik-more {
  color: #F27B00;
  font-weight: 700!important;
}
@media (max-width: 991px) {
  .slownik-more {
    text-align: center;
  }
}

.slownik-paragraph {
  color: #002e3a;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}

.single-slownik .slownik-single-list li {
  color: #002E3A;
  font-size: 1.1rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-slownik .slownik-single-list {
  list-style: none;
  margin: 10px 0;
  padding-left: 14px;
}

.single-slownik .slownik-single-list li:before {
  content: "\2022";
  color: #FF7047;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: -14px;
  position: relative;
  bottom: 2px;
}


.slownik-sm {
  font-size: 0.875rem;
  margin-top: 50px;
}


.oprojekcie-heading {
  color: #002E3A;
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
  margin: 50px 0 0;
}
@media (max-width: 1250px) {
  .oprojekcie-heading {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
  }
}
.oprojekcie-heading--uppercase {
  text-transform: uppercase;
}
.oprojekcie-heading--max500 {
  max-width: 500px;
}
.oprojekcie-heading--max650 {
  max-width: 650px;
}

.oprojekcie-heading--linewithshadow {
  background-color: #B1B2B4;
  box-shadow: 0px 3px 6px #00000029;
  display: inline-block;
  width: 100%;
  height: 2px;
  opacity: 0.75;
  margin-top: 15px;
}

.dialog-heading-component-oprojekcie {
  display: inline-block;
  font-size: 0;
}
@media (max-width: 1250px) {
  .dialog-heading-component-oprojekcie {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}


.oprojekcie-heading--bottom {
  line-height: 3.5rem;
  font-weight: 600;
}
.oprojekcie-list {
  list-style: none;
  margin: 20px 0;
  padding-left: 0;
  width: 100%;
  max-width: 750px;
}
@media (max-width: 1250px) {
  .oprojekcie-list {
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
  }
}
.oprojekcie-list__item {
  position: relative;
  margin: 0 0 15px;
  display: grid;
  grid-template-columns: 40px 1fr;
}
.oprojekcie-list__item p {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.oprojekcie-list__item--strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .oprojekcie-list__item {
    margin-left: -37px;
  }
}

.oprojekcie-list__icon {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -10px;
}
.oprojekcie-list__icon--orange {
  color: #FF7047;
}
.oprojekcie-list__icon--green {
  color: #48A343;
}
.oprojekcie-list__icon--blue {
  color: #007AAA;
}
.oprojekcie-list__icon--black {
  color: #000000;
}

.o-projekcie__top {
  padding: 0 0 50px;
}

.o-projekcie__bottom {
  background-color: #D1E4F2;
  padding: 130px 0;
}
@media (max-width: 991px) {
  .o-projekcie__bottom {
    padding: 50px 0;
  }
}

.oprojekcie-heading--orange {
  background-color: #f69220;
  box-shadow: 0px 3px 6px #00000029;
  color: #002E3A;
  display: inline-block;
  margin-top: 5px;
  letter-spacing: 1px;
  padding: 5px;
}


@media (max-width: 480px) {
    div#wp_access_helper_container {
      display: block!important;
    }
}


.o-projekcie__img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
}

@media (max-width: 1100px) {
  .o-projekcie__img {
    display: block;
    position: relative;
    margin: 50px auto 0;
    max-width: 360px;
  }
}



.page-oprojekcie__left p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}
.page-oprojekcie__left {
  width: 475px;
}
.page-oprojekcie__right {
  width: calc(100% - 475px);
  padding-left: 132px;
}
@media (max-width: 1100px) {
  .page-oprojekcie__left,
  .page-oprojekcie__right {
    width: 100%;
  }
  .page-oprojekcie__right {
    padding-left: 0;
  }
}
.page-oprojekcie__img {
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .page-oprojekcie__img {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 50px auto 0;
  }
}
@media (min-width: 1800px) {
  .page-oprojekcie__img {
    margin-top: -120px;
  }
}
.dialog-heading-oprojekcie {
  margin: 70px 0 10px;
}
@media (max-width: 1250px) {
  .dialog-heading-oprojekcie {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .dialog-heading--oprojekcie {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .dialog-heading-oprojekcie {
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}


.footer-p {
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 0.4px;
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 1100px) {
  .footer-p {
    text-align: center;
  }
}


.july2019-formularz__child {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}
.july2019-formularz__child .wpcf7-form-control {
  margin-top: 0;
}